Release 0.10.33

Highlights:

  - support for 16-bit-per-component video formats
  - playbin2 fixes and improvements for custom and non-raw sinks
  - oggmux muxes based on running time now
  - many other fixes and improvements
This commit is contained in:
Tim-Philipp Müller 2011-05-10 09:32:11 +01:00
parent d08e695a83
commit 519f350599
37 changed files with 2600 additions and 200 deletions

2192
ChangeLog

File diff suppressed because it is too large Load diff

158
NEWS
View file

@ -1,4 +1,160 @@
This is GStreamer Base Plug-ins 0.10.32, "Your Life You Like It Well"
This is GStreamer Base Plug-ins 0.10.33, "Relaxing Distractions"
Changes since 0.10.32:
* audioringbuffer: make sure to not start if the may_start flag is FALSE
* baseaudiosink: arrange for running clock when rendering eos
* baseaudiosink: don't allow aligning behind the read-segment
* baseaudiosink: start ringbuffer upon going to PLAYING and already EOS
* riff: Add support for video/x-camstudio
* rtcpbuffer: fix invalid read in validation of padding in rtcp packet
* rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk
* rtpbuffer: Off-by-one error when creating RTP header extensions with a two-byte header
* rtsptransport: ensure valid int result when parsing ranges
* tag: map the ID3v2 TENC frame to GST_TAG_ENCODED_BY
* tag: add GST_TAG_CAPTURING_EXPOSURE_COMPENSATION incl. EXIF/XMP mappings
* tag: add a new GstTagXmpWriter interface to select XMP schemas to be used
* tagdemux: also push cached events downstream when operating in pull mode
* video: add GST_VIDEO_BUFFER_PROGRESSIVE flag
* video: add ARGB64 and AYUV64 (16 bits per channel) formats
* video: add r210 (10 bits per channel) format
* video: add gst_video_format_get_component_depth() and _new_template_caps()
* video: fix creation of grayscale caps and height calculation for YUV9/YVU9
* appsink: emit "new-buffer-list" signal for buffer lists if handled by app
* audiorate: add "skip-to-first" property
* decodebin2: don't use the same parser element multiple times in the same chain
* decodebin2: improve detection of raw caps in expose-all-streams=false mode
* discoverer: don't wait for subtitle streams to preroll; leak fixes
* discoverer: use nominal bitrate if bitrate tag is unavailable
* encodebin: add an audioconvert after the audio resampler
* encodebin: fix refcounting issues and leaks related to request pads
* encodebin: return a new reference of the pad for the "request-pad" signal
* encodebin: set all elements to NULL and remove them from the bin when removing a source group
* encodebin: tear down old profiles when setting new ones
* multifdsink: disconnect inactive clients in the select loop too
* oggmux: prefer headers from caps to determine stream type (for VP8)
* oggmux: fix issue with ogg page numbering and discont flag handling
* oggmux: ensure stream serial numbers are unique
* oggmux: use running time for muxing instead of timestamps
* oggparse: better detection of delta unit flag
* playbin2, uridecodebin: add "source-setup" signal
* playbin2: always prefer the custom set sink and also set it back to NULL in all cases
* playbin2: check if an already existing sink supports the non-raw format too
* playbin2: fix handling of non-raw custom sinks
* playbin2: if a sink claims to support ANY caps assume that it only supports the usual raw formats
* playbin2: only consider the audio/video sinks in autoplug_continue for the normal uridecodebin
* playbin2: use gst_pad_accept_caps() instead of intersecting with the getcaps caps
* playbin2: set sinks to READY before checking if it accept caps
* textoverlay: add support for ARGB and other RGB alpha variants, and xBGR and RGBx
* textoverlay: add support for vertical center alignment
* textoverlay: converted AYUV to use 'A OVER B' alpha compositing
* textoverlay: use a class wide mutex to work around pango reentrance issues
* theoraenc: don't reset the video quality when setting the bitrate
* theoraenc: allow adjustment of the speed level while running
* theoraenc: set speed-level property defaults from libtheora's defaults
* typefinding: MPEG-TS detection fixes
* typefinding: detect HTTP live streaming m3u8 playlists
* typefinding: detect windows icon files and DEGAS images (to avoid false positives)
* typefinding: detect raw h.263
* typefinding: add depth and endianness fields to DTS caps
* uridecodebin: Add default handler for autoplug-select
* uridecodebin: add https:// to protocols for which to enable buffering
* uridecodebin: expose "autoplug-sort" signal
* uridecodebin: post proper error message if decodebin2/typefind elements are missing
* uridecodebin: Return NULL from the default autoplug-sort handler
* videorate: fix "skip-to-first" timestamp setup
* videoscale: add 16-bit-channel support (ARGB64, AYUV64), fix ARGB bilinear scaling
* videotestsrc: add 16-bit-per-channel support (ARGB64, AYUV64)
* vorbis: add support for using tremolo on android
* vorbistag: Add support for METADATA_BLOCK_PICTURE tags
* vorbistag: Write GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE as METADATA_BLOCK_PICTURE
* win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
* xvimagesink: don't paint the window black when going to NULL
Bugs fixed since 0.10.32:
* 618516 : [typefinding] need raw H.263 typefinder
* 619778 : oggdemux: fails on zero-length pages with Patent_Absurdity_HD_3540kbit.ogv
* 633837 : videoscale: invalid reads after conversion to orc linear scaling
* 412678 : random segfaults or memory corruptions with multiple textoverlays (pango not reentrant)
* 620364 : [typefinding] .ico file detected as AAC
* 625129 : typefinding: file incorrectly detected as audio/x-dts
* 626152 : [playbin2] add " source-setup " signal
* 627268 : [tag] add GST_TAG_ENCODED_BY and map id3v2 TENC frame
* 629196 : oggmux: re-tagging an Ogg Vorbis file may corrupt audio data
* 632291 : discoverer: sparse tracks cause prerolling to hang till timeout
* 632889 : [multifdsink] [PATCH] Disconnect inactive clients in the select loop too
* 635669 : [vorbistag] Support METADATA_BLOCK_PICTURE for Vorbis cover art
* 635784 : ringbuffer: make sure to not start if the may_start flag is FALSE
* 635800 : xvimagesink flashes black when going from READY_TO_NULL
* 636886 : baseaudiosink: no running clock when eos leads to hang in PLAYING
* 639136 : [oggparse]code is not safe when using libogg fuctions
* 639159 : [textoverloay] Add vertical center alignment option
* 639237 : textoverlay: patch to use " A OVER B " alpha compositing
* 639744 : [oggdemux] Removing dead code:
* 640189 : oggmux: cleanup
* 640211 : oggmux: ensure serialnos are unique
* 640607 : appsink never sends " new-buffer-list " signal
* 640709 : [typefindfunctions] h264 typefinder registered with MPEG_VIDEO_CAPS
* 640804 : checks: encodebin test fails if theora or vorbis plugins are not available
* 641706 : discoverer: Keep references on discoverer objects for callbacks
* 641860 : discoverer: Use nominal bitrate if bitrate tag is unavailable
* 641917 : [gdppay] Ensure buffer's medata is writeable before setting it
* 641927 : [encodebin] refcount issue with the " request-pad " signal
* 641952 : [videoscale] assertion on fixate_caps
* 642174 : Playbin2 cannot work with non-raw custom sinks
* 642232 : theoraenc sets Video quality to zero when explicitely setting the bitrate to 0
* 642274 : [playbin2] arbitrary audio-sink is chosen even though explicitely having set a custom audio-sink bin
* 642381 : potential memleak in decodebin2
* 642466 : playbin2: after replacing a video sink with the pipeline in NULL state I still get the old one
* 642720 : audiotestsrc: pipelines with multiple instances with wave=gaussian-noise, white-noise, or pink-noise are very slow
* 642942 : adder: offset_end field of outgoing buffers is set to GST_BUFFER_OFFSET_NONE
* 642949 : pbutils: encoding-target: chaining error object in loading target from file may cause crash if there is no error
* 643775 : [oggmux] use running time instead of timestamps
* 644416 : [encodebin] Cannot be reused
* 644745 : [oggmux] Fails to mux Speex content, doesn't preroll
* 644845 : [alsa] Comparison of unsigned int < 0 always false in gstalsamixer.c
* 644996 : libsABI check doesn't depend only on architecture
* 645167 : [xmp] Add a new XmpConfig interface
* 645437 : encoding-profile: Fix syntax in Example: Creating a profile
* 646570 : baseaudiosink: don't allow aligning behind the read-segment
* 646572 : baseaudiosrc: protect against ringbuffer disappearing while in a query
* 646573 : baseaudiosrc: Add src object lock around call to ringbuffer parse caps
* 646575 : rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk
* 646576 : rtcpbuffer: fix invalid read in validation of padding in rtcp packet
* 646923 : video: Remove unused variable
* 646924 : rtp: Remove unused variables
* 646925 : encoding-profile: Remove unused variables
* 646952 : Fix the strlol return type mismatch :
* 647399 : Bad typo in ID3 tags: psychadelic - > psychedelic
* 647721 : Remove excessive checking for video.c
* 647781 : [playbin2] missing shutdown steps and inconsistent error behaviour
* 647856 : [oggmux] Assumes that the first buffer can be used to detect the stream type
* 647857 : [xvimagesink/ximagesink] Handle NULL caps in buffer_alloc()
* 647942 : [pango] Use different Pango contexts for the different subclasses
* 647943 : [pango] Class global pango mutex not always used
* 648459 : tag: exif: register common tags from tag library
* 648466 : Ogg to LPCM transcoding fails
* 648548 : videoscale broken with orc 0.4.13
* 642667 : [playbin2] autoplug-factories code does not do what it claims to do
* 642732 : [playbin2] sinks set to READY after activating groups causes bad autoplug-continue decisions
* 646744 : libgsttag: Minor issues building gst-plugins-base with MS compiler
* 647294 : gst-plugins-base doesn't compile with GCC 4.6
API additions since 0.10.32:
* gst_tag_list_to_xmp_buffer_full()
* gst_tag_xmp_list_schemas()
* gst_tag_xmp_writer_add_all_schemas()
* gst_tag_xmp_writer_add_schema()
* gst_tag_xmp_writer_get_type()
* gst_tag_xmp_writer_has_schema()
* gst_tag_xmp_writer_remove_all_schemas()
* gst_tag_xmp_writer_remove_schema()
* gst_tag_xmp_writer_tag_list_to_xmp_buffer()
* GST_TAG_CAPTURING_EXPOSURE_COMPENSATION
* gst_video_format_get_component_depth()
* gst_video_format_new_template_caps()
Changes since 0.10.31:

