gst/tcp/gstmultifdsink.c: API: add dropped_buffers to the get-stats GValueArray
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Base Plug-ins 0.10.10, "Chorizo"
2
3 Changes since 0.10.9:
4
5       * New elements: gdppay, gdpdepay
6
7 Bugs fixed since 0.10.9:
8      
9       * 343787 : The adder cannot handle when multiple elements tries to l...
10       * 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
11       * 349105 : crash with playbin and resizing screen
12       * 342494 : [v4l] Query " device-name " even if device is not open
13       * 342680 : [adder] seeking with multiple ogg files fails to work
14       * 345188 : [alsa] can't handle more than 8 channels
15       * 347091 : converting vorbis comments to GstTagLists is lossy
16       * 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
17       * 348916 : [typefind] add multipart/x-mixed-replace typefinder
18       * 350157 : [riff] riff parser can't detect dts audio stream
19       * 350655 : [oggdemux] should process seeking queries
20       * 350900 : [adder] should not clamp floating point values
21       * 351426 : API: add gst_tag_parse_extended_comment
22       * 351502 : g_value_set_string leaks
23       * 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
24       * 353658 : [videotestsrc] doesn't round strides correctly for YVYU
25       * 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
26       * 351790 : [ogmparse] crash parsing video stream on x86-64
27       * 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
28       * 347783 : [PLUGIN-MOVE] GDP elements should be moved
29       * 347918 : Internal data flow error in udpsrc
30       * 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol...
31       * 350784 : element alsamixer doesn't respect asoundrc
32       * 351308 : [netbuffer] build fails with gkt-doc critical warnings
33       * 353234 : audiorate preserves DISCONT on buffers
34       * 353912 : Add cmml caps to oggmux
35
36 API added since 0.10.9:
37      
38       * gst_rtp_buffer_get_payload_subbuffer()
39       * gst_tag_parse_extended_comment()
40       * GstPlayBin::connection-speed
41       * GstTheoraParse::synchronization-points
42       * GST_AUDIO_CHANNEL_POSITION_NONE
43
44 Changes since 0.10.8:
45
46       * Parallel installability with 0.8.x series
47       * Threadsafe design and API
48       * Subtitle fixes
49       * Support for images in tags
50       * Playback improvements
51       * Gnomevfssrc now supports burn:// uris
52       * Videoscale now supports more RGBA formats
53       * Multifdsink improvements
54       * Testsuite can now generate coverage information
55
56 Bugs fixed since 0.10.8:
57
58       * 347296 : Problems with clocks on alsasrc hangs the application
59       * 347295 : [vorbisdec] Pushes before being initialized
60       * 329798 : [playbin] doesn't always give correct error message for m...
61       * 342085 : [alsasink] doesn't set buffer-time correctly
62       * 342789 : [audioresample] doesn't clear state when stopped, causing...
63       * 343303 : [subparse] workaround for bad entities in sami parser
64       * 343385 : [gnomevfs] add support for burn:// URIs
65       * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
66       * 343699 : oggmux leaks
67       * 344503 : [subparse] parse font face property in sami parser.
68       * 345131 : [PATCH] videoscale support for 32-bit RGB-formats
69       * 345206 : [textoverlay] crash with non-UTF8 input
70       * 345225 : [theoradec] Clipping for exact seeking
71       * 345641 : [API] [libgsttag] add enums for image tag type
72       * 345879 : [riff] won't play a .wmv file with WMVA video stream
73       * 346581 : [typefinding] recognise text/html
74       * 347221 : [audioconvert] channel remapping does not work right
75       * 347304 : Massive leaks with xvimagesink
76       * 346527 : alsasrc get_range does not respect requested size
77
78 Changes since 0.10.7:
79     
80       * alsasink probing fixes
81       * xvimagesink error reporting fixes
82       * subtitle fixes
83       * adder fixes
84       * vorbis multichannel fixes
85       * multifdsink streamheader fixes
86
87 Bugs fixed since 0.10.7:
88     
89       * 169936 : [subparse] support for SAMI subtitles
90       * 315312 : Gstreamer Xv uses RGB instead of YUV.
91       * 334002 : video4linux shouldn't depend on X in configure script
92       * 336881 : [libvisual] additional support for libvisual-0.4
93       * 337544 : [xvimagesink] Internal Error when image is too large
94       * 339520 : [subparse] add " encoding " property
95       * 340909 : [alsasink] can't enable spdif output
96       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
97       * 341562 : audioconvert doesn't list formats in order of preference
98       * 341696 : audioconvert crashes if converting from a format with no ...
99       * 341719 : bisection algorithm in ogg doesn't bisect in some cases
100       * 341732 : [alsasink] doesn't query supported sample rates
101       * 341873 : [alsasink] minor memory leak, uses unprotected static var...
102       * 342143 : [subparse] sami parser needs to escape characters
103       * 342181 : [alsa] add property probe interface to alsasink and alsasrc
104       * 342268 : [playbin] add 'subtitle-encoding' property
105       * 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef...
106       * 342566 : Building without GTK+ fails
107       * 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p...
108       * 339935 : [adder] dead-locks when adding sink pads in PAUSED state
109
110 Changes since 0.10.6:
111
112       * typefind improvements
113       * bug-fixes in textoverlay, audioconvert, videotestsrc, 
114         multifdsink and audio source/sink base classes
115       * Ice-cast metadata support has moved from gnomevfssrc to the 
116         icydemux element in gst-plugins-good
117       * audioresample now supports floating point samples
118       * Adder element fixes.
119       * Fixes for network playback and audio resampling in playbin
120
121 Bugs fixed since 0.10.6:
122     
123       * 340060 : [adder] handle newsegment events properly
124       * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ...
125       * 339405 : [textoverlay] can't display '\n' character
126       * 338657 : [patch] adder should send events from src-pad to all sink...
127       * 338919 : [patch] alsasink should also query witdh capabilities fro...
128       * 301759 : [audioresample] float audio support (for OSX audio sinks)
129       * 331901 : [videotestsrc] framerate=0/1 gives assertion error
130       * 333657 : Replacing icy demuxing in gnomevfssrc
131       * 336339 : [audioresample] should support width != 16
132       * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0
133       * 338778 : [patch] Bad audio with ASX files
134       * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio
135       * 339574 : [patch] Race condition in multifdsink can lead to spuriou...
136       * 339786 : [typefinding] wavpack typefinding doesn't always work
137       * 340369 : [volume element] " volume " property range insufficient
138       * 340379 : [playbin] doesn't insert audioresample, causes problems w...
139       * 340392 : Problem with internal-decodebin
140       * 341160 : [multifdsink] client_status enum has an uninitialized nick
141       * 341182 : Accessing playbin's streaminfo property from high languag...
142       * 341432 : [playbin] automatically get icecast metadata requiring ic...
143       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
144       * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag
145
146 API added since 0.10.6:
147     
148       * client-fd-removed signal added to multifdsink
149       * stream-info-value-array property added to playbin
150       * gst_video_calculate_display_ratio() in libgstvideo
151
152 Changes since 0.10.5:
153
154       * QoS in sinks and transform elements
155       * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
156       * added theoraparse element
157
158 Bugs fixed since 0.10.5:
159     
160       * 313136 : [playbin] hang while playing truncated ogg file
161       * 172848 : [subparse] subtitles with special chars are displayed as ...
162       * 305279 : [riff] uncompressed AVIs with 24bpp don't work
163       * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
164       * 323852 : Disable tests/icles on platforms that do not have X
165       * 325653 : build errors compiling audioresample on win32(vs7)
166       * 327357 : gst-plugins-base fails to compile with GCC 4.1
167       * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
168       * 334822 : [ffmpegcolorspace] YVU9 support
169       * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
170       * 335365 : inefficient use of GList in gst-plugins-base
171       * 336190 : [gnomevfssink] should accept non-URI filenames as " location " 
172       * 336194 : [gnomevfssrc] some minor memory leaks
173       * 336477 : plugins need better/univied descriptions
174       * 336617 : Unable to recognise MPEG TS stream
175       * 337548 : Memory leaks in basertpdepayload
176       * 337945 : [oggdemux] segment stop position ignored
177       * 338419 : Regression in the handling of files with multiple audio/s...
178       * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
179       * 339013 : [videorate] Goes into an infinite loop
180       * 339047 : [riff] handle H264 fourcc in addition to h264
181       * 339212 : ISO file typefinding regression
182       * 330748 : deadlock in base audio sink on playing- > paused state change
183
184 Bugs fixed since 0.10.4:
185     
186       * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
187       * 334226 : typefindfunctions plugin crashes on PPC on registration
188
189 Changes since 0.10.3:
190     
191       * (Experimental) QoS support
192       * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
193       * documentation updates
194       * better support for subtitles (seeking)
195
196 Bugs fixed since 0.10.3:
197     
198       * 310202 : [subtitles] < i >  < /i > tags and others should be supported i...
199       * 312439 : XVideo output doesn't work on remote displays (probably r...
200       * 321271 : audio output is truncated at EOS
201       * 321650 : Can't decode this ogm file
202       * 325732 : [oggdemux] problem when seeking to time less than 4s with...
203       * 325972 : [typefinding] doesn't recognise this mp3
204       * 326720 : [alsasink] doesn't support more than 2 channels anymore
205       * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
206       * 330789 : gstbaseaudiosink causes noise on seeking
207       * 330888 : Fix build with gcc 2.95 (again)
208       * 331295 : gnomevfssink doesn't respect umask when creating files
209       * 331526 : 3GP type detection is too simple
210       * 331678 : Decodebin is not reusable within a single pipeline (as in...
211       * 331690 : playbin won't play my last.fm stream
212       * 331763 : [alsamixer] unmute sets the volume to 100%
213       * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
214       * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
215       * 332778 : [ogmparse] " Already an existing pad " WARNING
216       * 332964 : random crashes in mp3_type_find
217       * 333254 : theora encoder does not set IN_CAPS flag properly
218       * 333352 : [gnomevfssink] reports disk full as generic error
219       * 333488 : Allow for palette < 256 colours in AVI files
220       * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
221       * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
222       * 333663 : [patch] unref the result of gst_pad_get_parent
223       * 333900 : [typefind] cannot play a particular mp3 file
224       * 334112 : variable not initialized
225       * 334129 : Disable frame dropping for now
226       * 317038 : use default channel layout if none is specified in multic...
227       * 319340 : [cdparanoia] uncorrected-error signal never fired
228
229 API added since 0.10.3:
230     
231       * GstTextOverlay::halignment
232       * GstTextOverlay::valignment
233
234 Changes since 0.10.2:
235
236       * typefind improvements
237       * Ogg decoding and encoding fixes
238       * Improved audio and video sink classes
239       * Bug and leak fixes
240       * Improved video scaling
241       * On-the-fly visualisation switching
242       * Subtitle support
243
244 Bugs fixed since 0.10.2:
245
246       * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
247       * 324000 : [playbin] post error or message on unknown input
248       * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
249       * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
250       * 324626 : ffmpegcolorspace support for fourcc " UYVY "
251       * 326447 : check that all elements in -base pass queries they can't ...
252       * 328263 : Fix build with gcc 2.95
253       * 328279 : [decodebin] timeout issue when pre-rolling
254       * 329326 : Fix oggmux removing pads from collect pads
255
256 Changes since 0.10.1:
257     
258       * ported gnomevfssink, cdparanoia
259       * New library and base class: GstCddaBaseSrc
260       * ported mixerutils.h
261       * added 'sine-tab' waveform to audiotestsrc
262       * added float audio to audiorate
263
264 Bugs fixed since 0.10.1:
265     
266       * 324216 : [cdparanoia] missing patches from 0.8
267       * 324696 : [videotestsrc] does not start counting the time from zero...
268       * 324900 : Problem compiling gst-plugins-base with Forte
269       * 325984 : [playbin] cannot handle sources that produce raw audio/video
270       * 325990 : patch videotestsrc for using glib types
271       * 326601 : GstRingBuffer crashes with alaw/mulaw caps
272       * 327114 : [theoradec] should post tags on the bus
273       * 327216 : vorbisdec segfaults on certain queries
274
275 API added since 0.10.1:
276      
277       * added libgstcddabase
278       * added mixerutils.h
279         
280 Changes since 0.10.0:
281     
282       * Parallel installability with 0.8.x series
283       * Threadsafe design and API
284       * removed gst-launch-ext
285       * Ported: ogmparse
286       * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
287
288 Bugs fixed since 0.10.0:
289     
290       * 322347 : GstBaseRtpDepayload timestamps are wring
291       * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
292       * 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
293
294 API added since 0.10.0:
295     
296       * GstAlsaMixer::device
297       * GstAlsaMixer::device-name
298
299 Bugs fixed since 0.9.7:
300     
301       * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags
302       * 323017 : While(1) loop with sleep(0) in basertpdepayload.c
303   
304 Changes since 0.9.6:
305     
306       * Parallel installability with 0.8.x series
307       * Threadsafe design and API
308       * ximagesink and xvimagesink updates and interactive test
309       * added pango
310       * rename net to netbuffer library
311       * rtp element renaming
312       * stream selector fixes
313
314 Bugs fixed since 0.9.6:
315     
316       * 319618 : [decodebin] some ogg videos don't play
317       * 320644 : RTP packetizer does't set the packet timestamps correctly
318       * 322388 : xvimagesink force-aspect-ratio=True always displays squar...
319       * 322704 : oggdemux typefind list leak
320
321 Changes since 0.9.5:
322     
323       * Parallel installability with 0.8.x series
324       * Threadsafe design and API
325       * lots of leak fixes
326       * flicker-free and rewritten X sinks
327       * fractional framerates
328       * removed sinesrc, replaced by audiotestsrc
329
330 Bugs fixed since 0.9.5:
331     
332       * 316442 : playbin should use autoaudiosink/autovideosink by default
333       * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
334       * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
335       * 321164 : gstringbuffer stops working under load
336       * 321426 : ximage plugin should be renamed to ximagesink
337       * 321446 : sinesrc should be dropped in favour of audiotestsrc
338       * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
339       * 321816 : [API] xoverlay API to post prepare-xwindow-id message
340       * 321894 : vorbisenc doesn't compile
341       * 322117 : Rename libgsttagedit to libgsttag
342
343 Changes since 0.9.4:
344     
345       * video caps now use a good range for framerate and w/h
346       * oggdemux/oggmux improvements
347       * playbin improvements
348
349 Bugs fixed since 0.9.4:
350     
351       * 319110 : [PATCH] oggdemux chain finding is slow
352       * 320058 : playbin of a jpeg over http does not work
353       * 320923 : [volume] doesn't build on Solaris
354       * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
355
356 Changes since 0.9.3:
357
358       * New element: audiotestsrc
359       * typefind improvements
360       * buffer-frames removed
361
362 Changes since 0.9.2:
363
364       * RTP base classes
365
366 Bugs fixed since 0.9.2:
367
368       * 313251 : ximagesink unused functions
369       * 315159 : audioconvert lost 24 bit conversions in the rewrite
370