Release 0.10.18
[platform/upstream/gst-plugins-base.git] / NEWS
1 This is GStreamer Base Plug-ins 0.10.18, "I will follow"
2
3 IMPORTANT NOTES
4
5 1) Please note that decodebin2 and playbin2 API included in this release is
6 still considered unstable and WILL change in future releases. At this stage,
7 only developers or early adopters should consider using decodebin2 or playbin2
8 API embodied in their signals and properties.
9
10 Changes since 0.10.17:
11
12       * Experimental GIO plugin
13       * Continued playbin2 development
14       * RTP fixes
15       * Better network element support on Windows
16       * Various other bug-fixes and improvements
17
18 Bugs fixed since 0.10.17:
19
20       * 509637 : [API] [basertpaudiopayload] add _set_samplebits_options()
21       * 510229 : [gnomevfssrc] HTTPS support
22       * 511478 : [rtpbuffer] add gst_rtp_buffer_set_extension_data function
23       * 511810 : [RTSP] Uses MT-unsafe gmtime() function
24       * 512899 : [alsa] gstalsasink.c:527: warning: 'snd_pcm_sw_params_set...
25       * 513167 : Fix compiler warning due to disabled signals in mixertrac...
26       * 514307 : [playbin] warning in nautilus, volume element can't be cr...
27       * 514623 : Ogg Theora video slow
28       * 514937 : Correct initialization of hints in is_multicast_address()
29       * 515654 : xvimagesink doesn't build with --disable-xshm
30       * 516246 : [alsasink] handle negative delay from snd_pcm_delay
31       * 517420 : typefind: add h264 elementary stream discovery
32       * 517991 : problems with configure file depending on GCC compiler
33       * 518039 : libgstrtsp MSVC 6.0 compile error
34       * 518162 : [subparse] handle italic text starting with " / " with Micr...
35       * 518940 : [playbin2] make _get_*_tags() match vfuncs prototype in c...
36       * 519906 : [API] add GstMixerOptions::get_values vfunc
37       * 519916 : [API] add mixer-changed and options-list-changed messages
38       * 520523 : [API] Unreviewed changes to ringbuffer API
39       * 521743 : libgstnetbuffer.def exports not up to date
40       * 522625 : [video] gst_video_format_parse_caps() broken for RGBA for...
41       * 523054 : gstbasesrc crashes when called from typefind helpers
42       * 511825 : [RTSP] compiler warning on FreeBSD
43       * 520300 : [alsasrc] provide-clock=false messes up buffer durations
44
45 API added since 0.10.17:
46
47       * GstRTPBuffer:gst_rtp_buffer_set_extension_data()
48       * add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
49       * add GstMixerOptions::get_values vfunc (#519906)
50       * add gst_mixer_options_list_changed(), gst_mixer_mixer_changed() and
51         gst_mixer_message_parse_options_list_changed(). Fixes #519916.
52       * gst_base_rtp_audio_payload_set_samplebits_options()
53       * GstNetBuffer::gst_netaddress_equal
54
55 Changes since 0.10.16:
56         
57       * Work-around ABI breakage due to unfortunate use of the
58         GST_DISABLE_DEPRECATED macro
59       * Export 2 missing functions needed for bindings in the win32 build
60       * Initialise the GstRingBuffer GType from a thread-safe context
61
62 Bugs fixed since 0.10.16:
63         
64       * 511825 : [RTSP] compiler warning on FreeBSD
65       * 513018 : crash in Volume Control: I typed my password at t...
66       * 512334 : g_critical() when using GstAudioFilter & GST_DEBUG
67
68 Changes since 0.10.15:
69     
70       * Handle newer Theora granule-pos semantics
71       * Introducing first alpha version playbin2 - the upcoming successor to
72         playbin
73       * Fixes in playbin handling of stream-switching
74       * New API for uniform handling of raw-video format buffers.
75       * Improvements for RTSP/RTP handling
76       * RIFF lib additions for VC-1 and AVC1 fourccs
77       * Many other bug-fixes and improvements
78
79 Bugs fixed since 0.10.15:
80      
81       * 506132 : Review of changes in video/video.h
82       * 320984 : [oggdemux] cannot handle multiple chains
83       * 373011 : [playbin] throws error when switching off subtitles
84       * 436756 : Intermittent crashes in Pidgin in audioclock g_type_class...
85       * 462740 : [streamselector] patch to improve default stream selection
86       * 486840 : [alsamixer] use _all variants when setting the mixer
87       * 497964 : theoraenc test fails
88       * 498228 : gst-plugins-base-0.10.15 does not compile on FreeBSD (Gen...
89       * 499697 : Provide better pkg-config files 
90       * 502497 : [subparse] SubRip subtitles starting from 0 not recognised
91       * 503440 : The control sockets used by gstrtspconnection.c are never...
92       * 503930 : [cdda] warning: 'eos' may be used uninitialized in this f...
93       * 506928 : [alsamixer] add " PCM " as master fall back for cards that ...
94       * 508138 : [decodebin] does not error out if pad activation fails
95       * 509762 : missing file in win32/MANIFEST
96       * 511274 : gst_rtp_buffer_get_extension_data is returning FALSE when...
97       * 496731 : [PATCH] xvimagesink leaks memory if initialization fails
98       * 496761 : [PATCH] RTSP message leaks memory when uninitialized
99       * 500763 : SIGSEGV while playing ogg audio file
100       
101 API additions since 0.10.15:
102       
103       * New GstVideoFormat API and helper functions in libgstvideo
104       * gst_base_audio_sink_set_provide_clock()
105       * gst_base_audio_sink_get_provide_clock()
106       * gst_base_audio_sink_set_slave_method()
107       * gst_base_audio_sink_get_slave_method()
108       * gst_base_audio_src_set_provide_clock()
109       * gst_base_audio_src_get_provide_clock()
110
111 Changes since 0.10.14:
112
113       * RTP/RTSP/RTCP/SDP support improved
114       * New FFT support library libgstfft, based on Kiss FFT
115       * New formats supported in volume and audiotestsrc
116       * Fixes in audiorate and videorate
117       * Audio capture fixes
118       * Playbin and decodebin fixes
119       * New tagdemux base class for ID3/APE style tag readers
120       * Fix a nasty crash in the X sinks on shutdown
121       * New tags supported
122       * Add support for multichannel WAV files.
123       * Preserve channel layout information when up/down-mixing.
124       * Many bug-fixes and improvements
125
126 Bugs fixed since 0.10.14:
127
128       * 475395 : decodebin2 leaks request-pads
129       * 475451 : [decodebin2] leaks ghostpad
130       * 378770 : [xvimagesink] race condition in event thread?
131       * 407282 : [decodebin2] autoplug-sort signal has GList ** parameter
132       * 430677 : [audioconvert] does not preserve channel positions when f...
133       * 442654 : [volume] controller bypassed by default
134       * 445529 : [volume] support for 24/32-bit audio/x-raw-int
135       * 446766 : return code for gst_base_rtp_payload_audio_handle_event()
136       * 451970 : Subparse requires HTML parser
137       * 453650 : [audiobasesrc] two alsasrcs do not work in one pipeline
138       * 459334 : [textoverlay] expose pango line alignment property
139       * 459585 : [basertpdepayload] api without namespace
140       * 460422 : [audiotestsrc] Add support for float and double output
141       * 462805 : [alsa] compilation fails with gcc 4.2
142       * 462979 : Add 'silent' property to GstTimeOverlay
143       * 463215 : [audioconvert] compile errors
144       * 464320 : [PATCH] gst-plugins-base-0.14 does not build for win32
145       * 464666 : [playbin] QT trailer hangs in preroll with decodebin2
146       * 464690 : Add connection-speed property to uridecodebin element
147       * 465015 : [playbin] Not removed probes causes deadlocks in streamin...
148       * 465028 : some warnings with mingw
149       * 467667 : GST_FRAMES_TO_CLOCK_TIME() and GST_CLOCK_TIME_TO_FRAMES()...
150       * 468129 : [basertpaudiopayload] event handler returns the wrong value
151       * 468619 : New library gstfft: FFT library for integer and float typ...
152       * 470456 : [API] add gst_missing_*_installer_detail_new()
153       * 470766 : [ssaparse] line breaks in SSA subtitle parser
154       * 471067 : Make the SDP code useable for generating SDP descriptions
155       * 471194 : [rtpbuffer] RTP headers are wrong for win32
156       * 473097 : [baseaudiosink] gstreamer-properties hangs when testing s...
157       * 474384 : gstrtsp-enumtypes.c and .h needed for win32
158       * 474880 : [xvimagesink] [ximagesink] leaking buffer caps reference
159       * 475731 : rtspconnection is able to read incomplete messages
160       * 483620 : All Rtp buffers are discarded --  gst_rtp_buffer_get_payl...
161       * 484989 : memleak, not unrefed caps for gstbasertppayload.c
162       * 489010 : Please change default channel order for WAVE_EXT-less .wa...
163       * 491722 : [playbin] regression: crash with external subtitles
164       * 492098 : [GstFFT] Broken scaling
165       * 492114 : Build issues on Windows/MSVC
166       * 492306 : compilation errors with MinGW
167       * 492813 : Missing symbols in libgstrtp.def
168       * 493986 : Build issues on Windows (missing symbols)
169       * 494346 : pre-release vs6 patch
170       * 496548 : Including malloc.h breaks macos build
171       * 496724 : DSW file references non-existent DSP files
172       * 464079 : audiotestsrc doesn't respond to conversion queries properly
173       * 442065 : floatcast.h includes config.h and might break other apps
174       * 466717 : gst_event_new_new_segment_full:assertion `start < = stop' ...
175       * 485753 : Decodebin2 deadlocks when nulling pipeline during typefind
176       * 464028 : Move connection-speed from playbin to playbasebin
177
178 API added since 0.10.14:
179
180       * GstTagDemux base class for simple tag demuxers
181       * GstBaseAudioSrc::provide-clock property
182       * gst_rtcp_ntp_to_unix()
183       * gst_rtcp_unix_to_ntp()
184       * gst_rtp_buffer_get_header_len()
185       * gst_rtp_buffer_get_extension_data()
186       * gst_rtp_buffer_compare_seqnum()
187       * gst_rtp_buffer_ext_timestamp()
188       * gst_rtcp_packet_sdes_copy_entry()
189       * gst_install_plugins_supported()
190       * gst_missing_*_installer_detail_new() convenience API
191       * gst_rtsp_connection_poll()
192       * GstTextOverlay::line-alignment property
193
194 Changes since 0.10.13:
195
196       * Audio dither and noise-shaping when reducing bit-depth
197       * RTSP and SDP helper libraries added
198       * Experimental buffering element "queue2" now supports pull-mode
199         and file-based buffering.
200       * Support for more 32-bit video pixel layouts
201       * Various fixes and improvements
202
203 Bugs fixed since 0.10.13:
204
205       * 380625 : [x*imagesink] add 'handle-expose' property
206       * 385527 : oggmux sometimes gets DELTA flag on output wrong near start
207       * 402076 : videoscale 4-tap method broken for downscaling
208       * 437169 : [xvimagesink] add property to disable Xv double-buffering
209       * 441264 : queue2 support to do buffering on a file
210       * 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME
211       * 442557 : [videorate] doesn't handle latency queries
212       * 442944 : Audiotestsrc can overflow on seeks
213       * 444523 : [queue2] Pull mode support
214       * 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl...
215       * 445505 : [queue2] It does not work in pull mode with oggdemux
216       * 446551 : [queue2] Buffering is not working properly if it is set t...
217       * 446572 : [queue2] Division by zero
218       * 446972 : warning when compiling  gstoggdemux.c
219       * 449156 : Regression in CVS for decodebin2
220       * 450875 : Missing files in po/POTFILES.in
221       * 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded
222       * 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C...
223       * 454264 : Playbin fails to " play " image url after a movie url
224       * 456656 : [API] Addition of audio buffer clipping function to gstaudio
225       * 460978 : gst_audio_buffer_clip outputs warnings
226       * 152864 : [PATCH] GstAlsaMixer doesn't support signals
227       * 360246 : [audioconvert] Optionally apply dithering
228       * 394061 : Add support for Subviewer subtitles
229       * 420326 : Base payloader class has wrong property types and ranges
230       * 451145 : [vorbisdec] errors out on 0-sized packets
231       * 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
232
233 API added since 0.10.13:
234
235       * RTSP and SDP libraries added
236       * gst_rtsp_base64_decode_ip
237       * Add buffer clipping function gst_audio_buffer_clip for raw audio 
238         buffers. Fixes #456656.
239       * gst_mixer_get_mixer_flags
240       * gst_mixer_message_parse_mute_toggled
241       * gst_mixer_message_parse_record_toggled
242       * gst_mixer_message_parse_volume_changed
243       * gst_mixer_message_parse_option_changed
244       * GstMixerMessageType
245       * GstMixerFlags
246
247 Changes since 0.10.12:
248       * Many fixes and improvements
249       * RTP and RTCP support improved
250
251 Bugs fixed since 0.10.12:
252
253       * 339838 : [audioconvert] support floats with non-native endianness
254       * 393975 : closing x/xvimagesink window crashes gst-launch
255       * 405072 : [API] add gst_tag_freeform_string_to_utf8()
256       * 413799 : [subparse] add support for MPL2 format
257       * 414645 : GstMixerTrack should make untranslated label available
258       * 420079 : [audioconvert] Uses biased rounding which results in dist...
259       * 420578 : [subparse] add more colour map in sami parser
260       * 421834 : videorate breaks on dimension changes
261       * 423051 : Vorbis tags of type double use locale-dependent formatting
262       * 423055 : Verify ReplayGain vorbistag processing in libs/tag testsuite
263       * 425455 : Decodebin2 leaks pads
264       * 426250 : GstPlayBaseBin leaks streaminfo objects
265       * 428187 : Rtp base depayloader class doesn't send new_segment after...
266       * 431672 : gst_base_rtp_audio_payload_push() should take object of i...
267       * 432362 : [ximagesink] doesn't build if XShm is not available
268       * 432755 : [videorate] leaks buffer if flow != OK
269       * 432984 : [baseaudiosrc] misleading warning message when dropping s...
270       * 433888 : [theoradec] does not generate a perfect stream
271       * 436562 : Theoradec doesn't work well with gnonlin
272       * 438840 : [theoradec] does not compile with old version of libtheora
273       * 440997 : [gstriff] Doesn't handle width!=depth files with audio/x-...
274       * 441295 : audioconvert doesn't build on VS6
275       * 442024 : regression in playbin buffering
276       * 350299 : [playbin] " Internal data flow error " opening movie with s...
277       * 410039 : totem crashed with SIGSEGV in new_decoded_pad_full()
278       * 340842 : do latency calculation for live sources
279       * 341078 : RB does not play beyond initially downloaded podcast file
280       * 414496 : [id3demux, id3v2mux] Add support for GST_TAG_MUSICBRAINZ_...
281
282 API additions since 0.10.12:
283
284       * add gst_tag_freeform_string_to_utf8()
285       * GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
286       * GstBaseAudioSink::slave-method property
287       * add "min-ptime" property to RTP base audio payloader
288       * gst_base_rtp_audio_payload_push()
289       * gst_base_rtp_audio_payload_get_adapter()
290       * GstMixerTrack::untranslated-label property
291
292 Changes since 0.10.11:
293
294       * New API for on-demand plugin installation
295       * Xv thread-safety and configuration enhancements
296       * decodebin2 improvements
297       * Support more raw audio format conversions
298       * Improvements in Ogg support
299       * AudioFilter base class ported to 0.10
300       * Fixes for subtitles
301       * Latency/live-playback support for Alsa
302       * Lots of bug fixes and improvements
303
304 Bugs fixed since 0.10.11:
305
306       * 398721 : No video in .ogm files with decodebin2
307       * 339837 : [audioconvert] support for 64-bit float audio 
308       * 341524 : [decodebin] can't handle decoders with always src pads wi...
309       * 352069 : Add de.po German translation
310       * 363379 : [oggmux] doesn't detect EOS on all sinkpads 
311       * 378436 : [oggdemux] rhythmbox crash on fast clicking on rating in ...
312       * 380342 : Totem does not play mp3 files when lyrics are present 
313       * 383195 : [cddabasesrc,basertpaudiopayload] compile errors with gcc...
314       * 383198 : totem crashed to gst_xvimagesink_update_colorbalance
315       * 384008 : [xvimagesink] accesses - > xwindow outside locks
316       * 384060 : gst_xoverlay_set_xwindow_id() causing lockups with x(v)im...
317       * 387138 : x input events processing in sinks with xoverlay interfac...
318       * 390063 : Documentation typo 
319       * 390076 : add xv adaptor and port properties in xvimagesink element.
320       * 391365 : [oggdemux] internal stream error on OggFlac
321       * 392070 : [vorbis] GST_TAG_LOCATION not mapped
322       * 392393 : [API] add libgstbaseutils library for missing plugins mes...
323       * 396042 : mpeg4 video typefinder loops endlessly on quicktime redirect
324       * 396835 : audioconvert/audioresample combination causing buffer of ...
325       * 397673 : [patch] XIOError caught in x[v]imagesink.c
326       * 397810 : [typefinding] .vob file: could not determine type of stream
327       * 398110 : [theoraenc] GLib failed to allocate 3080991032 bytes on g...
328       * 399340 : Crash in the oggdemux plugin when trying to play a specia...
329       * 401029 : [playbin] rapidly changing visualisation freezes
330       * 401072 : Move libgimme-codec helper functions to GStreamer
331       * 402505 : visualisations don't work for some samplerates
332       * 407811 : decodebin2 hang on HD clip
333       * 409683 : Crash with Decodebin2
334       * 410396 : not reading " DATE " tags from Flac files
335       * 410963 : Fails to build with -z defs 
336       * 357503 : [suparse] wrong timing with microdvd subtitles
337       * 393310 : [pango] localtime_r does not exist in MinGW
338       * 397207 : Test failure w/ HP-UX 11.11 & native compiler
339       * 399948 : [textoverlay] leaks upstream events if textpad unlinked
340       * 403963 : GstAudioFilter base class broken
341       * 404512 : [videoscale] floating point exception on 1x1 video
342       * 405020 : [alsa] probing the device-name doesn't seem to work corre...
343       * 408278 : [videorate] memory leak
344       * 410772 : Crash copying a GstNetBuffer
345       * 401118 : [visual] error if width not a multiple of 4 
346       * 405451 : [alsasink] deadlocks when disconnecting USB Sounddevice
347
348 API additions since 0.10.11:
349
350       * GstAudioFilter
351       * GST_VIDEO_SINK_CAST()
352       * gst_pb_utils_add_codec_description_to_tag_list()
353       * gst_pb_utils_get_codec_description()
354       * gst_pb_utils_get_source_description()
355       * gst_pb_utils_get_sink_description()
356       * gst_pb_utils_get_decoder_description()
357       * gst_pb_utils_get_encoder_description()
358       * gst_pb_utils_get_element_description()
359       * gst_pb_utils_init()
360       * gst_install_plugins_context_new()
361       * gst_install_plugins_context_set_xid()
362       * gst_install_plugins_context_free()
363       * gst_install_plugins_async()
364       * gst_install_plugins_sync()
365       * gst_install_plugins_return_get_name()
366       * gst_install_plugins_installation_in_progress()
367       * gst_missing_uri_source_message_new()
368       * gst_missing_uri_sink_message_new
369       * gst_missing_element_message_new
370       * gst_missing_decoder_message_new
371       * gst_missing_encoder_message_new
372       * gst_missing_plugin_message_get_installer_detail
373       * gst_missing_plugin_message_get_description
374       * gst_is_missing_plugin_message
375
376 Bugs fixed since 0.10.10:
377      
378       * 360552 : [riff] [avi] extracts non-UTF8 metadata
379       * 365501 : [x/xvimagesink] race condition when creating first image ...
380       * 339366 : [playbin] hangs if suburi file type cannot be determined
381       * 355914 : libvisual causes xvimagesink:  assertion `GST_CAPS_REFCOU...
382       * 363118 : gst_riff_create_video_caps() should also store variant in...
383       * 363607 : xvimagesink xwindow_draw_border() slowness
384       * 336301 : [playbin] can't handle RTSP source
385       * 337026 : oggmux doesn't set EOS properly
386       * 337031 : vorbisdec outputs too much data 
387       * 340049 : New BaseRTPAudioPayloader class to -base 
388       * 348264 : Theora encoding, Ogg muxing don't handle discontinuities
389       * 354773 : xvimage assumes that XV_COLORKEY can be set in RGB888 format
390       * 355917 : libvisual plugin is broken
391       * 355935 : multifdsink doesn't allow setting maximums (soft, hard) i...
392       * 357038 : [ffmpegcolorspace] RGBA handling broken
393       * 357215 : [playbin] buffering notification not quite right yet
394       * 357289 : [riff] riff parser can't detect aac audio stream
395       * 357404 : [playbin] Linking can fail silently 
396       * 357531 : [subparse] problem if markup is not closed
397       * 357577 : [playbin] regression: buffering still images broken
398       * 357591 : Avoid compiler warning with uclibc and -Werror
399       * 357613 : XvStopVideo in xvimagesink
400       * 357800 : [libvisual] doesn't pass audio data to libvisual 0.4.0 co...
401       * 359580 : tcpserversink and dataprotocol assert for multipart streams
402       * 361095 : Fixes compiling with forte: warning clean up (part 3)
403       * 361456 : [basertppayload] Memory leak
404       * 361634 : sink- > ringbuffer NULL in BaseAudioSink's setcaps()
405       * 361984 : [subparse] doesn't accept .srt file that doesn't start wi...
406       * 366334 : [PATCH] Windows vs8 fixes
407       * 368273 : Using the remove signal on multifdsink is not threadsafe
408       * 368310 : include file  gstbasertpaudiopayload.h not included for r...
409       * 369482 : [typefind] MPEG system streams get recognized as mp3 files
410       * 370092 : [PATCH] Decodebin v2 : Implementation
411       * 377183 : regression: no eos when playing ogg vorbis files
412       * 381219 : bad debugging code left in audiorate
413       * 382223 : [decodebin] more delayed linking
414       * 382269 : Typefind detects mpeg video clip as audio/mpeg
415       * 335635 : Add an Ogg/Vorbis retagging element
416       * 341681 : [textoverlay] flickering with continuously timestamped text
417       * 342228 : [alsa] Recognize " Front " as a Master channel 
418       * 357330 : [subparse] some sami parser minor but enhanced patch 
419       * 357532 : [gsttag] vorbistag doesn't handle dates that include time...
420       * 359237 : [typefinding] doesn't recognize XML files shorter than 25...
421       * 362845 : [subparse] add support for tmplayer format
422       * 357977 : [videorate] new segment start is not respected
423       * 364812 : [PATCH] oggmux release pad does not remove pad
424       * 364856 : pngenc stride problems
425       * 372507 : Mac build fixes
426
427 API added since 0.10.10:
428
429       * playbin::queue-min-threshold property.
430       * GstVideoOrientation interface
431       * gst_base_rtp_depayload_push_ts
432       * gst_base_rtp_depayload_push
433       * Add dropped_buffers to multifdsink's get-stats GValueArray
434       * gst_ring_buffer_commit_full
435
436 Changes since 0.10.9:
437
438       * New elements: gdppay, gdpdepay
439
440 Bugs fixed since 0.10.9:
441      
442       * 343787 : The adder cannot handle when multiple elements tries to l...
443       * 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
444       * 349105 : crash with playbin and resizing screen
445       * 342494 : [v4l] Query " device-name " even if device is not open
446       * 342680 : [adder] seeking with multiple ogg files fails to work
447       * 345188 : [alsa] can't handle more than 8 channels
448       * 347091 : converting vorbis comments to GstTagLists is lossy
449       * 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
450       * 348916 : [typefind] add multipart/x-mixed-replace typefinder
451       * 350157 : [riff] riff parser can't detect dts audio stream
452       * 350655 : [oggdemux] should process seeking queries
453       * 350900 : [adder] should not clamp floating point values
454       * 351426 : API: add gst_tag_parse_extended_comment
455       * 351502 : g_value_set_string leaks
456       * 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
457       * 353658 : [videotestsrc] doesn't round strides correctly for YVYU
458       * 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
459       * 351790 : [ogmparse] crash parsing video stream on x86-64
460       * 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
461       * 347783 : [PLUGIN-MOVE] GDP elements should be moved
462       * 347918 : Internal data flow error in udpsrc
463       * 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol...
464       * 350784 : element alsamixer doesn't respect asoundrc
465       * 351308 : [netbuffer] build fails with gkt-doc critical warnings
466       * 353234 : audiorate preserves DISCONT on buffers
467       * 353912 : Add cmml caps to oggmux
468
469 API added since 0.10.9:
470      
471       * gst_rtp_buffer_get_payload_subbuffer()
472       * gst_tag_parse_extended_comment()
473       * GstPlayBin::connection-speed
474       * GstTheoraParse::synchronization-points
475       * GST_AUDIO_CHANNEL_POSITION_NONE
476
477 Changes since 0.10.8:
478
479       * Parallel installability with 0.8.x series
480       * Threadsafe design and API
481       * Subtitle fixes
482       * Support for images in tags
483       * Playback improvements
484       * Gnomevfssrc now supports burn:// uris
485       * Videoscale now supports more RGBA formats
486       * Multifdsink improvements
487       * Testsuite can now generate coverage information
488
489 Bugs fixed since 0.10.8:
490
491       * 347296 : Problems with clocks on alsasrc hangs the application
492       * 347295 : [vorbisdec] Pushes before being initialized
493       * 329798 : [playbin] doesn't always give correct error message for m...
494       * 342085 : [alsasink] doesn't set buffer-time correctly
495       * 342789 : [audioresample] doesn't clear state when stopped, causing...
496       * 343303 : [subparse] workaround for bad entities in sami parser
497       * 343385 : [gnomevfs] add support for burn:// URIs
498       * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
499       * 343699 : oggmux leaks
500       * 344503 : [subparse] parse font face property in sami parser.
501       * 345131 : [PATCH] videoscale support for 32-bit RGB-formats
502       * 345206 : [textoverlay] crash with non-UTF8 input
503       * 345225 : [theoradec] Clipping for exact seeking
504       * 345641 : [API] [libgsttag] add enums for image tag type
505       * 345879 : [riff] won't play a .wmv file with WMVA video stream
506       * 346581 : [typefinding] recognise text/html
507       * 347221 : [audioconvert] channel remapping does not work right
508       * 347304 : Massive leaks with xvimagesink
509       * 346527 : alsasrc get_range does not respect requested size
510
511 Changes since 0.10.7:
512     
513       * alsasink probing fixes
514       * xvimagesink error reporting fixes
515       * subtitle fixes
516       * adder fixes
517       * vorbis multichannel fixes
518       * multifdsink streamheader fixes
519
520 Bugs fixed since 0.10.7:
521     
522       * 169936 : [subparse] support for SAMI subtitles
523       * 315312 : Gstreamer Xv uses RGB instead of YUV.
524       * 334002 : video4linux shouldn't depend on X in configure script
525       * 336881 : [libvisual] additional support for libvisual-0.4
526       * 337544 : [xvimagesink] Internal Error when image is too large
527       * 339520 : [subparse] add " encoding " property
528       * 340909 : [alsasink] can't enable spdif output
529       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
530       * 341562 : audioconvert doesn't list formats in order of preference
531       * 341696 : audioconvert crashes if converting from a format with no ...
532       * 341719 : bisection algorithm in ogg doesn't bisect in some cases
533       * 341732 : [alsasink] doesn't query supported sample rates
534       * 341873 : [alsasink] minor memory leak, uses unprotected static var...
535       * 342143 : [subparse] sami parser needs to escape characters
536       * 342181 : [alsa] add property probe interface to alsasink and alsasrc
537       * 342268 : [playbin] add 'subtitle-encoding' property
538       * 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef...
539       * 342566 : Building without GTK+ fails
540       * 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p...
541       * 339935 : [adder] dead-locks when adding sink pads in PAUSED state
542
543 Changes since 0.10.6:
544
545       * typefind improvements
546       * bug-fixes in textoverlay, audioconvert, videotestsrc, 
547         multifdsink and audio source/sink base classes
548       * Ice-cast metadata support has moved from gnomevfssrc to the 
549         icydemux element in gst-plugins-good
550       * audioresample now supports floating point samples
551       * Adder element fixes.
552       * Fixes for network playback and audio resampling in playbin
553
554 Bugs fixed since 0.10.6:
555     
556       * 340060 : [adder] handle newsegment events properly
557       * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ...
558       * 339405 : [textoverlay] can't display '\n' character
559       * 338657 : [patch] adder should send events from src-pad to all sink...
560       * 338919 : [patch] alsasink should also query witdh capabilities fro...
561       * 301759 : [audioresample] float audio support (for OSX audio sinks)
562       * 331901 : [videotestsrc] framerate=0/1 gives assertion error
563       * 333657 : Replacing icy demuxing in gnomevfssrc
564       * 336339 : [audioresample] should support width != 16
565       * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0
566       * 338778 : [patch] Bad audio with ASX files
567       * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio
568       * 339574 : [patch] Race condition in multifdsink can lead to spuriou...
569       * 339786 : [typefinding] wavpack typefinding doesn't always work
570       * 340369 : [volume element] " volume " property range insufficient
571       * 340379 : [playbin] doesn't insert audioresample, causes problems w...
572       * 340392 : Problem with internal-decodebin
573       * 341160 : [multifdsink] client_status enum has an uninitialized nick
574       * 341182 : Accessing playbin's streaminfo property from high languag...
575       * 341432 : [playbin] automatically get icecast metadata requiring ic...
576       * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
577       * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag
578
579 API added since 0.10.6:
580     
581       * client-fd-removed signal added to multifdsink
582       * stream-info-value-array property added to playbin
583       * gst_video_calculate_display_ratio() in libgstvideo
584
585 Changes since 0.10.5:
586
587       * QoS in sinks and transform elements
588       * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
589       * added theoraparse element
590
591 Bugs fixed since 0.10.5:
592     
593       * 313136 : [playbin] hang while playing truncated ogg file
594       * 172848 : [subparse] subtitles with special chars are displayed as ...
595       * 305279 : [riff] uncompressed AVIs with 24bpp don't work
596       * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
597       * 323852 : Disable tests/icles on platforms that do not have X
598       * 325653 : build errors compiling audioresample on win32(vs7)
599       * 327357 : gst-plugins-base fails to compile with GCC 4.1
600       * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
601       * 334822 : [ffmpegcolorspace] YVU9 support
602       * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
603       * 335365 : inefficient use of GList in gst-plugins-base
604       * 336190 : [gnomevfssink] should accept non-URI filenames as " location " 
605       * 336194 : [gnomevfssrc] some minor memory leaks
606       * 336477 : plugins need better/univied descriptions
607       * 336617 : Unable to recognise MPEG TS stream
608       * 337548 : Memory leaks in basertpdepayload
609       * 337945 : [oggdemux] segment stop position ignored
610       * 338419 : Regression in the handling of files with multiple audio/s...
611       * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
612       * 339013 : [videorate] Goes into an infinite loop
613       * 339047 : [riff] handle H264 fourcc in addition to h264
614       * 339212 : ISO file typefinding regression
615       * 330748 : deadlock in base audio sink on playing- > paused state change
616
617 Bugs fixed since 0.10.4:
618     
619       * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
620       * 334226 : typefindfunctions plugin crashes on PPC on registration
621
622 Changes since 0.10.3:
623     
624       * (Experimental) QoS support
625       * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
626       * documentation updates
627       * better support for subtitles (seeking)
628
629 Bugs fixed since 0.10.3:
630     
631       * 310202 : [subtitles] < i >  < /i > tags and others should be supported i...
632       * 312439 : XVideo output doesn't work on remote displays (probably r...
633       * 321271 : audio output is truncated at EOS
634       * 321650 : Can't decode this ogm file
635       * 325732 : [oggdemux] problem when seeking to time less than 4s with...
636       * 325972 : [typefinding] doesn't recognise this mp3
637       * 326720 : [alsasink] doesn't support more than 2 channels anymore
638       * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
639       * 330789 : gstbaseaudiosink causes noise on seeking
640       * 330888 : Fix build with gcc 2.95 (again)
641       * 331295 : gnomevfssink doesn't respect umask when creating files
642       * 331526 : 3GP type detection is too simple
643       * 331678 : Decodebin is not reusable within a single pipeline (as in...
644       * 331690 : playbin won't play my last.fm stream
645       * 331763 : [alsamixer] unmute sets the volume to 100%
646       * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
647       * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
648       * 332778 : [ogmparse] " Already an existing pad " WARNING
649       * 332964 : random crashes in mp3_type_find
650       * 333254 : theora encoder does not set IN_CAPS flag properly
651       * 333352 : [gnomevfssink] reports disk full as generic error
652       * 333488 : Allow for palette < 256 colours in AVI files
653       * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
654       * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
655       * 333663 : [patch] unref the result of gst_pad_get_parent
656       * 333900 : [typefind] cannot play a particular mp3 file
657       * 334112 : variable not initialized
658       * 334129 : Disable frame dropping for now
659       * 317038 : use default channel layout if none is specified in multic...
660       * 319340 : [cdparanoia] uncorrected-error signal never fired
661
662 API added since 0.10.3:
663     
664       * GstTextOverlay::halignment
665       * GstTextOverlay::valignment
666
667 Changes since 0.10.2:
668
669       * typefind improvements
670       * Ogg decoding and encoding fixes
671       * Improved audio and video sink classes
672       * Bug and leak fixes
673       * Improved video scaling
674       * On-the-fly visualisation switching
675       * Subtitle support
676
677 Bugs fixed since 0.10.2:
678
679       * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
680       * 324000 : [playbin] post error or message on unknown input
681       * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
682       * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
683       * 324626 : ffmpegcolorspace support for fourcc " UYVY "
684       * 326447 : check that all elements in -base pass queries they can't ...
685       * 328263 : Fix build with gcc 2.95
686       * 328279 : [decodebin] timeout issue when pre-rolling
687       * 329326 : Fix oggmux removing pads from collect pads
688
689 Changes since 0.10.1:
690     
691       * ported gnomevfssink, cdparanoia
692       * New library and base class: GstCddaBaseSrc
693       * ported mixerutils.h
694       * added 'sine-tab' waveform to audiotestsrc
695       * added float audio to audiorate
696
697 Bugs fixed since 0.10.1:
698     
699       * 324216 : [cdparanoia] missing patches from 0.8
700       * 324696 : [videotestsrc] does not start counting the time from zero...
701       * 324900 : Problem compiling gst-plugins-base with Forte
702       * 325984 : [playbin] cannot handle sources that produce raw audio/video
703       * 325990 : patch videotestsrc for using glib types
704       * 326601 : GstRingBuffer crashes with alaw/mulaw caps
705       * 327114 : [theoradec] should post tags on the bus
706       * 327216 : vorbisdec segfaults on certain queries
707
708 API added since 0.10.1:
709      
710       * added libgstcddabase
711       * added mixerutils.h
712         
713 Changes since 0.10.0:
714     
715       * Parallel installability with 0.8.x series
716       * Threadsafe design and API
717       * removed gst-launch-ext
718       * Ported: ogmparse
719       * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
720
721 Bugs fixed since 0.10.0:
722     
723       * 322347 : GstBaseRtpDepayload timestamps are wring
724       * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
725       * 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
726
727 API added since 0.10.0:
728     
729       * GstAlsaMixer::device
730       * GstAlsaMixer::device-name
731
732 Bugs fixed since 0.9.7:
733     
734       * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags
735       * 323017 : While(1) loop with sleep(0) in basertpdepayload.c
736   
737 Changes since 0.9.6:
738     
739       * Parallel installability with 0.8.x series
740       * Threadsafe design and API
741       * ximagesink and xvimagesink updates and interactive test
742       * added pango
743       * rename net to netbuffer library
744       * rtp element renaming
745       * stream selector fixes
746
747 Bugs fixed since 0.9.6:
748     
749       * 319618 : [decodebin] some ogg videos don't play
750       * 320644 : RTP packetizer does't set the packet timestamps correctly
751       * 322388 : xvimagesink force-aspect-ratio=True always displays squar...
752       * 322704 : oggdemux typefind list leak
753
754 Changes since 0.9.5:
755     
756       * Parallel installability with 0.8.x series
757       * Threadsafe design and API
758       * lots of leak fixes
759       * flicker-free and rewritten X sinks
760       * fractional framerates
761       * removed sinesrc, replaced by audiotestsrc
762
763 Bugs fixed since 0.9.5:
764     
765       * 316442 : playbin should use autoaudiosink/autovideosink by default
766       * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
767       * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
768       * 321164 : gstringbuffer stops working under load
769       * 321426 : ximage plugin should be renamed to ximagesink
770       * 321446 : sinesrc should be dropped in favour of audiotestsrc
771       * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
772       * 321816 : [API] xoverlay API to post prepare-xwindow-id message
773       * 321894 : vorbisenc doesn't compile
774       * 322117 : Rename libgsttagedit to libgsttag
775
776 Changes since 0.9.4:
777     
778       * video caps now use a good range for framerate and w/h
779       * oggdemux/oggmux improvements
780       * playbin improvements
781
782 Bugs fixed since 0.9.4:
783     
784       * 319110 : [PATCH] oggdemux chain finding is slow
785       * 320058 : playbin of a jpeg over http does not work
786       * 320923 : [volume] doesn't build on Solaris
787       * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
788
789 Changes since 0.9.3:
790
791       * New element: audiotestsrc
792       * typefind improvements
793       * buffer-frames removed
794
795 Changes since 0.9.2:
796
797       * RTP base classes
798
799 Bugs fixed since 0.9.2:
800
801       * 313251 : ximagesink unused functions
802       * 315159 : audioconvert lost 24 bit conversions in the rewrite
803