mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.30
This commit is contained in:
parent
086ff87ed4
commit
67ab46e11d
37 changed files with 2369 additions and 141 deletions
129
NEWS
129
NEWS
|
@ -1,4 +1,131 @@
|
||||||
This is GStreamer Base Plug-ins 0.10.29, "Freaks"
|
This is GStreamer Base Plug-ins 0.10.30, "Difficult Birth"
|
||||||
|
|
||||||
|
Changes since 0.10.29:
|
||||||
|
|
||||||
|
* Use Orc (Optimized Inner Loops Runtime Compiler) for SIMD and
|
||||||
|
other optimisations, and remove liboil dependency. The main goal
|
||||||
|
for this release was to make the transition from liboil to liborc.
|
||||||
|
Performance improvements should not be expected and will be the
|
||||||
|
focus of future versions. liborc is an optional dependency for
|
||||||
|
the time being, to make it possible to test and develop the very
|
||||||
|
latest GStreamer versions on systems that don't have orc yet.
|
||||||
|
However, without orc slow unoptimised backup code will be used
|
||||||
|
for many performance critical code paths. Distributors are urged
|
||||||
|
to package and ship the latest version of liborc and compile
|
||||||
|
GStreamer modules with --enable-orc. Please do not distribute
|
||||||
|
GStreamer packages that are not orc enabled. More information on
|
||||||
|
the orc integration can be found in the docs/design/ directory.
|
||||||
|
* basertpaudiopayload: Set duration on buffers; add extra frame for non-complete frame lengths
|
||||||
|
* riff: add mappings for On2 VP8 and VP6F (On2 VP6 Flash variant)
|
||||||
|
* video: Add support for RGB/BGR with 15 and 16 bits, and Y800 and Y16
|
||||||
|
* xmp/exif tags: add mappings for new tags (device, geo location, image orientation)
|
||||||
|
* adder, audioconvert, audioresample, volume: convert from liboil to orc
|
||||||
|
* adder: rework timestamping; only accept seek-types SEEK_NONE and SEEK_SET
|
||||||
|
* decodebin2: add "expose-all-streams" property to not expose/decode all streams
|
||||||
|
* decodebin2: use accumulator for autoplug-sort
|
||||||
|
* ffmpegcolorspace: add YUY2/YVYU to all RGB formats conversions
|
||||||
|
* ffmpegcolorspace: fix conversion of packed 4:2:2 YUV to RGB and 8 bit grayscale
|
||||||
|
* ffmpegcolorspace: fix Y16 from/to GRAY8 conversion
|
||||||
|
* ffmpegcolorspace: fix Y42B from/to YUY2/YVYU/UYVY conversion for odd widths
|
||||||
|
* ffmpegcolorspace: Map "Y8 " and "GREY" to "Y800" and add it to the template caps
|
||||||
|
* ffmpegcolorspace: negotiation speed-ups
|
||||||
|
* oggdemux: implement seeking and duration estimates when operating in push mode (http etc.)
|
||||||
|
* oggdemux: parse Skeleton index packets for better seeking in push mode
|
||||||
|
* oggdemux: fix granulepos->key granule calculation for Dirac video
|
||||||
|
* oggdemux: fix EOS flow aggregation: only EOS when all streams are EOS
|
||||||
|
* oggmux: Start a new page for every CMML buffer
|
||||||
|
* ogg: Implement Ogg VP8 mapping
|
||||||
|
* playbin2: add "av-offset" property to adjust audio/video sync
|
||||||
|
* playbin2: add flag for enabling/disabling automatic deinterlacing
|
||||||
|
* playbin2: fix race when querying duration right after preroll, by forwarding duration
|
||||||
|
query duration during group switch if no cached duration exists
|
||||||
|
* playbin2: if a text sink is provided, let subtitle parsing be done by decodebin2 if required
|
||||||
|
* playbin2: set the subtitle encoding on the decodebins again
|
||||||
|
* playsink: also expose "convert-frame" action signal and "frame" property in playsink
|
||||||
|
* playsink: reconfigure the video chain correctly when switching from a subtitle to a non-subtitle file
|
||||||
|
* playsink: Don't fail if subtitles are used but only audio is available and no visualizations
|
||||||
|
* typefinding: add WebM typefinder (was in -good before)
|
||||||
|
* typefinding: add IVF and dts typefinders, improve AC-3 and jpeg typefinding
|
||||||
|
* typefinding: detect ISO 14496-14 files as video/quicktime not audio/x-m4a
|
||||||
|
* uridecodebin: add all qtdemux types to downloadable types
|
||||||
|
* uridecodebin: add the 'expose-all-streams' property from decodebin2
|
||||||
|
* uridecodebin: Allow video/webm for progressive downloading
|
||||||
|
* videorate, videotestsrc: fixate color-matrix, chroma-site and interlaced fields if necessary
|
||||||
|
* videoscale: Try to keep DAR when scaling
|
||||||
|
* videoscale: Add support for Y444, Y42B and Y41B and more gray formats
|
||||||
|
* videoscale: Fix resampling of ARGB scanlines
|
||||||
|
* videoscale: Try harder to keep the DAR if possible
|
||||||
|
* videoscale: Use passthrough mode if width and height are not changed
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.29:
|
||||||
|
|
||||||
|
* 621428 : [playbin2] ghostpad with arbitrary getcaps func leads to not working srt subtitles
|
||||||
|
* 371108 : videoscale sucks at basic mathematics when it comes to PAR
|
||||||
|
* 512740 : unit test failures if compiling against installed core with installed plugins-base also present
|
||||||
|
* 605100 : GNOME Goal: Remove deprecated glib symbols
|
||||||
|
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video
|
||||||
|
* 614872 : [tag] Add basic exif support
|
||||||
|
* 614942 : playbin2: " text-sink " is supposed to handle raw subtitle data?
|
||||||
|
* 615783 : reworked timestamping in adder
|
||||||
|
* 616396 : [playbin2] might fail a duration query immediately following PAUSED state
|
||||||
|
* 616422 : playsink might not handle reconfiguring after a text enabled file correctly
|
||||||
|
* 616557 : [videorate] Add support for video/x-raw-gray
|
||||||
|
* 617636 : [rtsp] uses unicode characters in date string
|
||||||
|
* 617855 : [oggdemux] Fails to play LAC2010 videos
|
||||||
|
* 617868 : [decodebin2] Option to not expose/decode all streams
|
||||||
|
* 618324 : rtp payloader don't put the duration on their output buffers
|
||||||
|
* 618392 : [avi-demux] Gstreamer does not support 1x1 or 1xN avi files
|
||||||
|
* 618625 : lock priv mutex in appsrc when setting caps
|
||||||
|
* 619090 : [uridecodebin] caps negociation fail
|
||||||
|
* 619102 : [PATCH] WebM typefinder
|
||||||
|
* 619310 : [videorate] negotiation issue, tries to set unfixed caps on pad
|
||||||
|
* 619396 : gstreamer does not seek http streams of Ogg Vorbis and Flac audio files.
|
||||||
|
* 620136 : Orc integration
|
||||||
|
* 620140 : [gio] report out-of-space errors
|
||||||
|
* 620211 : gst-plugins-base gets confused by dual-QT system
|
||||||
|
* 620279 : [playsink] expose 'frame' property and move 'convert-frame' action from playbin2
|
||||||
|
* 620342 : [baseaudiosink] Allocate and free the clock in state changes
|
||||||
|
* 620412 : [video] Incomplete support for 15 and 16 bit RGB and BGR formats
|
||||||
|
* 620441 : [video] Add support for Y800 and Y16 formats
|
||||||
|
* 620500 : totem won't do progressive download for flv videos
|
||||||
|
* 620720 : typefinding: Mark ISO 14496-14 files as video/quicktime
|
||||||
|
* 620939 : [oggdemux] No support for Skeleton 4.0 streams
|
||||||
|
* 621071 : [playbin2] no playback with fakesink instead of appsink as text-sink
|
||||||
|
* 621161 : autoplug-sort default callback is run last - overwrite user supplied callback result
|
||||||
|
* 621190 : video sink drops buffers if it's preceded by ffmpegcolorspace, videoscale and a capsfilter
|
||||||
|
* 621509 : [xmptag] Uses uninitialized variable
|
||||||
|
* 621572 : [videoscale] Adds horizontal green lines in bilinear mode
|
||||||
|
* 622696 : ffmpegcolorspace: Speed up caps nego by using simpler caps
|
||||||
|
* 622807 : [decodebin2] Doesn't recover properly after an error
|
||||||
|
* 622944 : Require automake 1.9 or newer for $(builddir)
|
||||||
|
* 623003 : Major problems with calls to gst_util_uint64_scale()
|
||||||
|
* 623176 : riff: matroska file with FLV4 FOURCC fails to play
|
||||||
|
* 623218 : oggdemux: Handle errors from _get_next_page in _do_seek.
|
||||||
|
* 623233 : GstNetBuffer initialization isn't thread safe.
|
||||||
|
* 623318 : [playbin2] If source setup fails the old uridecodebin is kept and breaks future playback
|
||||||
|
* 623375 : [ffmpegcolorspace] Invalid memory accesses with odd widths/height during subsampling
|
||||||
|
* 623384 : [ffmpegcolorspace] Doesn't write last pixel for odd widths in packed 4:2:2 YUV- > RGB conversion
|
||||||
|
* 623418 : [ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd widths
|
||||||
|
* 623530 : [ffmpegcolorspace] Stripy pattern with videotestsrc ! ffmpegcolorspace ! ximagesink
|
||||||
|
* 623583 : [playbin2] regression: DVD playback broken
|
||||||
|
* 624266 : [playbin2] Internal uridecodebin are not properly removed in READY= > NULL
|
||||||
|
* 547603 : [playbin2] add deinterlacing support
|
||||||
|
|
||||||
|
API added since 0.10.29:
|
||||||
|
|
||||||
|
* GST_VIDEO_FORMAT_v308
|
||||||
|
* GST_VIDEO_FORMAT_Y800
|
||||||
|
* GST_VIDEO_FORMAT_Y16
|
||||||
|
* GST_VIDEO_FORMAT_RGB16
|
||||||
|
* GST_VIDEO_FORMAT_BGR16
|
||||||
|
* GST_VIDEO_FORMAT_RGB15
|
||||||
|
* GST_VIDEO_FORMAT_BGR15
|
||||||
|
* gst_tag_image_orientation_to_exif_value ()
|
||||||
|
* gst_tag_image_orientation_from_exif_value ()
|
||||||
|
* gst_tag_list_to_exif_buffer ()
|
||||||
|
* gst_tag_list_to_exif_buffer_with_tiff_header ()
|
||||||
|
* gst_tag_list_from_exif_buffer ()
|
||||||
|
* gst_tag_list_from_exif_buffer_with_tiff_header ()
|
||||||
|
|
||||||
Changes since 0.10.28:
|
Changes since 0.10.28:
|
||||||
|
|
||||||
|
|
206
RELEASE
206
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Base Plug-ins 0.10.29 "Freaks"
|
Release notes for GStreamer Base Plug-ins 0.10.30 "Difficult Birth"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ This module contains elements for, among others:
|
||||||
containers: ogg
|
containers: ogg
|
||||||
codecs: vorbis, theora
|
codecs: vorbis, theora
|
||||||
text: textoverlay, subparse
|
text: textoverlay, subparse
|
||||||
sources: audiotestsrc, videotestsrc, gnomevfssrc
|
sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc, appsrc
|
||||||
network: tcp
|
network: tcp
|
||||||
typefind
|
typefind functions
|
||||||
audio processing: audioconvert, adder, audiorate, audioresample, volume
|
audio processing: audioconvert, adder, audiorate, audioresample, volume
|
||||||
visualisation: libvisual
|
visualisation: libvisual
|
||||||
video processing: ffmpegcolorspace
|
video processing: ffmpegcolorspace
|
||||||
|
@ -54,71 +54,137 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* video: add support for color-matrix and chroma-site fields in video caps and selected elements
|
* Use Orc (Optimized Inner Loops Runtime Compiler) for SIMD and
|
||||||
* video: Add support for 8-bit and 16-bit grayscale formats
|
other optimisations, and remove liboil dependency. The main goal
|
||||||
* typefinding: add AAC profile, level, channels and rate to ADTS caps
|
for this release was to make the transition from liboil to liborc.
|
||||||
* tags: add basic xmp metadata support
|
Performance improvements should not be expected and will be the
|
||||||
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is prefered now, gnomevfs has been deprecated
|
focus of future versions. liborc is an optional dependency for
|
||||||
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
|
the time being, to make it possible to test and develop the very
|
||||||
* playsink: Don't fail if there are subtitles and audio but no video
|
latest GStreamer versions on systems that don't have orc yet.
|
||||||
* oggdemux: map old FLAC mapping correctly
|
However, without orc slow unoptimised backup code will be used
|
||||||
* alsa: handle disappearing of sound device whilst in use more gracefully
|
for many performance critical code paths. Distributors are urged
|
||||||
* playbin: Only unref the volume element on dispose and when a new audio sink is set
|
to package and ship the latest version of liborc and compile
|
||||||
* build: build plugin, example and libs directories in parallel if make -jN is used
|
GStreamer modules with --enable-orc. Please do not distribute
|
||||||
* uridecodebin/playbin2: we can handle avi in download mode too
|
GStreamer packages that are not orc enabled. More information on
|
||||||
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges, allow for more ipv6 addresses
|
the orc integration can be found in the docs/design/ directory.
|
||||||
* audiopayload: add property to control packet duration
|
* basertpaudiopayload: Set duration on buffers; add extra frame for
|
||||||
|
non-complete frame lengths
|
||||||
|
* riff: add mappings for On2 VP8 and VP6F (On2 VP6 Flash variant)
|
||||||
|
* video: Add support for RGB/BGR with 15 and 16 bits, and Y800 and Y16
|
||||||
|
* xmp/exif tags: add mappings for new tags (device, geo location, image orientation)
|
||||||
|
* adder, audioconvert, audioresample, volume: convert from liboil to orc
|
||||||
|
* adder: rework timestamping; only accept seek-types SEEK_NONE and SEEK_SET
|
||||||
|
* decodebin2: add "expose-all-streams" property to not expose/decode all streams
|
||||||
|
* decodebin2: use accumulator for autoplug-sort
|
||||||
|
* ffmpegcolorspace: add YUY2/YVYU to all RGB formats conversions
|
||||||
|
* ffmpegcolorspace: fix conversion of packed 4:2:2 YUV to RGB and 8 bit grayscale
|
||||||
|
* ffmpegcolorspace: fix Y16 from/to GRAY8 conversion
|
||||||
|
* ffmpegcolorspace: fix Y42B from/to YUY2/YVYU/UYVY conversion for odd widths
|
||||||
|
* ffmpegcolorspace: Map "Y8 " and "GREY" to "Y800" and add it to the template caps
|
||||||
|
* ffmpegcolorspace: negotiation speed-ups
|
||||||
|
* oggdemux: implement seeking and duration estimates when operating in push mode (http etc.)
|
||||||
|
* oggdemux: parse Skeleton index packets for better seeking in push mode
|
||||||
|
* oggdemux: fix granulepos->key granule calculation for Dirac video
|
||||||
|
* oggdemux: fix EOS flow aggregation: only EOS when all streams are EOS
|
||||||
|
* oggmux: Start a new page for every CMML buffer
|
||||||
|
* ogg: Implement Ogg VP8 mapping
|
||||||
|
* playbin2: add "av-offset" property to adjust audio/video sync
|
||||||
|
* playbin2: add flag for enabling/disabling automatic deinterlacing
|
||||||
|
* playbin2: fix race when querying duration right after preroll, by
|
||||||
|
forwarding duration query duration during group switch if no cached
|
||||||
|
duration exists
|
||||||
|
* playbin2: if a text sink is provided, let subtitle parsing be done by
|
||||||
|
decodebin2 if required
|
||||||
|
* playbin2: set the subtitle encoding on the decodebins again
|
||||||
|
* playsink: also expose "convert-frame" action signal and "frame" property in playsink
|
||||||
|
* playsink: reconfigure the video chain correctly when switching from a
|
||||||
|
subtitle to a non-subtitle file
|
||||||
|
* playsink: Don't fail if subtitles are used but only audio is available
|
||||||
|
and no visualizations
|
||||||
|
* typefinding: add WebM typefinder (was in -good before)
|
||||||
|
* typefinding: add IVF and dts typefinders, improve AC-3 and jpeg typefinding
|
||||||
|
* typefinding: detect ISO 14496-14 files as video/quicktime not audio/x-m4a
|
||||||
|
* uridecodebin: add all qtdemux types to downloadable types
|
||||||
|
* uridecodebin: add the 'expose-all-streams' property from decodebin2
|
||||||
|
* uridecodebin: Allow video/webm for progressive downloading
|
||||||
|
* videorate, videotestsrc: fixate color-matrix, chroma-site and interlaced fields if necessary
|
||||||
|
* videoscale: Try to keep DAR when scaling
|
||||||
|
* videoscale: Add support for Y444, Y42B and Y41B and more gray formats
|
||||||
|
* videoscale: Fix resampling of ARGB scanlines
|
||||||
|
* videoscale: Try harder to keep the DAR if possible
|
||||||
|
* videoscale: Use passthrough mode if width and height are not changed
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 615647 : xvimagesink could miss initial expose
|
* 621428 : [playbin2] ghostpad with arbitrary getcaps func leads to not working srt subtitles
|
||||||
* 423086 : vorbisdec introduces timestamp discontinuity at the end
|
* 371108 : videoscale sucks at basic mathematics when it comes to PAR
|
||||||
* 601315 : [uridecodebin] No download buffering for AVI files
|
* 512740 : unit test failures if compiling against installed core with installed plugins-base also present
|
||||||
* 609539 : xmp metadata support in tag library
|
* 605100 : GNOME Goal: Remove deprecated glib symbols
|
||||||
* 609801 : [volume] Use sample accurate property values if a controller is used
|
|
||||||
* 610248 : don't poll geometry for every frame
|
|
||||||
* 610249 : [xoverlay] add set_render_rectangle() methods
|
|
||||||
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video
|
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video
|
||||||
* 611702 : playbin2: Warning: g_object_set: assertion `G_IS_OBJECT (object)' failed with custom text sink
|
* 614872 : [tag] Add basic exif support
|
||||||
* 612223 : [base(audio)sink] hangs in _wait_eos
|
* 614942 : playbin2: " text-sink " is supposed to handle raw subtitle data?
|
||||||
* 612312 : typefind: Post AAC profile in caps
|
* 615783 : reworked timestamping in adder
|
||||||
* 612552 : Examples and tests don't compile with -DGSEAL_ENABLE
|
* 616396 : [playbin2] might fail a duration query immediately following PAUSED state
|
||||||
* 612783 : Warning when compiling gstsubparse.c with MSVC
|
* 616422 : playsink might not handle reconfiguring after a text enabled file correctly
|
||||||
* 612845 : [typefindfunctions] crash in strncasecmp() on windows
|
* 616557 : [videorate] Add support for video/x-raw-gray
|
||||||
* 612968 : Add On2 VP62 and VP7 support in riff-media
|
* 617636 : [rtsp] uses unicode characters in date string
|
||||||
* 613093 : Improper boundary condition handling in videoscale.
|
* 617855 : [oggdemux] Fails to play LAC2010 videos
|
||||||
* 613198 : ximagesink memory leak
|
* 617868 : [decodebin2] Option to not expose/decode all streams
|
||||||
* 613248 : [audiopayload] add property to control packet duration
|
* 618324 : rtp payloader don't put the duration on their output buffers
|
||||||
* 613281 : [PATCH] autogen.sh: Don't call configure with --enable-plugin-docs
|
* 618392 : [avi-demux] Gstreamer does not support 1x1 or 1xN avi files
|
||||||
* 613387 : [gio] compiler warning with GLib 2.18, breaks build with -Werror
|
* 618625 : lock priv mutex in appsrc when setting caps
|
||||||
* 613403 : docs: gst_x_overlay_handle_events() lacks Since: tag
|
* 619090 : [uridecodebin] caps negociation fail
|
||||||
* 613589 : typefind: Export AAC level in caps
|
* 619102 : [PATCH] WebM typefinder
|
||||||
* 613591 : rtspsrc doesn't parse negative port numbers
|
* 619310 : [videorate] negotiation issue, tries to set unfixed caps on pad
|
||||||
* 613690 : [xmp] refactoring to 1-n tag mappings
|
* 619396 : gstreamer does not seek http streams of Ogg Vorbis and Flac audio files.
|
||||||
* 613809 : [oggdemux] flac: file does not play locally
|
* 620136 : Orc integration
|
||||||
* 614288 : Setting playbin volume has no effect the second time around
|
* 620140 : [gio] report out-of-space errors
|
||||||
* 614545 : gstalsasrc mixer task spins 100% CPU when USB sound card is removed
|
* 620211 : gst-plugins-base gets confused by dual-QT system
|
||||||
* 614622 : Trying to compile and it blows up at seek
|
* 620279 : [playsink] expose 'frame' property and move 'convert-frame' action from playbin2
|
||||||
* 614764 : Compile breaks on Mac OS 10.5.8 on new jsseek example
|
* 620342 : [baseaudiosink] Allocate and free the clock in state changes
|
||||||
* 615572 : Buffer Leak in audiorate during fill process
|
* 620412 : [video] Incomplete support for 15 and 16 bit RGB and BGR formats
|
||||||
* 615697 : Problems with Makefile
|
* 620441 : [video] Add support for Y800 and Y16 formats
|
||||||
* 615789 : [ximagesink] gst_ximagesink_xwindow_update_geometry: assertion `xwindow != NULL' failed
|
* 620500 : totem won't do progressive download for flv videos
|
||||||
* 616545 : [ffmpegcolorspace] Crashes when converting Y41B with some width/height combinations
|
* 620720 : typefinding: Mark ISO 14496-14 files as video/quicktime
|
||||||
|
* 620939 : [oggdemux] No support for Skeleton 4.0 streams
|
||||||
|
* 621071 : [playbin2] no playback with fakesink instead of appsink as text-sink
|
||||||
|
* 621161 : autoplug-sort default callback is run last - overwrite user supplied callback result
|
||||||
|
* 621190 : video sink drops buffers if it's preceded by ffmpegcolorspace, videoscale and a capsfilter
|
||||||
|
* 621509 : [xmptag] Uses uninitialized variable
|
||||||
|
* 621572 : [videoscale] Adds horizontal green lines in bilinear mode
|
||||||
|
* 622696 : ffmpegcolorspace: Speed up caps nego by using simpler caps
|
||||||
|
* 622807 : [decodebin2] Doesn't recover properly after an error
|
||||||
|
* 622944 : Require automake 1.9 or newer for $(builddir)
|
||||||
|
* 623003 : Major problems with calls to gst_util_uint64_scale()
|
||||||
|
* 623176 : riff: matroska file with FLV4 FOURCC fails to play
|
||||||
|
* 623218 : oggdemux: Handle errors from _get_next_page in _do_seek.
|
||||||
|
* 623233 : GstNetBuffer initialization isn't thread safe.
|
||||||
|
* 623318 : [playbin2] If source setup fails the old uridecodebin is kept and breaks future playback
|
||||||
|
* 623375 : [ffmpegcolorspace] Invalid memory accesses with odd widths/height during subsampling
|
||||||
|
* 623384 : [ffmpegcolorspace] Doesn't write last pixel for odd widths in packed 4:2:2 YUV- > RGB conversion
|
||||||
|
* 623418 : [ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd widths
|
||||||
|
* 623530 : Stripy pattern with videotestsrc ! ffmpegcolorspace ! ximagesink
|
||||||
|
* 623583 : regression: DVD playback broken
|
||||||
|
* 624266 : [playbin2] Internal uridecodebin are not properly removed in READY= > NULL
|
||||||
|
* 547603 : [playbin2] add deinterlacing support
|
||||||
|
|
||||||
API changed in this release
|
API changed in this release
|
||||||
|
|
||||||
- API additions:
|
- API additions:
|
||||||
|
|
||||||
* gst_x_overlay_set_render_rectangle()
|
* GST_VIDEO_FORMAT_v308
|
||||||
* gst_tag_list_from_xmp_buffer()
|
* GST_VIDEO_FORMAT_Y800
|
||||||
* gst_tag_list_to_xmp_buffer()
|
* GST_VIDEO_FORMAT_Y16
|
||||||
* gst_video_format_is_gray()
|
* GST_VIDEO_FORMAT_RGB16
|
||||||
* gst_video_parse_caps_chroma_site()
|
* GST_VIDEO_FORMAT_BGR16
|
||||||
* gst_video_parse_caps_color_matrix()
|
* GST_VIDEO_FORMAT_RGB15
|
||||||
* GST_VIDEO_CAPS_GRAY8
|
* GST_VIDEO_FORMAT_BGR15
|
||||||
* GST_VIDEO_CAPS_GRAY16
|
* gst_tag_image_orientation_to_exif_value ()
|
||||||
* GST_TYPE_RTSP_LOWER_TRANS
|
* gst_tag_image_orientation_from_exif_value ()
|
||||||
* gst_rtsp_lower_trans_get_type()
|
* gst_tag_list_to_exif_buffer ()
|
||||||
|
* gst_tag_list_to_exif_buffer_with_tiff_header ()
|
||||||
|
* gst_tag_list_from_exif_buffer ()
|
||||||
|
* gst_tag_list_from_exif_buffer_with_tiff_header ()
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -147,25 +213,23 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Alessandro Decina
|
||||||
|
* Andoni Morales
|
||||||
* Arun Raghavan
|
* Arun Raghavan
|
||||||
* Benjamin Otte
|
|
||||||
* Damien Lespiau
|
|
||||||
* David Hoyt
|
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Jan Schmidt
|
* Fredrik Söderquist
|
||||||
|
* Jonathan Matthew
|
||||||
|
* Joshua M. Doe
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
|
* Martin Bisson
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
* Peter Kjellerstedt
|
* Philip Jägenstedt
|
||||||
* Reuben Dowle
|
* Philippe Normand
|
||||||
* Rob Clark
|
* Prahal
|
||||||
* Robert Swain
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
* Thomas Green
|
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Torsten Schönfeld
|
|
||||||
* Vincent Untz
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
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
|
dnl use a three digit version number for releases, and four for git/prerelease
|
||||||
AC_INIT(GStreamer Base Plug-ins, 0.10.29.4,
|
AC_INIT(GStreamer Base Plug-ins, 0.10.30,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-base)
|
gst-plugins-base)
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.29.1
|
GST_REQ=0.10.30
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adds multiple streams</description>
|
<description>Adds multiple streams</description>
|
||||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||||
<basename>libgstadder.so</basename>
|
<basename>libgstadder.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ALSA plugin library</description>
|
<description>ALSA plugin library</description>
|
||||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||||
<basename>libgstalsa.so</basename>
|
<basename>libgstalsa.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements used to communicate with applications</description>
|
<description>Elements used to communicate with applications</description>
|
||||||
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
||||||
<basename>libgstapp.so</basename>
|
<basename>libgstapp.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Convert audio to different formats</description>
|
<description>Convert audio to different formats</description>
|
||||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||||
<basename>libgstaudioconvert.so</basename>
|
<basename>libgstaudioconvert.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts audio frames</description>
|
<description>Adjusts audio frames</description>
|
||||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||||
<basename>libgstaudiorate.so</basename>
|
<basename>libgstaudiorate.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||||
<basename>libgstaudioresample.so</basename>
|
<basename>libgstaudioresample.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates audio test signals of given frequency and volume</description>
|
<description>Creates audio test signals of given frequency and volume</description>
|
||||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||||
<basename>libgstaudiotestsrc.so</basename>
|
<basename>libgstaudiotestsrc.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Read audio from CD in paranoid mode</description>
|
<description>Read audio from CD in paranoid mode</description>
|
||||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||||
<basename>libgstcdparanoia.so</basename>
|
<basename>libgstcdparanoia.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>decoder bin</description>
|
<description>decoder bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||||
<basename>libgstdecodebin.so</basename>
|
<basename>libgstdecodebin.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||||
<basename>libgstffmpegcolorspace.so</basename>
|
<basename>libgstffmpegcolorspace.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>FFMpeg</package>
|
<package>FFMpeg</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Payload/depayload GDP packets</description>
|
<description>Payload/depayload GDP packets</description>
|
||||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||||
<basename>libgstgdp.so</basename>
|
<basename>libgstgdp.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GIO elements</description>
|
<description>GIO elements</description>
|
||||||
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
||||||
<basename>libgstgio.so</basename>
|
<basename>libgstgio.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||||
<basename>libgstgnomevfs.so</basename>
|
<basename>libgstgnomevfs.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libvisual visualization plugins</description>
|
<description>libvisual visualization plugins</description>
|
||||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||||
<basename>libgstlibvisual.so</basename>
|
<basename>libgstlibvisual.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
||||||
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
||||||
<basename>libgstogg.so</basename>
|
<basename>libgstogg.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Pango-based text rendering and overlay</description>
|
<description>Pango-based text rendering and overlay</description>
|
||||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||||
<basename>libgstpango.so</basename>
|
<basename>libgstpango.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>various playback elements</description>
|
<description>various playback elements</description>
|
||||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||||
<basename>libgstplaybin.so</basename>
|
<basename>libgstplaybin.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Subtitle parsing</description>
|
<description>Subtitle parsing</description>
|
||||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||||
<basename>libgstsubparse.so</basename>
|
<basename>libgstsubparse.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>transfer data over the network via TCP</description>
|
<description>transfer data over the network via TCP</description>
|
||||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||||
<basename>libgsttcp.so</basename>
|
<basename>libgsttcp.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Theora plugin library</description>
|
<description>Theora plugin library</description>
|
||||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||||
<basename>libgsttheora.so</basename>
|
<basename>libgsttheora.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>default typefind functions</description>
|
<description>default typefind functions</description>
|
||||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||||
<basename>libgsttypefindfunctions.so</basename>
|
<basename>libgsttypefindfunctions.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>URI Decoder bin</description>
|
<description>URI Decoder bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
||||||
<basename>libgstdecodebin2.so</basename>
|
<basename>libgstdecodebin2.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||||
<basename>libgstvideo4linux.so</basename>
|
<basename>libgstvideo4linux.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts video frames</description>
|
<description>Adjusts video frames</description>
|
||||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||||
<basename>libgstvideorate.so</basename>
|
<basename>libgstvideorate.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resizes video</description>
|
<description>Resizes video</description>
|
||||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||||
<basename>libgstvideoscale.so</basename>
|
<basename>libgstvideoscale.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates a test video stream</description>
|
<description>Creates a test video stream</description>
|
||||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||||
<basename>libgstvideotestsrc.so</basename>
|
<basename>libgstvideotestsrc.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>plugin for controlling audio volume</description>
|
<description>plugin for controlling audio volume</description>
|
||||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||||
<basename>libgstvolume.so</basename>
|
<basename>libgstvolume.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Vorbis plugin library</description>
|
<description>Vorbis plugin library</description>
|
||||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||||
<basename>libgstvorbis.so</basename>
|
<basename>libgstvorbis.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>X11 video output element based on standard Xlib calls</description>
|
<description>X11 video output element based on standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||||
<basename>libgstximagesink.so</basename>
|
<basename>libgstximagesink.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>XFree86 video output plugin using Xv extension</description>
|
<description>XFree86 video output plugin using Xv extension</description>
|
||||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||||
<basename>libgstxvimagesink.so</basename>
|
<basename>libgstxvimagesink.so</basename>
|
||||||
<version>0.10.29.4</version>
|
<version>0.10.30</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.30</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>Difficult Birth</name>
|
||||||
|
<created>2010-07-15</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.30.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.30.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.29</revision>
|
<revision>0.10.29</revision>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
||||||
#define _GST_PLUGINS_BASE__STDINT_H 1
|
#define _GST_PLUGINS_BASE__STDINT_H 1
|
||||||
#ifndef _GENERATED_STDINT_H
|
#ifndef _GENERATED_STDINT_H
|
||||||
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.29.4"
|
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.30"
|
||||||
/* generated using gnu compiler gcc (Debian 4.4.4-6) 4.4.4 */
|
/* generated using gnu compiler gcc (Debian 4.4.4-6) 4.4.4 */
|
||||||
#define _STDINT_HAVE_STDINT_H 1
|
#define _STDINT_HAVE_STDINT_H 1
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* 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 */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -325,7 +325,7 @@
|
||||||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.29.4"
|
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.30"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
@ -334,7 +334,7 @@
|
||||||
#undef PACKAGE_URL
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.10.29.4"
|
#define PACKAGE_VERSION "0.10.30"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -362,7 +362,7 @@
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.29.4"
|
#define VERSION "0.10.30"
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
|
|
Loading…
Reference in a new issue