This is GStreamer Base Plug-ins 0.10.13, "What's going on?" Please note that decodebin2 API included in this release is still considered unstable and WILL change in future releases. At this stage, only developers or early adopters should consider using the decodebin2 API embodied in its signals and properties. Changes since 0.10.12: * Many fixes and improvements * RTP and RTCP support improved Bugs fixed since 0.10.12: * 339838 : [audioconvert] support floats with non-native endianness * 393975 : closing x/xvimagesink window crashes gst-launch * 405072 : [API] add gst_tag_freeform_string_to_utf8() * 413799 : [subparse] add support for MPL2 format * 414645 : GstMixerTrack should make untranslated label available * 420079 : [audioconvert] Uses biased rounding which results in dist... * 420578 : [subparse] add more colour map in sami parser * 421834 : videorate breaks on dimension changes * 423051 : Vorbis tags of type double use locale-dependent formatting * 423055 : Verify ReplayGain vorbistag processing in libs/tag testsuite * 425455 : Decodebin2 leaks pads * 426250 : GstPlayBaseBin leaks streaminfo objects * 428187 : Rtp base depayloader class doesn't send new_segment after... * 431672 : gst_base_rtp_audio_payload_push() should take object of i... * 432362 : [ximagesink] doesn't build if XShm is not available * 432755 : [videorate] leaks buffer if flow != OK * 432984 : [baseaudiosrc] misleading warning message when dropping s... * 433888 : [theoradec] does not generate a perfect stream * 436562 : Theoradec doesn't work well with gnonlin * 438840 : [theoradec] does not compile with old version of libtheora * 440997 : [gstriff] Doesn't handle width!=depth files with audio/x-... * 441295 : audioconvert doesn't build on VS6 * 442024 : regression in playbin buffering * 350299 : [playbin] " Internal data flow error " opening movie with s... * 410039 : totem crashed with SIGSEGV in new_decoded_pad_full() * 340842 : do latency calculation for live sources * 341078 : RB does not play beyond initially downloaded podcast file * 414496 : [id3demux, id3v2mux] Add support for GST_TAG_MUSICBRAINZ_... API additions since 0.10.12: * add gst_tag_freeform_string_to_utf8() * GstRTPBuffer::gst_rtp_buffer_default_clock_rate() * GstBaseAudioSink::slave-method property * add "min-ptime" property to RTP base audio payloader * gst_base_rtp_audio_payload_push() * gst_base_rtp_audio_payload_get_adapter() * GstMixerTrack::untranslated-label property Changes since 0.10.11: * New API for on-demand plugin installation * Xv thread-safety and configuration enhancements * decodebin2 improvements * Support more raw audio format conversions * Improvements in Ogg support * AudioFilter base class ported to 0.10 * Fixes for subtitles * Latency/live-playback support for Alsa * Lots of bug fixes and improvements Bugs fixed since 0.10.11: * 398721 : No video in .ogm files with decodebin2 * 339837 : [audioconvert] support for 64-bit float audio * 341524 : [decodebin] can't handle decoders with always src pads wi... * 352069 : Add de.po German translation * 363379 : [oggmux] doesn't detect EOS on all sinkpads * 378436 : [oggdemux] rhythmbox crash on fast clicking on rating in ... * 380342 : Totem does not play mp3 files when lyrics are present * 383195 : [cddabasesrc,basertpaudiopayload] compile errors with gcc... * 383198 : totem crashed to gst_xvimagesink_update_colorbalance * 384008 : [xvimagesink] accesses - > xwindow outside locks * 384060 : gst_xoverlay_set_xwindow_id() causing lockups with x(v)im... * 387138 : x input events processing in sinks with xoverlay interfac... * 390063 : Documentation typo * 390076 : add xv adaptor and port properties in xvimagesink element. * 391365 : [oggdemux] internal stream error on OggFlac * 392070 : [vorbis] GST_TAG_LOCATION not mapped * 392393 : [API] add libgstbaseutils library for missing plugins mes... * 396042 : mpeg4 video typefinder loops endlessly on quicktime redirect * 396835 : audioconvert/audioresample combination causing buffer of ... * 397673 : [patch] XIOError caught in x[v]imagesink.c * 397810 : [typefinding] .vob file: could not determine type of stream * 398110 : [theoraenc] GLib failed to allocate 3080991032 bytes on g... * 399340 : Crash in the oggdemux plugin when trying to play a specia... * 401029 : [playbin] rapidly changing visualisation freezes * 401072 : Move libgimme-codec helper functions to GStreamer * 402505 : visualisations don't work for some samplerates * 407811 : decodebin2 hang on HD clip * 409683 : Crash with Decodebin2 * 410396 : not reading " DATE " tags from Flac files * 410963 : Fails to build with -z defs * 357503 : [suparse] wrong timing with microdvd subtitles * 393310 : [pango] localtime_r does not exist in MinGW * 397207 : Test failure w/ HP-UX 11.11 & native compiler * 399948 : [textoverlay] leaks upstream events if textpad unlinked * 403963 : GstAudioFilter base class broken * 404512 : [videoscale] floating point exception on 1x1 video * 405020 : [alsa] probing the device-name doesn't seem to work corre... * 408278 : [videorate] memory leak * 410772 : Crash copying a GstNetBuffer * 401118 : [visual] error if width not a multiple of 4 * 405451 : [alsasink] deadlocks when disconnecting USB Sounddevice API additions since 0.10.11: * GstAudioFilter * GST_VIDEO_SINK_CAST() * gst_pb_utils_add_codec_description_to_tag_list() * gst_pb_utils_get_codec_description() * gst_pb_utils_get_source_description() * gst_pb_utils_get_sink_description() * gst_pb_utils_get_decoder_description() * gst_pb_utils_get_encoder_description() * gst_pb_utils_get_element_description() * gst_pb_utils_init() * gst_install_plugins_context_new() * gst_install_plugins_context_set_xid() * gst_install_plugins_context_free() * gst_install_plugins_async() * gst_install_plugins_sync() * gst_install_plugins_return_get_name() * gst_install_plugins_installation_in_progress() * gst_missing_uri_source_message_new() * gst_missing_uri_sink_message_new * gst_missing_element_message_new * gst_missing_decoder_message_new * gst_missing_encoder_message_new * gst_missing_plugin_message_get_installer_detail * gst_missing_plugin_message_get_description * gst_is_missing_plugin_message Bugs fixed since 0.10.10: * 360552 : [riff] [avi] extracts non-UTF8 metadata * 365501 : [x/xvimagesink] race condition when creating first image ... * 339366 : [playbin] hangs if suburi file type cannot be determined * 355914 : libvisual causes xvimagesink: assertion `GST_CAPS_REFCOU... * 363118 : gst_riff_create_video_caps() should also store variant in... * 363607 : xvimagesink xwindow_draw_border() slowness * 336301 : [playbin] can't handle RTSP source * 337026 : oggmux doesn't set EOS properly * 337031 : vorbisdec outputs too much data * 340049 : New BaseRTPAudioPayloader class to -base * 348264 : Theora encoding, Ogg muxing don't handle discontinuities * 354773 : xvimage assumes that XV_COLORKEY can be set in RGB888 format * 355917 : libvisual plugin is broken * 355935 : multifdsink doesn't allow setting maximums (soft, hard) i... * 357038 : [ffmpegcolorspace] RGBA handling broken * 357215 : [playbin] buffering notification not quite right yet * 357289 : [riff] riff parser can't detect aac audio stream * 357404 : [playbin] Linking can fail silently * 357531 : [subparse] problem if markup is not closed * 357577 : [playbin] regression: buffering still images broken * 357591 : Avoid compiler warning with uclibc and -Werror * 357613 : XvStopVideo in xvimagesink * 357800 : [libvisual] doesn't pass audio data to libvisual 0.4.0 co... * 359580 : tcpserversink and dataprotocol assert for multipart streams * 361095 : Fixes compiling with forte: warning clean up (part 3) * 361456 : [basertppayload] Memory leak * 361634 : sink- > ringbuffer NULL in BaseAudioSink's setcaps() * 361984 : [subparse] doesn't accept .srt file that doesn't start wi... * 366334 : [PATCH] Windows vs8 fixes * 368273 : Using the remove signal on multifdsink is not threadsafe * 368310 : include file gstbasertpaudiopayload.h not included for r... * 369482 : [typefind] MPEG system streams get recognized as mp3 files * 370092 : [PATCH] Decodebin v2 : Implementation * 377183 : regression: no eos when playing ogg vorbis files * 381219 : bad debugging code left in audiorate * 382223 : [decodebin] more delayed linking * 382269 : Typefind detects mpeg video clip as audio/mpeg * 335635 : Add an Ogg/Vorbis retagging element * 341681 : [textoverlay] flickering with continuously timestamped text * 342228 : [alsa] Recognize " Front " as a Master channel * 357330 : [subparse] some sami parser minor but enhanced patch * 357532 : [gsttag] vorbistag doesn't handle dates that include time... * 359237 : [typefinding] doesn't recognize XML files shorter than 25... * 362845 : [subparse] add support for tmplayer format * 357977 : [videorate] new segment start is not respected * 364812 : [PATCH] oggmux release pad does not remove pad * 364856 : pngenc stride problems * 372507 : Mac build fixes API added since 0.10.10: * playbin::queue-min-threshold property. * GstVideoOrientation interface * gst_base_rtp_depayload_push_ts * gst_base_rtp_depayload_push * Add dropped_buffers to multifdsink's get-stats GValueArray * gst_ring_buffer_commit_full Changes since 0.10.9: * New elements: gdppay, gdpdepay Bugs fixed since 0.10.9: * 343787 : The adder cannot handle when multiple elements tries to l... * 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb... * 349105 : crash with playbin and resizing screen * 342494 : [v4l] Query " device-name " even if device is not open * 342680 : [adder] seeking with multiple ogg files fails to work * 345188 : [alsa] can't handle more than 8 channels * 347091 : converting vorbis comments to GstTagLists is lossy * 348157 : Changed " Change Device " menu behaviour in gnome-volume-co... * 348916 : [typefind] add multipart/x-mixed-replace typefinder * 350157 : [riff] riff parser can't detect dts audio stream * 350655 : [oggdemux] should process seeking queries * 350900 : [adder] should not clamp floating point values * 351426 : API: add gst_tag_parse_extended_comment * 351502 : g_value_set_string leaks * 351742 : [vorbisenc] discontinuity detection too sensitive, might ... * 353658 : [videotestsrc] doesn't round strides correctly for YVYU * 354594 : multifdsink doesn't work reliably with sync-method = 'nex... * 351790 : [ogmparse] crash parsing video stream on x86-64 * 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au... * 347783 : [PLUGIN-MOVE] GDP elements should be moved * 347918 : Internal data flow error in udpsrc * 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol... * 350784 : element alsamixer doesn't respect asoundrc * 351308 : [netbuffer] build fails with gkt-doc critical warnings * 353234 : audiorate preserves DISCONT on buffers * 353912 : Add cmml caps to oggmux API added since 0.10.9: * gst_rtp_buffer_get_payload_subbuffer() * gst_tag_parse_extended_comment() * GstPlayBin::connection-speed * GstTheoraParse::synchronization-points * GST_AUDIO_CHANNEL_POSITION_NONE Changes since 0.10.8: * Parallel installability with 0.8.x series * Threadsafe design and API * Subtitle fixes * Support for images in tags * Playback improvements * Gnomevfssrc now supports burn:// uris * Videoscale now supports more RGBA formats * Multifdsink improvements * Testsuite can now generate coverage information Bugs fixed since 0.10.8: * 347296 : Problems with clocks on alsasrc hangs the application * 347295 : [vorbisdec] Pushes before being initialized * 329798 : [playbin] doesn't always give correct error message for m... * 342085 : [alsasink] doesn't set buffer-time correctly * 342789 : [audioresample] doesn't clear state when stopped, causing... * 343303 : [subparse] workaround for bad entities in sami parser * 343385 : [gnomevfs] add support for burn:// URIs * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data. * 343699 : oggmux leaks * 344503 : [subparse] parse font face property in sami parser. * 345131 : [PATCH] videoscale support for 32-bit RGB-formats * 345206 : [textoverlay] crash with non-UTF8 input * 345225 : [theoradec] Clipping for exact seeking * 345641 : [API] [libgsttag] add enums for image tag type * 345879 : [riff] won't play a .wmv file with WMVA video stream * 346581 : [typefinding] recognise text/html * 347221 : [audioconvert] channel remapping does not work right * 347304 : Massive leaks with xvimagesink * 346527 : alsasrc get_range does not respect requested size Changes since 0.10.7: * alsasink probing fixes * xvimagesink error reporting fixes * subtitle fixes * adder fixes * vorbis multichannel fixes * multifdsink streamheader fixes Bugs fixed since 0.10.7: * 169936 : [subparse] support for SAMI subtitles * 315312 : Gstreamer Xv uses RGB instead of YUV. * 334002 : video4linux shouldn't depend on X in configure script * 336881 : [libvisual] additional support for libvisual-0.4 * 337544 : [xvimagesink] Internal Error when image is too large * 339520 : [subparse] add " encoding " property * 340909 : [alsasink] can't enable spdif output * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT... * 341562 : audioconvert doesn't list formats in order of preference * 341696 : audioconvert crashes if converting from a format with no ... * 341719 : bisection algorithm in ogg doesn't bisect in some cases * 341732 : [alsasink] doesn't query supported sample rates * 341873 : [alsasink] minor memory leak, uses unprotected static var... * 342143 : [subparse] sami parser needs to escape characters * 342181 : [alsa] add property probe interface to alsasink and alsasrc * 342268 : [playbin] add 'subtitle-encoding' property * 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef... * 342566 : Building without GTK+ fails * 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p... * 339935 : [adder] dead-locks when adding sink pads in PAUSED state