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