303
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Base Plug-ins 0.10.32 "Your Life You Like It Well"
Release notes for GStreamer Base Plug-ins 0.10.33 "Relaxing Distractions"
@ -9,6 +9,8 @@ GStreamer Base Plug-ins.
The 0.10.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
@ -53,130 +55,161 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* GLib requirement is now >= 2.22, gobject-introspection >= 0.9.12
* New encodebin element
* New encoding profile and encoding targets API in pbutils
* audioresample: corrected buffer duration calculation to account for nonzero initial timestamp
* audioresample: provide as much valid output ts and offset as valid input
* audioresample: push half a history length, instead of a full history length, at end-of-stream so that output segment and input segment have same duration
* decodebin2: deprecate new-decoded-pad and removed-decoded-pad signals (use "pad-added" and "pad-removed" instead)
* multifdsink: add first and last buffer's timestamp to the stats; only keep last valid timestamp
* oggdemux: extract more tags (vorbis comment headers, Kate)
* oggdemux: ignore header pages when looking for keyframe; set headers on caps
* oggdemux: fix interpretation of Theora granule position and parsing of Theora size
* oggparse: Set DELTA_UNIT on buffers
* playbin2: delay stream-changed messages, fixing KATE subtitle recognition
* textoverlay: make text, xpos, ypos, color, and silent properties controllable
* typefinding: (E)AC-3 and ISO typefinder improvements; add yuv4mpeg typefinder
* typefinding: add "stream-format" to h264 caps, and framed=false to DTS caps
* typefinding: assume EBML files without doctype are matroska
* videorate: fix behaviour for frame rate cap changes
* vorbisdec: avoid using invalid timestamps; keep timestamps when no decoded output
* ximagesink, xvimagesink: add read-only window-width and window-height properties
* baseaudiopay: fix timestamps on buffer lists
* baseaudiosink: protect against ringbuffer disappearing while in a query
* basedepay: add support for buffer lists in the depayloader
* basertppay: use RTP base time when invalid timestamps
* rtpbuffer: relax arrangement for RTP bufferlists
* rtpdepayloader: add support for getting events
* rtppayload: copy applied rate to segment
* sdp: add method to check for multicast addresses
* sdp: only parse TTL for IP4 addresses
* video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
* video: return correct component width/height for A420
* audioringbuffer: make sure to not start if the may_start flag is FALSE
* baseaudiosink: arrange for running clock when rendering eos
* baseaudiosink: don't allow aligning behind the read-segment
* baseaudiosink: start ringbuffer upon going to PLAYING and already EOS
* riff: Add support for video/x-camstudio
* rtcpbuffer: fix invalid read in validation of padding in rtcp packet
* rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk
* rtpbuffer: Off-by-one error when creating RTP header extensions with a two-byte header
* rtsptransport: ensure valid int result when parsing ranges
* tag: map the ID3v2 TENC frame to GST_TAG_ENCODED_BY
* tag: add GST_TAG_CAPTURING_EXPOSURE_COMPENSATION incl. EXIF/XMP mappings
* tag: add a new GstTagXmpWriter interface to select XMP schemas to be used
* tagdemux: also push cached events downstream when operating in pull mode
* video: add GST_VIDEO_BUFFER_PROGRESSIVE flag
* video: add ARGB64 and AYUV64 (16 bits per channel) formats
* video: add r210 (10 bits per channel) format
* video: add gst_video_format_get_component_depth() and _new_template_caps()
* video: fix creation of grayscale caps and height calculation for YUV9/YVU9
* appsink: emit "new-buffer-list" signal for buffer lists if handled by app
* audiorate: add "skip-to-first" property
* decodebin2: don't use the same parser element multiple times in the same chain
* decodebin2: improve detection of raw caps in expose-all-streams=false mode
* discoverer: don't wait for subtitle streams to preroll; leak fixes
* discoverer: use nominal bitrate if bitrate tag is unavailable
* encodebin: add an audioconvert after the audio resampler
* encodebin: fix refcounting issues and leaks related to request pads
* encodebin: return a new reference of the pad for the "request-pad" signal
* encodebin: set all elements to NULL and remove them from the bin when removing a source group
* encodebin: tear down old profiles when setting new ones
* multifdsink: disconnect inactive clients in the select loop too
* oggmux: prefer headers from caps to determine stream type (for VP8)
* oggmux: fix issue with ogg page numbering and discont flag handling
* oggmux: ensure stream serial numbers are unique
* oggmux: use running time for muxing instead of timestamps
* oggparse: better detection of delta unit flag
* playbin2, uridecodebin: add "source-setup" signal
* playbin2: always prefer the custom set sink and also set it back to NULL in all cases
* playbin2: check if an already existing sink supports the non-raw format too
* playbin2: fix handling of non-raw custom sinks
* playbin2: if a sink claims to support ANY caps assume that it only supports the usual raw formats
* playbin2: only consider the audio/video sinks in autoplug_continue for the normal uridecodebin
* playbin2: use gst_pad_accept_caps() instead of intersecting with the getcaps caps
* playbin2: set sinks to READY before checking if it accept caps
* textoverlay: add support for ARGB and other RGB alpha variants, and xBGR and RGBx
* textoverlay: add support for vertical center alignment
* textoverlay: converted AYUV to use 'A OVER B' alpha compositing
* textoverlay: use a class wide mutex to work around pango reentrance issues
* theoraenc: don't reset the video quality when setting the bitrate
* theoraenc: allow adjustment of the speed level while running
* theoraenc: set speed-level property defaults from libtheora's defaults
* typefinding: MPEG-TS detection fixes
* typefinding: detect HTTP live streaming m3u8 playlists
* typefinding: detect windows icon files and DEGAS images (to avoid false positives)
* typefinding: detect raw h.263
* typefinding: add depth and endianness fields to DTS caps
* uridecodebin: Add default handler for autoplug-select
* uridecodebin: add https:// to protocols for which to enable buffering
* uridecodebin: expose "autoplug-sort" signal
* uridecodebin: post proper error message if decodebin2/typefind elements are missing
* uridecodebin: Return NULL from the default autoplug-sort handler
* videorate: fix "skip-to-first" timestamp setup
* videoscale: add 16-bit-channel support (ARGB64, AYUV64), fix ARGB bilinear scaling
* videotestsrc: add 16-bit-per-channel support (ARGB64, AYUV64)
* vorbis: add support for using tremolo on android
* vorbistag: Add support for METADATA_BLOCK_PICTURE tags
* vorbistag: Write GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE as METADATA_BLOCK_PICTURE
* win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
* xvimagesink: don't paint the window black when going to NULL
Bugs fixed in this release
* 618516 : [typefinding] need raw H.263 typefinder
* 619778 : oggdemux: fails on zero-length pages with Patent_Absurdity_HD_3540kbit.ogv
* 586570 : Add GAP Flag support to audioresample
* 623413 : pbutils: Add/Fix some media descriptions
* 627476 : New profile library and encoding plugin
* 629349 : [oggdemux] extract stream tags for tagreadbin and transcoding
* 632667 : [ximagesink] added read-only properties window-width and window-height
* 634397 : [multifdsink] [PATCH] Add the timestamp of the first and last buffer to the stats
* 634522 : gst-visualize-m.m imports but doesn't use File::Basename
* 635231 : baseaudiosink: protect against ringbuffer disappearing while in a query
* 636198 : decodebin2: " removed-decoded-pad " signal never fired
* 636769 : [appsink] Flushing property is never reset
* 636827 : Usage of gst_caps_interset where gst_caps_can_intersect was intended?
* 637324 : oggdemux: unable to demux Ogg files with Skeleton in push mode
* 637377 : timeoverlay: add missing break
* 637519 : ogg: implement packet duration query for kate streams
* 637586 : playbin2 fails to recognize subtitle caps from katedec
* 637735 : [encoding-profile] automatic load/save support and registry
* 637758 : [exiftag] Generates buffers with uninitialized data during taglist- > exif buffer serialization
* 637822 : oggdemux: allocate buffers using gst_buffer_new_and_alloc
* 637927 : oggdemux: set headers on caps
* 638200 : [oggdemux] fails to playback video file
* 638276 : oggstream: when the last keyframe position is not known, do not use -1
* 638859 : textoverlay: make misc. properties controllable
* 638901 : [encodebin] proper element documentation
* 638903 : [encodebin] missing-plugin support
* 638961 : Small configure bashism 0.10.31.2
* 639039 : gobject-introspection: GstPbutils gir scanner fails to link with gold linker
* 639121 : oggdemux: outdated comment for gst_ogg_demux_submit_buffer()
* 639215 : examples: Allow building with newer GTK+
* 639730 : discoverer: Validate timeouts before processing them
* 639755 : discoverer: Clean up callbacks in dispose()
* 639778 : discoverer: Drop new stream tags once preroll is done
* 639790 : [gdp] Fix metadata g_warning
* 639747 : Please export GST_TYPE_APP_STREAM_TYPE
* 553244 : theoraparse doesn't work at all (throws criticals and asserts)
* 633837 : videoscale: invalid reads after conversion to orc linear scaling
* 412678 : random segfaults or memory corruptions with multiple textoverlays (pango not reentrant)
* 620364 : [typefinding] .ico file detected as AAC
* 625129 : typefinding: file incorrectly detected as audio/x-dts
* 626152 : [playbin2] add " source-setup " signal
* 627268 : [tag] add GST_TAG_ENCODED_BY and map id3v2 TENC frame
* 629196 : oggmux: re-tagging an Ogg Vorbis file may corrupt audio data
* 632291 : discoverer: sparse tracks cause prerolling to hang till timeout
* 632889 : [multifdsink] [PATCH] Disconnect inactive clients in the select loop too
* 635669 : [vorbistag] Support METADATA_BLOCK_PICTURE for Vorbis cover art
* 635784 : ringbuffer: make sure to not start if the may_start flag is FALSE
* 635800 : xvimagesink flashes black when going from READY_TO_NULL
* 636886 : baseaudiosink: no running clock when eos leads to hang in PLAYING
* 639136 : [oggparse]code is not safe when using libogg fuctions
* 639159 : [textoverloay] Add vertical center alignment option
* 639237 : textoverlay: patch to use " A OVER B " alpha compositing
* 639744 : [oggdemux] Removing dead code:
* 640189 : oggmux: cleanup
* 640211 : oggmux: ensure serialnos are unique
* 640607 : appsink never sends " new-buffer-list " signal
* 640709 : [typefindfunctions] h264 typefinder registered with MPEG_VIDEO_CAPS
* 640804 : checks: encodebin test fails if theora or vorbis plugins are not available
* 641706 : discoverer: Keep references on discoverer objects for callbacks
* 641860 : discoverer: Use nominal bitrate if bitrate tag is unavailable
* 641917 : [gdppay] Ensure buffer's medata is writeable before setting it
* 641927 : [encodebin] refcount issue with the " request-pad " signal
* 641952 : [videoscale] assertion on fixate_caps
* 642174 : Playbin2 cannot work with non-raw custom sinks
* 642232 : theoraenc sets Video quality to zero when explicitely setting the bitrate to 0
* 642274 : [playbin2] arbitrary audio-sink is chosen even though explicitely having set a custom audio-sink bin
* 642381 : potential memleak in decodebin2
* 642466 : playbin2: after replacing a video sink with the pipeline in NULL state I still get the old one
* 642720 : audiotestsrc: pipelines with multiple instances with wave=gaussian-noise, white-noise, or pink-noise are very slow
* 642942 : adder: offset_end field of outgoing buffers is set to GST_BUFFER_OFFSET_NONE
* 642949 : pbutils: encoding-target: chaining error object in loading target from file may cause crash if there is no error
* 643775 : [oggmux] use running time instead of timestamps
* 644416 : [encodebin] Cannot be reused
* 644745 : [oggmux] Fails to mux Speex content, doesn't preroll
* 644845 : [alsa] Comparison of unsigned int < 0 always false in gstalsamixer.c
* 644996 : libsABI check doesn't depend only on architecture
* 645167 : [xmp] Add a new XmpConfig interface
* 645437 : encoding-profile: Fix syntax in Example: Creating a profile
* 646570 : baseaudiosink: don't allow aligning behind the read-segment
* 646572 : baseaudiosrc: protect against ringbuffer disappearing while in a query
* 646573 : baseaudiosrc: Add src object lock around call to ringbuffer parse caps
* 646575 : rtcpbuffer: Round to next 32bit word, not current 32bit word at end of SDES chunk
* 646576 : rtcpbuffer: fix invalid read in validation of padding in rtcp packet
* 646923 : video: Remove unused variable
* 646924 : rtp: Remove unused variables
* 646925 : encoding-profile: Remove unused variables
* 646952 : Fix the strlol return type mismatch :
* 647399 : Bad typo in ID3 tags: psychadelic - > psychedelic
* 647721 : Remove excessive checking for video.c
* 647781 : [playbin2] missing shutdown steps and inconsistent error behaviour
* 647856 : [oggmux] Assumes that the first buffer can be used to detect the stream type
* 647857 : [xvimagesink/ximagesink] Handle NULL caps in buffer_alloc()
* 647942 : [pango] Use different Pango contexts for the different subclasses
* 647943 : [pango] Class global pango mutex not always used
* 648459 : tag: exif: register common tags from tag library
* 648466 : Ogg to LPCM transcoding fails
* 648548 : videoscale broken with orc 0.4.13
* 642667 : [playbin2] autoplug-factories code does not do what it claims to do
* 642732 : [playbin2] sinks set to READY after activating groups causes bad autoplug-continue decisions
* 646744 : libgsttag: Minor issues building gst-plugins-base with MS compiler
* 647294 : gst-plugins-base doesn't compile with GCC 4.6
API changed in this release
- API additions:
* gst_app_stream_type_get_type()
* gst_discoverer_info_get_seekable()
* gst_encoding_audio_profile_get_type()
* gst_encoding_audio_profile_new()
* gst_encoding_container_profile_add_profile()
* gst_encoding_container_profile_contains_profile()
* gst_encoding_container_profile_get_profiles()
* gst_encoding_container_profile_get_type()
* gst_encoding_container_profile_new()
* gst_encoding_list_all_targets()
* gst_encoding_list_available_categories()
* gst_encoding_profile_find()
* gst_encoding_profile_get_description()
* gst_encoding_profile_get_format()
* gst_encoding_profile_get_input_caps()
* gst_encoding_profile_get_name()
* gst_encoding_profile_get_presence()
* gst_encoding_profile_get_preset()
* gst_encoding_profile_get_restriction()
* gst_encoding_profile_get_type()
* gst_encoding_profile_get_type_nick()
* gst_encoding_profile_is_equal()
* gst_encoding_profile_set_description()
* gst_encoding_profile_set_format()
* gst_encoding_profile_set_name()
* gst_encoding_profile_set_presence()
* gst_encoding_profile_set_preset()
* gst_encoding_profile_set_restriction()
* gst_encoding_target_add_profile()
* gst_encoding_target_get_category()
* gst_encoding_target_get_description()
* gst_encoding_target_get_name()
* gst_encoding_target_get_profile()
* gst_encoding_target_get_profiles()
* gst_encoding_target_get_type()
* gst_encoding_target_load()
* gst_encoding_target_load_from_file()
* gst_encoding_target_new()
* gst_encoding_target_save()
* gst_encoding_target_save_to_file()
* gst_encoding_video_profile_get_pass()
* gst_encoding_video_profile_get_type()
* gst_encoding_video_profile_get_variableframerate()
* gst_encoding_video_profile_new()
* gst_encoding_video_profile_set_pass()
* gst_encoding_video_profile_set_variableframerate()
* gst_base_rtp_depayload_push_list()
* gst_rtsp_url_decode_path_components()
* gst_sdp_address_is_multicast()
* gst_video_parse_caps_palette()
* gst_tag_list_to_xmp_buffer_full()
* gst_tag_xmp_list_schemas()
* gst_tag_xmp_writer_add_all_schemas()
* gst_tag_xmp_writer_add_schema()
* gst_tag_xmp_writer_get_type()
* gst_tag_xmp_writer_has_schema()
* gst_tag_xmp_writer_remove_all_schemas()
* gst_tag_xmp_writer_remove_schema()
* gst_tag_xmp_writer_tag_list_to_xmp_buffer()
* GST_TAG_CAPTURING_EXPOSURE_COMPENSATION
* gst_video_format_get_component_depth()
* gst_video_format_new_template_caps()
Download
@ -205,35 +238,49 @@ Applications
Contributors to this release
* Akihiro Tsukada
* Alessandro Decina
* Andoni Morales Alastruey
* Andrea Sebastianutti
* Andy Wingo
* Arun Raghavan
* Bastien Nocera
* Benjamin Gaignard
* Byeong-ryeol Kim
* Benjamin Otte
* Blaise Gassend
* Cai Yuanqing
* Christian Fredrik Kalager Schaller
* David Schleef
* Edward Hervey
* Evan Broder
* Gavin Stark
* Felipe Contreras
* Fraxinas
* Haakon Sporsheim
* Havard Graff
* Koop Mast
* Håvard Graff
* Josep Torra
* Lane Brooks
* Leo Singer
* Luis de Bethencourt
* Marc Plano-Lesay
* Mark Nauwelaerts
* Michael Smith
* René Stadler
* Rob Clark
* Mart Raudsepp
* Ole André Vadla Ravnås
* Olivier Crête
* Parthasarathi Susarla
* Pascal Buhler
* Philippe Normand
* Ralph Giles
* Robert Swain
* Sebastian Dröge
* Sjoerd Simons
* Sreerenj Balachandran
* Stefan Kost
* Stian Johansen
* Teemu Katajisto
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Trond Andersen
* Vincent Penquerc'h
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Yang Xichuan
* Zeeshan Ali (Khattak)
* christian schaller
* tskd2@yahoo.co.jp
 

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.32.4,
AC_INIT(GStreamer Base Plug-ins, 0.10.33,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@ -49,7 +49,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 23, 0, 23)
AS_LIBTOOL(GST, 24, 0, 24)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.32.1
GST_REQ=0.10.33
dnl *** autotools stuff ****

