1 This is GStreamer Good Plug-ins 0.10.14, "Disaffected Affectation"
5 * Add autodetect source elements
6 * Improvements in RTP payload/depayload and RTSP
7 * Support float input in wav, and require depth == width
8 * Support inverted RGB video in avi
9 * Compilation fixes and smarter format selection in V4L2 support
10 * Use libv4l when available
11 * Don't install static plugin libraries any more
12 * Matroska muxing: Add Dirac, fix AAC
13 * Improve qtdemux segment handling
14 * Add presets to equalizer
15 * OS/X video and audio output improvements
16 * Rework Pulseaudio audio output
17 * Support basic and digest auth in souphttpsrc
18 * Use libsoup-gnome instead of libsoup when available
20 * New IIR and FIR base classes and echo filter in audiofx plugin
21 * Improved spectrum analysis plugin
22 * 8 bit greyscale support in v4l2src and videocrop
23 * New aspectratiocrop element
24 * Many other bug fixes and improvements
26 Bugs fixed since 0.10.13:
28 * 561502 : Not-negociated error in udpsrc
29 * 522183 : add preset suport to gstequalizer
30 * 523813 : [autodetect] add autovideosrc and autoaudiosrc
31 * 557709 : goom should have license headers in all source files
32 * 560155 : segfault when trying to set tag to NULL with avimux
33 * 527951 : [new element] aspectratiocrop
34 * 529379 : RTSP seeks when pipeline is in STATE_PAUSED
35 * 532409 : RTP payload/depayloader for G.729
36 * 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
37 * 537540 : [pulse] Causes a deadlock when the pulseserver dies
38 * 537543 : [pulse] sink/src should have " volume " property (was GstMi...
39 * 545033 : [v4l2src] Add support for camera specific formats
40 * 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
41 * 556019 : Add the ability to make souphttpsrc act as a live source
42 * 556484 : Implement getcaps in rtpL16pay
43 * 556641 : rtpL16depay doesn't support multichannel audio
44 * 556802 : Misspelled messages
45 * 556955 : [videocrop] fails to renegotiate
46 * 556986 : pulsesink deadlocks when raising an error
47 * 557260 : [equalizer] Calculates coefficients for every buffer
48 * 557293 : Argument type mismatch on Windows
49 * 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
50 * 557710 : Memory leak related to matroskamux's request pads
51 * 558427 : rtpmpapay/depay are too wide
52 * 558638 : Compiler error on v4l2
53 * 558711 : gst-plugins-good-0.10.11 compile fails
54 * 559288 : [qtdemux] deadly embrace!
55 * 559545 : rtspsrc could not receive data from RTSP server because o...
56 * 559547 : Seek bugs when playing rtsp video in m.youtube.com
57 * 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
58 * 560756 : New Plugin: JPEG RTP Payloader
59 * 561625 : Rtspsrc set segment's last_stop incorrectly
60 * 561775 : souphttpsrc patch to support basic and digest authentication
61 * 561802 : DLNA specific HTTP header missing
62 * 561990 : qtdemux build fails on mingw due to missing definition of...
63 * 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
64 * 562572 : multiudpsink handles errors in _render() too aggressively
65 * 563414 : Fix for SunAudioMixer plugin
66 * 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
67 * 563509 : [rtp_data_test] Complains about negotiation errors with m...
68 * 563510 : [videocrop] 1x1 unit test fails
69 * 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
70 * 564948 : Fix and clean up osxaudio
71 * 565850 : mov files can contain xvid, fmp4 and ac3 tracks
72 * 566616 : v4l2src: b/w support
73 * 566843 : [pulse] Terminating an audio stream hangs the application
74 * 567577 : [audiofx] Add generic IIR/FIR audio filter elements
75 * 567642 : spectrum element has undocumented arbitrary limitation on...
76 * 567746 : fix for 547227 created a ref loop
77 * 567794 : [PATCH] Rework pulse plugin
78 * 567800 : Mp4 created by Avidemux don't play.
79 * 567853 : osxaudiosrc does not build on 10.4
80 * 567874 : [audiofx] Echo/Reverb filter
81 * 567955 : [spectrum] Need compensation for rounding errors
82 * 567992 : [videocrop] wrong mouse navigation commands while cropping
83 * 568395 : [audiofx] Rename audioreverb to audioecho
84 * 568780 : elements/videocrop check fails
85 * 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
86 * 569820 : In some cases v4l2src element does not return correct norm
87 * 570343 : equalizer bands != specified parameters
88 * 570435 : Read Title element of Matroska files
89 * 571038 : [osxvideosink] build fail
90 * 571150 : aspectratiocrop : Memory leak
91 * 571153 : [pulsemixer] compiler warnings (on ARM)
92 * 571204 : [pulsesink] PA assertion failure triggers abort
93 * 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
94 * 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
95 * 420658 : gconfaudiosink is not behaving normally
96 * 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
97 * 561580 : GStreamer does not play a specific WAV file
98 * 563056 : " rtpjpegdepay ! jpegdec " doesnt works
99 * 565441 : Smoke encoder doesn't set caps correctly
100 * 567952 : videocrop: add b/w support
102 Changes since 0.10.12:
104 * Fix bad autopoint substitution in the po subdir
106 Changes since 0.10.11:
108 * Fix for security advisory TKADV2009-0xx
110 Changes since 0.10.10:
112 * HDV capture support
113 * Port flactag element to 0.10
114 * Support FLAC in alternate bit-depths and more samplerates
115 * Matroska muxing improvements
116 * Support Google RTSP variant
117 * Many other bug-fixes and improvements
119 Bugs fixed since 0.10.10:
121 * 545433 : [wavparse] support tempo tag
122 * 311586 : Matroska mux/demux don't support flac
123 * 350830 : [raw1394] Add HDV support
124 * 413841 : [flactag] needs porting to 0.10.x
125 * 536067 : [matroska] Add support for real audio/video
126 * 537361 : videomixer segment handler fail
127 * 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
128 * 544956 : [videobox] segfault when changing properties at running p...
129 * 545463 : autodetect plugin links to gconf, unnecessarily
130 * 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
131 * 546465 : can't play m.youtube.com rtsp streams
132 * 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
133 * 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
134 * 547227 : Implement GstPropertyProbe interface on pulsesink for det...
135 * 547518 : pulsemixer probe fails after device property is set
136 * 547519 : Add device-name property to pulsesrc
137 * 548530 : wavenc allows audio depth of 25
138 * 548831 : matroska demuxer setting incorrect timestamps
139 * 549073 : buffer_alloc function from new basetransform sometimes fa...
140 * 549090 : v4l2src has no property named norm but notifies it
141 * 549551 : conversion of gst structure names to mime types in multip...
142 * 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
143 * 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
144 * 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
145 * 551048 : rtsp implementation sends PAUSE even when server doesn't ...
146 * 551570 : plugin ximagesrc is memory leaking...
147 * 551584 : Crash when modifying the videobox " top " and " left " live w...
148 * 552213 : [qtdemux] map tiff fourcc to image/tiff caps
149 * 553191 : udpsrc: bind() fails on OS X
150 * 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
151 * 556010 : AVI muxer segfault
152 * 556381 : [icydemux] test fails with latest core
153 * 556424 : [avidemux] segmentation fault when creating indexes
154 * 557085 : [videobox] support dynamically changing properties
155 * 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
156 * 547842 : Vorbis RTP RFC 5215 is out
157 * 550288 : Sound not played - a quicktime file
159 Changes since 0.10.9:
161 * Move the libcdio cddasrc element to -ugly, because of the GPL license
163 Bugs fixed since 0.10.9:
165 * 413705 : [PLUGINS MOVE] gst-plugins-good contails GPL'ed libcdio p...
167 Changes since 0.10.8:
169 * Replaygain elements moved from Bad
170 * Interleave/Deinterleave elements moved from Bad
171 * Pulseaudio plugin http://pulseaudio.org is now integrated
172 * New simple Karaoke audio effect plugin
173 * Improvements in v4l2src
174 * Multi-channel FLAC file fixes
175 * AVI and Quicktime reverse playback support
176 * AVI and Matroska muxing improvements
177 * New element for rendering SMPTE transitions into alpha channels
178 * Many improvements in the Win32 directdraw elements
179 * Error out cleanly for encrypted streams
180 * RTP/UDP handling improvements
181 * RTSP digest authentatication implemented.
182 * New RTP Pay/Depay-loaders for Speex, G.729, DV & raw video/audio
183 * Error concealment for Speex
184 * Many other bug-fixes and enhancements
186 Bugs fixed since 0.10.8:
188 * 541787 : incorrect timestamp
189 * 413705 : [PLUGINS MOVE] gst-plugins-good contails GPL'ed libcdio p...
190 * 345393 : Missing documentation
191 * 400679 : [PLUGIN-MOVE] pulse-gst to -good
192 * 422917 : G729 payloader/depayloader
193 * 429322 : [matroska-demux] hangs if file starts at non-zero timestamp
194 * 465146 : Add more complete negotiation to gstrtpbasepayload
195 * 469917 : multiudpsink IPv6 and diffserv TOS/TC markup
196 * 499318 : [osxvideosink] warnings on build (ppc, 64bit, 10.4)
197 * 503288 : rtph264pay does not split multiple NAL units in incoming ...
198 * 511489 : avimux muxed audio and video out of sync
199 * 512345 : gstalpha: chroma-key should not set alpha to 0 if brightn...
200 * 515962 : [udp] add ipv6 support to multiudpsink and udpsrc, add mu...
201 * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
202 * 519301 : avimux fails when going from NULL to playing a second time
203 * 519460 : 8 bytes missing in AVI streamheader
204 * 520092 : v4l2src proposed patches
205 * 520885 : directdrawsink has some issues
206 * 527865 : [PATCH] [matroskademux] uses wrong colourspace for palett...
207 * 529454 : [udpsrc] generates false error on win32 due to ICMP dest-...
208 * 529692 : [goom] fails to build on Windows with mingw32
209 * 529707 : [rtp] fails to build on Windows with mingw32
210 * 530886 : Support more mpeg2 variants in .mov files
211 * 531532 : rtspsrc leaks filedescriptors when gst_rtspsrc_open fails
212 * 531672 : [qtdemux] does not handle files with edit lists correctly...
213 * 532295 : gconf setting default audio sink to video default visualizer
214 * 532393 : [dvdec] Shouldn't be GST_RANK_PRIMARY
215 * 532409 : RTP payload/depayloader for G.729
216 * 532423 : RTP payload/depayloader for DV
217 * 533264 : Make v4l2 compile without X
218 * 533619 : udpsink dies when Linux fails (for no reason) sendto() wi...
219 * 535121 : [videomixer] proper seek/segment handling
220 * 535300 : [avidemux] missing support for reverse playback.
221 * 535935 : [qtdemux] Missing metadata
222 * 536228 : [PLUGIN-MOVE] Move interleave/deinterleave to gst-plugins...
223 * 536317 : [v4l2src] Doesn't compile with latest git kernel
224 * 536646 : v4l2src doesn't pick the optimal resolution
225 * 536831 : v4l2src == non-experimental
226 * 536903 : udpsrc now assumes one is using multicast
227 * 537021 : [cdio] does not extract album title from CD-TEXT
228 * 537031 : Enhancement to SunAudio mixer plugin
229 * 537361 : videomixer segment handler fail
230 * 537377 : Gstreamer avidemux fails on avi files with non-AV data st...
231 * 537622 : [matroskademux] Doesn't export covers (file attachments)
232 * 537675 : rtp vorbis/theora payloader static caps don't specify del...
233 * 537832 : rtsp is broken
234 * 539372 : udpsrc do not set port properly on anonymous binding
235 * 539548 : [udpsrc] Fails to bind with permission denied when trying...
236 * 540067 : souphttpsrc does not support http authentication
237 * 540300 : [souphttpsrc] souphttpsrc does not seek ahead in http stream
238 * 540940 : Quicktime demuxer does not handle dirac in QT files
239 * 541081 : [v4l2src] Doesn't compile with on old kernel
240 * 541384 : cross mingw32 gcc: making goom compile
241 * 541412 : cross mingw32 gcc: making libgstrtp plugin compile
242 * 541650 : udpsrc fails to parse URI with IPv6 address
243 * 541956 : v4l2src only requests interlaced video
244 * 542410 : qtdemux not recognizing pcm 8bit streams correctly
245 * 543054 : [osxvideosink] minor build issue
246 * 543255 : -Wno-attributes does not exist in every gcc version
247 * 543259 : warning in gstv4l2src.c due to an uninitialized variable
248 * 543300 : [qtdemux] [PATCH] wrong depth in RLE video caps and wrong...
249 * 544509 : [qtdemux] Regression in segment.stop
250 * 539482 : [avidemux] Doesn't parse vprp ODML header
251 * 544433 : Some -good plugins aren't buildable with MSVC
252 * 536994 : Improve v4l2src negotiation a bit more
253 * 329198 : GStreamer-CRITICAL: gst_pad_activate_pull: assertion `old...
254 * 532065 : Implement RTSP Digest authentication
255 * 533287 : Mapping of mime types to gst names in multipartdemux
256 * 538891 : G.726 pay/depayloader is missing
258 Changes since 0.10.7:
260 * The libsoup based http source moved from the -bad module and
261 was raised to primary rank
262 * GOOM visualisation plugin updated to Goom2k4
263 * Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio,
265 * New gdkpixbuf output for snapshotting
266 * Various other bug-fixes
268 Bugs fixed since 0.10.7:
270 * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
271 * 515978 : [ladspa] Should be removed from -good until it's ready to...
272 * 516649 : [v4l2src] tries to VIDIOC_S_PARM without checking capabil...
273 * 517237 : [rtspsrc] Better error when bandwidth is too small
274 * 517933 : [tests] trivial C89 fix
275 * 518188 : [spectrum] " message " property documentation unclear
276 * 518213 : [goom2k4] artefacts on x86-64
277 * 518564 : goom dies with illegal instruction
278 * 519088 : gst_mulawdec_chain() may call gst_util_uint64_scale_int()...
279 * 519417 : Unable to modify DEFAULT_VIDEOSRC in configure
280 * 520073 : [goom] (goom2k4) shows mostly black frames
281 * 520764 : double buffer unref in speexenc error handling
282 * 520880 : audiofx doesn't build on Windows/MSVC
283 * 520888 : udpsrc has some issues on Windows
284 * 521102 : h.263+ rtp depayloader crashes on short payloads
285 * 521875 : [osssrc] recording corrupts upon _get_caps
286 * 522278 : Problem with " movq " at file gst-plugins-good/gst/goom/xmmx.c
287 * 522767 : [goom] does not build on ppc
288 * 523124 : [PLUGIN-MOVE] move souphttpsrc from -bad to -good
289 * 523134 : osxvideosink does not stop when you control-C
290 * 524593 : [sunaudio] fix mixer track range
291 * 525359 : [alaw] [mulaw] Use gst_pad_alloc_buffer_and_set_caps to c...
292 * 525833 : [halaudiosrc] unable to get mic USB working with gnome-so...
293 * 525860 : [sunaudio] copyright fixes
294 * 525946 : [gdkpixbuf] add gdkpixbufsink element
295 * 526557 : [matroskademux] seeking regression in CVS
296 * 527848 : [souphttpsrc] Give souphttpsrc PRIMARY rank
297 * 527984 : Doesn't dist all m4 files needed by configure.ac
298 * 527999 : [goom] Doesn't dist goomsl.h
299 * 528143 : [goom] fails to build on 32-bit ppc
300 * 528615 : Hide goom2k4 logo
301 * 529268 : [goom] States unit test exposes some memory leaks
303 Changes since 0.10.6:
305 * 8 months of frenetic development
306 * Massive RTSP/RTP improvements
307 * Fixes in pngdec, gdkpixbufdec, wavpackparse, wavpackdec, smokeenc,
308 mulawdec, alwdec, id3demux
309 * More Fixes in matroskademux, udpsrc, apedemux, flacenc, avimux,
311 * V4L2 support improved
312 * Fixes for OS/X and Windows video/audio sources and sinks
313 * Support more formats in QT files
314 * Elements moved from gst-plugins-bad: equalizer, lpwsinc (now
315 audiowsinclimit), bpwsinc (now audiowsincband), spectrum,
317 * New audio effects: High/Low/Band-pass filters
318 * Many, many other fixes
320 Bugs fixed since 0.10.6:
322 * 415627 : [PLUGIN-MOVE] move equalizer to good
323 * 463624 : [PATCH] avimux: mismatch in ODML tag numbering
324 * 347848 : [id3v2mux] add support for DiscID tags
325 * 348085 : [PLUGIN-MOVE] move spectrum to good
326 * 351726 : [rtspsrc] Force to send on periodic time new rtsp play co...
327 * 358841 : [dv1394src] should have property probe
328 * 417420 : [autoaudiosink] add " caps " property to filter sinks by caps
329 * 427573 : [osxaudiosrc] segmentation fault
330 * 435435 : [alaw] use tables for ALAW (G.711) encoding and decoding
331 * 442034 : [avi] add support for subtitle streams (GAB2)
332 * 447000 : [id3demux] add support for reading license URL from WCOP tag
333 * 448278 : [v4l2src] several issues in cvs
334 * 449747 : Function parameter mismatch breaks build on Solaris.
335 * 450190 : [PATCH] v4l2src set_capture (parameters) fails
336 * 450878 : Missing files in po/POTFILES.in
337 * 451249 : Integer type mismatch in gstrtspsrc.c
338 * 451388 : [v4l2src] Could not negotiate format
339 * 453037 : rtpilbcpayloader encoding-name field mismatch
340 * 453417 : [matroskademux] support palette info for VobSub stream
341 * 453630 : Rtspsrc invokes GST_ELEMENT_ERROR in eos when streaming o...
342 * 455086 : [cairotextoverlay] ignores the size in font-desc property
343 * 455808 : rtspsrc deadlocks on pause
344 * 457097 : [faad] " setting caps on pad failed " with BMJ113 mov
345 * 461600 : Some files missing from POTFILES.in
346 * 464475 : the mode property if the caps of rtpilbc*pay should be of...
347 * 464800 : [audiofx] New elements: chebyshev low/highpass and bandpa...
348 * 465040 : [RTP] h263ppay should allow h263 caps on sink
349 * 465774 : qt video does not play, but can be seeked
350 * 467214 : Could not get buffers from device '/dev/video0'
351 * 467666 : [ELEMENT-MOVE] Move lpwsinc and bpwsinc to gst-plugins-good
352 * 470502 : Ricoh Webcam not working
353 * 471364 : [gconf] Internal GStreamer error: state change failed on ...
354 * 471823 : [v4l2src] Fails to negotiate capabilities with Macbook Pr...
355 * 473670 : [qtdemux] invalid utf8 in tags causes warnings
356 * 474616 : [rtph263pay] RTP headers are wrong for win32
357 * 475424 : [v4l2] uvcvideo Macbook iSight webcam not working (regres...
358 * 477199 : Linux-UVC webcams not working
359 * 477456 : [v4l2src] my webcam is not working anymore
360 * 479960 : qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
361 * 480557 : [v4l2src] Nasty segfault (with broken driver?)
362 * 482495 : avimux does not accept audio/aac
363 * 484998 : [mulawdec] not-negotiated error playing a sun audio (au) ...
364 * 485828 : [v4l2src] Fixates to lowest resolution on new kernels
365 * 487488 : udpsrc errors
366 * 487563 : Payloader for H264 not marking packets
367 * 488112 : [id3demux] extract ID3v2 WOAF frame
368 * 488844 : Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pa...
369 * 488879 : [videomixer] implement GstChildProxy interface
370 * 489940 : [gdkpixbufdec] gst_value_set_fraction: assertion 'denomin...
371 * 490034 : [v4l2src] " could not get buffers from device "
372 * 490283 : [multifilsrc] move to -good
373 * 491323 : Extend RTP MPEG-TS payloader to handle large RTP payload ...
374 * 492388 : Build issues on Windows/MSVC
375 * 496752 : [rtspsrc] leaks memory
376 * 496773 : [rtspsrc] leaks SDP messages
377 * 496983 : [PATCH] rtspsrc leaks pads
378 * 497007 : [PATCH] rtspsrc leaks RTSP messages in SETUP
379 * 497017 : [PATCH] H.264 RTP depayloader leaks memory in setcaps
380 * 497292 : gsttextoverlay compile problem in MSVC
381 * 497293 : gsttimeoverlay compile error in win32
382 * 498181 : Recent change to gst-plugins-base breaks gst-plugins-good
383 * 498297 : [v4l2src] put real supported resolutions in caps instead ...
384 * 498395 : [pngenc] leaks buffer data memory
385 * 498715 : GStreamer fails to decode MPEG1 Video RTP streams when gs...
386 * 499178 : unexpected not negotiated and other weird beharviours
387 * 499239 : gstrtpmp4adepay
388 * 499383 : [rtph263depay] Doesn't read I-frame information from rtp ...
389 * 500403 : [PATCH] videobox element doesn't init liboil
390 * 501775 : [wavparse] regression in CVS: seeking is broken
391 * 502655 : [avimux] creates corrupt avi files (wrong stream numbering)
392 * 502814 : Adds profile (hex string), sps and pps (base64 encoded) i...
393 * 502966 : GStreamer segfaults when videobox is introduced into a sp...
394 * 503023 : Let multipartdemux work in live mode.
395 * 504018 : flacdec emits newsegment before being able to respond to ...
396 * 504081 : [matroskamux] support for live sources (calculate duratio...
397 * 504895 : Build fails: gst/check/gstcheck.h: No such file or direc...
398 * 505745 : [avidemux] warning: 'res' may be used uninitialized in th...
399 * 506025 : RTSPsrc doesn't handle redirects.
400 * 506715 : [PATCH] [flacdec] PICTURE blocks should be retrieved as m...
401 * 507642 : v4l2src Crash - Size 4156 is not a multiple of unit size ...
402 * 508644 : The clockrate for theora payloading should always be 90000
403 * 509298 : Compilation errors in gstavisubtitle.c and gstrtspsrc.c w...
404 * 509301 : [flacdec] CVS does not compile against flac-1.1.2
405 * 509531 : Make the auto-join/auto-leaving of a multicast group opti...
406 * 510505 : changes to make v4l plugin build on solaris
407 * 510592 : Race condition in WAVE parser
408 * 513628 : [flacdec] Decoding of PICTURE blocks is always disabled b...
409 * 514397 : matroskademux does not mark delta units
410 * 514573 : multipartmux memory leak
411 * 514889 : Bogus output from RTP data test
412 * 514965 : Possible buffer leaks if last_write_result != GST_FLOW_OK...
413 * 515457 : [audiofx] Element long descriptions are broken
414 * 515562 : [avidemux] Seeking broken in 0.10.6.2
415 * 515697 : [multifile] Several memory leaks exposed by unit test
416 * 515701 : [smoke] Several valgrind warnings exposed by unit test
417 * 515703 : [avisubtitle] Several valgrind warnings with unit test (g...
418 * 515704 : [gconf] Memory leak when creation of pipeline fails
419 * 515706 : [ximagesrc] Memory leak when XDamage support is available
420 * 515905 : gst-error.m4 needs no%E_MACRO_REDEFINED on Solaris
421 * 515979 : [efence] Doesn't chain up finalize properly
422 * 515980 : [directdraw] Does not chain up finalize functions properly
423 * 515984 : [v4l] Does not chain up finalize functions properly
424 * 515985 : [ximagesrc] regression when using damage
425 * 516371 : does not build without xml usage
426 * 516524 : uninitialized variables
427 * 517386 : [alpha] Doesn't link with libgstbase
428 * 508291 : [id3demux] must check if language code in id3v2 COMM fram...
429 * 491811 : Rename audiochebyshevfreq* to audiocheb*
430 * 447961 : [rtsp] do not store a reference to the result from inet_n...
431 * 475784 : rtspsrc has race condition between loop_interleaved() and...
432 * 478244 : rtpamrdepay make no playable stream
433 * 480707 : Memory leak : gstrtpmp4vpay : config buffer is leaked
434 * 502187 : flacdec doesn't send newsegment from the streaming thread
435 * 509329 : [rtspsrc] use atoll when parsing rtptime
436 * 512544 : preallocate output buffer in pngenc
438 Changes since 0.10.5:
440 * Much improved RTSP/RTP and V4l2 support
441 * New plugins - audiopanorama, audioinvert, audiodynamic, audioamplify
442 * OSX and Windows video/audio support elements moved from Bad Plugins
443 * qtdemux, videocrop and wavpack elements moved from Bad Plugins
444 * Fixes in avi and matroska muxing
445 * Fixes in wavparse, sunaudio, AVI demuxing, ID3 tag handling
446 * gamma element ported to 0.10
447 * Parallel installability with 0.8.x series
448 * Threadsafe design and API
450 Bugs fixed since 0.10.5:
452 * 392189 : [esdsink] pipeline hung in state change from PAUSED to PL...
453 * 407590 : crash using gconfaudiosink
454 * 439255 : [rtspsrc] crash on unsupported transport
455 * 441118 : Incorrect caps in G.711 RTP depayloaders
456 * 323471 : [PLUGIN-MOVE] osxaudio
457 * 407780 : avimux does not handle video/x-h264
458 * 316203 : MinGW: udp and rtsp plugin should be disabled on windows
459 * 340362 : [PATCH] new plugin - hardlimiter
460 * 342463 : [ximagesrc] performance improvement
461 * 347806 : [v4l2src] try_capture(): Error getting buffer information...
462 * 350296 : [udpsrc] add property to remove extra headers from buffers
463 * 354007 : [PLUGIN-MOVE] videocrop should be moved to -good
464 * 356692 : wavparse drops final sample in most files
465 * 358040 : Fix speex rtp (de)payloader
466 * 362566 : [dv1394src] Random segfault and kernel oopses
467 * 374489 : rtspdec never sends out RTCP Receiver reports
468 * 377306 : [sunaudiomixer] mixer track labels not localized
469 * 379298 : [avimux] allow multiple audio streams
470 * 392620 : gnome-sound-record can not be started on sunray client on...
471 * 393427 : error/warnings when compiling with mingw
472 * 395688 : playbin is unable to play rtsp stream for 3gp from Darwin...
473 * 396057 : [audiofx] New audioinvert element
474 * 397162 : [audiofx] New element audioamplify
475 * 397946 : [audiopanorama] another trivial docs fix
476 * 398299 : [smpte] crashes if fed empty buffers from fakesrc
477 * 398325 : [smpte] Segfaults with big width/height
478 * 399338 : Hang in PREROLLING when trying to play a specially crafte...
479 * 399825 : Tags don't work properly for shout2send plugin
480 * 406042 : [v4l2src] fails with radio chips
481 * 407369 : [v4l2src] Wrong way of EIO error handling
482 * 407793 : memory leaks of sdpmessage.c
483 * 407797 : bug of rtsp_url_parse() in gst/rtsp/rtspurl.c
484 * 408544 : totem crashed with SIGSEGV to rtsp_ext_wms_configure_stre...
485 * 410997 : Fails to build with -z defs
486 * 412597 : Simplify GstSunAudioSrc
487 * 412608 : [avidemux] flow return aggregation can ignore errors
488 * 414168 : Mixes spaces and tabs in Makefile.am defs
489 * 416445 : [avidemux] seeking regressions
490 * 416727 : [v4l2src] typo in printf format string
491 * 416728 : [v4l2src] typo in translated strings
492 * 417729 : [autoaudiosink] plugs alsaspdifsink, breaking playbin
493 * 419338 : [wavparse] critical warning from plugin viewer
494 * 420208 : Probably typo
495 * 426044 : [flacenc] broken files when used with oggmux
496 * 427990 : [rtph264depay] sprop-parameter-set erros
497 * 428611 : [ximagesrc] segfaults when used from a non-X terminal
498 * 428901 : [icydemux] broken tags for non-UTF-8/ISO-8859-1-using ra...
499 * 429319 : [alphacolor] distorts png images without alpha channel
500 * 429666 : [goom] totem skips mp3 (while Rhythmbox doesn't)
501 * 430228 : [sunaudio] copyright bug
502 * 430632 : memory problem
503 * 430804 : [PATCH] navseek only seeks (sort-of) partially
504 * 431282 : broken RTP depayloaders
505 * 433119 : wavparse causes skipping for MPEG-encoded RIFF Wav files ...
506 * 433135 : [wavparse] regression in CVS with mp3-in-wav
507 * 433530 : udpsrc read of size 0
508 * 434824 : rtp mp4 payloader doesn't handle newsegments and flush ev...
509 * 436910 : [videomixer] wrong strides with odd input width
510 * 437499 : [wavparse] can't handle WAV file with 'LIST' header chunk
511 * 437670 : Improvements for rtsptransport.[ch]
512 * 437692 : Some more fixes for the RTSP support
513 * 438926 : invalid comparison of pointer with string literal
514 * 438940 : [rtph263ppay] Support for Segment Fragmentation based on ...
515 * 440127 : Autoaudiosink does extra switching between null and ready...
516 * 440203 : Support multiple RTSP headers of the same type
517 * 440928 : Improved RTSP version support, and added Date header
518 * 441408 : speexdec plays incorrectly files made with nframes=4
519 * 442535 : [wavenc] Doesn't handle width!=depth files with audio/x-r...
520 * 442677 : WideBand AMR payloaders
521 * 443081 : [wavparse] fails to post error on FLOW_NOT_LINKED
522 * 445905 : ximagesrc disregards display_name property
523 * 446981 : error during the compilation of rtspconnection.c
524 * 447210 : wrong length calculation for codec_data
525 * 447458 : [qtdemux] export AMRSpecificBox as codec_data
526 * 385887 : [flac] make work with libflac-1.1.3
527 * 404646 : [audiofx] Compressor/Expander element
528 * 424527 : [auparse] don't convert non-native endianness floats in t...
529 * 387121 : [matroskamux] Can't mux raw audio
530 * 392855 : [matroska] plugin must link against zlib (error with MinGW)
531 * 394851 : [audiopanorama] Some trivial docs fixes
532 * 394859 : [audiopanorama] New simple method for adjusting the panorama
533 * 398086 : [smpte] crashes if input dimensions differ
534 * 406018 : 64bit uncleanness in gstavimux.c
535 * 407057 : [wavparse] leaks contents of every buffer pushed when in ...
536 * 407349 : [id3demux] wrongly interprets TDAT as year
537 * 350278 : [rtpmp2tdepay] Add support for proprietary headers
538 * 380895 : A couple of corrections and improvements for the RTSP sup...
539 * 380944 : [dvdec] Doesn't set pixel-aspect-ratio
540 * 394977 : multipartmux not honoring flow return
541 * 403956 : Add float32 support for " level " element
542 * 405213 : mp3 plays too fast in totem or rhythmbox
543 * 407006 : [goom] odd adapter behaviour
544 * 412704 : [PATCH] gamma filter ported to 0.10
545 * 414887 : [gconf] gconfaudiosink doesn't set GST_ELEMENT_IS_SINK un...
546 * 415446 : [avidemux] fails parsing mjpeg file from digital camera
547 * 417792 : rtp depayloader for AAC
548 * 423304 : file descriptor closed in udpsrc and dynudpsink
549 * 423782 : Code for H264 payloader
550 * 428182 : Current CVS generates compiler warnings
551 * 429329 : [videobox] add support for AYUV input
552 * 442874 : Multipartmux assumes caps == mime
554 Changes since 0.10.4:
556 * Parallel installability with 0.8.x series
557 * Threadsafe design and API
558 * RTP/RTSP improvements
559 * Fixes in OSS support
560 * Addition of the audiopanorama element
561 * Improvements in AVI playback
562 * Annodex playback fixes
563 * Support FLAC in OGG and Matroska
564 * Fixes in the Speex decoder
565 * V4L2 source moved from Bad Plugins
566 * SMPTE element ported to 0.10
567 * GStreamer Data Protocol (GDP) Payloader and Depayloader elements added
568 * Many other bug-fixes
570 Bugs fixed since 0.10.4:
572 * 336465 : [patch] Streaming support for avidemuxer
573 * 349207 : [PLUGIN-ADD] audiopanorama
574 * 341278 : [autoaudiosink] should fallback to fakesink
575 * 342950 : Implement device profiles in autoaudiosink/autoaudiosrc
576 * 348233 : dv1394src crashes with libavc1394 0.5.3 - cause known
577 * 349015 : [sunaudio] open source with O_NONBLOCK
578 * 349894 : RTSP Multicast
579 * 351347 : --disable-schemas-install now works too well
580 * 351794 : [id3demux] try harder to extract wrongly marked strings
581 * 352577 : [avidemux] regression in CVS with Elephant's Dream
582 * 355210 : Sample pipeline from the documentation doesn't work properly
583 * 356142 : GST Sun Audio Mixer doesn't set only Output Track as Mast...
584 * 356147 : [avimux] duration in header not correct for big avi ( > 2 ...
585 * 357592 : Avoid compiler warnings with uClibc and -Werror
586 * 361637 : h263 variant missing from RTP (de)payloaders' caps
587 * 361639 : MPA payloader's payload number is incorrect
588 * 362603 : Fixes compiling with forte: warning clean up (part 4)
589 * 362673 : Playback with 4Front OSS driver not working due to blocki...
590 * 366492 : add windows vs8 project files
591 * 369621 : [avidemux] Out-of-sync playback with VBR MP3 audio
592 * 372021 : flxdec has wrong classification
593 * 374213 : Seeking with LADSPA plug-ins fails
594 * 374479 : [PATCH] videomixer memleak fix and enhancement
595 * 374737 : [matroskademux] doesn't recognise opaque " A_AAC " codec ID
596 * 376594 : id3demux crashes when reading compressed ID3 frames
597 * 379433 : [PATCH] avidemux audio pad reports wrong position upon query
598 * 379792 : Remove memcpy in multipartmux and fix RFC compliance
599 * 379918 : Doesn't compile with newer libcaca versions (0.99.beta4+)
600 * 380199 : [matroskademux] Wrong framerate conversion
601 * 380825 : make avimux accept video/mpeg in versions 1, 2 and 4
602 * 381857 : [id3v2mux] crashes trying to write empty frames
603 * 382179 : Videomixer shouldn't reset position to 0 when the caps ar...
604 * 382277 : multipartmux modifies buffer timestamp
605 * 382982 : [apedemux] Fails to read track gain or other doubles
606 * 383001 : [PATCH] if using multicast in udpsrc, bind to the multica...
607 * 383043 : Videomixer can crash when adding/removing pads while pla...
608 * 383596 : mixer doesnot work if set AUDIODEV on solaris
609 * 384587 : libcaca check breaks cross-compile
610 * 385031 : [id3demux] autoplug loop if first buffer has nonzero offs...
611 * 385623 : [quarktv] crash when plugged dynamically into a pipeline
612 * 343348 : [matroska] add support for vobsub subtitles
613 * 345449 : [icydemux] Internet radio hangs when connecting to radio....
614 * 348762 : [ID3v2] comment frame extraction/writing doesn't retain d...
615 * 351116 : 'make check' tries to run annodex unit tests even if anno...
616 * 352110 : [flacdec] no support for ogg flac
617 * 366155 : [matroskademux] Several problems in encoding handling code
618 * 374658 : [matroskamux] add tag writing support and implement relea...
619 * 378184 : g-s-p crash due to incorrect free from do_toggle_element
620 * 360673 : [PATCH] Stuttering with SunAudio Sink
621 * 349068 : multipart demuxer improvements
622 * 350006 : [LADSPA] after changing state from PLAYING to READY/NULL,...
623 * 350340 : CMML test cases and small fixes
624 * 350785 : [ossmixer] provides no way to set mixer device
625 * 353908 : Error seeking at the beginning of a CMML file
626 * 356596 : [wavparse] Does not support GSM encoded audio
627 * 358156 : in udpsrc.c gst_udpsrc_create function read command could...
628 * 361252 : Memory leak in udpsrc
629 * 364958 : [avidemux] broken timestamping in streaming mode
630 * 367221 : [PATCH] videomixer does not mix for some framerate combin...
631 * 368162 : iLBc rtp payloaders and depayloaders not compiled
632 * 377792 : rtspsrc tries to stream application/x-wms-rtx
633 * 383323 : smpte doesn't handle sink1 and sink2 correctly
634 * 383726 : [audiopanorama] only transforms half of the samples in fl...
635 * 349901 : [LADSPA] gst_element_class_add_pad_template: assertion `g...
636 * 375476 : v4l2src cannot close /dev/video0
638 Changes since 0.10.3:
640 * added apev2mux element
641 * use libiec61883 for Firewire
643 Bugs fixed since 0.10.3:
645 * 345930 : [id3demux] segfaults with file containing only ID3v1 tag
646 * 347529 : wavparse error
647 * 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload
648 * 340027 : [patch] wavparse fails for several files
649 * 318563 : offer support for new raw1394_iso api in dv1394src
650 * 330623 : [avidemux] only the beginning of big avi files gets played
651 * 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy
652 * 337076 : Problem with broken matroska files containing non-UTF8 su...
653 * 339704 : [id3demux] read images from ID3 tags
654 * 340282 : Goom visualization is unusable at 'Normal' size and higher
655 * 340623 : [matroskademux] small memory leak
656 * 340699 : [flacdec] should not send EOS when doing segment seeking
657 * 340859 : [avimux] produces index with all frames marked as keyframes
658 * 340946 : raw1394 plugin uses deprecated functions
659 * 340979 : [id3demux] mp3 id3v2 TCON tag possible bug?
660 * 341489 : gst-plugins-good wavparse Cygwin fix
661 * 341774 : Fails to read tags in file
662 * 341818 : [matroskademux] poor concurrent performance
663 * 342029 : [id3demux] overflow of titlenumbers
664 * 342097 : [jpegdec] crash with attached JPEG file
665 * 342448 : [matroska] support for muxing/demuxing Theora video
666 * 342526 : [avimux] dml index support, codec_data support, cleanups
667 * 342592 : dvdemux doesn't post segment-done right
668 * 342734 : [matroskamux] might block on state-change
669 * 343051 : [autoaudiosink] doesn't try esdsink
670 * 343055 : README mentions 0.9.6
671 * 343117 : jpegdec, mjpeg avi's and flush seeks
672 * 343122 : [taglib] new apev2mux element
673 * 343123 : [apedemux] add support for GST_TAG_LOCATION
674 * 343127 : [apedemux] extract track count, clean up parsing
675 * 343602 : configure --disable-external fails
676 * 343603 : need to add -lm to build tests/examples/level
677 * 343678 : configure.ac incorrectly uses $(SED) rather than $SED
678 * 343837 : [wavparse] can't handle WAV file with 'bext' header chunk
679 * 344100 : --disable-schemas-install not honored
680 * 344101 : SunAudio mixer fixes
681 * 344120 : dv1394src should now require libraw1394 > = 1.1.0
682 * 344605 : [id3demux] set picture type on image buffers
683 * 345232 : [wavparse] reads beyond end-of-file (in pull mode)
684 * 345288 : [udp] make work on Windows
685 * 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg...
686 * 346066 : [sunaudiosink] don't override user setting and switch on ...
687 * 346259 : [sunaudio] move monitor to input tab in mixer
688 * 347234 : streaming UDP (MPEGTS) shows only one frame of video
689 * 347258 : [wavparse] internal stream error reading gnome-game gnibb...
690 * 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION
691 * 347972 : [cdiocddasrc] core dumps if device is not found
692 * 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2....
693 * 348752 : [udpsrc] add property to set buffer size for udp socket
694 * 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1
695 * 349155 : [smokeenc] does not set caps on it's buffers
696 * 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ...
697 * 349907 : multiudpsink messes up multicast addresses
698 * 350433 : [rtph263pdepay] h.263plus depayloader does not work
699 * 340492 : [flacdec] support push-based operation (and thus flac-ove...
700 * 345679 : fix to avoid goom core dumping
701 * 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount
702 * 340980 : [pixbuf,wavparse] fix build with gcc 2.95
703 * 343661 : Jpeg image crashes gstreamer
704 * 344923 : New SunAudio source plugin, and mixer now supports stereo...
705 * 345301 : [PATCH] gst-plugins-good rtsp for Windows
706 * 346921 : gstmultiudpsink multicast support is broken
707 * 344136 : More accurate list of plugins which will/will not be buil...
709 Changes since 0.10.2:
711 * Annodex/CMML support
712 * RTSP and RTP enhancements
713 * HAL configured audio device support
714 * FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
715 * Recognise SSA/ASS and USF subtitles in Matroska files
716 * Fixes for ESD and SunAudio output plugins
717 * More uniform plugin descriptions
718 * IceCast metadata reading plugin added
719 * New plugins ported from 0.8: OSX audio, AVI muxer, X-Windows input,
720 WAV encoder, Gdk-Pixbuf image decoder, Smoke decoder,
724 Bugs fixed since 0.10.2:
726 * 335067 : RTSP src not working with WMServer servers
727 * 333657 : Replacing icy demuxing in gnomevfssrc
728 * 329106 : HAL sound device wrapper plugins
729 * 337749 : totem (gstreamer) crashes when playing an avi file
730 * 330885 : avidemux does not handle eos at end of seek-region
731 * 337364 : faulty GObject macros
732 * 337625 : [patch] Streaming support for wavparse
733 * 150363 : [pngdec] doesn't handle grayscale or paletted
734 * 154744 : Time slider does not work with avi videos from Cannon SD100
735 * 161712 : [auparse] .au files don't play in playbin
736 * 313266 : [wavparse] will not play DTS stream in malformed WAV
737 * 319183 : rtspsrc filter sometimes uses an odd port for rtp
738 * 319986 : annodex decoding and encoding support
739 * 323721 : [id3demux] read in replaygain information from RVA2 frame...
740 * 323880 : " Seek in ready " for dvdemux
741 * 325191 : problem with auparse or mulawdec, choppy esd playback
742 * 326160 : videobalance not ported to new GstVideoFilter
743 * 327658 : " Seek in ready " support for wavparse plugin
744 * 328327 : gst-plugins-good fail to compile with gcc 4.1
745 * 329107 : Profile support for gconfaudiosink
746 * 330239 : Crash playing any song from a particular album over rhyth...
747 * 330678 : Unable to play .fli files
748 * 331253 : Critical warnings when using cddacdiosrc
749 * 331368 : Gstreamer doesn't recognise tags
750 * 331385 : [alpha] state change function returns a constant
751 * 331672 : Another file that gstreamer can't read the tags on
752 * 331905 : [jpeg] smokedec not ported
753 * 331917 : [pngdec] does not support files with png streams
754 * 332031 : [PATCH] avimux ported to 0.10
755 * 332547 : [wavparse] does not support multichannel wavs
756 * 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
757 * 333302 : [apedemux] some WavPack files with APE tags fail to play ...
758 * 333392 : [sunaudio] unused variables break CVS build with -Werror
759 * 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
760 * 333624 : invalid get_times implementation in gstdynudpsink
761 * 333784 : [patch] unref the result of gst_pad_get_parent
762 * 334083 : [jpegdec] wrong durations set on buffers after seeking in...
763 * 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
764 * 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
765 * 334995 : [goom] zoom filter leaked
766 * 335231 : [wavparse] incorrect way to calculate seek position with ...
767 * 335755 : rhythmbox import crasher - png?
768 * 335858 : Video playback out of sync
769 * 335958 : [speexenc] doesn't work
770 * 336110 : move taglib-based ID3 muxer to -good
771 * 336602 : plugins need better/univied descriptions
772 * 336756 : move ximagesrc to gst-plugins-good
773 * 336889 : [avidemux] index creation might fail with some non-indexe...
774 * 336904 : Problem playing some AVI file when splitting large chunks...
775 * 337033 : [speex] can't seek in speex-encoded audio
776 * 337183 : [matroska] " caps not real subset " when playing audio files
777 * 337294 : AVI files downloaded from vidoe.google.com won't play
778 * 337421 : [sunaudiosink] some fixes
779 * 337609 : [flacdec] can't play .flac files where header says total_...
780 * 338290 : [flacdec] segment seek not supported
781 * 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
782 * 338715 : [shout2send] fix crash on error and tags received before ...
783 * 338716 : [wavenc] " not negotiated " error with CVS core
784 * 338810 : [matroskademux] blocks on segmenting seek (and other seek...
785 * 339446 : [matroska] can't play file if details come before type in...
786 * 339451 : [matroska] enhancement for VfW compatibility cases
787 * 339678 : [matroskamux] wrong timestamps of B-frames
788 * 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
789 * 319884 : rtpamrdec discards non-transmitted frames
791 Changes since 0.10.1:
792 * New libcdio based CDDA reading element
793 * APE tag reader ported
794 * ID3 tag reading fixes
795 * Sun Audio Sink fixes
796 * GOOM and gconf element fixes
797 * lots of bug and leak fixes
799 Bugs fixed since 0.10.1:
800 * 328336 : silence warings which make dvdec / dvdemux unusable
801 * 315557 : Internal event problem with MP3s from vgmix.com
802 * 323327 : [cdio] port cddasrc to 0.10
803 * 325148 : Bugs in G711 RTP packetization logic
804 * 325649 : apetag plugin needs porting to 0.10
805 * 326446 : check that all elements in -good pass queries they can't ...
806 * 326602 : id3demux is not compiling without ZLIB
807 * 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX])
808 * 326736 : gconf(audio|video)sink response to key changes
809 * 326864 : [wavparse] time to bytes format conversion broken
810 * 327009 : [esdsink] won't compile with includes in non-standard prefix
811 * 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback
812 * 327825 : [matroskamux] Matroska muxer deadlock
813 * 327871 : [videobox] crash when cropping
814 * 328241 : id3demux emits NULL date for year tags
815 * 328264 : Fix build with gcc 2.95
816 * 328531 : [matroskamux] doesn't send newsegment event, critical war...
817 * 329181 : totem crash when using goom effect
818 * 329810 : Fails to read ID3 tag
819 * 330005 : Please use the autodetect sinks by default
820 * 317658 : [cdio] support for cd-text and cd-g
822 Changes since 0.10.0:
824 * new id3 demuxer (replaces the mad one in gst-plugins-ugly)
825 * memleak fixes in avidemux, wavparse, level, smoke
826 * ports of multipart,
827 * fixes in flacdec, flxdec, rtp
828 * documentation updates on videomixer
829 * added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
831 Bugs fixed since 0.10.0:
833 * 321269 : add sunaudio to 0.9
834 * 322769 : The ID3 tag of this file is a segfaulter
835 * 323021 : sockfd property to udpsrc/dynudpsink elements
836 * 322975 : erroneous audio specs in flac plugin
837 * 323226 : block/crash on id3 v2 tags when using big blocksize
838 * 323717 : < netinet/in.h > inclusion necessary on some systems
839 * 323718 : [oss] does not build on OpenBSD 3.8 because of hardcoded ...
840 * 323896 : pngdec/videomixer negotation problem in 0.10
841 * 324011 : Invalid payload type definition for some rtp payloaders
842 * 324012 : Invalid caps on rtpspeexpay element
843 * 325504 : [flacdec] gst_flac_dec_convert_src [mis]uses g_assert
844 * 325974 : [gst0.10] doesn't correctly gets the tags on a mp3
845 * 326612 : Serious memory leak in level plugin
846 * 326618 : memleak fix in smokeenc
848 API added since 0.10.0:
850 * device-name property on ossmixer subclasses
851 * GstUDPSrc::sockfd property
855 * Parallel installability with 0.8.x series
856 * Threadsafe design and API
857 * effectv elements ported
861 * rtp elements renamed
863 Bugs fixed since 0.9.6:
865 * 322377 : udpsrc leaks sockets
866 * 322643 : Incorrect matroska frame default duration
867 * 322645 : Matroska muxer: wrong pixel aspect ratio
868 * 322667 : [jpegenc] leaks input buffer
869 * 322794 : udp plugin linked against gstnet instead of gstnetbuffer
873 * added speex RTP payloader/depayloader
875 * fractional framerates
876 * more video filters now use BaseTransform
878 Bugs fixed since 0.9.5:
880 * 319184 : rtspsrc: invalid read in sdp_message_parse_buffer ()
881 * 321001 : [matroskademux] should seek to nearest preceding index en...
882 * 321430 : goom fails to register on amd64
888 * cairotextoverlay ported
890 Bugs fixed since 0.9.4:
892 * 315194 : Licence information inconsistency of gst-plugins-good/gst...
893 * 319731 : [matroska] SimpleBlock support for muxer and demuxer
894 * 320308 : [matroska] set timestamps for buffers with ebml elements
895 * 320920 : [osssink] tries to reuse a bad file descriptor
896 * 321136 : [matroska-mux] avoid reading from unref'ed buffer
901 * speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer,
904 Bugs fixed since 0.9.3:
906 * 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
907 * 316205 : Debug category for wavenc is not defined
908 * 318847 : Matroska muxer port to 0.9
912 * Parallel installability with 0.8.x series
913 * Threadsafe design and API
915 Bugs fixed since 0.9.1:
917 * 316202 : MinGW compilation: undefined autoconf macro GST_DOC
918 * 317338 : [osssink] can't handle mono