Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
(11) |
Feb
(32) |
Mar
(42) |
Apr
(3) |
May
(23) |
Jun
(5) |
Jul
(18) |
Aug
(14) |
Sep
(10) |
Oct
(9) |
Nov
(23) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(137) |
Feb
(126) |
Mar
(247) |
Apr
(140) |
May
(232) |
Jun
(136) |
Jul
(61) |
Aug
(135) |
Sep
(135) |
Oct
(113) |
Nov
(46) |
Dec
(157) |
2002 |
Jan
(139) |
Feb
(127) |
Mar
(153) |
Apr
(174) |
May
(95) |
Jun
(115) |
Jul
(202) |
Aug
(123) |
Sep
(208) |
Oct
(114) |
Nov
(123) |
Dec
(91) |
2003 |
Jan
(296) |
Feb
(119) |
Mar
(112) |
Apr
(235) |
May
(205) |
Jun
(271) |
Jul
(219) |
Aug
(104) |
Sep
(149) |
Oct
(200) |
Nov
(242) |
Dec
(466) |
2004 |
Jan
(447) |
Feb
(300) |
Mar
(485) |
Apr
(267) |
May
(205) |
Jun
(183) |
Jul
(344) |
Aug
(176) |
Sep
(119) |
Oct
(140) |
Nov
(154) |
Dec
(152) |
2005 |
Jan
(209) |
Feb
(178) |
Mar
(128) |
Apr
(166) |
May
(163) |
Jun
(150) |
Jul
(191) |
Aug
(166) |
Sep
(212) |
Oct
(212) |
Nov
(240) |
Dec
(236) |
2006 |
Jan
(178) |
Feb
(184) |
Mar
(188) |
Apr
(189) |
May
(267) |
Jun
(198) |
Jul
(151) |
Aug
(212) |
Sep
(190) |
Oct
(180) |
Nov
(354) |
Dec
(199) |
2007 |
Jan
(211) |
Feb
(173) |
Mar
(182) |
Apr
(151) |
May
(233) |
Jun
(288) |
Jul
(213) |
Aug
(221) |
Sep
(320) |
Oct
(301) |
Nov
(193) |
Dec
(214) |
2008 |
Jan
(235) |
Feb
(254) |
Mar
(237) |
Apr
(232) |
May
(187) |
Jun
(239) |
Jul
(353) |
Aug
(362) |
Sep
(431) |
Oct
(423) |
Nov
(358) |
Dec
(351) |
2009 |
Jan
(408) |
Feb
(377) |
Mar
(547) |
Apr
(437) |
May
(483) |
Jun
(449) |
Jul
(309) |
Aug
(297) |
Sep
(279) |
Oct
(329) |
Nov
(336) |
Dec
(290) |
2010 |
Jan
(237) |
Feb
(296) |
Mar
(523) |
Apr
(515) |
May
(340) |
Jun
(474) |
Jul
(372) |
Aug
(427) |
Sep
(343) |
Oct
(396) |
Nov
(407) |
Dec
(512) |
2011 |
Jan
(515) |
Feb
(146) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
(17) |
3
(14) |
4
(12) |
5
(10) |
6
(5) |
7
(12) |
8
(15) |
9
(17) |
10
|
11
(2) |
12
(9) |
13
(6) |
14
(10) |
15
(5) |
16
(17) |
17
(2) |
18
(1) |
19
(8) |
20
(23) |
21
(3) |
22
(12) |
23
(5) |
24
(3) |
25
(2) |
26
(6) |
27
(7) |
28
(7) |
29
(5) |
30
(1) |
31
|
From: Andy Wingo <wingo@po...> - 2005-12-06 12:40:10
|
Hi Loic, On Tue, 2005-12-06 at 09:29 +0100, Lo=C3=AFc Molinari wrote: > Is a frame dropping system included in 0.10 ? We call it QOS (quality of service). It is not yet implemented usefully -- while e.g. audiosinks will drop data that arrives too late, that doesn't save any computation time. So no, it's not yet implemented yet. Regards, --=20 Andy Wingo http://wingolog.org/ |
From: Tim <t.i.m@ze...> - 2005-12-06 09:35:33
|
On Mon, 2005-12-05 at 09:32 -0800, Savage, ShaunX V wrote: > I am new with gstreamer, I am trying to work in the command line > gst-launch first. I get errors when I run the commands in the > gst-launch manual or examples. What is the threading/new bin syntax? > > /gst-launch-0.10 -v filesrc > location=Bowling_Ball_Strikes_Monitor_DVD_MPEG2.mpg ! > mpegdemux .video ! { queue ! mpeg2dec ! autovideosink} .audio ! > {queue ! mad ! alsasink } > > WARNING: erroneous pipeline: no bin "thread", skipping In 0.8 you had to explicitely specify threads using { } braces, in 0.10 that is not required any longer (the queues are still required though): gst-launch-0.10 -v filesrc location=alien.mpg ! dvddemux name=demux demux.current_video ! queue ! mpeg2dec ! ffmpegcolorspace ! autovideosink demux.current_audio ! queue ! mad ! alsasink Cheers -Tim |
From: Molinari <loic.molinari@gm...> - 2005-12-06 08:24:48
|
Hi, I already ask the question during the GStreamer 0.8 era and the functionality wasn't included yet. There's been lots of talk about it, but I don't know if there's any improvement about that in 0.10. Syncing between different systems is now easier with the new network classes, but under heavy load the streams still not respect their framerates. Is a frame dropping system included in 0.10 ? Is there any "hacks" to implement it ? Regards, loïc. -- Loïc Molinari <loic.molinari@...> |
From: David I. Lehn <dlehn@vt...> - 2005-12-06 03:03:32
|
* Edgard Lima <edgard.lima@...> [2005-12-05T16:31:28-0500]: > I suggest we use http://sourceforge.net/projects/astyle/ > to indent de code and remove those things. Some one could define the > parameters artistic style will work and then all developers use it > before comit > > what do u think? > There's also a script gstreamer/tools/gst-indent which uses indent(1). -dave |
From: David Gerber <dg-gstreamer-devel@za...> - 2005-12-06 02:42:59
|
On Sunday 04 December 2005 22:40, Thomas Vander Stichele wrote: > a) have all files use only spaces I don't want to start a "tabs vs spaces" war but: http://www.students.uni-mainz.de/bauec002/indentation.html is an interesting reading :) > b) remove trailing whitespaces Sure. Those are useless. -- Dave - http://zapek.com/ |