View file

@ -3,10 +3,10 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>FFMpeg</package>

View file

@ -3,10 +3,10 @@
<description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>GIO elements</description>
<filename>../../ext/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements to read from and write to Gnome-VFS uri&apos;s</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
</elements>

View file

@ -3,10 +3,10 @@
<description>URI Decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
<basename>libgstdecodebin2.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename>
<version>0.10.32.4</version>
<version>0.10.33</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.10.33</revision>
<branch>0.10</branch>
<name>Relaxing Distractions</name>
<created>2011-05-10</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.33.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.33.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.32</revision>

View file

@ -1,7 +1,7 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.32.4"
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.33"
/* generated using gnu compiler gcc (Debian 4.5.2-8) 4.5.2 */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>

View file

@ -75,13 +75,13 @@
#define GST_MAJORMINOR "0.10"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins prerelease"
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2011-04-30T15:57Z"
#define GST_PACKAGE_RELEASE_DATETIME "2011-05-10"
/* I know the API is subject to change. */
#undef G_UDEV_API_IS_SUBJECT_TO_CHANGE
@ -337,7 +337,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.32.4"
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.33"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
@ -346,7 +346,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.32.4"
#define PACKAGE_VERSION "0.10.33"
/* directory where plugins are located */
#ifdef _DEBUG
@ -377,7 +377,7 @@
#undef USE_TREMOLO
/* Version number of package */
#define VERSION "0.10.32.4"
#define VERSION "0.10.33"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */