mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.19
This commit is contained in:
parent
bcad939757
commit
4379378239
78 changed files with 1560 additions and 379 deletions
50
NEWS
50
NEWS
|
@ -1,4 +1,52 @@
|
|||
This is GStreamer Good Plug-ins 0.10.18, "Short Circuit"
|
||||
This is GStreamer Good Plug-ins 0.10.19, "Closer to the Edit"
|
||||
|
||||
Changes since 0.10.18:
|
||||
|
||||
* shapewipe: moved from -bad to -good
|
||||
* avidemux: push mode seeking support
|
||||
* avidemux: drop video frames up to the desired keyframe after a seek
|
||||
* configure: cross-compilation fixes (use $PKG_CONFIG instead of pkg-config)
|
||||
* dvdepay: don't output frames until we have a header, fixes crash
|
||||
* flacdec: fix tag extraction in push mode
|
||||
* flvdemux: obtain the index from the end of an flv file in push mode
|
||||
* flvdemux: audio tags without any content are valid; indexing improvements
|
||||
* jpegdec: fix invalid memory access in parser
|
||||
* jitterbuffer: new buffering modes: low/high watermark buffering, rtp timestamps
|
||||
* matroskademux: seeking/segment fixes (esp. regression with gnonlin)
|
||||
* matroskademux: subtitle stream improvements (advance sparse streams in smaller steps)
|
||||
* multipartdemux: improve header mime-type parsing
|
||||
* qtdemux: fix ALAC codec-data handling; handle signed values in 3GPP location tag
|
||||
* qtdemux: fix frame rate cap regression; fix sample durations corner-case
|
||||
* qtdemux: Use the correct duration when comparing segments
|
||||
* pulsesink: avoid segfault when shutting down
|
||||
* pulsesink: return previous mute state if sink is not active at the moment
|
||||
* rtpbin: change how NTP time is calculated in RTCP, generating more accurate NTP timestamps if the system clock is synchronised with NTP or similar
|
||||
* rtpmp4gdepay: avoid division by 0 in corner case
|
||||
* v4l2sink: change rank to NONE so we don't try to autoplug it
|
||||
* videomixer: fix timestamping problems for input streams with different lengths
|
||||
* videomixer: fix problem when used with gnonlin (always send FLUSH_STOP)
|
||||
|
||||
Bugs fixed since 0.10.18:
|
||||
|
||||
* 584536 : [PLUGIN-MOVE] Move shapewipe to -good
|
||||
* 587304 : [jitterbuffer] don't handle correctly data burst from udpsrc
|
||||
* 599292 : Synchronizing two RTP streams from different devices using RTCP is inaccurate.
|
||||
* 604711 : Handling of mime type in multipartdemux
|
||||
* 608026 : [videomixer] timestamping problems
|
||||
* 608843 : [flacdec] Can't read tags in push mode
|
||||
* 610004 : GST_CXXFLAGS should contain GST_CFLAGS
|
||||
* 610053 : matroska fails to build with Sun Studio
|
||||
* 610238 : Avoid an assertion in the rtspsrc element which abort the client application
|
||||
* 610265 : gstrtpmp4gdepay issuing a SIGFPE crashing an application
|
||||
* 610280 : [qtdemux] issue with corrupted 3gp file
|
||||
* 610296 : [qtdemux] Confusion with gst/qt segments
|
||||
* 610337 : pulsesink: gst_pulsesink_get_mute: set result earlier.
|
||||
* 610483 : [jpegdec] invalid memory access
|
||||
* 610556 : Memory violation when starting to decode a running DV PAL RTP stream
|
||||
* 610839 : Unable to cross compile gst-plugins-good
|
||||
* 610894 : send FLUSH_STOP after FLUSH_START in videomixer
|
||||
* 611501 : [regression] matroskademux fails to output anything on some seeks
|
||||
* 609724 : Add translator comment for %s in pulsesink
|
||||
|
||||
Changes since 0.10.17:
|
||||
|
||||
|
|
146
RELEASE
146
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Good Plug-ins 0.10.18 "Short Circuit"
|
||||
Release notes for GStreamer Good Plug-ins 0.10.19 "Closer to the Edit"
|
||||
|
||||
|
||||
|
||||
|
@ -54,82 +54,58 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* v4l2src: implement GstURIHandler interface
|
||||
* matroskamux: make index size configurable
|
||||
* matroskademux: support push based mode
|
||||
* matroskademux: improve stream synchronization
|
||||
* flacdec: fix possible hanging in pull mode seeking
|
||||
* flacdec: use a single decoder field for both push and pull mode
|
||||
* flacenc: optionally add a seek table
|
||||
* rtp: add BroadcomVoice payloader and depayloader
|
||||
* rtp: add G.723 payloader and depayloader
|
||||
* rtph264pay: add option to insert PPS/SPS in streams
|
||||
* rtph264depay: optionally merge NALUs into Access Units
|
||||
* rtspsrc: add user-id and user-pw properties; fix major memory leak
|
||||
* avimux: many fixes, also better compatibility with Windows Media Player
|
||||
* avidemux: per-stream index parsing (= much faster startup)
|
||||
* qtdemux: progressive download support / seeking in push mode
|
||||
* qtdemux: per sample parsing (= much faster start up)
|
||||
* wavenc: Post warning if file hasn't been finalised properly
|
||||
* videomixer: MMX optimisations and other improvements; implement basic QoS
|
||||
* matroska, qtdemux, id3demux: fix language code writing and extraction
|
||||
* shapewipe: moved from -bad to -good
|
||||
* avidemux: push mode seeking support
|
||||
* avidemux: drop video frames up to the desired keyframe after a seek
|
||||
* configure: cross-compilation fixes (use $PKG_CONFIG instead of pkg-config)
|
||||
* dvdepay: don't output frames until we have a header, fixes crash
|
||||
* flacdec: fix tag extraction in push mode
|
||||
* flvdemux: obtain the index from the end of an flv file in push mode
|
||||
* flvdemux: audio tags without any content are valid; indexing improvements
|
||||
* jpegdec: fix invalid memory access in parser
|
||||
* jitterbuffer: new buffering modes: low/high watermark buffering, rtp timestamps
|
||||
* matroskademux: seeking/segment fixes (esp. regression with gnonlin)
|
||||
* matroskademux: subtitle stream improvements (advance sparse streams in smaller steps)
|
||||
* multipartdemux: improve header mime-type parsing
|
||||
* qtdemux: fix ALAC codec-data handling; handle signed values in 3GPP location tag
|
||||
* qtdemux: fix frame rate cap regression; fix sample durations corner-case
|
||||
* qtdemux: Use the correct duration when comparing segments
|
||||
* pulsesink: avoid segfault when shutting down
|
||||
* pulsesink: return previous mute state if sink is not active at the moment
|
||||
* rtpbin: change how NTP time is calculated in RTCP, generating more accurate NTP timestamps if the system clock is synchronised with NTP or similar
|
||||
* rtpmp4gdepay: avoid division by 0 in corner case
|
||||
* v4l2sink: change rank to NONE so we don't try to autoplug it
|
||||
* videomixer: fix timestamping problems for input streams with different lengths
|
||||
* videomixer: fix problem when used with gnonlin (always send FLUSH_STOP)
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 609405 : [qtdemux] Issues when seeking with file with lots of tracks and edit lists
|
||||
* 503582 : [avidemux] Extract date tag (contained in the IDIT chunk)
|
||||
* 351595 : [flacenc] write seek tables
|
||||
* 505823 : [matroskademux] language tags have wrong iso code
|
||||
* 515073 : [goom] Update to goom2k4
|
||||
* 539858 : not enough NEWSEGMENT events from matroskademux
|
||||
* 554839 : [rtpbin] Automaticaly remove pads
|
||||
* 582575 : [rtph263depay] dropping only part of key frames on lost fragmets
|
||||
* 583367 : gstrtpL16pay ignores max-ptime property
|
||||
* 583985 : [matroskamux] make index size configurable
|
||||
* 587323 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
|
||||
* 593354 : rtpjitterbuffer sometimes outputs packets with timestamps in the past
|
||||
* 595265 : SDES handling in RTPSource
|
||||
* 597497 : can't play a redirecting .mov file via playbin
|
||||
* 597823 : Add rtpg723pay plugin
|
||||
* 599300 : [qtdemux] Doesn't populate video bitrate field
|
||||
* 601143 : v4l2src: add GstURIHandler interface
|
||||
* 601242 : [flvmux] ECMA array with file index lacks final 0x09 byte
|
||||
* 601728 : [rtspsrc] Add username/password properties
|
||||
* 602231 : Deadlock between rtpjitterbuffer and gstrtpbin
|
||||
* 602508 : qtdemux: Parse stbl atom per sample instead of all at once
|
||||
* 602887 : shout2send element won't change from PLAYING state to NULL
|
||||
* 602940 : jitterbuffer is racy determining basetime
|
||||
* 603376 : rtpsession : g_type_create_instance performance issue : avoid buffer ref
|
||||
* 603471 : [flacdec] not timestamping output buffers
|
||||
* 603547 : shout2send plugin sends data too fast
|
||||
* 603779 : [ladspa] Remove ladspa plugin code
|
||||
* 604352 : [rganalysis] miscomputes timestamps
|
||||
* 604611 : [qtdemux] Provides invalid ALAC codec data
|
||||
* 604679 : videomixer MMX code doesn't build on fedora12
|
||||
* 604814 : videomixer make error
|
||||
* 604872 : [udpsink] Add missing 'gssize len' parameter to g_convert()
|
||||
* 604913 : rtph264pay/NALU/rtph264depay
|
||||
* 605222 : Mobile Youtube RTSP streams time out at EOS
|
||||
* 605269 : [shout2][patch] Setting public flag
|
||||
* 605447 : Unable to play Real Audio stream for radioBERLIN.
|
||||
* 605882 : rtpg723pay is incorrect
|
||||
* 606198 : rtph264pay is causing alignment trap on ARM arch
|
||||
* 606438 : multiudpsink: warningfixes for windows
|
||||
* 606692 : Incorrect Center Frequency For Band3
|
||||
* 606807 : audioamplify: allow negative amplifications
|
||||
* 607353 : rtph264pay & base: Don't crash if the other side specifies the profile-level-id
|
||||
* 607440 : [wavenc] should post warning if the file isn't finished properly on pipeline shutting down
|
||||
* 607718 : [qtdemux] Infinite loop doing negative rate playback for single audio stream
|
||||
* 607949 : [avidemux] regression in stop position for mp3 streams
|
||||
* 608209 : [videomixer] blend_mmx.h:173: Error: can't encode register '%ah' in an instruction requiring REX prefix
|
||||
* 608255 : [speex] speexenc crash and leaks in rtpspeexpay and speexdec
|
||||
* 608268 : [flvmux] index timestamps should be in seconds, not milliseconds
|
||||
* 608629 : [pngdec] png_set_gray_1_2_4_to_8() removed in libpng > = 1.4.0
|
||||
* 608671 : [mkv] issues when seeking
|
||||
* 608990 : [qtdemux] Segment start timestamps can be broken
|
||||
* 609107 : [qtdemux] Unknown atoms should also be skipped when looking for moov
|
||||
* 598610 : [matroskademux] Support push mode operation
|
||||
* 594381 : audiofirfilter: Implement FFT convolution
|
||||
* 584536 : [PLUGIN-MOVE] Move shapewipe to -good
|
||||
* 587304 : [jitterbuffer] don't handle correctly data burst from udpsrc
|
||||
* 599292 : Synchronizing two RTP streams from different devices using RTCP is inaccurate.
|
||||
* 604711 : Handling of mime type in multipartdemux
|
||||
* 608026 : [videomixer] timestamping problems
|
||||
* 608843 : [flacdec] Can't read tags in push mode
|
||||
* 610004 : GST_CXXFLAGS should contain GST_CFLAGS
|
||||
* 610053 : matroska fails to build with Sun Studio
|
||||
* 610238 : Avoid an assertion in the rtspsrc element which abort the client application
|
||||
* 610265 : gstrtpmp4gdepay issuing a SIGFPE crashing an application
|
||||
* 610280 : [qtdemux] issue with corrupted 3gp file
|
||||
* 610296 : [qtdemux] Confusion with gst/qt segments
|
||||
* 610337 : pulsesink: gst_pulsesink_get_mute: set result earlier.
|
||||
* 610483 : [jpegdec] invalid memory access
|
||||
* 610556 : Memory violation when starting to decode a running DV PAL RTP stream
|
||||
* 610839 : Unable to cross compile gst-plugins-good
|
||||
* 610894 : send FLUSH_STOP after FLUSH_START in videomixer
|
||||
* 611501 : [regression] matroskademux fails to output anything on some seeks
|
||||
* 609724 : Add translator comment for %s in pulsesink
|
||||
|
||||
API changed in this release
|
||||
|
||||
- API additions:
|
||||
|
||||
* jitterbuffer::mode
|
||||
* rtpbin::buffer-mode
|
||||
|
||||
Download
|
||||
|
||||
|
@ -159,31 +135,17 @@ Applications
|
|||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Arnout Vandecappelle
|
||||
* Arun Raghavan
|
||||
* Aurelien Grimaud
|
||||
* Bastien Nocera
|
||||
* Branko Čibej
|
||||
* Anders Skargren
|
||||
* Brian Cameron
|
||||
* David Hoyt
|
||||
* Edward Hervey
|
||||
* Havard Graff
|
||||
* Jan Schmidt
|
||||
* Jan Urbański
|
||||
* Jonathan Conder
|
||||
* Kipp Cannon
|
||||
* Marco Ballesio
|
||||
* Mark Nauwelaerts
|
||||
* Michael Smith
|
||||
* Olivier Crête
|
||||
* Pascal Buhler
|
||||
* Peter van Hardenberg
|
||||
* Philippe Normand
|
||||
* Robert Swain
|
||||
* Robert Weidlich
|
||||
* Roland Krikava
|
||||
* Sebastian Dröge
|
||||
* Stefan Kost
|
||||
* Thiago Santos
|
||||
* Tiago Katcipis
|
||||
* Tim-Philipp Müller
|
||||
* Volker Grabsch
|
||||
* Wim Taymans
|
||||
|
|
@ -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.18.4,
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.19,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.26.3
|
||||
GSTPB_REQ=0.10.26.3
|
||||
GST_REQ=0.10.27
|
||||
GSTPB_REQ=0.10.27
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -582,7 +582,7 @@
|
|||
<NAME>GstRTSPSrc::debug</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Debug</NICK>
|
||||
<BLURB>Dump request and response messages to stdout.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
|
@ -602,7 +602,7 @@
|
|||
<NAME>GstRTSPSrc::protocols</NAME>
|
||||
<TYPE>GstRTSPLowerTrans</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Protocols</NICK>
|
||||
<BLURB>Allowed lower transport protocols.</BLURB>
|
||||
<DEFAULT>UDP Unicast Mode|UDP Multicast Mode|TCP interleaved mode</DEFAULT>
|
||||
|
@ -612,7 +612,7 @@
|
|||
<NAME>GstRTSPSrc::retry</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= 65535</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Retry</NICK>
|
||||
<BLURB>Max number of retries when allocating RTP ports.</BLURB>
|
||||
<DEFAULT>20</DEFAULT>
|
||||
|
@ -622,7 +622,7 @@
|
|||
<NAME>GstRTSPSrc::timeout</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Timeout</NICK>
|
||||
<BLURB>Retry TCP transport after UDP timeout microseconds (0 = disabled).</BLURB>
|
||||
<DEFAULT>5000000</DEFAULT>
|
||||
|
@ -632,17 +632,17 @@
|
|||
<NAME>GstRTSPSrc::latency</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffer latency in ms</NICK>
|
||||
<BLURB>Amount of ms to buffer.</BLURB>
|
||||
<DEFAULT>3000</DEFAULT>
|
||||
<DEFAULT>2000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRTSPSrc::tcp-timeout</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>TCP Timeout</NICK>
|
||||
<BLURB>Fail after timeout microseconds on TCP connections (0 = disabled).</BLURB>
|
||||
<DEFAULT>20000000</DEFAULT>
|
||||
|
@ -652,7 +652,7 @@
|
|||
<NAME>GstRTSPSrc::connection-speed</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= 2147483</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Connection Speed</NICK>
|
||||
<BLURB>Network connection speed in kbps (0 = unknown).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
|
@ -662,7 +662,7 @@
|
|||
<NAME>GstRTSPSrc::nat-method</NAME>
|
||||
<TYPE>GstRTSPNatMethod</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>NAT Method</NICK>
|
||||
<BLURB>Method to use for traversing firewalls and NAT.</BLURB>
|
||||
<DEFAULT>Send Dummy packets</DEFAULT>
|
||||
|
@ -672,7 +672,7 @@
|
|||
<NAME>GstRTSPSrc::do-rtcp</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Do RTCP</NICK>
|
||||
<BLURB>Send RTCP packets, disable for old incompatible server.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
|
@ -682,7 +682,7 @@
|
|||
<NAME>GstRTSPSrc::proxy</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Proxy</NICK>
|
||||
<BLURB>Proxy settings for HTTP tunneling. Format: [http://][user:passwd@]host[:port].</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
|
@ -692,7 +692,7 @@
|
|||
<NAME>GstRTSPSrc::rtp-blocksize</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= 65536</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>RTP Blocksize</NICK>
|
||||
<BLURB>RTP package size to suggest to server (0 = disabled).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
|
@ -20344,10 +20344,20 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Auto Remove</NICK>
|
||||
<BLURB>Automatically removed timed out sources.</BLURB>
|
||||
<BLURB>Automatically remove timed out sources.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRtpBin::buffer-mode</NAME>
|
||||
<TYPE>RTPJitterBufferMode</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffer Mode</NICK>
|
||||
<BLURB>Control the buffering algorithm in use.</BLURB>
|
||||
<DEFAULT>Slave receiver to sender clock</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRtpJitterBuffer::do-lost</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
@ -20388,6 +20398,26 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRtpJitterBuffer::mode</NAME>
|
||||
<TYPE>RTPJitterBufferMode</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Mode</NICK>
|
||||
<BLURB>Control the buffering algorithm in use.</BLURB>
|
||||
<DEFAULT>Slave receiver to sender clock</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRtpJitterBuffer::percent</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,100]</RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>percent</NICK>
|
||||
<BLURB>The buffer filled percent.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRtpSession::bandwidth</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
|
@ -20414,7 +20444,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>NTP base time</NICK>
|
||||
<BLURB>The NTP base time corresponding to running_time 0.</BLURB>
|
||||
<BLURB>The NTP base time corresponding to running_time 0 (deprecated).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GObject
|
||||
GstObject
|
||||
GstPad
|
||||
GstInterleavePad
|
||||
GstVideoMixerPad
|
||||
GstInterleavePad
|
||||
GstPadTemplate
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
|
@ -11,33 +11,70 @@ GObject
|
|||
GstElement
|
||||
GstBin
|
||||
GstPipeline
|
||||
GstHalAudioSink
|
||||
GstHalAudioSrc
|
||||
GstGConfVideoSink
|
||||
GstGConfVideoSrc
|
||||
GstSwitchSink
|
||||
GstGConfAudioSink
|
||||
GstGConfAudioSrc
|
||||
GstRTSPSrc
|
||||
GstHalAudioSink
|
||||
GstHalAudioSrc
|
||||
GstRtpBin
|
||||
GstPushFileSrc
|
||||
GstAutoVideoSink
|
||||
GstAutoVideoSrc
|
||||
GstAutoAudioSink
|
||||
GstAutoAudioSrc
|
||||
GstPushFileSrc
|
||||
GstRTSPSrc
|
||||
GstRgVolume
|
||||
GstAspectRatioCrop
|
||||
GstCmmlEnc
|
||||
GstCmmlDec
|
||||
GstBaseSink
|
||||
GstAASink
|
||||
GstBaseAudioSink
|
||||
GstPulseSink
|
||||
GstAudioSink
|
||||
GstEsdSink
|
||||
GstOssSink
|
||||
GstCACASink
|
||||
GstVideoSink
|
||||
GstGdkPixbufSink
|
||||
GstV4l2Sink
|
||||
GstShout2send
|
||||
GstTest
|
||||
GstMultiFileSink
|
||||
GstMultiUDPSink
|
||||
GstUDPSink
|
||||
GstDynUDPSink
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstDV1394Src
|
||||
GstHDV1394Src
|
||||
GstSoupHTTPSrc
|
||||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstPulseSrc
|
||||
GstOssSrc
|
||||
GstV4l2Src
|
||||
GstXImageSrc
|
||||
GstMultiFileSrc
|
||||
GstUDPSrc
|
||||
GstWavpackParse
|
||||
GstWavpackDec
|
||||
GstWavpackEnc
|
||||
GstDVDemux
|
||||
GstDVDec
|
||||
GstTagLibMux
|
||||
GstId3v2Mux
|
||||
GstApev2Mux
|
||||
GstFlacEnc
|
||||
GstFlacDec
|
||||
GstFlacTag
|
||||
GstCairoTextOverlay
|
||||
GstBaseTransform
|
||||
GstCairoTimeOverlay
|
||||
GstPixbufScale
|
||||
GstVideoBox
|
||||
GstVideoFilter
|
||||
GstNavigationtest
|
||||
GstVideoBalance
|
||||
GstVideoFlip
|
||||
GstGamma
|
||||
GstSMPTEAlpha
|
||||
GstEdgeTV
|
||||
GstAgingTV
|
||||
GstDiceTV
|
||||
|
@ -50,14 +87,24 @@ GObject
|
|||
GstRadioacTV
|
||||
GstStreakTV
|
||||
GstRippleTV
|
||||
GstNavigationtest
|
||||
GstVideoFlip
|
||||
GstVideoBalance
|
||||
GstGamma
|
||||
GstSMPTEAlpha
|
||||
GstVideoBox
|
||||
GstBreakMyData
|
||||
GstNavSeek
|
||||
GstProgressReport
|
||||
GstTagInject
|
||||
GstLevel
|
||||
GstAlpha
|
||||
GstAlphaColor
|
||||
GstLevel
|
||||
GstAudioFilter
|
||||
GstIirEqualizer
|
||||
GstIirEqualizerNBands
|
||||
GstIirEqualizer3Bands
|
||||
GstIirEqualizer10Bands
|
||||
GstSpectrum
|
||||
GstAudioInvert
|
||||
GstAudioKaraoke
|
||||
|
@ -72,101 +119,28 @@ GObject
|
|||
GstAudioWSincBand
|
||||
GstAudioFIRFilter
|
||||
GstAudioEcho
|
||||
GstIirEqualizer
|
||||
GstIirEqualizerNBands
|
||||
GstIirEqualizer3Bands
|
||||
GstIirEqualizer10Bands
|
||||
GstAudioPanorama
|
||||
GstRgAnalysis
|
||||
GstRgLimiter
|
||||
GstVideoCrop
|
||||
GstAudioPanorama
|
||||
GstCairoRender
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstSoupHTTPSrc
|
||||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstPulseSrc
|
||||
GstOssSrc
|
||||
GstDV1394Src
|
||||
GstHDV1394Src
|
||||
GstXImageSrc
|
||||
GstV4l2Src
|
||||
GstUDPSrc
|
||||
GstMultiFileSrc
|
||||
GstBaseSink
|
||||
GstCACASink
|
||||
GstBaseAudioSink
|
||||
GstPulseSink
|
||||
GstAudioSink
|
||||
GstEsdSink
|
||||
GstOssSink
|
||||
GstAASink
|
||||
GstVideoSink
|
||||
GstGdkPixbufSink
|
||||
GstV4l2Sink
|
||||
GstShout2send
|
||||
GstTest
|
||||
GstMultiUDPSink
|
||||
GstUDPSink
|
||||
GstDynUDPSink
|
||||
GstMultiFileSink
|
||||
GstPulseMixer
|
||||
GstTagLibMux
|
||||
GstId3v2Mux
|
||||
GstApev2Mux
|
||||
GstSpeexEnc
|
||||
GstSpeexDec
|
||||
GstJpegEnc
|
||||
GstJpegDec
|
||||
GstSmokeEnc
|
||||
GstSmokeDec
|
||||
GstDVDemux
|
||||
GstDVDec
|
||||
GstCmmlEnc
|
||||
GstCmmlDec
|
||||
GstFlacEnc
|
||||
GstFlacDec
|
||||
GstFlacTag
|
||||
GstPngDec
|
||||
GstPngEnc
|
||||
GstGdkPixbuf
|
||||
GstWavpackParse
|
||||
GstWavpackDec
|
||||
GstWavpackEnc
|
||||
GstSpeexEnc
|
||||
GstSpeexDec
|
||||
GstOssMixerElement
|
||||
GstRTPDec
|
||||
GstICYDemux
|
||||
GstWavParse
|
||||
GstEbmlRead
|
||||
GstMatroskaDemux
|
||||
GstMatroskaMux
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstRndBufferSize
|
||||
GstEFence
|
||||
GstFlxDec
|
||||
GstVideoMixer
|
||||
GstTagDemux
|
||||
GstApeDemux
|
||||
GstID3Demux
|
||||
GstShapeWipe
|
||||
GstGoom
|
||||
GstGoom2k1
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstMultipartDemux
|
||||
GstMultipartMux
|
||||
GstMuLawEnc
|
||||
GstMuLawDec
|
||||
GstALawEnc
|
||||
GstALawDec
|
||||
GstCutter
|
||||
GstQTDemux
|
||||
GstAviDemux
|
||||
GstAviMux
|
||||
GstAviSubtitle
|
||||
GstRTPDepay
|
||||
GstBaseRTPDepayload
|
||||
GstRtpXQTDepay
|
||||
GstRtpAC3Depay
|
||||
GstRTPBVDepay
|
||||
GstRtpCELTDepay
|
||||
|
@ -199,18 +173,7 @@ GObject
|
|||
GstRtpTheoraDepay
|
||||
GstRtpVorbisDepay
|
||||
GstRtpVRawDepay
|
||||
GstAviDemux
|
||||
GstAviMux
|
||||
GstAviSubtitle
|
||||
GstSMPTE
|
||||
GstInterleave
|
||||
GstDeinterleave
|
||||
GstY4mEncode
|
||||
GstMonoscope
|
||||
GstDeinterlace
|
||||
GstWavEnc
|
||||
GstAuParse
|
||||
GstRTPDepay
|
||||
GstRtpXQTDepay
|
||||
GstBaseRTPPayload
|
||||
GstBaseRTPAudioPayload
|
||||
GstRTPBVPay
|
||||
|
@ -242,6 +205,42 @@ GObject
|
|||
GstRtpVorbisPay
|
||||
GstRtpVRawPay
|
||||
GstAsteriskh263
|
||||
GstGoom
|
||||
GstGoom2k1
|
||||
GstWavEnc
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstRndBufferSize
|
||||
GstEFence
|
||||
GstCutter
|
||||
GstEbmlRead
|
||||
GstMatroskaDemux
|
||||
GstMatroskaMux
|
||||
GstRTPDec
|
||||
GstQTDemux
|
||||
GstSMPTE
|
||||
GstAuParse
|
||||
GstMultipartDemux
|
||||
GstMultipartMux
|
||||
GstALawEnc
|
||||
GstALawDec
|
||||
GstMuLawEnc
|
||||
GstMuLawDec
|
||||
GstTagDemux
|
||||
GstApeDemux
|
||||
GstID3Demux
|
||||
GstFlxDec
|
||||
GstDeinterlace
|
||||
GstY4mEncode
|
||||
GstInterleave
|
||||
GstDeinterleave
|
||||
GstWavParse
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstICYDemux
|
||||
GstVideoMixer
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
|
@ -261,17 +260,19 @@ GObject
|
|||
RTPSession
|
||||
GstTunerNorm
|
||||
GstTunerChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GdkPixbuf
|
||||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstPropertyProbe
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstStreamVolume
|
||||
GstImplementsInterface
|
||||
GstPropertyProbe
|
||||
GstMixer
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstTuner
|
||||
GstColorBalance
|
||||
GstVideoOrientation
|
||||
|
|
|
@ -1,48 +1,48 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstHalAudioSink GstChildProxy
|
||||
GstHalAudioSrc GstChildProxy
|
||||
GstGConfVideoSink GstChildProxy
|
||||
GstGConfVideoSrc GstChildProxy
|
||||
GstSwitchSink GstChildProxy
|
||||
GstGConfAudioSink GstChildProxy
|
||||
GstGConfAudioSrc GstChildProxy
|
||||
GstRTSPSrc GstChildProxy GstURIHandler
|
||||
GstHalAudioSink GstChildProxy
|
||||
GstHalAudioSrc GstChildProxy
|
||||
GstRtpBin GstChildProxy
|
||||
GstPushFileSrc GstChildProxy GstURIHandler
|
||||
GstAutoVideoSink GstChildProxy
|
||||
GstAutoVideoSrc GstChildProxy
|
||||
GstAutoAudioSink GstChildProxy
|
||||
GstAutoAudioSrc GstChildProxy
|
||||
GstPushFileSrc GstChildProxy GstURIHandler
|
||||
GstRTSPSrc GstChildProxy GstURIHandler
|
||||
GstRgVolume GstChildProxy
|
||||
GstAspectRatioCrop GstChildProxy
|
||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||
GstIirEqualizer GstChildProxy
|
||||
GstIirEqualizerNBands GstChildProxy
|
||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||
GstSoupHTTPSrc GstURIHandler
|
||||
GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOssSrc GstImplementsInterface GstMixer
|
||||
GstDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstHDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstUDPSrc GstURIHandler
|
||||
GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
|
||||
GstV4l2Sink GstImplementsInterface GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstShout2send GstTagSetter
|
||||
GstUDPSink GstURIHandler
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstHDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstSoupHTTPSrc GstURIHandler
|
||||
GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOssSrc GstImplementsInterface GstMixer
|
||||
GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstUDPSrc GstURIHandler
|
||||
GstWavpackEnc GstPreset
|
||||
GstTagLibMux GstTagSetter
|
||||
GstId3v2Mux GstTagSetter
|
||||
GstApev2Mux GstTagSetter
|
||||
GstFlacEnc GstTagSetter GstPreset
|
||||
GstFlacTag GstTagSetter
|
||||
GstWavpackEnc GstPreset
|
||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||
GstIirEqualizer GstChildProxy
|
||||
GstIirEqualizerNBands GstChildProxy
|
||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstSpeexEnc GstTagSetter GstPreset
|
||||
GstOssMixerElement GstImplementsInterface GstMixer
|
||||
GstMatroskaMux GstTagSetter
|
||||
GstVideoMixer GstChildProxy
|
||||
GstFlvMux GstTagSetter
|
||||
GstAviMux GstTagSetter
|
||||
GstMatroskaMux GstTagSetter
|
||||
GstDeinterlace GstChildProxy
|
||||
GstFlvMux GstTagSetter
|
||||
GstVideoMixer GstChildProxy
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstObject GstElement
|
||||
GstStreamVolume GObject
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstTuner GstObject GstImplementsInterface GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstVideoOrientation GstObject GstImplementsInterface GstElement
|
||||
|
|
|
@ -508,6 +508,15 @@ GstRtpJitterBuffer *gstrtpjitterbuffer
|
|||
guint arg1
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstRtpJitterBuffer::set-active</NAME>
|
||||
<RETURNS>guint64</RETURNS>
|
||||
<FLAGS>la</FLAGS>
|
||||
GstRtpJitterBuffer *gstrtpjitterbuffer
|
||||
gboolean arg1
|
||||
guint64 arg2
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstRtpPtDemux::clear-pt-map</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
|
|
|
@ -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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Changes gamma on video images</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
|
||||
<basename>libgstgamma.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Matroska stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Changes hue, saturation, brightness etc. on video images</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
||||
<basename>libgstvideobalance.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Flips and rotates video</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||
<basename>libgstvideoflip.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</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.18.1</version>
|
||||
<version>0.10.19</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -33,6 +33,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.19</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Closer to the Edit</name>
|
||||
<created>2010-03-06</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.19.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.19.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.18</revision>
|
||||
|
|
|
@ -40,7 +40,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"
|
||||
|
@ -359,7 +359,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.18.4"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.19"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
@ -368,7 +368,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.18.4"
|
||||
#define PACKAGE_VERSION "0.10.19"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -399,7 +399,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.18.4"
|
||||
#define VERSION "0.10.19"
|
||||
|
||||
/* old wavpack API */
|
||||
#undef WAVPACK_OLD_API
|
||||
|
|
Loading…
Reference in a new issue