mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 0.10.24
This commit is contained in:
parent
8dd4ad21d8
commit
ae4c19ee50
73 changed files with 2183 additions and 235 deletions
107
NEWS
107
NEWS
|
@ -1,4 +1,109 @@
|
|||
This is GStreamer Good Plug-ins 0.10.23, "Stylish Kids in Riot"
|
||||
This is GStreamer Good Plug-ins 0.10.24, "Taking Liberties"
|
||||
|
||||
Changes since 0.10.23:
|
||||
|
||||
* 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.
|
||||
* alpha: add "prefer-passthrough" property to allow passthrough mode
|
||||
* avidemux: improve audio vbr detection
|
||||
* cmmlenc: Remove hack to let oggmux start a new page for every CMML buffer
|
||||
* deinterlace: add mmx implementations of greedyh for UYVY; orcify some deinterlacing methods
|
||||
* dv1394: fix the internal clock even more
|
||||
* flvmux: add "streamable" property
|
||||
* flvmux: write duration at the correct position
|
||||
* gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3
|
||||
* jpegdec: improved parsing, and better buffer handling that minimises memcpys
|
||||
* jpegdec, jpegenc: add grayscale support
|
||||
* matroskademux: QoS fixes and improvements; reverse playback improvements
|
||||
* matroskademux: handle zero-sized numbers correctly
|
||||
* matroskamux: add "streamable" property; set streamheaders on output caps
|
||||
* matroskamux: try harder to make sure clusters start with a key frame
|
||||
* matroskamux: mark output buffers properly as keyframe or delta unit
|
||||
* matroskamux: do some write caching to avoid newsegment events before each output buffer
|
||||
* matroskamux: fix some timestamp drift caused by rounding errors
|
||||
* pngenc: Support 8 bit grayscale
|
||||
* pulsesink: optimize communication with PulseAudio using pa_stream_begin_write
|
||||
* pulsesink: Post provide-clock message on the bus if the clock appears/disappears
|
||||
* rtph264depay: consider SPS, PPS and IDR as keyframe, all others as DELTA_UNIT
|
||||
* rtph264pay: handle short startcodes in the h264 bytestream
|
||||
* rtpjitterbuffer: stop buffering and emit EOS at the end of a stream
|
||||
* rtpmparobustdepay: add mpa-robust depayloader
|
||||
* rtpmp4gdepay: calculate the frame duration correctly
|
||||
* rtptheorapay: keep announcing the delivery-method in the capabilities, restores
|
||||
compatibility with older farsight versions again
|
||||
* rtspsrc: respect aggregate control attributes; try all ranges from the sdp
|
||||
* spectrum: support 24-bit width and arbitrary bit depth
|
||||
* udp: make url parsing compatible with VLC syntax
|
||||
* udpsrc: fix multicast support on windows
|
||||
* v4l2sink: destroy buffer pool when changing state to NULL
|
||||
* videobox: fix negotiation for I420/YV12
|
||||
* videomixer: don't mix input with different pixel aspect ratios; negotiation fixes
|
||||
* wavparse: proper closing segment construction when doing non-flushing seeks
|
||||
* wavparse: use typefind functions to check if PCM data contains dts stream
|
||||
|
||||
Bugs fixed since 0.10.23:
|
||||
|
||||
* 619045 : [spectrum] Add support for 24-bit width and all depth combinations
|
||||
* 555967 : [oss4] clarify some translation strings
|
||||
* 570761 : [goom] crash in plugin_info_init allocating 260kB struct on stack
|
||||
* 583047 : [jpegdec] optimise buffer handling when parsing frames
|
||||
* 589997 : [rtp] need mpa-robust depayloader for helix-style MP3-DRAFT-00
|
||||
* 595978 : [udpsrc] failed to play a multicast stream
|
||||
* 597695 : [udpsrc] support VLC-style udp://239.255.11.11:1234 uri with bind address
|
||||
* 611117 : [matroskademux] can't handle unknown cluster sizes
|
||||
* 613066 : [flvmux] re-enable renamed/fixed is-live property
|
||||
* 615461 : dv1394src clock continues to be broken
|
||||
* 617339 : pulsesink doesn't make use of pa_stream_begin_write
|
||||
* 618530 : [videomixer] Doesn't handle pixel-aspect-ratio correctly
|
||||
* 618871 : 1394: remove useless last_time
|
||||
* 618982 : [wavparse] wrong closing segment when doing non-flushing seek
|
||||
* 619198 : [matroskademux] GstEbmlRead cleanup
|
||||
* 619273 : [matroskamux] reduce downstream spam
|
||||
* 619293 : [avimux] clean up avi header creation code
|
||||
* 619531 : [rtspsrc] embedded asx streams' rtsp server doesn't like gstreamer request
|
||||
* 619717 : unit tests fail if older -good plugins are present in system plugin directory
|
||||
* 619824 : Use glib for checksumming
|
||||
* 619848 : [deinterlace] can't switch properties on running pipeline
|
||||
* 620148 : [videomixer] Doesn't negotiate format with downstream
|
||||
* 620154 : [rtph264depay] Seeking with RTP payloaders corrupts images sometimes
|
||||
* 620162 : [gdkpixbufdec] Bump rank to SECONDARY
|
||||
* 620277 : [pulsesink] custom clock is still used after NULL state change
|
||||
* 620358 : [matroskademux] Sorenson Squish WebM output seeking issues
|
||||
* 620390 : rtph264pay doesn't understand short startcodes
|
||||
* 620494 : [rtsp] stuttery audio with some h264/aac streams
|
||||
* 620540 : [pulsesink] pa_stream_write() failed: Invalid argument
|
||||
* 620591 : rtpceltpay doesn't handle stereo celt audio
|
||||
* 620743 : matroskademux: refactor delta unit handling
|
||||
* 620929 : Required libraw1394 version is not high enough
|
||||
* 621510 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 621566 : [pulsesink] since upgrading plugins sound is garbled via Amarok
|
||||
* 621723 : v4l2src crashes on PLAYING- > READY- > PLAYING
|
||||
* 622498 : [avidemux] Doesn't reset all state when going back to READY
|
||||
* 622500 : [v4l2sink] destroy open buffers when changing to NULL
|
||||
* 622501 : [videobox] may negotiate input/output format combinations it can't actually handle
|
||||
* 622816 : Make demos -DSEAL safe
|
||||
* 623103 : matroskamux dispose error
|
||||
* 623172 : [jpegdec] leak in unit test
|
||||
* 623196 : rtpptdemux: don't send custom downstream event twice
|
||||
* 623366 : [qtdemux] strip out bogus tags from XMP
|
||||
* 623379 : [flvmux] Writing duration outside the allocated memory area in streaming mode
|
||||
* 623585 : jpegdec: fails to skip extra 0xff markers at start
|
||||
* 623654 : qtdemux: Fix order of bitrates in 'btrt' atom
|
||||
* 619817 : [matroskademux] Reverse playback doesn't work
|
||||
* 617512 : [alpha] should work in passthrough in all formats if alpha == 1.0
|
||||
* 619485 : matroskademux: skip buffers before a late keyframe (QoS)
|
||||
* 413942 : [wavparse] undetected dts-in-wav
|
||||
|
||||
Changes since 0.10.22:
|
||||
|
||||
|
|
205
RELEASE
205
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Good Plug-ins 0.10.23 "Stylish Kids in Riot"
|
||||
Release notes for GStreamer Good Plug-ins 0.10.24 "Taking Liberties"
|
||||
|
||||
|
||||
|
||||
|
@ -54,89 +54,108 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* alpha: add support for YUY2, YVYU, UYVY and YV12; YUV->RGB conversion fixes
|
||||
* avimux, flvmux, matroskamux: don't crash if tags arrive on multiple input pads at the same time
|
||||
* avimux, matroskamux: add support for On2 VP8
|
||||
* capssetter: element moved from gst-plugins-bad
|
||||
* deinterlace: add support for most YUV and RGB formats for some methods
|
||||
* deinterlace: make automatic detection of interlacing the default
|
||||
* gamma: add support for more YUV/RGB formats, make gamma property controllable
|
||||
* jpegdec, jpegenc: support more colour spaces and pixel formats
|
||||
* matroskademux: implement push mode seeking
|
||||
* matroskademux: add support for WebM
|
||||
* imagefreeze: plugin moved from gst-plugins-bad
|
||||
* oss4: plugin moved from gst-plugins-bad
|
||||
* osxvideosink: implement the xoverlay interface, allow switching views at runtime
|
||||
* qcelpdepay: add a QCELP depayloader
|
||||
* qtdemux: add support for VP8; push-mode seeking and ctts table parsing fixes
|
||||
* rtph263depay: use Picture Start Code to detect packet loss and frame start
|
||||
* rtph263pay: use found GOBs to apply Mode A payloading
|
||||
* rtph264depay: DELTA_UNIT marking of output buffers
|
||||
* rtph264pay: extract SPS and PPS from property provided parameter set
|
||||
* rtph264pay: add config-interval property to re-send SPS/PPS in stream
|
||||
* rtpmp4vpay: add config-interval property to re-insert config in stream
|
||||
* rtptheoradepay: fix in-band configuration parsing
|
||||
* rtptheorapay: add config-interval parameter to re-insert config in stream
|
||||
* rtpvorbisdepay, rtptheoradepay: also accept in-line configuration
|
||||
* rtsp: configure bandwidth properties in the session
|
||||
* rtspsrc: fall back to SDP ports instead of server_port
|
||||
* rtspsrc: use the SDP connection info in multicast
|
||||
* rtspsrc: handle SEEKING queries
|
||||
* smptealpha: add support for all 4 ARGB formats and YV12 (converted to AYUV)
|
||||
* videobalance: add support for all RGB formats, Y41B, Y42B and Y444, YUY2, UYVY, AYUV and YVYU
|
||||
* videobox: add support for Y444, Y42B, Y41B, YUY2, UYUV, and YVYU
|
||||
* videobox: fix floating point to integer conversion for the alpha values
|
||||
* videobox: handle ranges/lists of width or height when transforming caps
|
||||
* videobox: translate navigation events to make sense again upstream
|
||||
* videofilter: merge gamma, videobalance, and videoflip plugin into single plu
|
||||
* videoflip: add support for all RGB formats and AYUV, Y41B, Y42B and Y444
|
||||
* videoflip: also flip the pixel-aspect-ratio if width/height are exchanged
|
||||
* videomixer: add support for Y444, Y42B, Y41B, YV12, YUY2, YVYU, UYVY
|
||||
* webmmux: Add new webmmux element that only supports muxing of WebM
|
||||
* y4menc: add 4:2:2, 4:1:1, and 4:4:4 output support
|
||||
* 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.
|
||||
|
||||
* alpha: add "prefer-passthrough" property to allow passthrough mode
|
||||
* avidemux: improve audio vbr detection
|
||||
* cmmlenc: Remove hack to let oggmux start a new page for every CMML buffer
|
||||
* deinterlace: add mmx implementations of greedyh for UYVY; orcify some deinterlacing methods
|
||||
* dv1394: fix the internal clock even more
|
||||
* flvmux: add "streamable" property
|
||||
* flvmux: write duration at the correct position
|
||||
* gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3
|
||||
* jpegdec: improved parsing, and better buffer handling that minimises memcpys
|
||||
* jpegdec, jpegenc: add grayscale support
|
||||
* matroskademux: QoS fixes and improvements; reverse playback improvements
|
||||
* matroskademux: handle zero-sized numbers correctly
|
||||
* matroskamux: add "streamable" property; set streamheaders on output caps
|
||||
* matroskamux: try harder to make sure clusters start with a key frame
|
||||
* matroskamux: mark output buffers properly as keyframe or delta unit
|
||||
* matroskamux: do some write caching to avoid newsegment events before each output buffer
|
||||
* matroskamux: fix some timestamp drift caused by rounding errors
|
||||
* pngenc: Support 8 bit grayscale
|
||||
* pulsesink: optimize communication with PulseAudio using pa_stream_begin_write
|
||||
* pulsesink: Post provide-clock message on the bus if the clock appears/disappears
|
||||
* rtph264depay: consider SPS, PPS and IDR as keyframe, all others as DELTA_UNIT
|
||||
* rtph264pay: handle short startcodes in the h264 bytestream
|
||||
* rtpjitterbuffer: stop buffering and emit EOS at the end of a stream
|
||||
* rtpmparobustdepay: add mpa-robust depayloader
|
||||
* rtpmp4gdepay: calculate the frame duration correctly
|
||||
* rtptheorapay: keep announcing the delivery-method in the capabilities, restores compatibility with older farsight versions again
|
||||
* rtspsrc: respect aggregate control attributes; try all ranges from the sdp
|
||||
* spectrum: support 24-bit width and arbitrary bit depth
|
||||
* udp: make url parsing compatible with VLC syntax
|
||||
* udpsrc: fix multicast support on windows
|
||||
* v4l2sink: destroy buffer pool when changing state to NULL
|
||||
* videobox: fix negotiation for I420/YV12
|
||||
* videomixer: don't mix input with different pixel aspect ratios; negotiation fixes
|
||||
* wavparse: proper closing segment construction when doing non-flushing seeks
|
||||
* wavparse: use typefind functions to check if PCM data contains dts stream
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 619045 : [spectrum] Add support for 24-bit width and all depth combinations
|
||||
* 555967 : [oss4] clarify some translation strings
|
||||
* 570761 : [goom] crash in plugin_info_init allocating 260kB struct on stack
|
||||
* 583047 : [jpegdec] optimise buffer handling when parsing frames
|
||||
* 589997 : [rtp] need mpa-robust depayloader for helix-style MP3-DRAFT-00
|
||||
* 595978 : [udpsrc] failed to play a multicast stream
|
||||
* 597695 : [udpsrc] support VLC-style udp://239.255.11.11:1234 uri with bind address
|
||||
* 611117 : [matroskademux] can't handle unknown cluster sizes
|
||||
* 613066 : [flvmux] re-enable renamed/fixed is-live property
|
||||
* 615461 : dv1394src clock continues to be broken
|
||||
* 617339 : pulsesink doesn't make use of pa_stream_begin_write
|
||||
* 618530 : [videomixer] Doesn't handle pixel-aspect-ratio correctly
|
||||
* 618871 : 1394: remove useless last_time
|
||||
* 618982 : [wavparse] wrong closing segment when doing non-flushing seek
|
||||
* 619198 : [matroskademux] GstEbmlRead cleanup
|
||||
* 619273 : [matroskamux] reduce downstream spam
|
||||
* 619293 : [avimux] clean up avi header creation code
|
||||
* 619531 : [rtspsrc] embedded asx streams' rtsp server doesn't like gstreamer request
|
||||
* 619717 : unit tests fail if older -good plugins are present in system plugin directory
|
||||
* 619824 : Use glib for checksumming
|
||||
* 619848 : [deinterlace] can't switch properties on running pipeline
|
||||
* 620148 : [videomixer] Doesn't negotiate format with downstream
|
||||
* 620154 : [rtph264depay] Seeking with RTP payloaders corrupts images sometimes
|
||||
* 620162 : [gdkpixbufdec] Bump rank to SECONDARY
|
||||
* 620277 : [pulsesink] custom clock is still used after NULL state change
|
||||
* 620358 : [matroskademux] Sorenson Squish WebM output seeking issues
|
||||
* 620390 : rtph264pay doesn't understand short startcodes
|
||||
* 620494 : [rtsp] stuttery audio with some h264/aac streams
|
||||
* 620540 : [pulsesink] pa_stream_write() failed: Invalid argument
|
||||
* 620591 : rtpceltpay doesn't handle stereo celt audio
|
||||
* 620743 : matroskademux: refactor delta unit handling
|
||||
* 620929 : Required libraw1394 version is not high enough
|
||||
* 621510 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 621566 : [pulsesink] since upgrading plugins sound is garbled via Amarok
|
||||
* 621723 : v4l2src crashes on PLAYING- > READY- > PLAYING
|
||||
* 622498 : [avidemux] Doesn't reset all state when going back to READY
|
||||
* 622500 : [v4l2sink] destroy open buffers when changing to NULL
|
||||
* 622501 : [videobox] may negotiate input/output format combinations it can't actually handle
|
||||
* 622816 : Make demos -DSEAL safe
|
||||
* 623103 : matroskamux dispose error
|
||||
* 623172 : [jpegdec] leak in unit test
|
||||
* 623196 : rtpptdemux: don't send custom downstream event twice
|
||||
* 623366 : [qtdemux] strip out bogus tags from XMP
|
||||
* 623379 : [flvmux] Writing duration outside the allocated memory area in streaming mode
|
||||
* 623585 : jpegdec: fails to skip extra 0xff markers at start
|
||||
* 623654 : qtdemux: Fix order of bitrates in 'btrt' atom
|
||||
* 619817 : [matroskademux] Reverse playback doesn't work
|
||||
* 617512 : [alpha] should work in passthrough in all formats if alpha == 1.0
|
||||
* 619485 : matroskademux: skip buffers before a late keyframe (QoS)
|
||||
* 576286 : [videomixer] Should accept/output non-alpha streams
|
||||
* 618349 : osxvideosink: implement the XOverlay interface
|
||||
* 574416 : rtp{theora,vorbis}depay should accept in-line configuration (too)
|
||||
* 590662 : [pulse] Allocates and starts pulse main loops in instance_init
|
||||
* 592270 : Cannot catch 'have-ns-view' on pipeline for playbin and playbin2
|
||||
* 599585 : gstrtph263pay does not fragment frame with limited GOBs
|
||||
* 600553 : [jpegdec] crashes on a fuzzed jpeg
|
||||
* 606689 : Re-send codec data on GstForceKeyUnit
|
||||
* 607452 : Failure to sync on rtpmp4vpay stream; sender;receiver mismatch
|
||||
* 609405 : [qtdemux] Issues when seeking with file with lots of tracks and edit lists
|
||||
* 609658 : [rtph264depay] doesn't mark output frames as keyframes correctly
|
||||
* 610172 : inconsistent h263pay/h263depay behaviour
|
||||
* 610902 : y4menc only supports 4:2:0
|
||||
* 613786 : [PLUGIN-MOVE] Move imagefreeze to gst-plugins-good
|
||||
* 614305 : [PLUGIN-MOVE] oss4 should be moved to good
|
||||
* 614765 : racy stream status leave implementation
|
||||
* 615798 : [smptealpha] Need ability to reverse transition direction
|
||||
* 616516 : [qtdemux] h264 playback gets skippy after a seek
|
||||
* 616700 : [rtspsrc] gst_query_new_seeking() fails on rtspsrc
|
||||
* 617164 : [rtph264pay] SPS/PPS in provided sprop-parameter-sets never sent on timeout
|
||||
* 617537 : rtspsrc always falls back to unicast instead of using the announced multicast
|
||||
* 617733 : [wavparse] handle gst_pad_pull_range() returning less data than requested
|
||||
* 617739 : [PLUGIN-MOVE] Move capssetter to gst-plugins-good
|
||||
* 618305 : [flvmux] last timestamp is stored even if it's invalid
|
||||
* 618351 : avimux crashes when fed from filesrc
|
||||
* 618386 : rtptheoradepay: make delivery-method parameter optional
|
||||
* 618419 : gstrtpbin-Description maybe exist error
|
||||
* 618733 : [efence] Configure check is broken
|
||||
* 618874 : [pulse] regression: broken mainloop locking
|
||||
* 618940 : rtptheorapay/depay wrongly claims to do delivery-method=inline
|
||||
* 619018 : Speex encoder latency should depend on rate
|
||||
* 619103 : WebM demuxer
|
||||
* 619105 : [qtdemux] misalignment between index and sample while looking for frame
|
||||
* 619219 : [matroska] Move webm muxer into a separate element with restrictions
|
||||
* 619835 : [videobox] Either makes video completely opaque or completely transparent
|
||||
* 619943 : [jpegenc] Crash if playing - > setcaps - > ready - > setcaps
|
||||
* 620002 : [flvdemux] Typo in position query handling makes all position queries fail
|
||||
* 605231 : [deinterlace] Support AYUV, RGB colorspaces
|
||||
* 619533 : [avimux, matroskamux, flvmux] crash when receiving tags on multiple pads at the same time
|
||||
* 413942 : [wavparse] undetected dts-in-wav
|
||||
|
||||
Download
|
||||
|
||||
|
@ -166,26 +185,30 @@ Applications
|
|||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Benjamin M. Schwartz
|
||||
* Alexander Kojevnikov
|
||||
* Andoni Morales Alastruey
|
||||
* Andrzej K. Haczewski
|
||||
* Arun Raghavan
|
||||
* Benjamin Otte
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* Clive Wright
|
||||
* David Schleef
|
||||
* Frederic Crozat
|
||||
* Garrett D'Amore
|
||||
* Jan Schmidt
|
||||
* Jan Urbański
|
||||
* Edward Hervey
|
||||
* Guido Günther
|
||||
* Havoc Pennington
|
||||
* Julien Moutte
|
||||
* Keith Nicholson
|
||||
* Marc-André Lureau
|
||||
* Mark Nauwelaerts
|
||||
* Olivier Crête
|
||||
* Philip
|
||||
* Michael Grzeschik
|
||||
* Philip Jägenstedt
|
||||
* Robert Swain
|
||||
* Pierre-Louis Bossart
|
||||
* Sebastian Dröge
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thiago Santos
|
||||
* Thijs Vermeir
|
||||
* Tim-Philipp Müller
|
||||
* Tristan Matthews
|
||||
* Wim Taymans
|
||||
* Xavier Queralt
|
||||
* Zaheer Abbas Merali
|
||||
|
|
@ -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/pre
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.23.4,
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.24,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.29.2
|
||||
GSTPB_REQ=0.10.29.2
|
||||
GST_REQ=0.10.30
|
||||
GSTPB_REQ=0.10.30
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Source for video data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
||||
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
||||
<basename>libgstannodex.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>APEv1/2 tag reader</description>
|
||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||
<basename>libgstapetag.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio effects plugin</description>
|
||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||
<basename>libgstaudiofx.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Cairo-based elements</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||
<basename>libgstcutter.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for testing and debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstefence.so</filename>
|
||||
<basename>libgstefence.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GStreamer audio equalizers</description>
|
||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||
<basename>libgstequalizer.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLC/FLI/FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GdkPixbuf-based image decoder, scaler and sink</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM 2k1 visualization filter</description>
|
||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||
<basename>libgstgoom2k1.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
||||
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
||||
<basename>libgsthalelements.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ICY tags from a stream</description>
|
||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||
<basename>libgsticydemux.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||
<basename>libgstid3demux.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Still frame stream generator</description>
|
||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||
<basename>libgstimagefreeze.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio interleaver/deinterleaver</description>
|
||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||
<basename>libgstinterleave.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Matroska and WebM stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||
<basename>libgstmultifile.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>multipart stream manipulation</description>
|
||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||
<basename>libgstmultipart.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PulseAudio plugin library</description>
|
||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||
<basename>libgstpulse.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Quicktime support</description>
|
||||
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
||||
<basename>libgstqtdemux.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ReplayGain volume normalization</description>
|
||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||
<basename>libgstreplaygain.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libsoup HTTP client src</description>
|
||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||
<basename>libgstsouphttpsrc.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||
<basename>libgstspectrum.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Crops video into a user-defined region</description>
|
||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||
<basename>libgstvideocrop.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video filters plugin</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||
<basename>libgstvideofilter.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wavpack lossless/lossy audio format handling</description>
|
||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||
<basename>libgstwavpack.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>X11 video input plugin using standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>0.10.23.4</version>
|
||||
<version>0.10.24</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -32,6 +32,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.24</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Taking Liberties</name>
|
||||
<created>2010-07-15</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.24.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.24.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.23</revision>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins prerelease"
|
||||
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -380,7 +380,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.23.4"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.24"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
@ -389,7 +389,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.23.4"
|
||||
#define PACKAGE_VERSION "0.10.24"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -420,7 +420,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.23.4"
|
||||
#define VERSION "0.10.24"
|
||||
|
||||
/* old wavpack API */
|
||||
#undef WAVPACK_OLD_API
|
||||
|
|
Loading…
Reference in a new issue