release 0.10.15
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Bad Plug-insĀ 0.10.15, "Ending the war"
2
3 Changes since 0.10.14:
4     
5       * Add barcode scanner plugin using the zbar library
6       * Improvements to camerabin
7       * Support audio-track format switching in DVD
8       * Improve parsing and display of PGS subpictures
9       * Add Cog plugin
10       * Add LV2 plugin support
11       * Improve VDPAU plugin. Add post-processing support
12       * Add videomeasure plugin
13       * Improve Siren codec
14       * Improved Directshow capture element
15       * Add EAC3 mapping in MPEG-TS playback
16       * Improve AAC encoding
17       * Improved MIDI file playback
18       * Improve H-264 parsing
19       * Add MPEG-PS muxer
20       * Add PNM encoder and decoder
21       * Add SVG decoder
22       * Update GLib dependency to GLib 2.16
23       * Various other bug fixes and improvements (see ChangeLog)
24
25 Bugs fixed since 0.10.14:
26      
27       * 303975 : Add tar support
28       * 519001 : [wildmidi] Doesn't handle seeking correctly
29       * 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
30       * 583901 : aacparse fails for remuxing
31       * 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
32       * 593348 : faac encoder produces first buffer with wrong duration
33       * 593625 : Broken Compilation, missing files with latest commits in git repository
34       * 593683 : Typo in variable name for libraries to link against
35       * 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
36       * 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
37       * 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
38       * 594278 : dshowvideosink: remove unused variable
39       * 594279 : dshowsrcwrapper: use tchar macro for string literals
40       * 594321 : Videomeasure plugin
41       * 594382 : assrender: Fix compilation with libass = 0.9.6
42       * 594489 : broken compilation for mpegdemux
43       * 594715 : libgstsignalprocessor install issues
44       * 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
45       * 595215 : PNM encoder doesn't support ASCII encoding
46       * 595409 : PNM decoder can't decode ASCII encoded files.
47       * 596285 : gstvideomeasure crashes at the end of some streams
48       * 596743 : qtmux: fix flags_as_uint to flags[]
49       * 598139 : faad element leaks itself.
50       * 598263 : refcount leak in resindvd
51       * 598274 : dtsdec leaks input buffers
52       * 598369 : Properly detect pre-releases
53       * 598733 : id3mux doesn't write image to APIC tag
54       * 582779 : [resindvd] Add support for other audio codecs than ac3
55       * 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers
56
57 Changes since 0.10.13:
58
59       * Moved rtpmanager to -good
60       * Moved dirac elements from schroedinger to gst-plugins-bad
61         (new schroedinger release without the gstreamer elements
62          will follow shortly)
63       * amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
64         from amrwb to amrwbenc (the removed elements will re-appear in the
65         next -ugly release; no migration strategy provided in this case
66         because of the special status of the amrwb plugin)
67       * asfmux, rtpasfpay: add ASF muxer and windows media payloader
68       * basevideo: add experimental video base class library/API
69       * camerabin: lots of fixes and improvements
70       * capssetter: new element for debugging purposes
71       * directdraw: Implement GstNavigation interface
72       * directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
73       * frei0r: wrapper for frei0r video filter plugins
74       * gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
75       * Implement SEEKING query in more demuxers and decoders (notably
76         mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
77       * kate: add kate subtitle encoder, decoder and overlay
78       * mimic: lots of fixes for mimenc and mimdec; add "paused mode"
79       * mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
80       * mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
81       * qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
82       * shapewipe: support ARGB/RGBA for video input/output; fix for still images
83       * vdpau: add experimental vdpau plugin
84
85 Bugs fixed since 0.10.13:
86
87       * 587819 : [mpegtsparse] crash because of double free
88       * 344129 : [directsoundsrc] Plugin for Directsound source
89       * 377784 : xvidenc should output video/mpeg
90       * 540128 : Totem freeze with short HDV file
91       * 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
92       * 561241 : metadatademux pad activation deadlock
93       * 561752 : GstRtpBin implement Release pad functions
94       * 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
95       * 575818 : [ivorbisdec] extract vorbis tags
96       * 576800 : gstreamer SPC plugin requires non-portable x86 code
97       * 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
98       * 584252 : enhancements to OSSv4 plugin
99       * 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
100       * 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
101       * 586019 : [mxfdemux] stray semicolons after if statement
102       * 586097 : GStreamer DVB tuning too quick for some devices
103       * 586956 : Include < sys/time.h > only if it is present in the system
104       * 587023 : [freeze] disable plugin static lib
105       * 587595 : [dshowsrcwrapper] start refactoring
106       * 588638 : [katedec] add x-dvd-subpicture output
107       * 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
108       * 590030 : rtpsource: Incoming buffers do not always have caps
109       * 590208 : GstNavigation interface support for directdrawsink
110       * 590360 : [qtmux] requires endianness even if the samples are 8bit
111       * 590446 : [mpegdemux] MPEG TS with A52 not seekable
112       * 590797 : Memory leak in rtpsource.c
113       * 591440 : rtpdtmfsrc event cleanup
114       * 591538 : generic states test fails (vdpau, mimenc)
115       * 591610 : asfmux: messing up with sinkpads
116       * 591927 : REQUIREMENTS is out of date
117       * 592259 : mimenc: fourcc written incorrectly
118       * 593024 : regression in schroenc streamheader initialization
119       * 593063 : resindvd and rawparse do not use correct base LDFLAGS
120       * 593068 : Disarray in directsoundsrc/directdrawsink
121       * 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
122
123
124 Changes since 0.10.12:
125     
126       * New shapewipe video transition plugin
127       * qtmux improvements
128       * camerabin improvements
129       * HDV MPEG-TS private streams support
130       * Output interlacing information in mpegvideoparse
131       * MS-ADPCM decoder
132       * RTP fixes and enhancements
133       * DTS decoder improvements
134       * New ID3 tagging plugin that supports v1, v2.3 and v2.4
135       * Support for PGS (BluRay) subtitles
136       * Many other bug fixes and enhancements
137
138 Bugs fixed since 0.10.12:
139      
140       * 584945 : camerabin unit tests failing
141       * 511097 : Support self-signed certificates in neonhttpsrc
142       * 561752 : GstRtpBin implement Release pad functions
143       * 584164 : gstspu-pgs.c warnings for format string args and uninitia...
144       * 584165 : rtpbin sdes message broken
145       * 584360 : gppmux ftyp
146       * 585015 : debugutils can't find libgstinterfaces
147       * 585660 : segfault in scaletempo plugin
148       * 584114 : gppmux and h263
149       * 583188 : Problem with sdp: bind failed or video disappear after fe...
150       * 583627 : statistic file name needs to be standardized
151
152 Changes since 0.10.11:
153     
154       * Presets support in several elements
155       * Support ITV MPEG-TS streams
156       * New element: flvmux
157       * New element: osxvideosrc
158       * Fixes in RTP elements
159       * camerabin fixes
160       * Improved QT/mp4 muxing
161       * xdgmime based content type guessing
162       * deinterlace2 moved to the Good plugins (replacing deinterlace)
163       * Support for MXF muxing, and improved MXF demuxing
164       * Greatly improved DVD playback
165       * DirectDraw element moved back from Good plugins
166       * Many other bug fixes and improvements
167
168 Bugs fixed since 0.10.11:
169      
170       * 573852 : Update celt to 0.5.x
171       * 574401 : metadatamux fails^WIS failure
172       * 580091 : soundtouch plugin fails to load
173       * 153684 : [osxvideosrc] Mac users needs an osxvideosrc
174       * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
175       * 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
176       * 569673 : [Mpegtsparse] PAT changes not always signaled
177       * 569781 : [Mpegtsparse] drop of valid TS packets
178       * 573595 : plugins-bad mingw ports
179       * 573846 : Check for soundtouch-1.4 too
180       * 573847 : Use SDL static-libs for conftest and libs for gstsdl*
181       * 573848 : Use native CPU number detection in mpeg2enc
182       * 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
183       * 575388 : [aacparse] deadlocks in busy loop when seeking
184       * 575736 : mpeg2enc's bitrate parameter does not work properly
185       * 576408 : [playbin2] Deadlock when using resindvd as source
186       * 577690 : rtpdtmfmux: missing pad unref
187       * 577864 : [residvd] dvdnav version requirements should be higher
188       * 578112 : x264enc: I-frame request
189       * 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
190       * 578563 : win32 export files are not disted
191       * 580133 : Regression in baseparse since last release
192       * 580144 : emit notify::internal-ssrc when there is a ssrc collision
193       * 580786 : [flvmux] " uninitialized variable " compiler warning
194       * 580901 : Uninitialized variable may be used in fpsdisplaysink.c
195       * 581375 : rtpssrcdemux crashes on SR-less rtcp packets
196       * 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
197       * 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
198       * 582208 : [PATCH] fix for soundtouch-1.4
199       * 582483 : y4menc doesn't pass timestamps on
200       * 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
201       * 582702 : qtmux: crash in atom_moov_add_blob_tag
202       * 583337 : [mxfmux] Wrong layout for non-interlaced formats
203       * 580585 : rtpmux memleak
204       * 577843 : input-selector causes problems with DVD menus in playbin2
205       * 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
206       * 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
207       * 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
208       * 576712 : Output-selector keeps reference to latest buffer when cha...
209       * 581427 : [mpeg4videoparse] config buffer is leaked
210
211 Changes since 0.10.10:
212     
213       * Add ASS/SSA subtitle handling element assrender
214       * Leak fixes in the QuickTime decoder wrapper
215       * Better DirectShow output on Windows
216       * Extend QT muxing support to include AMR and H.263
217       * mms seeking support
218       * Extended MXF file format handling
219       * camerabin and photography API for digital camera interfacing
220       * Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
221         rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
222         mimdec, mimenc
223       * typefinder based on xdgmime
224
225 Bugs fixed since 0.10.10:
226      
227       * 573369 : [gstfaad] Memory corruption and segfault
228       * 568704 : Metadatamux: unable to configure byte order for EXIF
229       * 354908 : videoflipping interface for v4l2src
230       * 369912 : missing inclusion in rpm spec file
231       * 469930 : [mmssrc] seeking support PATCH
232       * 481075 : Full support for ASS/SSA subtitles
233       * 549645 : merge useful elements from gst-plugins-farsight into core
234       * 567003 : [ladspa] improve plugin scanning
235       * 567371 : [mpegtsparse] memory leak in mpegtspacketizer
236       * 567828 : rtpmanager and RTCP BYE packet
237       * 567965 : [flvdemux] add support for ECMA arrays in script tags
238       * 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
239       * 568483 : Problems linking gst-plugins-bad
240       * 568837 : RFE: allow building against the system modplug library
241       * 569323 : [qtmux] should support audio/AMR sink
242       * 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
243       * 571560 : gstdshowaudio decoder doesn't compile.
244       * 572315 : Compiling camerabin on Windows with Visual Studio
245       * 572900 : gstrtpsession should not forward recv side event to the s...
246       * 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
247       * 573391 : [videoanalyse] Wrong brightness calculation
248       * 575157 : xdgmime typefinder: make more conservative
249       * 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
250       * 564114 : [PATCH] fbdev: fix depth calculation
251       * 573850 : Use Glib's byte order in gstgsmdec
252       * 573851 : Use glib integer types in gstfaad
253       * 172043 : [mpegpsdemux] wrong video length on mpeg file
254
255 Changes since 0.10.9:
256
257       * Require gettext 0.17
258       * ACM mp3 decoder element for win32
259       * New MXF demuxer added
260       * JPEG-2000 encoder - jp2enc added
261       * RTP support
262       * Fixes for RTP support
263       * Add parsers for AAC and AMR
264       * Move libgstapp and elements to -base
265       * Add Quicktime muxer element qtmux
266       * Enhance RFB capture
267       * Improve MPEG-TS and MPEG-PS demuxing
268       * Don't install static libs for plugins
269       * Introduce audioringbuffer element
270       * Improve DVD playback of ResinDVD components
271       * Move old audioresample from -base as legacyaudioresample
272       * Improve speexresampler, and then move it to -base
273       * Improve FLV demuxing and parsing
274       * Various DVB input fixes
275       * Add support for frequency list descriptors for DVB
276       * Improve MPEG-TS muxer
277       * Various other bug-fixes
278
279 Bugs fixed since 0.10.9:
280
281       * 127574 : replaygain support
282       * 480543 : [spc] crashes when not given any input data
283       * 546319 : [resindvd] Stuck on first menu (language selection)
284       * 549222 : Totem using resindvd element as DVD navigation module doe...
285       * 550280 : Move qtmux to gst-plugins-bad
286       * 550454 : FLV demuxer screws up in Pitivi
287       * 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
288       * 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
289       * 555238 : Recent changes in x264 breaks compilation of x264 plugin.
290       * 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
291       * 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
292       * 557814 : [mpegdemux] frequency list descriptor support
293       * 558639 : cross-configuring interrupts due to a failing check for " ...
294       * 560841 : Provide access to packet loss
295       * 561992 : debug format warning during compilation of resindvdsrc.c ...
296       * 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
297       * 562319 : [rtpsession] memory corruption
298       * 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
299       * 563006 : mxf mpeg422 file stops playing
300       * 563147 : input-selector doesn't notify of active-pad changing when...
301       * 564232 : Dual Licensing qtmux
302       * 565439 : Make pcapparse compile with (mingw32) gcc
303       * 565509 : rtpsource on receiver side can't get clock-rate for h264,...
304       * 565614 : [mpegtsdemux] Fix memory leak
305       * 565910 : allow forcing the ssrc on a rtpsession
306       * 566356 : [dvbbasebin] Couple of memleaks
307       * 566613 : bayer2rgb calculates wrong color offset
308       * 566878 : [ladspa] Add dependencies for ladspa modules
309       * 566957 : Add time based seeking to ResinDVD
310       * 566958 : fix dirac support in qtmux/mp4mux
311       * 566959 : Fix duration query on mpegtsdemux
312       * 508029 : [speexresample] pops/glitches in some cases
313       * 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
314       * 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
315       * 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
316       * 565613 : [mpegtsdemux] Add scrambled field to service structure
317       * 567004 : ladspa plugin crashes on Solaris
318
319 Changes since 0.10.8:
320
321       * New CELT encoder and decoder
322       * New TwoLAME encoder
323       * New DCCP element
324       * New AIFF parser element
325       * New APEX sink element
326       * deinterlace2 element improvements
327       * New JACK audio src element
328       * New winscreencap, winks and pcapparse plugins
329       * x624enc fixes
330       * Support for ATSC tuning and channels.conf parsing
331       * RTP improvements
332       * New scaletempo element
333       * Add Fluendo MPEG-TS muxer
334       * Add Fluendo MPEG-TS and MPEG-PS demuxers
335       * New JPEG2000 element
336       * New FLAC parser element
337       * DVD playback improvements
338       * Improved DirectShow decoding support
339       * New Windows Audio Session audio src element
340       * New FLV muxer element
341       * Many other bug fixes and improvements
342
343 Bugs fixed since 0.10.8:
344
345       * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
346       * 550468 : [name conflict] New Fluendo mpeg demuxers
347       * 545197 : jackaudiosrc
348       * 555244 : Output-selector has unexpected event forwarding right aft...
349       * 402593 : deinterleave gives corrupt output
350       * 406673 : Need AIFF parser
351       * 535527 : [real] Real video/audio stream fails to play
352       * 537455 : ATSC: VSB / QAM Annex B support
353       * 538500 : AIFF file doesn't play
354       * 542390 : Implementation of DCCP Plugin for gstreamer
355       * 542510 : [apexsink] Apple AirPort Express Wireless Sink
356       * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
357       * 546312 : Make the metadata writable before modifying it in rtpmanager
358       * 549409 : gstrtpbin don't stop at the end of a stream
359       * 549774 : audio / video synchronization glitch during rtsp playback
360       * 550486 : [faac] Negotiation problem with mono audio for some sampl...
361       * 550657 : New element jasperdec
362       * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
363       * 552536 : fix incomplete change to gstdvbsrc.c
364       * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
365       * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
366       * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
367       * 555912 : [apexsink] Missing from ext/Makefile.am
368       * 555965 : Missing space after point mark
369       * 555968 : Missing space after point mark
370       * 555969 : Missing space after point mark
371       * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
372       * 556274 : [aiffparse] Uses debugging methods before debugging is in...
373       * 556338 : Failed to configure latency
374       * 556428 : [mpegpsdemux] Creates invalid newsegment events 
375       * 556430 : [inputselector] Assumes there's always an otherpad
376       * 556440 : [PATCH] crash on demuxing certain transport streams
377       * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
378       * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
379       * 556588 : [apexsink] should not have PRIMARY rank
380       * 557080 : [mpegpsdemux] Regression with reverse-playback
381       * 543480 : gstrtpbin fails to release lock while emitting signal
382       * 556520 : jitterbuffer seqnum gap detection is wrong
383       * 463941 : Plugin for screen capture on windows
384       * 519935 : New plugin for video capture on Windows
385       * 520899 : New plugin: pcapparse
386       * 520901 : New plugin: wasapi (Windows Audio Session API) 
387
388 Changes since 0.10.7:
389
390       * Support shared desktops in RFB input
391       * Make the Quicktime codec wrapper work on win32
392       * Experimental DVD navigation support
393       * Support AAC/H.264 in FLV files
394       * Fixes in the DirectShow codec wrapper
395       * Fix the Real codec wrapper plugin
396       * New deinterlace2 plugin incorporating TVtime deinterlacers
397       * Handle seeking, timestamps, duration in RAW video/audio parsers
398       * New DirectShow video sink for Win32
399       * FAAD reverse playback support
400       * OSS4 support improvements
401       * MythTV seeking support
402       * SPC decoder now supports seeking, tags and duration queries
403       * Replaygain elements moved to Good
404       * Deinterleave/interleave elements fixed and moved to Good
405       * MPEG-4 video stream parser fixes
406       * Improved MPEG-TS parsing for DVB support
407       * Improvements in App source/sink
408       * RTP manager enhancements
409
410 Bugs fixed since 0.10.7:
411
412       * 533736 : [mythtvsrc] Seeking doesn't work
413       * 544050 : ext/timidity/gsttimidity.c :  ISO C90 forbids mixed decla...
414       * 454151 : SPC plugin enhancements (patch)
415       * 506594 : [interleave] doesn't work with channels > 1
416       * 521392 : Proposed patches for bayer2rgb encoding
417       * 525613 : [wildmidi] [PATCH] initializes library multiple times
418       * 528618 : amrwb plugin do not build without warning with the 3ggp s...
419       * 529359 : BBC Real Audio stream is just noise
420       * 530611 : [gstsrtenc] declare variables at beginning of block
421       * 531840 : QuickTime wrapper doesn't work on Win32
422       * 531955 : gstrtpsession doesn't send RTCP bye on EOS
423       * 532723 : mpeg4videoparse should parse the codec data
424       * 533435 : wildmidi does not work
425       * 533559 : mpeg4videoparse should skip garbage
426       * 535043 : VCD plugin only plays first track
427       * 536042 : mpeg4videoparse broken on big endian architectures
428       * 536258 : interleave doesn't close properly
429       * 536856 : rtpmanager deadlocks when receiving new data while going ...
430       * 538560 : [mpegtsparse] static caps reference counter incremented i...
431       * 539292 : memory leak in mpegtsparse
432       * 539601 : [realvideodec] not-negotiated error if codec lib isn't found
433       * 541522 : cross mingw32 gcc: festival plugin compilation fix
434       * 541543 : fix HAVE_OSS4 detection code in configure.ac
435       * 543286 : deinterlace2 doesn't build outside gcc
436       * 543846 : [resindvd] Impossible to build from the first configure r...
437       * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
438       * 543860 : [modplug] Uses CFLAGS for CXXFLAGS
439       * 543861 : [resindvd] Some files not disted
440       * 544457 : -bad doesn't compile with MSVC
441       * 526905 : [musepack] Port to the new libmpcdec API
442       * 532011 : Deadlock in rtpsession
443       * 536309 : Seeking in pipeline with videoparse crashes
444
445 Changes since 0.10.6:
446     
447       * OSS v4 support
448       * libdc1394 2.0.0 support
449       * AAC support fixes
450       * RTP support improved
451       * New OFA element
452       * SRT subtitle encoder added
453       * Windows Inet support for http/ftp
454       * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
455       * Fixes in Bayer decoder, replaygain analysis, GSM decoder
456       * DVB/MPEG-TS support improved
457       * NSF decoder updated
458       * 'metadata' plugin enhancements
459       * Dirac encoder ported to libschroedinger
460       * mplex element ported to 0.10
461       * VCD/CDXA parser ported to 0.10
462       * Directshow wrapper improvements
463       * 'selector' plugin enhancements
464       * souphttpsrc moved to the -good module
465       * Various other fixes and enhancements
466
467 Bugs fixed since 0.10.6:
468      
469       * 498237 : nsfdec crash with SK8ORDIE.
470       * 529378 : faad leaks GstAudioChannelPosition
471       * 351309 : New Element: gst-puid
472       * 469979 : [faad] Could not map channel positions - setting caps on ...
473       * 494499 : replaygain analysis slowdown on low volume (denormals)
474       * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
475       * 514964 : [dc1394] port to new stable 2.0.x API
476       * 517937 : various C89 fixes
477       * 518227 : test/icles/metadata_editor.c does not compile on Windows
478       * 518722 : [souphttpsrc] append cookie headers to HTTP request
479       * 519905 : [mvedemux] fix audio discontinuity
480       * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
481       * 520626 : Implement collision and loop detection in rtpmanager
482       * 520892 : [dshowvideosrc] latency and shutdown improvements
483       * 520894 : rtpmanager rtcp thread shutdown deadlock
484       * 520897 : new element: wininetsrc
485       * 521749 : [souphttpsrc] unit test fails on mandriva cooker
486       * 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
487       * 522212 : wrong origin
488       * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
489       * 523854 : [souphttpsrc] Glitches and crackling when playing things ...
490       * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
491       * 525271 : [new plugin] srtenc
492       * 526337 : souphttpsrc ignores connections error
493       * 527622 : [flvdemux] crash in FLV demuxer
494       * 528000 : [timidity] Doesn't dist all files correctly
495       * 528011 : [dc1394] Shouldn't be included in the states test
496       * 528245 : rtpbin element leaks
497       * 528266 : [ofa] Unit test fails because of different fingerprints
498       * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
499       * 529283 : [ofa] Unit test leaks tag string
500       * 529285 : [rganalysis] Unit test leaks a GstTagList
501       * 517854 : DirectFB check fails
502       * 517895 : nas plugin no longer builds (configure.ac error)
503       * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj...
504       * 525100 : does not build with --disable-external
505       * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file
506
507 Changes since 0.10.5:
508     
509       * DVB support added
510       * dc1394 support
511       * RTP-manager improvements
512       * Support for native QT codecs on OS/X and DirectShow codecs on Windows,
513         courtesy of Songbird and Fluendo
514       * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
515       * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc,
516         speexresample, qtwrapper
517       * Even more new elements: rawaudioparse, fbdevsink
518       * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
519       * Elements graduated to good: multifilesrc/sink, spectrum, equalizer,
520         bpwsinc, lpwsinc
521       * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
522       * OpenGL support moved to new module: gst-plugins-gl
523       * appsrc/appsink improvements
524       * Fixes in neonhttpsrc
525       * Fixes in amrwbparse
526       * Deinterlacer improvements
527       * Fixes in dtsdec
528       * Fixes in the Real codec wrappers
529
530 Bugs fixed since 0.10.5:
531      
532       * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
533       * 508029 : [speexresample] pops/glitches in some cases
534       * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
535       * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
536       * 393461 : [Real] Location of .so varies on each distribution
537       * 395424 : neonhttpsrc lacks support for proxy servers
538       * 397759 : Xingmux may not write a proper Xing/VBR header
539       * 403992 : [new plugin] timidity based midi decoder
540       * 409974 : Code for improved GStreamer resampler (based on speex res...
541       * 426657 : Add support for SDP multicast description files
542       * 433373 : [win32] autogenerated win32/common/config.h needed
543       * 444499 : build of fresh CVS is failing in ext/sdl
544       * 450175 : gcc-2.9x build fixes
545       * 450605 : Missing files in po/POTFILES.in
546       * 452009 : ./configure breaks when cross-compiling FAAD2
547       * 452258 : [mpeg2enc] make work with mjpegtools 1.9
548       * 453636 : dvbsrc needs more flexible adapter selection
549       * 454078 : [ivorbis] header files missing in release tarball
550       * 454313 : missing xml files to build docs/plugins
551       * 456901 : PATCH: add several missing supported mime-types to the mo...
552       * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
553       * 461068 : Seeking not properly implemented by the pitch plugin
554       * 461373 : HP-UX 11.11 build with native compiler
555       * 461377 : [festival] port to GStreamer-0.10
556       * 461601 : Some files missing from POTFILES.in
557       * 462737 : compilation breaks with g++-4.2 and gcc-4.2
558       * 464678 : Add connection-speed property to mmssrc element
559       * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
560       * 471554 : real media videos do not work
561       * 473562 : [rtpmanager] cvs build problem due to compiler warning
562       * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
563       * 476128 : Printf format fixes
564       * 476148 : Add mpeg4 video parser
565       * 476159 : memleak patch to rtpmanager
566       * 476370 : [faad] shouldn't set channel-positions for mono and stereo
567       * 477306 : amrwbenc has not property to select band mode
568       * 478566 : Add notification of active SSRCs to the RTP manager
569       * 481200 : gstneonhttpsrc discards GET parameters from URL
570       * 481276 : [mpegtsparse] " not linked (-1) " error
571       * 481279 : [mpegtsparse] partial corruption of the output stream
572       * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
573       * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
574       * 485462 : alsaspdifsink uses wrong sample rate
575       * 487496 : [dvdspu] fails to link on Mac OS
576       * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
577       * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
578       * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
579       * 490682 : [interleave] can't create more than one request sink pad
580       * 492406 : Crasher in libgstdshow on Windows/MSVC
581       * 492798 : [rtpmanager] build issues on Windows/MSVC
582       * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
583       * 498430 : incomplete CVS commit
584       * 498667 : gstreamer segfaults in faac
585       * 498755 : FLV files incorrectly report framerate of 1000fps
586       * 499008 : mpeg2enc ignores the incoming stream aspect property
587       * 500099 : Fixes and improvements to souphttpsrc
588       * 500142 : switch element in switch plugin should be renamed
589       * 501579 : rtpmanager should emit a signal when it can associate a s...
590       * 502335 : [souphttpsrc] some enhancements
591       * 502879 : videoparse segmentation fault
592       * 503308 : Changing tempo using pitch plugin doesn't update length info
593       * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
594       * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
595       * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
596       * 508515 : [rtpbin] allow request_new_pad with name NULL
597       * 508587 : Improvement to rtpsession
598       * 508979 : Enhancement for xingmux
599       * 510708 : [souphttpsrc] support for libsoup-2.4
600       * 511001 : enhanced deinterlace plugin
601       * 511146 : rtpjitterbuffer should not return an error on no-caps
602       * 511530 : DTS library API change?
603       * 511683 : gstrtpbin fails to associate streams together for lipsync
604       * 511686 : make gstrtpjitterbuffer respect different clock rates for...
605       * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
606       * 512654 : [h264parse] does not build in cvs head (unused variable i...
607       * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
608       * 512826 : switch / selector event leak
609       * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
610       * 515564 : souphttpsrc unit test fails to build
611       * 515567 : [states] States unit test should exclude the dvb plugin
612       * 515588 : Warning building tremor plugin
613       * 515720 : [xvid] Memory leak caused by not unsetting GValue
614       * 515721 : [rfb] rfbsrc leaking the rfb decoder
615       * 515722 : [fbdev] Leaking the device property string
616       * 515815 : [mpegvideoparse] fix a few new memory leaks
617       * 515860 : plugins should not install headers - fix metadata
618       * 515919 : Fix a bunch of finalize leaks
619       * 515964 : [docs] Still contains docs for the GIO plugin although it...
620       * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
621       * 516061 : [h264parse] fix a few new memory leaks
622       * 516094 : Remove glimagesink from -bad
623       * 516114 : dvbbasebin leaks the location string when the uri handler...
624       * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
625       * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
626       * 516448 : criticals due to missing debug category init in mpegtsparse
627       * 516499 : critical caused by assuming optional property " descriptor...
628       * 517391 : [tta] Doesn't link with libm
629       * 517571 : small memory leak in gstrtpbin
630       * 517684 : [mythtvsrc] Small bug fixes
631       * 478159 : Could not decode realvideo buffer
632       * 497020 : Add fully async HTTP source based on libsoup.
633       * 501562 : [switch] bogus locking order
634
635 Changes since 0.10.4:
636
637       * New plugin - realdec for decoding Real streams using binary libs
638       * New plugin - MythTV source
639       * New plugin - appsrc (for application data insertion)
640       * New plugin - VMnc VMware capture decoder
641       * New plugin - JACK audio output
642       * New plugin - interleave/deinterleave
643       * New plugin - RTP manager
644       * New plugin - Bayer to RGB converter
645       * New plugin - ReplayGain support
646       * New plugin - DirectShow win32 input support
647       * New plugin - videosignal/videoanalyse
648       * LADSPA plugin improvements
649       * IIR equaliser ported to 0.10 (iirequalizer)
650       * libsndfile output ported to 0.10
651       * mpegvideoparse ported to 0.10 and improved
652       * switch element ported to 0.10
653       * VCD source element ported to 0.10
654       * AMR-WB support fixes 
655       * MIDI renderer plugin based on timidity
656       * Windows and OS/X output plugins moved to the Good module 
657       * qtdemux, wavpack and videocrop plugins moved to the Good module
658       * Many other bug fixes and improvements
659       * Parallel installability with 0.8.x series
660       * Threadsafe design and API
661
662 Bugs fixed since 0.10.4:
663
664       * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el...
665       * 333307 : AmrWB Plugin
666       * 345633 : [nassink] port to 0.10
667       * 354174 : [PATCH] add REAL support by using the proprietary drivers
668       * 354451 : [mythtvsrc] Plugin for MythTV source
669       * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea...
670       * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good
671       * 375264 : [neonhttpsrc] add seek support
672       * 376591 : configure.ac looks for wrong symbols for FAAD support
673       * 382184 : Port interleave and deinterleave to 0.10 for audio channe...
674       * 388050 : [neonhttpsrc] code simplifications
675       * 392112 : [rfbsrc] doesn't build with MinGW
676       * 393622 : Not building real plugin, only works on 32bit x86 platforms.
677       * 395536 : [wavpackenc] Trivial cleanup
678       * 395597 : Deinterleave fails to negotiate with alsasrc when using D...
679       * 400555 : dts-in-wav: only 2 channel recognised
680       * 402470 : [osxvideosink] video sink for MacOSX
681       * 412077 : [speed] can't initially set speed > 1
682       * 412710 : [replaygain] Add playback elements
683       * 413818 : [neonhttpsrc] errors out on redirects
684       * 421110 : New x264enc plugin
685       * 421598 : [wavpack] Add support for non-8*n depths and don't play a...
686       * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong
687       * 423741 : [amrwb] use external shared libamrwb
688       * 430594 : Unable to compile gst-plugins-bad CVS
689       * 430598 : [realvideodec] dll functions not available on MinGW
690       * 430664 : name conflict for " rtpbin " element
691       * 437260 : CFLAGS are poinsoned by the OpenGL test
692       * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ...
693       * 437539 : Compilation of DirectDraw and DirectSound plugins using m...
694       * 439405 : YUV not working in GL image sink.
695       * 439910 : [switch] Warning in a debug function (Mingw)
696       * 439911 : [qtdemux] Warning in a debug function (MinGW)
697       * 439914 : [directdraw] Warnings when using MinGW
698       * 440466 : [PLUGIN-MOVE] osxvideo
699       * 440774 : [sdl] sdlvideosink has ill-formatted element details
700       * 442689 : [neon] Property-related cleanups of neonhttpsrc
701       * 445189 : PLUGIN-MOVE - Move Windows sinks to -good
702       * 348973 : New plugins: MVE muxer/demuxer
703       * 391971 : Fix build with gcc-2.x
704       * 392313 : [directdrawsink] dist and add to gst-plugins-bad
705       * 392638 : [directsoundsink] dist and add to gst-plugins-bad
706       * 392856 : [qtdemux] plugin must link against zlib (error with MinGW)
707       * 403572 : Port equaliser element to 0.10
708       * 352605 : [PLUGIN-MOVE] move wavpack to -good
709       * 426972 : Specific set of H.264 files cannot be played
710       * 434101 : [gsm] doesn't link against libgstbase-0.10
711
712 Changes since 0.10.3:
713
714       * V4L2 source element moved to Good plugins
715       * Many improvements in Quicktime playback
716       * Xvid encoding and decoding improvements
717       * FAAD decoder fixes
718       * New element: alsaspdifsink for IEC958 output
719       * Spectrum FFT analysis element ported
720       * New element: h264parse. H.264 Parser
721       * Fixes in bz2 support
722       * New element: theoraexpdec. Libtheoraexp based Theora decoder
723       * New element: wavpackenc. Wavpack decoder
724       * Improvements in the libneon based http source
725       * gstfilter ported to 0.10
726       * mpeg2enc ported to 0.10
727       * New element: nsfdec. NSF decoder
728       * New element: spcdec. libopenspc based SPC decoder
729       * videocrop ported/re-written from 0.8
730       * cdaudio element ported to 0.10
731       * New element: rganalysis. ReplayGain analysis element
732       * New element: dvbsrc. DVB source element (disabled by default)
733       * deinterlace (Simple deinterlacer) ported from 0.8
734       * New element: nuvdemux. NUV video demuxer
735       * Fixes in the DirectDraw output elements
736       * New elements: multifilesrc, multifilesink
737       * y4mencode ported from 0.8
738       * rfbsrc, librfb based capture source ported from 0.8
739       * New element: jackaudiosink. JACK audio output element
740       * Many other fixes and improvements
741
742 Bugs fixed since 0.10.3:
743
744       * 379261 : crash in Movie Player: Trying to play a partial...
745       * 151192 : [PATCH] nsf decoder
746       * 124580 : [jacksink] plugin needs a maintainer/love/to be updated
747       * 330632 : [qtdemux] MP3 stream in MP4 container not playable
748       * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode
749       * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ...
750       * 340638 : New plugin: h264 parse element
751       * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ...
752       * 341461 : gst-plugins-bad missing -no-undefined again
753       * 341563 : [faad] fails to decode middle of file, should just skip o...
754       * 343031 : v4l2src caps negotion is faulty
755       * 343131 : [wavpack] add wavpack encoder
756       * 343184 : [mpeg2enc] ported to 0.10
757       * 343866 : cygwin fixes
758       * 344472 : [wavpackdec] should post audio codec tag and extract bitrate
759       * 344821 : [pitch] controllable properties
760       * 344944 : AAC Support crashes with some files
761       * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x
762       * 345336 : modplug plugin doesn't work on AMD64
763       * 345653 : [videocrop] port to 0.10, support all common formats
764       * 346853 : [PATCH] ported gstfilter elements to 0.10
765       * 347079 : [qtdemux] plugin doesn't decode Year
766       * 347443 : [wavpack] port parser/decoder to official API and random ...
767       * 347935 : [nsf] warning when building RPM
768       * 348220 : New libopenspc-based SPC playback plugin
769       * 348976 : [xviddec] crashes after invalid unit size warning
770       * 350399 : [qtdemux] extract multiple redirect locations and require...
771       * 350741 : [faac] Wrong bitrate set
772       * 351495 : [wavpackparse] add support for push-based mode
773       * 351557 : [wavpackparse] resync in push mode if sync was lost
774       * 357069 : [rganalysis] New element: ReplayGain analysis
775       * 357212 : [glimagesink] crashes if no DISPLAY
776       * 361260 : New element: nuvdemux
777       * 362626 : Fixes compiling with forte: warning clean up (part 5)
778       * 376106 : Port rfbsrc to gst 0.10
779       * 378613 : [qtdemux] non-working redirect ('alis' redirect reference...
780       * 382203 : ladspa element needs to be enabled
781       * 384294 : [modplug] returns position query results in attoseconds
782       * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
783       * 385788 : [SECURITY] buffer overflows in modplug
784       * 387076 : [wavpack] Wrong include
785       * 387122 : [qtdemux] regression: crash in parse_trak
786       * 387160 : [qtdemux] posts buffering message which can cause hangs
787       * 351659 : [wavpackparse] fix resync in push mode, implement it in p...
788       * 351663 : [wavpackenc] doesn't set correct caps on source pad
789       * 352476 : [wavpack] documentation, unit tests, memleak fix
790       * 366523 : [directdraw] fix playback and vs8 fixes
791       * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen...
792       * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I...
793       * 387137 : Regression: qtdemux paletted image handling
794       * 349916 : [gdp] raw audio saved in gdp, when depayloading  complain...
795       * 346723 : gstneonhttpsrc fails for URL
796       * 347439 : [qtdemux] seeks poorly in files with slideshows
797       * 349204 : [gdp] raw audio saved in gdp does not depayload correctly
798       * 351825 : [qtdemux] doesn't set proper caps for RGB video
799       * 367696 : [qtdemux] No support for QuickTime Animation (RLE).
800       * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10
801       * 380610 : [rganalysis] Incorrect event handling
802       * 383471 : cannot link 1 ch raw 24-bit PCM audio
803       * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port
804
805 There was no 0.10.2 release
806
807 Changes since 0.10.1:
808
809       * FAAD/AAC decoder improvements
810       * Better QuickTime support
811       * Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
812       * New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
813       * Musepack decoder improved
814       * libneon based http input now supports iradio mode
815       * More uniform plugin descriptions
816       * Many bug fixes
817
818 Bugs fixed since 0.10.1:
819
820       * 334700 : [qtdemux] Memory leaks
821       * 333307 : AmrWB Plugin
822       * 330317 : New xingmux element  for writing Xing headers
823       * 304795 : [ximagesrc] port to 0.9 [PATCH]
824       * 154906 : [qtdemux] A/V Synch problem + crackling sound
825       * 167129 : [qtdemux] eats last chunk
826       * 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
827       * 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
828       * 321351 : extracted AAC output is played too slow
829       * 324082 : [qtdemux] [faad] playback issues with quicktime videos
830       * 327075 : [qtdemux] add support for palettized SMC videos
831       * 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
832       * 331335 : New Element: libsoundtouch based pitch shifter
833       * 331909 : support for more fourccs in qtdemux
834       * 332066 : [qtdemux] doesn't extract Disc Number field from some files
835       * 332155 : Seeking problems in .mov files
836       * 332402 : quicktime file will not play
837       * 332598 : port modplug to 0.10
838       * 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
839       * 333283 : [xviddec] Fix build with gcc 2.95
840       * 333501 : [patch] taglib element
841       * 334123 : [taglibmux] fixes for TPOS and TCOP
842       * 334417 : autogen.sh bit rot
843       * 334748 : [faad] doesn't take sampling rate from demuxer
844       * 335585 : xvidenc does not mark key-frame/delta-units
845       * 336898 : Port musicbrainz/trm plugin to 0.10
846       * 337263 : plugins need better/unified descriptions
847       * 338233 : theora-exp api out of sync
848       * 339041 : qtdemux : Floating point exception
849       * 339074 : Thumbnail generation fails on the following file
850       * 337436 : Sound is very jerky on this .mov file
851       * 338935 : [qtdemux] floating point exception parsing trac header
852
853 Changes since 0.10.0:
854
855       * Parallel installability with 0.8.x series
856       * Threadsafe design and API
857       * Lots of fixes for the QT/MOV demuxer, including restoring 
858         the ability to play web streams, and more codecs supported
859       * AAC decoder fixes
860       * MMS source fixes
861       * DirectFB plugin updated
862       * New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
863       * New libneon based http source filter
864       * APE tag reader moved to gst-plugins-good module
865
866 Bugs fixed since 0.10.0:
867
868       * 303167 : Add bzip2 support
869       * 322973 : [wavpack] erroneous sampling rates range
870       * 326524 : Support for Indeo 3-encoded QuickTime files
871       * 327133 : [qtdemux] QuickTime with 8-bit audio
872       * 328854 : AAC+ stream not working with FAAD plugin
873       * 330089 : [bz2] Wrong mimetype and no typefinding
874       * 331302 : bz2 plugin source files lack copyright notices
875       * 331543 : crash on iTunes MPEG v4 AAC-LC files
876       * 331582 : [qtdemux] protect log statement against invalid memory access
877
878 Bugs fixed since 0.9.7:
879     
880       * 322962 : wavpack plugins don't get built
881
882 Changes since 0.9.6:
883
884       * wavpack ported
885       * libmms ported
886
887 Changes since 0.9.5:
888     
889       * Fractional framerates
890
891 Bugs fixed since 0.9.5:
892     
893       * 320532 : [faac] set output samplerate and number of channels
894       * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
895
896 Changes since 0.9.4:
897     
898       * Parallel installability with 0.8.x series
899       * Threadsafe design and API
900       * qtdemux supports custom genre tags
901       * tremor integer vorbis decoder ported
902       * directfb video sink ported (with examples and documentation!)
903
904 Bugs fixed since 0.9.4:
905     
906       * 321241 : faad compile fix
907
908 Bugs fixed since 0.9.3:
909
910       * 317438 : [speed] fix 0.9 port
911       * 318659 : [faac] problem with float capabilities
912       * 318660 : [faac] missing unrefs
913
914 Changes since 0.9.1:
915
916       * ported gsm, tta, sdlvideosink