Release 0.10.20
[platform/upstream/gst-plugins-good.git] / NEWS
1 This is GStreamer Good Plug-ins 0.10.20, "Lemonade"
2
3 Changes since 0.10.19:
4
5       * Fixes for RTP h263 depayloader timestamping regressions that broke video calls
6       * Fixes for FLAC decoder when FLAC is embedded in a container such as Ogg or Matroska
7       * y4menc now supports more YUV pixel layouts
8       * rtpsource: bitrate estimation improvements
9       * rtspsrc, udp: multicast fixes
10
11 Bugs fixed since 0.10.19:
12
13       * 532117 : [matroskamux] Doesn't update the track duration
14       * 610959 : [flacdec] certain flac-in-ogg file only plays after long delay
15       * 611213 : [rtpsource] estimate bitrate on receiver side
16       * 612154 : rtph263depay removes all timestamps from outgoing buffers
17
18 Changes since 0.10.18:
19
20       * shapewipe: moved from -bad to -good
21       * avidemux: push mode seeking support
22       * avidemux: drop video frames up to the desired keyframe after a seek
23       * configure: cross-compilation fixes (use $PKG_CONFIG instead of pkg-config)
24       * dvdepay: don't output frames until we have a header, fixes crash
25       * flacdec: fix tag extraction in push mode
26       * flvdemux: obtain the index from the end of an flv file in push mode
27       * flvdemux: audio tags without any content are valid; indexing improvements
28       * jpegdec: fix invalid memory access in parser
29       * jitterbuffer: new buffering modes: low/high watermark buffering, rtp timestamps
30       * matroskademux: seeking/segment fixes (esp. regression with gnonlin)
31       * matroskademux: subtitle stream improvements (advance sparse streams in smaller steps)
32       * multipartdemux: improve header mime-type parsing
33       * qtdemux: fix ALAC codec-data handling; handle signed values in 3GPP location tag
34       * qtdemux: fix frame rate cap regression; fix sample durations corner-case
35       * qtdemux: Use the correct duration when comparing segments
36       * pulsesink: avoid segfault when shutting down
37       * pulsesink: return previous mute state if sink is not active at the moment
38       * rtpbin: change how NTP time is calculated in RTCP, generating more accurate NTP timestamps if the system clock is synchronised with NTP or similar
39       * rtpmp4gdepay: avoid division by 0 in corner case
40       * v4l2sink: change rank to NONE so we don't try to autoplug it
41       * videomixer: fix timestamping problems for input streams with different lengths
42       * videomixer: fix problem when used with gnonlin (always send FLUSH_STOP)
43
44 Bugs fixed since 0.10.18:
45
46       * 584536 : [PLUGIN-MOVE] Move shapewipe to -good
47       * 587304 : [jitterbuffer] don't handle correctly data burst from udpsrc
48       * 599292 : Synchronizing two RTP streams from different devices using RTCP is inaccurate.
49       * 604711 : Handling of mime type in multipartdemux
50       * 608026 : [videomixer] timestamping problems
51       * 608843 : [flacdec] Can't read tags in push mode
52       * 610004 : GST_CXXFLAGS should contain GST_CFLAGS
53       * 610053 : matroska fails to build with Sun Studio
54       * 610238 : Avoid an assertion in the rtspsrc element which abort the client application
55       * 610265 : gstrtpmp4gdepay issuing a SIGFPE crashing an application
56       * 610280 : [qtdemux] issue with corrupted 3gp file
57       * 610296 : [qtdemux] Confusion with gst/qt segments
58       * 610337 : pulsesink: gst_pulsesink_get_mute: set result earlier.
59       * 610483 : [jpegdec] invalid memory access
60       * 610556 : Memory violation when starting to decode a running DV PAL RTP stream
61       * 610839 : Unable to cross compile gst-plugins-good
62       * 610894 : send FLUSH_STOP after FLUSH_START in videomixer
63       * 611501 : [regression] matroskademux fails to output anything on some seeks
64       * 609724 : Add translator comment for %s in pulsesink
65
66 Changes since 0.10.17:
67
68       * v4l2src: implement GstURIHandler interface
69       * matroskamux: make index size configurable
70       * matroskademux: support push based mode
71       * matroskademux: improve stream synchronization
72       * flacdec: fix possible hanging in pull mode seeking
73       * flacdec: use a single decoder field for both push and pull mode
74       * flacenc: optionally add a seek table
75       * rtp: add BroadcomVoice payloader and depayloader
76       * rtp: add G.723 payloader and depayloader
77       * rtph264pay: add option to insert PPS/SPS in streams
78       * rtph264depay: optionally merge NALUs into Access Units
79       * rtspsrc: add user-id and user-pw properties; fix major memory leak
80       * avimux: many fixes, also better compatibility with Windows Media Player
81       * avidemux: per-stream index parsing (= much faster startup)
82       * qtdemux: progressive download support / seeking in push mode
83       * qtdemux: per sample parsing (= much faster start up)
84       * wavenc: Post warning if file hasn't been finalised properly
85       * videomixer: MMX optimisations and other improvements; implement basic QoS
86       * matroska, qtdemux, id3demux: fix language code writing and extraction
87
88 Bugs fixed since 0.10.17:
89
90       * 609405 : [qtdemux] Issues when seeking with file with lots of tracks and edit lists
91       * 503582 : [avidemux] Extract date tag (contained in the IDIT chunk)
92       * 351595 : [flacenc] write seek tables
93       * 505823 : [matroskademux] language tags have wrong iso code
94       * 515073 : [goom] Update to goom2k4
95       * 539858 : not enough NEWSEGMENT events from matroskademux
96       * 554839 : [rtpbin] Automaticaly remove pads
97       * 582575 : [rtph263depay] dropping only part of key frames on lost fragmets
98       * 583367 : gstrtpL16pay ignores max-ptime property
99       * 583985 : [matroskamux] make index size configurable
100       * 587323 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
101       * 593354 : rtpjitterbuffer sometimes outputs packets with timestamps in the past
102       * 595265 : SDES handling in RTPSource
103       * 597497 : can't play a redirecting .mov file via playbin
104       * 597823 : Add rtpg723pay plugin
105       * 599300 : [qtdemux] Doesn't populate video bitrate field
106       * 601143 : v4l2src: add GstURIHandler interface
107       * 601242 : [flvmux] ECMA array with file index lacks final 0x09 byte
108       * 601728 : [rtspsrc] Add username/password properties
109       * 602231 : Deadlock between rtpjitterbuffer and gstrtpbin
110       * 602508 : qtdemux: Parse stbl atom per sample instead of all at once
111       * 602887 : shout2send element won't change from PLAYING state to NULL
112       * 602940 : jitterbuffer is racy determining basetime
113       * 603376 : rtpsession : g_type_create_instance performance issue : avoid buffer ref
114       * 603471 : [flacdec] not timestamping output buffers
115       * 603547 : shout2send plugin sends data too fast
116       * 603779 : [ladspa] Remove ladspa plugin code
117       * 604352 : [rganalysis] miscomputes timestamps
118       * 604611 : [qtdemux] Provides invalid ALAC codec data
119       * 604679 : videomixer MMX code doesn't build on fedora12
120       * 604814 : videomixer make error
121       * 604872 : [udpsink] Add missing 'gssize len' parameter to g_convert()
122       * 604913 : rtph264pay/NALU/rtph264depay
123       * 605222 : Mobile Youtube RTSP streams time out at EOS
124       * 605269 : [shout2][patch] Setting public flag
125       * 605447 : Unable to play Real Audio stream for radioBERLIN.
126       * 605882 : rtpg723pay is incorrect
127       * 606198 : rtph264pay is causing alignment trap on ARM arch
128       * 606438 : multiudpsink: warningfixes for windows
129       * 606692 : Incorrect Center Frequency For Band3
130       * 606807 : audioamplify:  allow negative amplifications
131       * 607353 : rtph264pay & base: Don't crash if the other side specifies the profile-level-id
132       * 607440 : [wavenc] should post warning if the file isn't finished properly on pipeline shutting down
133       * 607718 : [qtdemux] Infinite loop doing negative rate playback for single audio stream
134       * 607949 : [avidemux] regression in stop position for mp3 streams
135       * 608209 : [videomixer] blend_mmx.h:173: Error: can't encode register '%ah' in an instruction requiring REX prefix
136       * 608255 : [speex] speexenc crash and leaks in rtpspeexpay and speexdec
137       * 608268 : [flvmux] index timestamps should be in seconds, not milliseconds
138       * 608629 : [pngdec] png_set_gray_1_2_4_to_8() removed in libpng > = 1.4.0
139       * 608671 : [mkv] issues when seeking
140       * 608990 : [qtdemux] Segment start timestamps can be broken
141       * 609107 : [qtdemux] Unknown atoms should also be skipped when looking for moov
142       * 598610 : [matroskademux] Support push mode operation
143       * 594381 : audiofirfilter: Implement FFT convolution
144
145 Changes since 0.10.16:
146     
147       * RTP improvements
148       * Support automatic cropping in videobox
149       * Add TTL multicast UDP property
150       * AVI demux push mode fixes and performance improvements
151       * Support large and unusual chunks sizes in wav
152       * Quicktime demuxer improvements
153       * JPEG decode fixes and speedups
154       * Support interlaced Y4M file output
155       * DV demuxer improvements
156       * Pulseaudio fixes and improvements
157       * Support Pulseaudio PLAY/PAUSE requests
158       * speexdec improvements
159       * FLV demuxer improvements
160       * Fix audio noise in the Equalizer plugin, and other improvements
161       * Fix compilation on OS/X Snow Leopard
162       * AVI muxer fixes
163       * Support MPEG V4L2 devices and improve timestamping
164       * Better jpeg2k support
165       * Many other bug fixes and improvements
166
167 Bugs fixed since 0.10.16:
168      
169       * 597848 : " Media Player Classic " won't play certain files produced by avimux.
170       * 588245 : TTL is never applied with udpsink/udpmultisink
171       * 368681 : avimux + vbr lame  always out of sync
172       * 458629 : [avidemux] high memory usage for many index entries
173       * 561825 : Problem with RTCP thread using freed objects
174       * 581334 : [qtdemux]  Add support for embedded subtitles
175       * 582238 : [videobox] Add support for autocrop to caps
176       * 590362 : [v4l2src] x264enc ! qtmux fails because of missing frame duration
177       * 591713 : [y4menc] interlaced support
178       * 593354 : rtpjitterbuffer sometimes outputs packets with timestamps in the past
179       * 593391 : [rtpsession] : rtp_session_on_timeout : Invalid read of size 4
180       * 593688 : effectv can no longer be compiled with gcc 3
181       * 593757 : [qtdemux] Lack of support for QualComm PureVoice
182       * 593764 : [v4l2src] format ordering: put emulated formats behind native formats
183       * 593955 : rtpjitterbuffer: clock_rate can change between its check and its use
184       * 594039 : missing unref in rtpsource / leak
185       * 594133 : [rtspsrc] leaks authentication info
186       * 594247 : missing math.h include in rtpjpegdepay
187       * 594248 : Use locked-state on internal rtp-bin to avoid shutdown-state-race
188       * 594251 : Avoid throwing out reordered packets with the same timestamp
189       * 594253 : jitterbuf: Only post a warning of clock-rate changed if it is changed from something initialized
190       * 594254 : propagate the pt-type-changed signal
191       * 594283 : rtpbin: make free_session() remove dangling stream references
192       * 594298 : Check if libsoup has SSL support before running HTTPS test in souphttpsrc testsuite
193       * 594490 : gstrtpbin always uses pt to demux
194       * 594520 : multipartmux: mark data buffer as delta-unit
195       * 594599 : videobox: converts AYUV to I420 incorrectly
196       * 594663 : Patch for multifilesink
197       * 594691 : rtph263pay: leak
198       * 595029 : pulse elements fail to connect to pulse 0.9.9
199       * 595220 : gstreamer crashes on pulseaudio latency change
200       * 595231 : [pulsesink] Lowers volume after every new track
201       * 595888 : qtdemux plugin should not return value from void function
202       * 595897 : Problem linking videomixer
203       * 595942 : [qtdemux] issue with corrupted 3gp file
204       * 596319 : [qtdemux] fails to parse pixel aspect ratio data
205       * 597091 : [flvdemux] not outputting no-more-pads causes playbin2 to fail badly on streamed single-stream flv
206       * 597214 : [avidemux] Fix printf formats to avoid warnings in avidemux
207       * 597348 : [qtdemux] Cast variables passed to printf to avoid warnings about incorrect formats
208       * 597351 : [jpegdec] segfaults on a specific picture
209       * 597397 : equalizer is non deterministic
210       * 597463 : [pulsesrc] has no lower bound for fragment size
211       * 597601 : [pulsesink] needs to take control of minreq value
212       * 597730 : osssrc rank should be secondary, just like osssink
213       * 597847 : Windows Media Player won't play large files produced by avimux
214       * 597867 : Plugins good do not build on Ubuntu Hardy (kernel 2.6.24)
215       * 598377 : rtpmanager: only forward the lost event to the last seen payloadnumber
216       * 598517 : [jpegdec] Regression supporting 4:2:2 jpeg videos
217       * 598810 : wavenc: Fix buffer offset by moving length incrementation
218       * 598933 : [pulse] Fix the StreamVolume interface not being advertised
219       * 601381 : v4l2: Make sure to initialize variables before using them
220
221 Changes since 0.10.15:
222
223       * Moved rtpmanager from -bad to -good
224       * Implement SEEKING query in more demuxers and decoders (notably mkv, flv, flac)
225       * avimux: adds support to WMA/WMV
226       * cairo: Add cairo-based PDF/PS/SVG encoder element (cairorender)
227       * dv1394src: fix element for live usage
228       * effectv: new elements: rippletv, streaktv, radioactv, optv
229       * flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
230       * flacenc: fix issue with broken duration / sample count into flac header in some cases
231       * flvmux: lots of fixes and improvements
232       * id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
233       * matroska: add kate subtitle support, add/improve WMA/WMV handling and read bluray PGS subpicture streams
234       * multipartdemux: support more mime types, do proper flow aggregation
235       * pulsesrc: cleanups, report real latency, set the default slave method to skew
236       * qtdemux: support for agsm, misc. tag reading fixes
237       * rtp: new QDM2 and CELT depayloaders; fix SVQ3 depayloader and make it autopluggable
238       * souphttpsrc: Only assume seekability if the server provides Content-Length
239       * v4l2: add v4l2sink element, open device in NULL->READY, optional gudev support
240       * v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framerate is available
241       * videomixer: add RGB format support; fix I420 blending
242
243 Bugs fixed since 0.10.15:
244
245       * 331420 : No PDF/PostScript/SVG encoder in GStreamer yet.
246       * 499242 : [patch] workaround the broken tags encoding for mp3 files
247       * 521625 : [plugin-move] move rtpmanager from -bad to -good
248       * 560033 : [v4l2src] returns caps with a range where max == min
249       * 564100 : [avidemux] premature EOS streaming mjpeg file with JUNK tags
250       * 564501 : [rtph264pay] bytestream scan mode operation is not reliable
251       * 567983 : [avidemux] SAMPLE.AVI fails to play in push mode
252       * 577017 : Videomixer blend bgra and ayuv
253       * 577318 : rtspsrc appears to be leaking memory
254       * 578052 : gstavidemux: support seeking and duration query in default format
255       * 578166 : libgstwaveform, gstwaveformsink.c " BYTE " instead of " byte " 
256       * 578612 : [flacdec] seek on flac file sometimes triggers flac decoder ABORT
257       * 580214 : Equalizer starts distorting the sound after a while.
258       * 580732 : AVIMUX needs mappings for Windows Media codecs
259       * 582153 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
260       * 582169 : [multipartdemux] Segmentation fault on empty content
261       * 582462 : souphttpsrc should set caps for " audio/L16 " mime_type
262       * 583593 : Updates for SunAudio plugin
263       * 583640 : [v4lsrc/v4l2src] add support for better device detection with libgudev
264       * 584455 : [flacenc] sometimes writes broken flac files
265       * 584613 : rtpvrawpay seems to produce fixed-length packets padded with random data
266       * 585205 : [rtpmp4gdepay?] Unable to play audio from one specific radio station stream
267       * 585361 : [gstwaveformsink.c]  'byte' is not defined in MSVCRT
268       * 585559 : buffer-list support for rtph264pay, rtpjpegpay and rtpmp4vpay
269       * 585576 : [souphttpsrc] initially reports all servers as seekable
270       * 585630 : [PATCH] Don't try to test flacdec if it's not build
271       * 585699 : GNOME Goal: Remove deprecated glib symbols
272       * 585757 : Remove deprecated GTK+ symbols from unused code
273       * 585828 : audioamplify should support more formats
274       * 585831 : audioamplify should support no clipping
275       * 586397 : gstudpnetutils.h fails to build on FreeBSD
276       * 587426 : non fast-start mov files fail to play from http locations
277       * 587680 : rtp/ts does not repackage cleanly to rtp; mpegvideoparse/rtpmpvpay: timing issues
278       * 587826 : gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
279       * 587982 : [udp] uninitialized variable in gst_udp_get_addr function
280       * 587983 : [avidemux] assert format failed
281       * 588148 : [id3demux] APIC tag not found mp3 file
282       * 588349 : [effectv] Add new optv effect filter
283       * 588359 : [effectv] Add radioactv effect filter
284       * 588368 : [effectv] Add streaktv effect filter
285       * 588483 : [flacenc] write padding metadata block
286       * 588695 : [effectv] Add rippletv effect filter
287       * 588777 : [souphttpsrc] don't try to authenticate if no username/password is set
288       * 589056 : [qtdemux] no audio in videos from Aiptek camera
289       * 589365 : [pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
290       * 589423 : [flacdec] Implement SEEKING query
291       * 589424 : [flvdemux] Implement SEEKING query
292       * 589459 : [pulsesink] Fix a couple error messages that mentioned incorrect function names.
293       * 590038 : pulsesink: pa_timing_info- > configured_sink_usec requires pulse 0.9.11
294       * 590280 : [v4l2] add v4l2sink
295       * 590401 : GstPulseSrc's pulse probe is not initialized correctly
296       * 590447 : [flvmux] crashes when writing index with < = 128 entries
297       * 590970 : [souphttpsrc] better fix for compiler warning fix
298       * 591451 : [v4l2] causes hanging stream when VIDIOC_G_PARM is not supported
299       * 591476 : Possible leak in rtpbin
300       * 591712 : [dvdec] sets top field first not bottom field first on pal interlaced content
301       * 591747 : [v4l2src] should clear formats list when it closes the device
302       * 591951 : pipelines/simple-launch-lines check segfaults with libjpeg 7
303       * 592232 : [qtdemux] QT style string tag extraction fails
304       * 592530 : Get only glitches and noise trying to play a gsm file
305       * 593015 : pa_stream_flush() seems to cause sync issues
306       * 585911 : matroskademux seems to leak large amounts of memory when seeking (skipping)
307       * 576378 : [matroskamux] add support for WMA2 and WMV2
308       * 564437 : rtpjpegdepay was unable to handle frame dimensions greater than 2040
309       * 582515 : Quicktime file with PCM audio does not play correctly
310       * 583048 : [patch] jpegdec: support for larger pictures
311       * 583371 : pulsesink: Print message on underflows
312       * 583803 : pngdec: mismatched g_malloc/free
313       * 584981 : Gstreamer wavparse Could not demultiplex stream
314       * 585056 : regression: no more sound in my H.264+AAC clips
315       * 585549 : Add RTP blocksize functionality to rtspsrc element
316       * 585842 : Support for GstBufferList in gstmultiudpsink
317
318
319 Changes since 0.10.14:
320     
321       * Some fixes for seeking in wav and FLAC files
322       * Faster seeking in Matroska and AVI files
323       * RTSP and RTP improvements
324       * directdrawsink moved to Bad
325       * y4menc and flvmux/flvdemux moved from Bad
326       * deinterlace2 moved from Bad, replacing deinterlace
327       * Many bug fixes and improvements
328       * Pulseaudio sink completely overhauled
329
330 Bugs fixed since 0.10.14:
331      
332       * 572551 : mpeg4videoparse fails to extract codec_data from this net...
333       * 577318 : rtspsrc appears to be leaking memory
334       * 576286 : [videomixer] Should accept/output non-alpha streams
335       * 581333 : rtspsrc: request_pt_map in gstrtspsrc.c fails to return c...
336       * 478092 : gstid3v2mux.cc:deprecated conversion from string constant...
337       * 486915 : [videomixer] segmentation fault on gst-inspect
338       * 509311 : [rtph263pay] rtph263pay does not follow rfc2190
339       * 516031 : flac within ogg container can't be played on Jokosher
340       * 537537 : [pulse] Latency issues
341       * 537609 : RTSP - rtspsrc module  support for Scale header
342       * 552650 : [rtspsrc] (partially) fails SETUP with MS RTSP servers
343       * 562168 : Good plugins' configury overloads --disable-debug
344       * 563574 : v4l2src should capture in non-blocking mode
345       * 567140 : G726 Packetizer issue for 24kbps & 40 kbps datarate
346       * 567857 : [udpsrc] loop on gst_poll_wait when POLLERR because of icmp
347       * 570781 : [alawdec] spews ERROR debug messages on shutdown/seek/not...
348       * 571153 : [pulsemixer] compiler warnings (on ARM)
349       * 571321 : gconfvideo{src,sink} don't disconnect gconf notifications
350       * 572256 : gst/avi/gstavidemux.c: Alignment trap in gst_avi_demux_pa...
351       * 572358 : law encoders _getcaps ignore rate/channel if not both are...
352       * 572413 : [jpegenc] crashes if no input format has been set
353       * 573173 : Added Quicktime HTTP tunneling to the RTSP src element
354       * 573342 : Unconditioned EAFNOSUPPORT in gstudpnetutils.c
355       * 573343 : Type mismatches in gstdirectdrawsink.c
356       * 573721 : [PLUGIN-MOVE] move directdrawsink back to -bad
357       * 573737 : [PLUGIN-MOVE] Move FLV to -good
358       * 574270 : [rtspsrc] Range request is wrong (should say: npt=now-)
359       * 574275 : flacdec ! appsink with a seek seems to drop the first buffer
360       * 577468 : [id3demux] Frames not extracted if tag is unsynchronised
361       * 577609 : [id3v2mux] write RVA2 frames for peak/gain volume data
362       * 577671 : [rtspsrc] deadlock on shutdown (locking order problem?)
363       * 578052 : gstavidemux: support seeking and duration query in defaul...
364       * 578135 : [qtdemux] missing 3gpp Asset metadata handling
365       * 578310 : [matroskamux] - Should suppport speex
366       * 579070 : [sunaudio] fix compiler warnings
367       * 579422 : flacdec can block allocating before it sent a new-segment
368       * 579808 : [jpegdec] Doesn't support additional 0xff before end marker
369       * 580746 : [qtdemux] 3GPP classification entity byte order reversed
370       * 580783 : [PLUGIN-MOVE] Move y4menc to -good
371       * 580851 : rtspsrc: various; sanity of ranges, setting of base_time ...
372       * 580880 : gstrtpjpegpay is not functioning properly; rtp jpeg paylo...
373       * 581329 : rtspsrc: NAT dummy packets not being sent
374       * 581568 : ability for replaygain plugin to post level messages
375       * 581806 : [souphttpsrc] Should allow overriding the referer
376       * 581884 : [PLUGIN-MOVE] Move deinterlace2 to gst-plugins-good
377       * 582252 : rganalysis test broken by recent commit
378       * 582281 : [rtp] Forgets to link to $(LIBM)
379       * 582387 : [avidemux] Seeking regression
380       * 582420 : flacdec unit test broken on PPC
381       * 582661 : [deinterlace] Fix latency query to return unbound max lat...
382       * 582715 : gcc warnings about unitialized
383       * 582753 : flacdec check fails
384       * 582794 : rganalysis unit test fails with git core
385       * 568278 : [qtdemux] add support for vob subtitle streams
386       * 569611 : GStreamer videobox element draws thin green lines on edge...
387       * 571294 : [matroskamux] Should ignore framerate of 0/1
388       * 574169 : avidemux/theoradec don't work well together
389       * 575234 : Network interface selection for multicasting with the udp...
390       * 576729 : [rtspsrc] perform EOS handling earlier
391       * 578257 : Image problems using rtpjpeg(de)pay
392       * 579069 : rtp h263pay build fixes
393       * 580554 : PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
394       * 581432 : [multipartdemux] source pads are leaked
395       * 581444 : [multipartdemux] free memory read of buffer timestamp
396       * 582218 : Uninitialized variable may be used in gstavidemux.c
397       * 575937 : udp/gstudpnetutils.c: ip_mreqn unavailable on Solaris (an...
398
399
400 Changes since 0.10.13:
401     
402       * Add autodetect source elements
403       * Improvements in RTP payload/depayload and RTSP
404       * Support float input in wav, and require depth == width
405       * Support inverted RGB video in avi
406       * Compilation fixes and smarter format selection in V4L2 support
407       * Use libv4l when available
408       * Don't install static plugin libraries any more
409       * Matroska muxing: Add Dirac, fix AAC
410       * Improve qtdemux segment handling
411       * Add presets to equalizer
412       * OS/X video and audio output improvements
413       * Rework Pulseaudio audio output
414       * Support basic and digest auth in souphttpsrc
415       * Use libsoup-gnome instead of libsoup when available
416       * DV demuxer fixes
417       * New IIR and FIR base classes and echo filter in audiofx plugin
418       * Improved spectrum analysis plugin
419       * 8 bit greyscale support in v4l2src and videocrop
420       * New aspectratiocrop element
421       * Many other bug fixes and improvements
422
423 Bugs fixed since 0.10.13:
424      
425       * 561502 : Not-negociated error in udpsrc
426       * 522183 : add preset suport to gstequalizer
427       * 523813 : [autodetect] add autovideosrc and autoaudiosrc
428       * 557709 : goom should have license headers in all source files
429       * 560155 : segfault when trying to set tag to NULL with avimux
430       * 527951 : [new element] aspectratiocrop
431       * 529379 : RTSP seeks when pipeline is in STATE_PAUSED
432       * 532409 : RTP payload/depayloader for G.729
433       * 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
434       * 537540 : [pulse] Causes a deadlock when the pulseserver dies
435       * 537543 : [pulse] sink/src should have " volume " property (was GstMi...
436       * 545033 : [v4l2src] Add support for camera specific formats
437       * 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
438       * 556019 : Add the ability to make souphttpsrc act as a live source
439       * 556484 : Implement getcaps in rtpL16pay
440       * 556641 : rtpL16depay doesn't support multichannel audio
441       * 556802 : Misspelled messages
442       * 556955 : [videocrop] fails to renegotiate
443       * 556986 : pulsesink deadlocks when raising an error
444       * 557260 : [equalizer] Calculates coefficients for every buffer
445       * 557293 : Argument type mismatch on Windows
446       * 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
447       * 557710 : Memory leak related to matroskamux's request pads
448       * 558427 : rtpmpapay/depay are too wide
449       * 558638 : Compiler error on v4l2
450       * 558711 : gst-plugins-good-0.10.11 compile fails
451       * 559288 : [qtdemux] deadly embrace!
452       * 559545 : rtspsrc could not receive data from RTSP server because o...
453       * 559547 : Seek bugs when playing rtsp video in m.youtube.com
454       * 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
455       * 560756 : New Plugin: JPEG RTP Payloader
456       * 561625 : Rtspsrc set segment's last_stop incorrectly
457       * 561775 : souphttpsrc patch to support basic and digest authentication
458       * 561802 : DLNA specific HTTP header missing
459       * 561990 : qtdemux build fails on mingw due to missing definition of...
460       * 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
461       * 562572 : multiudpsink handles errors in _render() too aggressively
462       * 563414 : Fix for SunAudioMixer plugin
463       * 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
464       * 563509 : [rtp_data_test] Complains about negotiation errors with m...
465       * 563510 : [videocrop] 1x1 unit test fails
466       * 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
467       * 564948 : Fix and clean up osxaudio
468       * 565850 : mov files can contain xvid, fmp4 and ac3 tracks
469       * 566616 : v4l2src: b/w support
470       * 566843 : [pulse] Terminating an audio stream hangs the application
471       * 567577 : [audiofx] Add generic IIR/FIR audio filter elements
472       * 567642 : spectrum element has undocumented arbitrary limitation on...
473       * 567746 : fix for 547227 created a ref loop
474       * 567794 : [PATCH] Rework pulse plugin
475       * 567800 : Mp4 created by Avidemux don't play.
476       * 567853 : osxaudiosrc does not build on 10.4
477       * 567874 : [audiofx] Echo/Reverb filter
478       * 567955 : [spectrum] Need compensation for rounding errors
479       * 567992 : [videocrop] wrong mouse navigation commands while cropping
480       * 568395 : [audiofx] Rename audioreverb to audioecho
481       * 568780 : elements/videocrop check fails
482       * 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
483       * 569820 : In some cases v4l2src element does not return correct norm
484       * 570343 : equalizer bands != specified parameters
485       * 570435 : Read Title element of Matroska files
486       * 571038 : [osxvideosink] build fail
487       * 571150 : aspectratiocrop : Memory leak
488       * 571153 : [pulsemixer] compiler warnings (on ARM)
489       * 571204 : [pulsesink] PA assertion failure triggers abort
490       * 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
491       * 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
492       * 420658 : gconfaudiosink is not behaving normally
493       * 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
494       * 561580 : GStreamer does not play a specific WAV file
495       * 563056 :  " rtpjpegdepay ! jpegdec " doesnt works
496       * 565441 : Smoke encoder doesn't set caps correctly
497       * 567952 : videocrop: add b/w support
498
499 Changes since 0.10.12:
500
501       * Fix bad autopoint substitution in the po subdir
502
503 Changes since 0.10.11:
504
505       * Fix for security advisory TKADV2009-0xx
506
507 Changes since 0.10.10:
508
509       * HDV capture support
510       * Port flactag element to 0.10
511       * Support FLAC in alternate bit-depths and more samplerates
512       * Matroska muxing improvements
513       * Support Google RTSP variant
514       * Many other bug-fixes and improvements
515
516 Bugs fixed since 0.10.10:
517
518       * 545433 : [wavparse] support tempo tag
519       * 311586 : Matroska mux/demux don't support flac
520       * 350830 : [raw1394] Add HDV support
521       * 413841 : [flactag] needs porting to 0.10.x
522       * 536067 : [matroska] Add support for real audio/video
523       * 537361 : videomixer segment handler fail
524       * 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
525       * 544956 : [videobox] segfault when changing properties at running p...
526       * 545463 : autodetect plugin links to gconf, unnecessarily
527       * 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
528       * 546465 : can't play m.youtube.com rtsp streams
529       * 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
530       * 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
531       * 547227 : Implement GstPropertyProbe interface on pulsesink for det...
532       * 547518 : pulsemixer probe fails after device property is set
533       * 547519 : Add device-name property to pulsesrc
534       * 548530 : wavenc allows audio depth of 25
535       * 548831 : matroska demuxer setting incorrect timestamps
536       * 549073 : buffer_alloc function from new basetransform sometimes fa...
537       * 549090 : v4l2src has no property named norm but notifies it
538       * 549551 : conversion of gst structure names to mime types in multip...
539       * 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
540       * 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
541       * 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
542       * 551048 : rtsp implementation sends PAUSE even when server doesn't ...
543       * 551570 : plugin ximagesrc is memory leaking...
544       * 551584 : Crash when modifying the videobox " top " and " left " live w...
545       * 552213 : [qtdemux] map tiff fourcc to image/tiff caps
546       * 553191 : udpsrc: bind() fails on OS X
547       * 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
548       * 556010 : AVI muxer segfault
549       * 556381 : [icydemux] test fails with latest core
550       * 556424 : [avidemux] segmentation fault when creating indexes
551       * 557085 : [videobox] support dynamically changing properties
552       * 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
553       * 547842 : Vorbis RTP RFC 5215 is out
554       * 550288 : Sound not played - a quicktime file
555
556 Changes since 0.10.9:
557
558       * Move the libcdio cddasrc element to -ugly, because of the GPL license
559
560 Bugs fixed since 0.10.9:
561
562       * 413705 : [PLUGINS MOVE] gst-plugins-good contails GPL'ed libcdio p...
563
564 Changes since 0.10.8:
565
566       * Replaygain elements moved from Bad
567       * Interleave/Deinterleave elements moved from Bad
568       * Pulseaudio plugin http://pulseaudio.org is now integrated
569       * New simple Karaoke audio effect plugin
570       * Improvements in v4l2src
571       * Multi-channel FLAC file fixes
572       * AVI and Quicktime reverse playback support
573       * AVI and Matroska muxing improvements
574       * New element for rendering SMPTE transitions into alpha channels
575       * Many improvements in the Win32 directdraw elements
576       * Error out cleanly for encrypted streams
577       * RTP/UDP handling improvements
578       * RTSP digest authentatication implemented.
579       * New RTP Pay/Depay-loaders for Speex, G.729, DV & raw video/audio
580       * Error concealment for Speex
581       * Many other bug-fixes and enhancements
582
583 Bugs fixed since 0.10.8:
584
585       * 541787 : incorrect timestamp
586       * 413705 : [PLUGINS MOVE] gst-plugins-good contails GPL'ed libcdio p...
587       * 345393 : Missing documentation
588       * 400679 : [PLUGIN-MOVE] pulse-gst to -good
589       * 422917 : G729 payloader/depayloader
590       * 429322 : [matroska-demux] hangs if file starts at non-zero timestamp
591       * 465146 : Add more complete negotiation to gstrtpbasepayload
592       * 469917 : multiudpsink IPv6 and diffserv TOS/TC markup
593       * 499318 : [osxvideosink] warnings on build (ppc, 64bit, 10.4)
594       * 503288 : rtph264pay does not split multiple NAL units in incoming ...
595       * 511489 : avimux muxed audio and video out of sync
596       * 512345 : gstalpha: chroma-key should not set alpha to 0 if brightn...
597       * 515962 : [udp] add ipv6 support to multiudpsink and udpsrc, add mu...
598       * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
599       * 519301 : avimux fails when going from NULL to playing a second time
600       * 519460 : 8 bytes missing in AVI streamheader
601       * 520092 : v4l2src proposed patches
602       * 520885 : directdrawsink has some issues
603       * 527865 : [PATCH] [matroskademux] uses wrong colourspace for palett...
604       * 529454 : [udpsrc] generates false error on win32 due to ICMP dest-...
605       * 529692 : [goom] fails to build on Windows with mingw32
606       * 529707 : [rtp] fails to build on Windows with mingw32
607       * 530886 : Support more mpeg2 variants in .mov files
608       * 531532 : rtspsrc leaks filedescriptors when gst_rtspsrc_open fails
609       * 531672 : [qtdemux] does not handle files with edit lists correctly...
610       * 532295 : gconf setting default audio sink to video default visualizer
611       * 532393 : [dvdec] Shouldn't be GST_RANK_PRIMARY
612       * 532409 : RTP payload/depayloader for G.729
613       * 532423 : RTP payload/depayloader for DV
614       * 533264 : Make v4l2 compile without X
615       * 533619 : udpsink dies when Linux fails (for no reason) sendto() wi...
616       * 535121 : [videomixer] proper seek/segment handling
617       * 535300 : [avidemux] missing support for reverse playback.
618       * 535935 : [qtdemux] Missing metadata
619       * 536228 : [PLUGIN-MOVE] Move interleave/deinterleave to gst-plugins...
620       * 536317 : [v4l2src] Doesn't compile with latest git kernel
621       * 536646 : v4l2src doesn't pick the optimal resolution
622       * 536831 : v4l2src == non-experimental
623       * 536903 : udpsrc now assumes one is using multicast
624       * 537021 : [cdio] does not extract album title from CD-TEXT
625       * 537031 : Enhancement to SunAudio mixer plugin
626       * 537361 : videomixer segment handler fail
627       * 537377 : Gstreamer avidemux fails on avi files with non-AV data st...
628       * 537622 : [matroskademux] Doesn't export covers (file attachments)
629       * 537675 : rtp vorbis/theora payloader static caps don't specify del...
630       * 537832 : rtsp is broken
631       * 539372 : udpsrc do not set port properly on anonymous binding
632       * 539548 : [udpsrc] Fails to bind with permission denied when trying...
633       * 540067 : souphttpsrc does not support http authentication
634       * 540300 : [souphttpsrc] souphttpsrc does not seek ahead in http stream
635       * 540940 : Quicktime demuxer does not handle dirac in QT files
636       * 541081 : [v4l2src] Doesn't compile with on old kernel
637       * 541384 : cross mingw32 gcc: making goom compile
638       * 541412 : cross mingw32 gcc: making libgstrtp plugin compile
639       * 541650 : udpsrc fails to parse URI with IPv6 address
640       * 541956 : v4l2src only requests interlaced video 
641       * 542410 : qtdemux not recognizing pcm 8bit streams correctly
642       * 543054 : [osxvideosink] minor build issue
643       * 543255 : -Wno-attributes does not exist in every gcc version
644       * 543259 : warning in gstv4l2src.c due to an uninitialized variable
645       * 543300 : [qtdemux] [PATCH] wrong depth in RLE video caps and wrong...
646       * 544509 : [qtdemux] Regression in segment.stop
647       * 539482 : [avidemux] Doesn't parse vprp ODML header
648       * 544433 : Some -good plugins aren't buildable with MSVC
649       * 536994 : Improve v4l2src negotiation a bit more
650       * 329198 : GStreamer-CRITICAL: gst_pad_activate_pull: assertion `old...
651       * 532065 : Implement RTSP Digest authentication
652       * 533287 : Mapping of mime types to gst names in multipartdemux
653       * 538891 : G.726 pay/depayloader is missing
654
655 Changes since 0.10.7:
656     
657       * The libsoup based http source moved from the -bad module and
658         was raised to primary rank
659       * GOOM visualisation plugin updated to Goom2k4
660       * Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio,
661         mulaw and wavpack
662       * New gdkpixbuf output for snapshotting
663       * Various other bug-fixes
664
665 Bugs fixed since 0.10.7:
666      
667       * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
668       * 515978 : [ladspa] Should be removed from -good until it's ready to...
669       * 516649 : [v4l2src] tries to VIDIOC_S_PARM without checking capabil...
670       * 517237 : [rtspsrc] Better error when bandwidth is too small
671       * 517933 : [tests] trivial C89 fix
672       * 518188 : [spectrum] " message " property documentation unclear
673       * 518213 : [goom2k4] artefacts on x86-64
674       * 518564 : goom dies with illegal instruction
675       * 519088 : gst_mulawdec_chain() may call gst_util_uint64_scale_int()...
676       * 519417 : Unable to modify DEFAULT_VIDEOSRC in configure
677       * 520073 : [goom] (goom2k4) shows mostly black frames
678       * 520764 : double buffer unref in speexenc error handling
679       * 520880 : audiofx doesn't build on Windows/MSVC
680       * 520888 : udpsrc has some issues on Windows
681       * 521102 : h.263+ rtp depayloader crashes on short payloads
682       * 521875 : [osssrc] recording corrupts upon _get_caps
683       * 522278 : Problem with " movq " at file gst-plugins-good/gst/goom/xmmx.c
684       * 522767 : [goom] does not build on ppc
685       * 523124 : [PLUGIN-MOVE] move souphttpsrc from -bad to -good
686       * 523134 : osxvideosink does not stop when you control-C
687       * 524593 : [sunaudio] fix mixer track range
688       * 525359 : [alaw] [mulaw] Use gst_pad_alloc_buffer_and_set_caps to c...
689       * 525833 : [halaudiosrc] unable to get mic USB working with gnome-so...
690       * 525860 : [sunaudio] copyright fixes
691       * 525946 : [gdkpixbuf] add gdkpixbufsink element
692       * 526557 : [matroskademux] seeking regression in CVS
693       * 527848 : [souphttpsrc] Give souphttpsrc PRIMARY rank
694       * 527984 : Doesn't dist all m4 files needed by configure.ac
695       * 527999 : [goom] Doesn't dist goomsl.h
696       * 528143 : [goom] fails to build on 32-bit ppc
697       * 528615 : Hide goom2k4 logo
698       * 529268 : [goom] States unit test exposes some memory leaks
699
700 Changes since 0.10.6:
701     
702       * 8 months of frenetic development
703       * Massive RTSP/RTP improvements
704       * Fixes in pngdec, gdkpixbufdec, wavpackparse, wavpackdec, smokeenc,
705         mulawdec, alwdec, id3demux
706       * More Fixes in matroskademux, udpsrc, apedemux, flacenc, avimux,
707         dv1394src
708       * V4L2 support improved
709       * Fixes for OS/X and Windows video/audio sources and sinks
710       * Support more formats in QT files
711       * Elements moved from gst-plugins-bad: equalizer, lpwsinc (now
712         audiowsinclimit), bpwsinc (now audiowsincband), spectrum,
713         multifilesrc/sink
714       * New audio effects: High/Low/Band-pass filters
715       * Many, many other fixes
716
717 Bugs fixed since 0.10.6:
718      
719       * 415627 : [PLUGIN-MOVE] move equalizer to good
720       * 463624 : [PATCH] avimux: mismatch in ODML tag numbering
721       * 347848 : [id3v2mux] add support for DiscID tags
722       * 348085 : [PLUGIN-MOVE] move spectrum to good
723       * 351726 : [rtspsrc] Force to send on periodic time new rtsp play co...
724       * 358841 : [dv1394src] should have property probe
725       * 417420 : [autoaudiosink] add " caps " property to filter sinks by caps
726       * 427573 : [osxaudiosrc] segmentation fault
727       * 435435 : [alaw] use tables for ALAW (G.711) encoding and decoding
728       * 442034 : [avi] add support for subtitle streams (GAB2)
729       * 447000 : [id3demux] add support for reading license URL from WCOP tag
730       * 448278 : [v4l2src] several issues in cvs
731       * 449747 : Function parameter mismatch breaks build on Solaris.
732       * 450190 : [PATCH] v4l2src set_capture (parameters) fails
733       * 450878 : Missing files in po/POTFILES.in
734       * 451249 : Integer type mismatch in gstrtspsrc.c
735       * 451388 : [v4l2src] Could not negotiate format
736       * 453037 : rtpilbcpayloader encoding-name field mismatch
737       * 453417 : [matroskademux] support palette info for VobSub stream
738       * 453630 : Rtspsrc invokes GST_ELEMENT_ERROR in eos when streaming o...
739       * 455086 : [cairotextoverlay] ignores the size in font-desc property
740       * 455808 : rtspsrc deadlocks on pause
741       * 457097 : [faad] " setting caps on pad failed " with BMJ113 mov
742       * 461600 : Some files missing from POTFILES.in
743       * 464475 : the mode property if the caps of rtpilbc*pay should be of...
744       * 464800 : [audiofx] New elements: chebyshev low/highpass and bandpa...
745       * 465040 : [RTP] h263ppay should allow h263 caps on sink
746       * 465774 : qt video does not play, but can be seeked
747       * 467214 : Could not get buffers from device '/dev/video0'
748       * 467666 : [ELEMENT-MOVE] Move lpwsinc and bpwsinc to gst-plugins-good
749       * 470502 : Ricoh Webcam not working
750       * 471364 : [gconf] Internal GStreamer error: state change failed on ...
751       * 471823 : [v4l2src] Fails to negotiate capabilities with Macbook Pr...
752       * 473670 : [qtdemux] invalid utf8 in tags causes warnings
753       * 474616 : [rtph263pay] RTP headers are wrong for win32
754       * 475424 : [v4l2] uvcvideo Macbook iSight webcam not working (regres...
755       * 477199 : Linux-UVC webcams not working
756       * 477456 : [v4l2src] my webcam is not working anymore
757       * 479960 : qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
758       * 480557 : [v4l2src] Nasty segfault (with broken driver?)
759       * 482495 : avimux does not accept audio/aac
760       * 484998 : [mulawdec] not-negotiated error playing a sun audio (au) ...
761       * 485828 : [v4l2src] Fixates to lowest resolution on new kernels
762       * 487488 : udpsrc errors
763       * 487563 : Payloader for H264 not marking packets
764       * 488112 : [id3demux] extract ID3v2 WOAF frame
765       * 488844 : Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pa...
766       * 488879 : [videomixer] implement GstChildProxy interface
767       * 489940 : [gdkpixbufdec] gst_value_set_fraction: assertion 'denomin...
768       * 490034 : [v4l2src] " could not get buffers from device " 
769       * 490283 : [multifilsrc] move to -good
770       * 491323 : Extend RTP MPEG-TS payloader to handle large RTP payload ...
771       * 492388 : Build issues on Windows/MSVC
772       * 496752 : [rtspsrc] leaks memory
773       * 496773 : [rtspsrc] leaks SDP messages
774       * 496983 : [PATCH] rtspsrc leaks pads
775       * 497007 : [PATCH] rtspsrc leaks RTSP messages in SETUP
776       * 497017 : [PATCH] H.264 RTP depayloader leaks memory in setcaps
777       * 497292 : gsttextoverlay compile problem in MSVC
778       * 497293 : gsttimeoverlay compile error in win32
779       * 498181 : Recent change to gst-plugins-base breaks gst-plugins-good
780       * 498297 : [v4l2src] put real supported resolutions in caps instead ...
781       * 498395 : [pngenc] leaks buffer data memory
782       * 498715 : GStreamer fails to decode MPEG1 Video RTP streams when gs...
783       * 499178 : unexpected not negotiated and other weird beharviours
784       * 499239 : gstrtpmp4adepay
785       * 499383 : [rtph263depay] Doesn't read I-frame information from rtp ...
786       * 500403 : [PATCH] videobox element doesn't init liboil
787       * 501775 : [wavparse] regression in CVS: seeking is broken
788       * 502655 : [avimux] creates corrupt avi files (wrong stream numbering)
789       * 502814 : Adds profile (hex string), sps and pps (base64 encoded) i...
790       * 502966 : GStreamer segfaults when videobox is introduced into a sp...
791       * 503023 : Let multipartdemux work in live mode.
792       * 504018 : flacdec emits newsegment before being able to respond to ...
793       * 504081 : [matroskamux] support for live sources (calculate duratio...
794       * 504895 : Build fails:  gst/check/gstcheck.h: No such file or direc...
795       * 505745 : [avidemux] warning: 'res' may be used uninitialized in th...
796       * 506025 : RTSPsrc doesn't handle redirects.
797       * 506715 : [PATCH] [flacdec] PICTURE blocks should be retrieved as m...
798       * 507642 : v4l2src Crash - Size 4156 is not a multiple of unit size ...
799       * 508644 : The clockrate for theora payloading should always be 90000
800       * 509298 : Compilation errors in gstavisubtitle.c and gstrtspsrc.c w...
801       * 509301 : [flacdec] CVS does not compile against flac-1.1.2
802       * 509531 : Make the auto-join/auto-leaving of a multicast group opti...
803       * 510505 : changes to make v4l plugin build on solaris
804       * 510592 : Race condition in WAVE parser
805       * 513628 : [flacdec] Decoding of PICTURE blocks is always disabled b...
806       * 514397 : matroskademux does not mark delta units
807       * 514573 : multipartmux memory leak
808       * 514889 : Bogus output from RTP data test
809       * 514965 : Possible buffer leaks if last_write_result != GST_FLOW_OK...
810       * 515457 : [audiofx] Element long descriptions are broken
811       * 515562 : [avidemux] Seeking broken in 0.10.6.2
812       * 515697 : [multifile] Several memory leaks exposed by unit test
813       * 515701 : [smoke] Several valgrind warnings exposed by unit test
814       * 515703 : [avisubtitle] Several valgrind warnings with unit test (g...
815       * 515704 : [gconf] Memory leak when creation of pipeline fails
816       * 515706 : [ximagesrc] Memory leak when XDamage support is available
817       * 515905 : gst-error.m4 needs no%E_MACRO_REDEFINED on Solaris
818       * 515979 : [efence] Doesn't chain up finalize properly
819       * 515980 : [directdraw] Does not chain up finalize functions properly
820       * 515984 : [v4l] Does not chain up finalize functions properly
821       * 515985 : [ximagesrc] regression when using damage
822       * 516371 : does not build without xml usage
823       * 516524 : uninitialized variables
824       * 517386 : [alpha] Doesn't link with libgstbase
825       * 508291 : [id3demux] must check if language code in id3v2 COMM fram...
826       * 491811 : Rename audiochebyshevfreq* to audiocheb*
827       * 447961 : [rtsp] do not store a reference to the result from inet_n...
828       * 475784 : rtspsrc has race condition between loop_interleaved() and...
829       * 478244 : rtpamrdepay make no playable stream
830       * 480707 : Memory leak : gstrtpmp4vpay :  config buffer is leaked
831       * 502187 : flacdec doesn't send newsegment from the streaming thread
832       * 509329 : [rtspsrc] use atoll when parsing rtptime
833       * 512544 : preallocate output buffer in pngenc
834
835 Changes since 0.10.5:
836
837       * Much improved RTSP/RTP and V4l2 support
838       * New plugins - audiopanorama, audioinvert, audiodynamic, audioamplify
839       * OSX and Windows video/audio support elements moved from Bad Plugins
840       * qtdemux, videocrop and wavpack elements moved from Bad Plugins
841       * Fixes in avi and matroska muxing
842       * Fixes in wavparse, sunaudio, AVI demuxing, ID3 tag handling
843       * gamma element ported to 0.10
844       * Parallel installability with 0.8.x series
845       * Threadsafe design and API
846
847 Bugs fixed since 0.10.5:
848
849       * 392189 : [esdsink] pipeline hung in state change from PAUSED to PL...
850       * 407590 : crash using gconfaudiosink
851       * 439255 : [rtspsrc] crash on unsupported transport
852       * 441118 : Incorrect caps in G.711 RTP depayloaders
853       * 323471 : [PLUGIN-MOVE] osxaudio
854       * 407780 : avimux does not handle video/x-h264
855       * 316203 : MinGW: udp and rtsp plugin should be disabled on windows
856       * 340362 : [PATCH] new plugin - hardlimiter
857       * 342463 : [ximagesrc] performance improvement
858       * 347806 : [v4l2src] try_capture(): Error getting buffer information...
859       * 350296 : [udpsrc] add property to remove extra headers from buffers
860       * 354007 : [PLUGIN-MOVE] videocrop should be moved to -good
861       * 356692 : wavparse drops final sample in most files
862       * 358040 : Fix speex rtp (de)payloader
863       * 362566 : [dv1394src] Random segfault and kernel oopses
864       * 374489 : rtspdec never sends out RTCP Receiver reports
865       * 377306 : [sunaudiomixer] mixer track labels not localized
866       * 379298 : [avimux] allow multiple audio streams
867       * 392620 : gnome-sound-record can not be started on sunray client on...
868       * 393427 : error/warnings when compiling with mingw
869       * 395688 : playbin is unable to play rtsp stream for 3gp from Darwin...
870       * 396057 : [audiofx] New audioinvert element
871       * 397162 : [audiofx] New element audioamplify
872       * 397946 : [audiopanorama] another trivial docs fix
873       * 398299 : [smpte] crashes if fed empty buffers from fakesrc
874       * 398325 : [smpte] Segfaults with big width/height
875       * 399338 : Hang in PREROLLING when trying to play a specially crafte...
876       * 399825 : Tags don't work properly for shout2send plugin
877       * 406042 : [v4l2src] fails with radio chips
878       * 407369 : [v4l2src] Wrong way of EIO error handling
879       * 407793 : memory leaks of sdpmessage.c
880       * 407797 : bug of rtsp_url_parse() in gst/rtsp/rtspurl.c
881       * 408544 : totem crashed with SIGSEGV to rtsp_ext_wms_configure_stre...
882       * 410997 : Fails to build with -z defs
883       * 412597 : Simplify GstSunAudioSrc
884       * 412608 : [avidemux] flow return aggregation can ignore errors
885       * 414168 : Mixes spaces and tabs in Makefile.am defs
886       * 416445 : [avidemux] seeking regressions
887       * 416727 : [v4l2src] typo in printf format string
888       * 416728 : [v4l2src] typo in translated strings
889       * 417729 : [autoaudiosink] plugs alsaspdifsink, breaking playbin
890       * 419338 : [wavparse] critical warning from plugin viewer
891       * 420208 : Probably typo
892       * 426044 : [flacenc] broken files when used with oggmux
893       * 427990 : [rtph264depay] sprop-parameter-set erros
894       * 428611 : [ximagesrc] segfaults when used from a non-X terminal
895       * 428901 : [icydemux]  broken tags for non-UTF-8/ISO-8859-1-using ra...
896       * 429319 : [alphacolor] distorts png images without alpha channel
897       * 429666 : [goom] totem skips mp3 (while Rhythmbox doesn't)
898       * 430228 : [sunaudio] copyright bug
899       * 430632 : memory problem
900       * 430804 : [PATCH] navseek only seeks (sort-of) partially
901       * 431282 : broken RTP depayloaders
902       * 433119 : wavparse causes skipping for MPEG-encoded RIFF Wav files ...
903       * 433135 : [wavparse] regression in CVS with mp3-in-wav
904       * 433530 : udpsrc read of size 0
905       * 434824 : rtp mp4 payloader doesn't handle newsegments and flush ev...
906       * 436910 : [videomixer] wrong strides with odd input width
907       * 437499 : [wavparse] can't handle WAV file with 'LIST'  header chunk
908       * 437670 : Improvements for rtsptransport.[ch]
909       * 437692 : Some more fixes for the RTSP support
910       * 438926 : invalid comparison of pointer with string literal
911       * 438940 : [rtph263ppay] Support for Segment Fragmentation based on ...
912       * 440127 : Autoaudiosink does extra switching between null and ready...
913       * 440203 : Support multiple RTSP headers of the same type
914       * 440928 : Improved RTSP version support, and added Date header
915       * 441408 : speexdec plays incorrectly files made with nframes=4
916       * 442535 : [wavenc] Doesn't handle width!=depth files with audio/x-r...
917       * 442677 : WideBand AMR payloaders
918       * 443081 : [wavparse] fails to post error on FLOW_NOT_LINKED
919       * 445905 : ximagesrc disregards display_name property
920       * 446981 : error during the compilation of rtspconnection.c
921       * 447210 : wrong length calculation for codec_data
922       * 447458 : [qtdemux] export AMRSpecificBox as codec_data
923       * 385887 : [flac] make work with libflac-1.1.3
924       * 404646 : [audiofx] Compressor/Expander element
925       * 424527 : [auparse] don't convert non-native endianness floats in t...
926       * 387121 : [matroskamux] Can't mux raw audio
927       * 392855 : [matroska] plugin must link against zlib (error with MinGW)
928       * 394851 : [audiopanorama] Some trivial docs fixes
929       * 394859 : [audiopanorama] New simple method for adjusting the panorama
930       * 398086 : [smpte] crashes if input dimensions differ
931       * 406018 : 64bit uncleanness in gstavimux.c
932       * 407057 : [wavparse] leaks contents of every buffer pushed when in ...
933       * 407349 : [id3demux] wrongly interprets TDAT as year
934       * 350278 : [rtpmp2tdepay] Add support for proprietary headers
935       * 380895 : A couple of corrections and improvements for the RTSP sup...
936       * 380944 : [dvdec] Doesn't set pixel-aspect-ratio
937       * 394977 : multipartmux not honoring flow return
938       * 403956 : Add float32 support for " level " element
939       * 405213 : mp3 plays too fast in totem or rhythmbox
940       * 407006 : [goom] odd adapter behaviour
941       * 412704 : [PATCH] gamma filter ported to 0.10
942       * 414887 : [gconf] gconfaudiosink doesn't set GST_ELEMENT_IS_SINK un...
943       * 415446 : [avidemux] fails parsing mjpeg file from digital camera
944       * 417792 : rtp depayloader for AAC
945       * 423304 : file descriptor closed in udpsrc and dynudpsink
946       * 423782 : Code for H264 payloader
947       * 428182 : Current CVS generates compiler warnings
948       * 429329 : [videobox] add support for AYUV input
949       * 442874 : Multipartmux assumes caps == mime
950
951 Changes since 0.10.4:
952
953       * Parallel installability with 0.8.x series
954       * Threadsafe design and API
955       * RTP/RTSP improvements
956       * Fixes in OSS support
957       * Addition of the audiopanorama element
958       * Improvements in AVI playback
959       * Annodex playback fixes
960       * Support FLAC in OGG and Matroska
961       * Fixes in the Speex decoder
962       * V4L2 source moved from Bad Plugins
963       * SMPTE element ported to 0.10
964       * GStreamer Data Protocol (GDP) Payloader and Depayloader elements added
965       * Many other bug-fixes
966
967 Bugs fixed since 0.10.4:
968
969       * 336465 : [patch] Streaming support for avidemuxer
970       * 349207 : [PLUGIN-ADD] audiopanorama
971       * 341278 : [autoaudiosink] should fallback to fakesink
972       * 342950 : Implement device profiles in autoaudiosink/autoaudiosrc
973       * 348233 : dv1394src crashes with libavc1394 0.5.3 - cause known
974       * 349015 : [sunaudio] open source with O_NONBLOCK
975       * 349894 : RTSP Multicast
976       * 351347 : --disable-schemas-install now works too well
977       * 351794 : [id3demux] try harder to extract wrongly marked strings
978       * 352577 : [avidemux] regression in CVS with Elephant's Dream
979       * 355210 : Sample pipeline from the documentation doesn't work properly
980       * 356142 : GST Sun Audio Mixer doesn't set only Output Track as Mast...
981       * 356147 : [avimux] duration in header not correct for big avi ( > 2 ...
982       * 357592 : Avoid compiler warnings with uClibc and -Werror
983       * 361637 : h263 variant missing from RTP (de)payloaders' caps
984       * 361639 : MPA payloader's payload number is incorrect
985       * 362603 : Fixes compiling with forte: warning clean up (part 4)
986       * 362673 : Playback with 4Front OSS driver not working due to blocki...
987       * 366492 : add windows vs8 project files
988       * 369621 : [avidemux] Out-of-sync playback with VBR MP3 audio
989       * 372021 : flxdec has wrong classification
990       * 374213 : Seeking with LADSPA plug-ins fails
991       * 374479 : [PATCH] videomixer memleak fix and enhancement
992       * 374737 : [matroskademux] doesn't recognise opaque " A_AAC " codec ID
993       * 376594 : id3demux crashes when reading compressed ID3 frames
994       * 379433 : [PATCH] avidemux audio pad reports wrong position upon query
995       * 379792 : Remove memcpy in multipartmux and fix RFC compliance
996       * 379918 : Doesn't compile with newer libcaca versions (0.99.beta4+)
997       * 380199 : [matroskademux] Wrong framerate conversion
998       * 380825 : make avimux accept video/mpeg in versions 1, 2 and 4
999       * 381857 : [id3v2mux] crashes trying to write empty frames
1000       * 382179 : Videomixer shouldn't reset position to 0 when the caps ar...
1001       * 382277 : multipartmux modifies buffer timestamp
1002       * 382982 : [apedemux] Fails to read track gain or other doubles
1003       * 383001 : [PATCH] if using multicast in udpsrc, bind to the multica...
1004       * 383043 : Videomixer can crash when adding/removing pads  while pla...
1005       * 383596 : mixer doesnot work if set AUDIODEV on solaris
1006       * 384587 : libcaca check breaks cross-compile
1007       * 385031 : [id3demux] autoplug loop if first buffer has nonzero offs...
1008       * 385623 : [quarktv] crash when plugged dynamically into a pipeline
1009       * 343348 : [matroska] add support for vobsub subtitles
1010       * 345449 : [icydemux] Internet radio hangs when connecting to radio....
1011       * 348762 : [ID3v2] comment frame extraction/writing doesn't retain d...
1012       * 351116 : 'make check' tries to run annodex unit tests even if anno...
1013       * 352110 : [flacdec] no support for ogg flac
1014       * 366155 : [matroskademux] Several problems in encoding handling code
1015       * 374658 : [matroskamux] add tag writing support and implement relea...
1016       * 378184 : g-s-p crash due to incorrect free from do_toggle_element
1017       * 360673 : [PATCH] Stuttering with SunAudio Sink
1018       * 349068 : multipart demuxer improvements
1019       * 350006 : [LADSPA] after changing state from PLAYING to READY/NULL,...
1020       * 350340 : CMML test cases and small fixes
1021       * 350785 : [ossmixer] provides no way to set mixer device
1022       * 353908 : Error seeking at the beginning of a CMML file
1023       * 356596 : [wavparse] Does not support GSM encoded audio
1024       * 358156 : in udpsrc.c gst_udpsrc_create function read command could...
1025       * 361252 : Memory leak in udpsrc
1026       * 364958 : [avidemux] broken timestamping in streaming mode
1027       * 367221 : [PATCH] videomixer does not mix for some framerate combin...
1028       * 368162 : iLBc rtp payloaders and depayloaders not compiled
1029       * 377792 : rtspsrc tries to stream application/x-wms-rtx
1030       * 383323 : smpte doesn't handle sink1 and sink2 correctly
1031       * 383726 : [audiopanorama] only transforms half of the samples in fl...
1032       * 349901 : [LADSPA] gst_element_class_add_pad_template: assertion `g...
1033       * 375476 : v4l2src cannot close /dev/video0
1034
1035 Changes since 0.10.3:
1036
1037       * added apev2mux element
1038       * use libiec61883 for Firewire
1039
1040 Bugs fixed since 0.10.3:
1041     
1042       * 345930 : [id3demux] segfaults with file containing only ID3v1 tag
1043       * 347529 : wavparse error
1044       * 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
1045       * 340027 : [patch] wavparse fails for several files
1046       * 318563 : offer support for new raw1394_iso api in dv1394src
1047       * 330623 : [avidemux] only the beginning of big avi files gets played
1048       * 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
1049       * 337076 : Problem with broken matroska files containing non-UTF8 su...
1050       * 339704 : [id3demux] read images from ID3 tags
1051       * 340282 : Goom visualization is unusable at 'Normal' size and higher
1052       * 340623 : [matroskademux] small memory leak
1053       * 340699 : [flacdec] should not send EOS when doing segment seeking
1054       * 340859 : [avimux] produces index with all frames marked as keyframes
1055       * 340946 : raw1394 plugin uses deprecated functions
1056       * 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
1057       * 341489 : gst-plugins-good wavparse Cygwin fix
1058       * 341774 : Fails to read tags in file
1059       * 341818 : [matroskademux] poor concurrent performance
1060       * 342029 : [id3demux] overflow of titlenumbers
1061       * 342097 : [jpegdec] crash with attached JPEG file
1062       * 342448 : [matroska] support for muxing/demuxing Theora video
1063       * 342526 : [avimux] dml index support, codec_data support, cleanups
1064       * 342592 : dvdemux doesn't post segment-done right
1065       * 342734 : [matroskamux] might block on state-change
1066       * 343051 : [autoaudiosink] doesn't try esdsink
1067       * 343055 : README mentions 0.9.6
1068       * 343117 : jpegdec, mjpeg avi's and flush seeks
1069       * 343122 : [taglib] new apev2mux element
1070       * 343123 : [apedemux] add support for GST_TAG_LOCATION
1071       * 343127 : [apedemux] extract track count, clean up parsing
1072       * 343602 : configure --disable-external fails
1073       * 343603 : need to add -lm to build tests/examples/level
1074       * 343678 : configure.ac incorrectly uses $(SED) rather than $SED
1075       * 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
1076       * 344100 : --disable-schemas-install not honored
1077       * 344101 : SunAudio mixer fixes
1078       * 344120 : dv1394src should now require libraw1394 > = 1.1.0
1079       * 344605 : [id3demux] set picture type on image buffers
1080       * 345232 : [wavparse] reads beyond end-of-file (in pull mode)
1081       * 345288 : [udp] make work on Windows
1082       * 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
1083       * 346066 : [sunaudiosink] don't override user setting and switch on ...
1084       * 346259 : [sunaudio] move monitor to input tab in mixer
1085       * 347234 : streaming UDP (MPEGTS) shows only one frame of video
1086       * 347258 : [wavparse] internal stream error reading gnome-game gnibb...
1087       * 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
1088       * 347972 : [cdiocddasrc] core dumps if device is not found
1089       * 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
1090       * 348752 : [udpsrc] add property to set buffer size for udp socket
1091       * 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
1092       * 349155 : [smokeenc] does not set caps on it's buffers
1093       * 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
1094       * 349907 : multiudpsink messes up multicast addresses
1095       * 350433 : [rtph263pdepay] h.263plus depayloader does not work
1096       * 340492 : [flacdec] support push-based operation (and thus flac-ove...
1097       * 345679 : fix to avoid goom core dumping
1098       * 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
1099       * 340980 : [pixbuf,wavparse] fix build with gcc 2.95
1100       * 343661 : Jpeg image crashes gstreamer
1101       * 344923 : New SunAudio source plugin, and mixer now supports stereo...
1102       * 345301 : [PATCH] gst-plugins-good rtsp for Windows
1103       * 346921 : gstmultiudpsink multicast support is broken
1104       * 344136 : More accurate list of plugins which will/will not be buil...
1105
1106 Changes since 0.10.2:
1107
1108       * Annodex/CMML support
1109       * RTSP and RTP enhancements
1110       * HAL configured audio device support
1111       * FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
1112       * Recognise SSA/ASS and USF subtitles in Matroska files
1113       * Fixes for ESD and SunAudio output plugins
1114       * More uniform plugin descriptions
1115       * IceCast metadata reading plugin added
1116       * New plugins ported from 0.8: OSX audio, AVI muxer, X-Windows input, 
1117          WAV encoder, Gdk-Pixbuf image decoder, Smoke decoder, 
1118          Video colour balance
1119       * Lots of bug fixes
1120
1121 Bugs fixed since 0.10.2:
1122
1123       * 335067 : RTSP src not working with WMServer servers
1124       * 333657 : Replacing icy demuxing in gnomevfssrc
1125       * 329106 : HAL sound device wrapper plugins
1126       * 337749 : totem (gstreamer) crashes when playing an avi file
1127       * 330885 : avidemux does not handle eos at end of seek-region
1128       * 337364 : faulty GObject macros
1129       * 337625 : [patch] Streaming support for wavparse
1130       * 150363 : [pngdec] doesn't handle grayscale or paletted
1131       * 154744 : Time slider does not work with avi videos from Cannon SD100
1132       * 161712 : [auparse] .au files don't play in playbin
1133       * 313266 : [wavparse] will not play DTS stream in malformed WAV
1134       * 319183 : rtspsrc filter sometimes uses an odd port for rtp
1135       * 319986 : annodex decoding and encoding support
1136       * 323721 : [id3demux] read in replaygain information from RVA2 frame...
1137       * 323880 :  " Seek in ready " for dvdemux
1138       * 325191 : problem with auparse or mulawdec, choppy esd playback
1139       * 326160 : videobalance not ported to new GstVideoFilter
1140       * 327658 :  " Seek in ready " support for wavparse plugin
1141       * 328327 : gst-plugins-good fail to compile with gcc 4.1
1142       * 329107 : Profile support for gconfaudiosink
1143       * 330239 : Crash playing any song from a particular album over rhyth...
1144       * 330678 : Unable to play .fli files
1145       * 331253 : Critical warnings when using cddacdiosrc
1146       * 331368 : Gstreamer doesn't recognise tags
1147       * 331385 : [alpha] state change function returns a constant
1148       * 331672 : Another file that gstreamer can't read the tags on
1149       * 331905 : [jpeg] smokedec not ported
1150       * 331917 : [pngdec] does not support files with png streams
1151       * 332031 : [PATCH] avimux ported to 0.10
1152       * 332547 : [wavparse] does not support multichannel wavs
1153       * 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
1154       * 333302 : [apedemux] some WavPack files with APE tags fail to play ...
1155       * 333392 : [sunaudio] unused variables break CVS build with -Werror
1156       * 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
1157       * 333624 : invalid get_times implementation in gstdynudpsink
1158       * 333784 : [patch] unref the result of gst_pad_get_parent
1159       * 334083 : [jpegdec] wrong durations set on buffers after seeking in...
1160       * 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
1161       * 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
1162       * 334995 : [goom] zoom filter leaked
1163       * 335231 : [wavparse] incorrect way to calculate seek position with ...
1164       * 335755 : rhythmbox import crasher - png?
1165       * 335858 : Video playback out of sync
1166       * 335958 : [speexenc] doesn't work
1167       * 336110 : move taglib-based ID3 muxer to -good
1168       * 336602 : plugins need better/univied descriptions
1169       * 336756 : move ximagesrc to gst-plugins-good
1170       * 336889 : [avidemux] index creation might fail with some non-indexe...
1171       * 336904 : Problem playing some AVI file when splitting large chunks...
1172       * 337033 : [speex] can't seek in speex-encoded audio
1173       * 337183 : [matroska] " caps not real subset " when playing audio files
1174       * 337294 : AVI files downloaded from vidoe.google.com won't play
1175       * 337421 : [sunaudiosink] some fixes
1176       * 337609 : [flacdec] can't play .flac files where header says total_...
1177       * 338290 : [flacdec] segment seek not supported
1178       * 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
1179       * 338715 : [shout2send] fix crash on error and tags received before ...
1180       * 338716 : [wavenc] " not negotiated " error with CVS core
1181       * 338810 : [matroskademux] blocks on segmenting seek (and other seek...
1182       * 339446 : [matroska] can't play file if details come before type in...
1183       * 339451 : [matroska] enhancement for VfW compatibility cases
1184       * 339678 : [matroskamux] wrong timestamps of B-frames
1185       * 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
1186       * 319884 : rtpamrdec discards non-transmitted frames
1187
1188 Changes since 0.10.1:
1189       * New libcdio based CDDA reading element
1190       * APE tag reader ported
1191       * ID3 tag reading fixes
1192       * Sun Audio Sink fixes
1193       * GOOM and gconf element fixes
1194       * lots of bug and leak fixes
1195
1196 Bugs fixed since 0.10.1:
1197       * 328336 : silence warings which make dvdec / dvdemux unusable
1198       * 315557 : Internal event problem with MP3s from vgmix.com
1199       * 323327 : [cdio] port cddasrc to 0.10
1200       * 325148 : Bugs in G711 RTP packetization logic
1201       * 325649 : apetag plugin needs porting to 0.10
1202       * 326446 : check that all elements in -good pass queries they can't ...
1203       * 326602 : id3demux is not compiling without ZLIB
1204       * 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX])
1205       * 326736 : gconf(audio|video)sink response to key changes
1206       * 326864 : [wavparse] time to bytes format conversion broken
1207       * 327009 : [esdsink] won't compile with includes in non-standard prefix
1208       * 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback
1209       * 327825 : [matroskamux]  Matroska muxer deadlock
1210       * 327871 : [videobox] crash when cropping
1211       * 328241 : id3demux emits NULL date for year tags
1212       * 328264 : Fix build with gcc 2.95
1213       * 328531 : [matroskamux] doesn't send newsegment event, critical war...
1214       * 329181 : totem crash when using goom effect
1215       * 329810 : Fails to read ID3 tag
1216       * 330005 : Please use the autodetect sinks by default
1217       * 317658 : [cdio] support for cd-text and cd-g
1218
1219 Changes since 0.10.0:
1220     
1221       * new id3 demuxer (replaces the mad one in gst-plugins-ugly)
1222       * memleak fixes in avidemux, wavparse, level, smoke
1223       * ports of multipart, 
1224       * fixes in flacdec, flxdec, rtp
1225       * documentation updates on videomixer 
1226       * added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
1227
1228 Bugs fixed since 0.10.0:
1229     
1230       * 321269 : add sunaudio to 0.9
1231       * 322769 : The ID3 tag of this file is a segfaulter
1232       * 323021 : sockfd property to udpsrc/dynudpsink elements
1233       * 322975 : erroneous audio specs in flac plugin
1234       * 323226 : block/crash on id3 v2 tags when using big blocksize
1235       * 323717 :  < netinet/in.h > inclusion necessary on some systems
1236       * 323718 : [oss] does not build on OpenBSD 3.8 because of hardcoded ...
1237       * 323896 : pngdec/videomixer negotation problem in 0.10
1238       * 324011 : Invalid payload type definition for some rtp payloaders
1239       * 324012 : Invalid caps on rtpspeexpay element
1240       * 325504 : [flacdec] gst_flac_dec_convert_src [mis]uses g_assert
1241       * 325974 : [gst0.10] doesn't correctly gets the tags on a mp3
1242       * 326612 : Serious memory leak in level plugin
1243       * 326618 : memleak fix in smokeenc
1244
1245 API added since 0.10.0:
1246      
1247       * device-name property on ossmixer subclasses
1248       * GstUDPSrc::sockfd property
1249
1250 Changes since 0.9.6:
1251     
1252       * Parallel installability with 0.8.x series
1253       * Threadsafe design and API
1254       * effectv elements ported
1255       * videoflip updated
1256       * multipart ported
1257       * dv seeking fixed
1258       * rtp elements renamed
1259
1260 Bugs fixed since 0.9.6:
1261     
1262       * 322377 : udpsrc leaks sockets
1263       * 322643 : Incorrect matroska frame default duration
1264       * 322645 : Matroska muxer: wrong pixel aspect ratio
1265       * 322667 : [jpegenc] leaks input buffer
1266       * 322794 : udp plugin linked against gstnet instead of gstnetbuffer
1267   
1268 Changes since 0.9.5:
1269     
1270       * added speex RTP payloader/depayloader
1271       * ported cutter
1272       * fractional framerates
1273       * more video filters now use BaseTransform
1274
1275 Bugs fixed since 0.9.5:
1276     
1277       * 319184 : rtspsrc: invalid read in sdp_message_parse_buffer ()
1278       * 321001 : [matroskademux] should seek to nearest preceding index en...
1279       * 321430 : goom fails to register on amd64
1280
1281 Changes since 0.9.4:
1282     
1283       * matroskamux fixes
1284       * wavenc fixes
1285       * cairotextoverlay ported
1286
1287 Bugs fixed since 0.9.4:
1288     
1289       * 315194 : Licence information inconsistency of gst-plugins-good/gst...
1290       * 319731 : [matroska] SimpleBlock support for muxer and demuxer
1291       * 320308 : [matroska] set timestamps for buffers with ebml elements
1292       * 320920 : [osssink] tries to reuse a bad file descriptor
1293       * 321136 : [matroska-mux] avoid reading from unref'ed buffer
1294
1295 Changes since 0.9.3:
1296
1297       * DV/Firewire fixes
1298       * speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer,
1299         alphacolor ported
1300
1301 Bugs fixed since 0.9.3:
1302
1303       * 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
1304       * 316205 : Debug category for wavenc is not defined
1305       * 318847 : Matroska muxer port to 0.9
1306
1307 Changes since 0.9.1:
1308
1309       * Parallel installability with 0.8.x series
1310       * Threadsafe design and API
1311
1312 Bugs fixed since 0.9.1:
1313
1314       * 316202 : MinGW compilation: undefined autoconf macro GST_DOC
1315       * 317338 : [osssink] can't handle mono