mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Release 1.5.90
This commit is contained in:
parent
5bb480485b
commit
ec0926144f
76 changed files with 1988 additions and 129 deletions
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
||||||
This is GStreamer Good Plugins 1.5.2
|
This is GStreamer Good Plugins 1.5.90
|
||||||
|
|
||||||
|
|
117
RELEASE
117
RELEASE
|
@ -1,17 +1,16 @@
|
||||||
|
|
||||||
Release notes for GStreamer Good Plugins 1.5.2
|
Release notes for GStreamer Good Plugins 1.5.90
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the second release of the unstable
|
The GStreamer team is pleased to announce the first release candidate for the
|
||||||
1.5 release series. The 1.5 release series is adding new features on top of
|
stable 1.6 release series. The 1.6 release series is adding new features on top of
|
||||||
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
|
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
|
||||||
series of the GStreamer multimedia framework. The unstable 1.5 release series
|
series of the GStreamer multimedia framework. The final 1.6.0 release is planned
|
||||||
will lead to the stable 1.6 release series in the next weeks, and newly added
|
in the next few days unless any major bugs are found.
|
||||||
API can still change until that point.
|
|
||||||
|
|
||||||
|
|
||||||
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
|
Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
|
||||||
during the unstable 1.5 release series.
|
the GStreamer project.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,26 +57,58 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 742917 : v4l2: Allow scaling in the v4l2*convert element
|
* 738363 : jitterbuffer: lost-events are broken
|
||||||
* 746146 : v4l2src: Seems to produce invalid or not-supported colorimetry field
|
* 738570 : flvdemux: Fix support for seeking flags
|
||||||
* 750298 : souphttpsrc: add tls-database property
|
* 738681 : qtdemux: does not detect orientation
|
||||||
* 750471 : rtspsrc: Add support for TLS client authentication
|
* 739472 : multifilesrc: Lost the ability to start at a different frame by setting index property
|
||||||
* 750566 : goom: FTBFS: possible uninitialized variables compiler warning
|
* 739868 : rtpmanager: rtpjitterbuffer fixes and improvements
|
||||||
* 750567 : rtpvp8depay: FTBFS because of access beyond end of array compiler warning
|
* 745089 : qtdemux: gets stuck if file only has a moof and no moov
|
||||||
* 750653 : rtpmanager: document units of stats and arguments
|
* 746445 : rtpaux: Unit test is racy and producing warnings
|
||||||
* 750675 : qtdemux: reverse playback not working
|
* 747728 : vp8enc: multipass-mode=2 is not working
|
||||||
* 750747 : splitmuxtest sometimes fails
|
* 747881 : rtpmp4gdepay does not calculate timestamp for RTP packets with multiple Access Units
|
||||||
* 750868 : osxaudio: fix latency property query on RemoteIO
|
* 747965 : rtppayload: payload type could be inconsistent in some payloader, which have pre-defined pt by RFC standard
|
||||||
* 750965 : rtpjitterbuffer: 1. Fix a typing error of comment, 2. Add null check in free_item function
|
* 749536 : rtspsrc: handle gap in tcp mode
|
||||||
* 751164 : rtspsrc does not respect the timeout value in the SETUP reply
|
* 750101 : rtspsrc: send the user-agent header
|
||||||
* 751297 : rtprtxqueue: reverse pending list before pushing buffers
|
* 750106 : splitmuxsink: add a " format-location " signal that allows better control over filenames
|
||||||
* 751298 : flvmux: produced files does not work well with common flash players
|
* 751240 : splitmuxsrc: improve sticky events handling
|
||||||
* 751306 : good plugins: fix some issues found using static analysis tool
|
* 751334 : FLAC: memory leak on a specific media file
|
||||||
* 751316 : rtpjitterbuffer : Fix a typing error of comment and the code which is wrong coding style. (trivial cleanup)
|
* 751496 : rtspsrc: Add new ntp-time-source property and deprecate use-pipeline-clock property
|
||||||
* 751320 : flvmux: Does not append AVC end of sequence
|
* 751774 : rtp: Copy over metas if possible
|
||||||
* 751361 : qtmux generates bad output timestamps
|
* 751780 : avidemux: Fix the return type of index_entry_offset_search
|
||||||
* 751364 : flacparse: fix possible memory leak
|
* 751886 : Add rtph261pay and rtph261depay
|
||||||
* 743338 : gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOS
|
* 751929 : rtpvp8depay: Ignore reserved bit in payload descriptor
|
||||||
|
* 751982 : rtph261pay: rtph261depay: Add documentation
|
||||||
|
* 751985 : rtph261pay: Fix uninitialized variable compiler error
|
||||||
|
* 752012 : rtph263pdepay: Fix initialization of debug category
|
||||||
|
* 752053 : goom: Initialised variables to remove compiler warnings
|
||||||
|
* 752073 : Revert " imagefreeze: Remove impossible error condition "
|
||||||
|
* 752100 : rtpklvdepay: fix build error
|
||||||
|
* 752112 : rtph263depay: Make sure payload is large enough
|
||||||
|
* 752117 : avidemux: fix event leak
|
||||||
|
* 752416 : audiofx: fix typos in example pipelines
|
||||||
|
* 752421 : matroskademux: SRT subtitles with markup are displayed with a trailing asterisk
|
||||||
|
* 752613 : qtdemux: raw 16 bit PCM audio in 'raw ' fourcc not working
|
||||||
|
* 752618 : v4l2bufferpool: Set timestamp when queue buffer
|
||||||
|
* 752655 : qtdemux: support 'subt' subtype for subtitle tracks
|
||||||
|
* 752663 : rtpvp8depay: Check available bytes before copy
|
||||||
|
* 752825 : v4l2: Patch to remove limit on framerate
|
||||||
|
* 752850 : matroskademux: Does not send user-supplied metadata tags from streamable files
|
||||||
|
* 752866 : souphttpsrc: allow empty http proxy string
|
||||||
|
* 752992 : matroska: fix minor tag string leak
|
||||||
|
* 753008 : dvdemux: Remove unused variable
|
||||||
|
* 753009 : rtspsrc: Strip keys from the fmtp that we use internally in our caps
|
||||||
|
* 753042 : rtpmp4vdepay: rtpbuffer is being unref'ed twice
|
||||||
|
* 753066 : rtpstreamdepay: No Caps set error when activating in pull mode
|
||||||
|
* 753240 : souphttpsrc: Typo (occured) in translatable string
|
||||||
|
* 753325 : rtpklv(de)pay: add " RTP " in the klass string
|
||||||
|
* 753430 : rtph264depay: Not working with caps " byte-stream/nal "
|
||||||
|
* 753450 : audioecho: unused local variable in set_property function
|
||||||
|
* 753490 : audioecho: reallocate buffer on changing max_delay
|
||||||
|
* 753556 : matroska: Remove unused variables
|
||||||
|
* 753670 : directsoundsink: allow specifying audio playback device
|
||||||
|
* 753706 : rtp: some (de)payloaders are missing copying metadata.
|
||||||
|
* 743758 : osxaudiosrc supports only 44100 sample rate on iOS
|
||||||
|
* 679768 : mpegaudioparse, baseparse: fix tag handling
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -114,22 +145,40 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Alex Ashley
|
||||||
* Arun Raghavan
|
* Arun Raghavan
|
||||||
* Chris Clayton
|
* Dimitrios Christidis
|
||||||
|
* Dimitrios Katsaros
|
||||||
|
* Dustin Spicuzza
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Enrico Jorns
|
* Eunhae Choi
|
||||||
|
* George Kiagiadakis
|
||||||
|
* Gilbok Lee
|
||||||
|
* Glen Diener
|
||||||
|
* Havard Graff
|
||||||
|
* Hyunjun Ko
|
||||||
* Ilya Konstantinov
|
* Ilya Konstantinov
|
||||||
|
* Jan Alexander Steffens (heftig)
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jose Antonio Santos Cadenas
|
* Jimmy Ohn
|
||||||
* Luis de Bethencourt
|
* Luis de Bethencourt
|
||||||
|
* Manasa Athreya
|
||||||
* Miguel París Díaz
|
* Miguel París Díaz
|
||||||
* Nicolas Dufresne
|
* Nicolas Dufresne
|
||||||
* Philipp Zabel
|
* Oleksij Rempel
|
||||||
* Sangkyu Park
|
* Olivier Crête
|
||||||
|
* Paul Hyunil
|
||||||
|
* Prashant Gotarne
|
||||||
|
* Ramiro Polla
|
||||||
|
* Ravi Kiran K N
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Song Bing
|
||||||
* Stefan Sauer
|
* Stefan Sauer
|
||||||
|
* Stian Selnes
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
|
* Tim-Philipp Müller
|
||||||
|
* Tobias Mueller
|
||||||
* Vineeth T M
|
* Vineeth T M
|
||||||
* Vineeth TM
|
* Vineeth TM
|
||||||
* Xavier Claessens
|
* Wim Taymans
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for git/pre
|
dnl use a three digit version number for releases, and four for git/pre
|
||||||
AC_INIT([GStreamer Good Plug-ins],[1.5.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
|
AC_INIT([GStreamer Good Plug-ins],[1.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
|
||||||
|
|
||||||
AG_GST_INIT
|
AG_GST_INIT
|
||||||
|
|
||||||
|
@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
||||||
[GStreamer API Version])
|
[GStreamer API Version])
|
||||||
|
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 502, 0, 502)
|
AS_LIBTOOL(GST, 590, 0, 590)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.5.2.1
|
GST_REQ=1.5.90
|
||||||
GSTPB_REQ=1.5.2.1
|
GSTPB_REQ=1.5.90
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -1058,6 +1058,16 @@
|
||||||
<DEFAULT>NTP time based on realtime clock</DEFAULT>
|
<DEFAULT>NTP time based on realtime clock</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstRTSPSrc::user-agent</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>User Agent</NICK>
|
||||||
|
<BLURB>The User-Agent string to send to the server.</BLURB>
|
||||||
|
<DEFAULT>"GStreamer/1.5.90"</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPDec::skip</NAME>
|
<NAME>GstRTPDec::skip</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
|
@ -4318,6 +4328,16 @@
|
||||||
<DEFAULT></DEFAULT>
|
<DEFAULT></DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstSoupHTTPSrc::method</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>HTTP method</NICK>
|
||||||
|
<BLURB>The HTTP method to use (GET, HEAD, OPTIONS, etc).</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPDVPay::mode</NAME>
|
<NAME>GstRTPDVPay::mode</NAME>
|
||||||
<TYPE>GstDVPayMode</TYPE>
|
<TYPE>GstDVPayMode</TYPE>
|
||||||
|
@ -23914,7 +23934,7 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Multipass Cache File</NICK>
|
<NICK>Multipass Cache File</NICK>
|
||||||
<BLURB>Multipass cache file.</BLURB>
|
<BLURB>Multipass cache file. If stream caps reinited, multiple files will be created: file, file.1, file.2, ... and so on.</BLURB>
|
||||||
<DEFAULT>"multipass.cache"</DEFAULT>
|
<DEFAULT>"multipass.cache"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -24824,7 +24844,7 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Multipass Cache File</NICK>
|
<NICK>Multipass Cache File</NICK>
|
||||||
<BLURB>Multipass cache file.</BLURB>
|
<BLURB>Multipass cache file. If stream caps reinited, multiple files will be created: file, file.1, file.2, ... and so on.</BLURB>
|
||||||
<DEFAULT>"multipass.cache"</DEFAULT>
|
<DEFAULT>"multipass.cache"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -19,16 +19,16 @@ GObject
|
||||||
GstV4l2DeviceProvider
|
GstV4l2DeviceProvider
|
||||||
GstElement
|
GstElement
|
||||||
Gst3GPPMux
|
Gst3GPPMux
|
||||||
GstALawDec
|
|
||||||
GstALawEnc
|
|
||||||
GstAsteriskh263
|
GstAsteriskh263
|
||||||
GstAuParse
|
GstAuParse
|
||||||
GstAudioDecoder
|
GstAudioDecoder
|
||||||
|
GstALawDec
|
||||||
GstFlacDec
|
GstFlacDec
|
||||||
GstMuLawDec
|
GstMuLawDec
|
||||||
GstSpeexDec
|
GstSpeexDec
|
||||||
GstWavpackDec
|
GstWavpackDec
|
||||||
GstAudioEncoder
|
GstAudioEncoder
|
||||||
|
GstALawEnc
|
||||||
GstFlacEnc
|
GstFlacEnc
|
||||||
GstMuLawEnc
|
GstMuLawEnc
|
||||||
GstSpeexEnc
|
GstSpeexEnc
|
||||||
|
|
|
@ -2,6 +2,7 @@ GSocket GInitable
|
||||||
GdkPixbuf GIcon
|
GdkPixbuf GIcon
|
||||||
GdkPixbuf GIcon GLoadableIcon
|
GdkPixbuf GIcon GLoadableIcon
|
||||||
Gst3GPPMux GstTagSetter GstTagXmpWriter
|
Gst3GPPMux GstTagSetter GstTagXmpWriter
|
||||||
|
GstALawEnc GstPreset
|
||||||
GstApev2Mux GstTagSetter
|
GstApev2Mux GstTagSetter
|
||||||
GstAspectRatioCrop GstChildProxy
|
GstAspectRatioCrop GstChildProxy
|
||||||
GstAudioEncoder GstPreset
|
GstAudioEncoder GstPreset
|
||||||
|
|
|
@ -789,3 +789,11 @@ GstRTSPSrc *gstrtspsrc
|
||||||
guint arg1
|
guint arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstSplitMuxSink::format-location</NAME>
|
||||||
|
<RETURNS>gchar*</RETURNS>
|
||||||
|
<FLAGS>l</FLAGS>
|
||||||
|
GstSplitMuxSink *gstsplitmuxsink
|
||||||
|
guint arg1
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Source for video data via IEEE1394 interface</description>
|
<description>Source for video data via IEEE1394 interface</description>
|
||||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||||
<basename>libgst1394.so</basename>
|
<basename>libgst1394.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASCII Art video sink</description>
|
<description>ASCII Art video sink</description>
|
||||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||||
<basename>libgstaasink.so</basename>
|
<basename>libgstaasink.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ALaw audio conversion routines</description>
|
<description>ALaw audio conversion routines</description>
|
||||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||||
<basename>libgstalaw.so</basename>
|
<basename>libgstalaw.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
||||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||||
<basename>libgstalpha.so</basename>
|
<basename>libgstalpha.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
||||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||||
<basename>libgstalphacolor.so</basename>
|
<basename>libgstalphacolor.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>APEv1/2 tag reader</description>
|
<description>APEv1/2 tag reader</description>
|
||||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||||
<basename>libgstapetag.so</basename>
|
<basename>libgstapetag.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Audio effects plugin</description>
|
<description>Audio effects plugin</description>
|
||||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||||
<basename>libgstaudiofx.so</basename>
|
<basename>libgstaudiofx.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Parsers for various audio formats</description>
|
<description>Parsers for various audio formats</description>
|
||||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||||
<basename>libgstaudioparsers.so</basename>
|
<basename>libgstaudioparsers.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>parses au streams</description>
|
<description>parses au streams</description>
|
||||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||||
<basename>libgstauparse.so</basename>
|
<basename>libgstauparse.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
||||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||||
<basename>libgstautodetect.so</basename>
|
<basename>libgstautodetect.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>AVI stream handling</description>
|
<description>AVI stream handling</description>
|
||||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||||
<basename>libgstavi.so</basename>
|
<basename>libgstavi.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<longname>Avi muxer</longname>
|
<longname>Avi muxer</longname>
|
||||||
<class>Codec/Muxer</class>
|
<class>Codec/Muxer</class>
|
||||||
<description>Muxes audio and video into an avi stream</description>
|
<description>Muxes audio and video into an avi stream</description>
|
||||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
<author>GStreamer maintainers <gstreamer-devel@lists.freedesktop.org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%u</name>
|
<name>audio_%u</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Colored ASCII Art video sink</description>
|
<description>Colored ASCII Art video sink</description>
|
||||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||||
<basename>libgstcacasink.so</basename>
|
<basename>libgstcacasink.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Cairo-based elements</description>
|
<description>Cairo-based elements</description>
|
||||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||||
<basename>libgstcairo.so</basename>
|
<basename>libgstcairo.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Audio Cutter to split audio into non-silent bits</description>
|
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||||
<basename>libgstcutter.so</basename>
|
<basename>libgstcutter.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>elements for testing and debugging</description>
|
<description>elements for testing and debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||||
<basename>libgstdebug.so</basename>
|
<basename>libgstdebug.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Deinterlacer</description>
|
<description>Deinterlacer</description>
|
||||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||||
<basename>libgstdeinterlace.so</basename>
|
<basename>libgstdeinterlace.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DTMF plugins</description>
|
<description>DTMF plugins</description>
|
||||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||||
<basename>libgstdtmf.so</basename>
|
<basename>libgstdtmf.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||||
<basename>libgstdv.so</basename>
|
<basename>libgstdv.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>effect plugins from the effectv project</description>
|
<description>effect plugins from the effectv project</description>
|
||||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||||
<basename>libgsteffectv.so</basename>
|
<basename>libgsteffectv.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GStreamer audio equalizers</description>
|
<description>GStreamer audio equalizers</description>
|
||||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||||
<basename>libgstequalizer.so</basename>
|
<basename>libgstequalizer.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>The FLAC Lossless compressor Codec</description>
|
<description>The FLAC Lossless compressor Codec</description>
|
||||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||||
<basename>libgstflac.so</basename>
|
<basename>libgstflac.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw, format=(string){ S24LE, S24_32LE, S16LE, S8 }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)[ 1, 8 ]</details>
|
<details>audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)1; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)3, channel-mask=(bitmask)0x0000000000000007; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)4, channel-mask=(bitmask)0x0000000000000033; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)5, channel-mask=(bitmask)0x0000000000000037; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)6, channel-mask=(bitmask)0x000000000000003f; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)7, channel-mask=(bitmask)0x000000000000013f; audio/x-raw, format=(string){ S8, S16LE, S24LE, S24_32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)8, channel-mask=(bitmask)0x0000000000000c3f</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>FLV muxing and demuxing plugin</description>
|
<description>FLV muxing and demuxing plugin</description>
|
||||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||||
<basename>libgstflv.so</basename>
|
<basename>libgstflv.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>FLC/FLI/FLX video decoder</description>
|
<description>FLC/FLI/FLX video decoder</description>
|
||||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||||
<basename>libgstflxdec.so</basename>
|
<basename>libgstflxdec.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GdkPixbuf-based image decoder, overlay and sink</description>
|
<description>GdkPixbuf-based image decoder, overlay and sink</description>
|
||||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||||
<basename>libgstgdkpixbuf.so</basename>
|
<basename>libgstgdkpixbuf.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GOOM visualization filter</description>
|
<description>GOOM visualization filter</description>
|
||||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||||
<basename>libgstgoom.so</basename>
|
<basename>libgstgoom.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GOOM 2k1 visualization filter</description>
|
<description>GOOM 2k1 visualization filter</description>
|
||||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||||
<basename>libgstgoom2k1.so</basename>
|
<basename>libgstgoom2k1.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demux ICY tags from a stream</description>
|
<description>Demux ICY tags from a stream</description>
|
||||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||||
<basename>libgsticydemux.so</basename>
|
<basename>libgsticydemux.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||||
<basename>libgstid3demux.so</basename>
|
<basename>libgstid3demux.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Still frame stream generator</description>
|
<description>Still frame stream generator</description>
|
||||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||||
<basename>libgstimagefreeze.so</basename>
|
<basename>libgstimagefreeze.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Audio interleaver/deinterleaver</description>
|
<description>Audio interleaver/deinterleaver</description>
|
||||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||||
<basename>libgstinterleave.so</basename>
|
<basename>libgstinterleave.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
|
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
|
||||||
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
|
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
|
||||||
<basename>libgstisomp4.so</basename>
|
<basename>libgstisomp4.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>JACK audio elements</description>
|
<description>JACK audio elements</description>
|
||||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||||
<basename>libgstjack.so</basename>
|
<basename>libgstjack.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>JPeg plugin library</description>
|
<description>JPeg plugin library</description>
|
||||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||||
<basename>libgstjpeg.so</basename>
|
<basename>libgstjpeg.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Audio level plugin</description>
|
<description>Audio level plugin</description>
|
||||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||||
<basename>libgstlevel.so</basename>
|
<basename>libgstlevel.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Matroska and WebM stream handling</description>
|
<description>Matroska and WebM stream handling</description>
|
||||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||||
<basename>libgstmatroska.so</basename>
|
<basename>libgstmatroska.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<longname>Matroska demuxer</longname>
|
<longname>Matroska demuxer</longname>
|
||||||
<class>Codec/Demuxer</class>
|
<class>Codec/Demuxer</class>
|
||||||
<description>Demuxes Matroska/WebM streams into video/audio/subtitles</description>
|
<description>Demuxes Matroska/WebM streams into video/audio/subtitles</description>
|
||||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
<author>GStreamer maintainers <gstreamer-devel@lists.freedesktop.org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<longname>Matroska muxer</longname>
|
<longname>Matroska muxer</longname>
|
||||||
<class>Codec/Muxer</class>
|
<class>Codec/Muxer</class>
|
||||||
<description>Muxes video/audio/subtitle streams into a matroska stream</description>
|
<description>Muxes video/audio/subtitle streams into a matroska stream</description>
|
||||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
<author>GStreamer maintainers <gstreamer-devel@lists.freedesktop.org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%u</name>
|
<name>audio_%u</name>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
<longname>Matroska parser</longname>
|
<longname>Matroska parser</longname>
|
||||||
<class>Codec/Parser</class>
|
<class>Codec/Parser</class>
|
||||||
<description>Parses Matroska/WebM streams into video/audio/subtitles</description>
|
<description>Parses Matroska/WebM streams into video/audio/subtitles</description>
|
||||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
<author>GStreamer maintainers <gstreamer-devel@lists.freedesktop.org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<longname>WebM muxer</longname>
|
<longname>WebM muxer</longname>
|
||||||
<class>Codec/Muxer</class>
|
<class>Codec/Muxer</class>
|
||||||
<description>Muxes video and audio streams into a WebM stream</description>
|
<description>Muxes video and audio streams into a WebM stream</description>
|
||||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
<author>GStreamer maintainers <gstreamer-devel@lists.freedesktop.org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%u</name>
|
<name>audio_%u</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MuLaw audio conversion routines</description>
|
<description>MuLaw audio conversion routines</description>
|
||||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||||
<basename>libgstmulaw.so</basename>
|
<basename>libgstmulaw.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
<description>Reads/Writes buffers from/to sequentially named files</description>
|
||||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||||
<basename>libgstmultifile.so</basename>
|
<basename>libgstmultifile.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>multipart stream manipulation</description>
|
<description>multipart stream manipulation</description>
|
||||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||||
<basename>libgstmultipart.so</basename>
|
<basename>libgstmultipart.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Template for a video filter</description>
|
<description>Template for a video filter</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||||
<basename>libgstnavigationtest.so</basename>
|
<basename>libgstnavigationtest.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||||
<basename>libgstoss4audio.so</basename>
|
<basename>libgstoss4audio.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>OSS (Open Sound System) support for GStreamer</description>
|
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||||
<basename>libgstossaudio.so</basename>
|
<basename>libgstossaudio.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>PNG plugin library</description>
|
<description>PNG plugin library</description>
|
||||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||||
<basename>libgstpng.so</basename>
|
<basename>libgstpng.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>PulseAudio plugin library</description>
|
<description>PulseAudio plugin library</description>
|
||||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||||
<basename>libgstpulse.so</basename>
|
<basename>libgstpulse.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ReplayGain volume normalization</description>
|
<description>ReplayGain volume normalization</description>
|
||||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||||
<basename>libgstreplaygain.so</basename>
|
<basename>libgstreplaygain.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Real-time protocol plugins</description>
|
<description>Real-time protocol plugins</description>
|
||||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||||
<basename>libgstrtp.so</basename>
|
<basename>libgstrtp.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
@ -362,7 +362,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>application/x-rtp, media=(string)audio, encoding-name=(string)G722, payload=(int)9, clock-rate=(int)8000</details>
|
<details>application/x-rtp, media=(string)audio, encoding-name=(string)G722, payload=(int)9, clock-rate=(int)8000; application/x-rtp, media=(string)audio, encoding-name=(string)G722, payload=(int)[ 96, 127 ], clock-rate=(int)8000</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -866,14 +866,14 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>application/x-rtp, media=(string)video, payload=(int)26, clock-rate=(int)90000, encoding-name=(string)JPEG, width=(int)[ 1, 65536 ], height=(int)[ 1, 65536 ]</details>
|
<details>application/x-rtp, media=(string)video, payload=(int)26, clock-rate=(int)90000, encoding-name=(string)JPEG, width=(int)[ 1, 65536 ], height=(int)[ 1, 65536 ]; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)JPEG, width=(int)[ 1, 65536 ], height=(int)[ 1, 65536 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<name>rtpklvdepay</name>
|
<name>rtpklvdepay</name>
|
||||||
<longname>RTP KLV Depayloader</longname>
|
<longname>RTP KLV Depayloader</longname>
|
||||||
<class>Codec/Depayloader/Network</class>
|
<class>Codec/Depayloader/Network/RTP</class>
|
||||||
<description>Extracts KLV (SMPTE ST 336) metadata from RTP packets</description>
|
<description>Extracts KLV (SMPTE ST 336) metadata from RTP packets</description>
|
||||||
<author>Tim-Philipp Müller <tim@centricular.com></author>
|
<author>Tim-Philipp Müller <tim@centricular.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
|
@ -894,7 +894,7 @@
|
||||||
<element>
|
<element>
|
||||||
<name>rtpklvpay</name>
|
<name>rtpklvpay</name>
|
||||||
<longname>RTP KLV Payloader</longname>
|
<longname>RTP KLV Payloader</longname>
|
||||||
<class>Codec/Payloader/Network</class>
|
<class>Codec/Payloader/Network/RTP</class>
|
||||||
<description>Payloads KLV (SMPTE ST 336) metadata as RTP packets</description>
|
<description>Payloads KLV (SMPTE ST 336) metadata as RTP packets</description>
|
||||||
<author>Tim-Philipp Müller <tim@centricular.com></author>
|
<author>Tim-Philipp Müller <tim@centricular.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
|
@ -1202,7 +1202,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>application/x-rtp, media=(string)video, payload=(int)32, clock-rate=(int)90000, encoding-name=(string)MPV</details>
|
<details>application/x-rtp, media=(string)video, payload=(int)32, clock-rate=(int)90000, encoding-name=(string)MPV; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)MPV</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RTP session management plugin library</description>
|
<description>RTP session management plugin library</description>
|
||||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||||
<basename>libgstrtpmanager.so</basename>
|
<basename>libgstrtpmanager.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data via RTSP</description>
|
<description>transfer data via RTSP</description>
|
||||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||||
<basename>libgstrtsp.so</basename>
|
<basename>libgstrtsp.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Shape Wipe transition filter</description>
|
<description>Shape Wipe transition filter</description>
|
||||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||||
<basename>libgstshapewipe.so</basename>
|
<basename>libgstshapewipe.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Sends data to an icecast server using libshout2</description>
|
<description>Sends data to an icecast server using libshout2</description>
|
||||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||||
<basename>libgstshout2.so</basename>
|
<basename>libgstshout2.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>libshout2</package>
|
<package>libshout2</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Apply the standard SMPTE transitions on video images</description>
|
<description>Apply the standard SMPTE transitions on video images</description>
|
||||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||||
<basename>libgstsmpte.so</basename>
|
<basename>libgstsmpte.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>libsoup HTTP client src/sink</description>
|
<description>libsoup HTTP client src/sink</description>
|
||||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||||
<basename>libgstsouphttpsrc.so</basename>
|
<basename>libgstsouphttpsrc.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||||
<basename>libgstspectrum.so</basename>
|
<basename>libgstspectrum.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Speex plugin library</description>
|
<description>Speex plugin library</description>
|
||||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||||
<basename>libgstspeex.so</basename>
|
<basename>libgstspeex.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Tag writing plug-in based on taglib</description>
|
<description>Tag writing plug-in based on taglib</description>
|
||||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||||
<basename>libgsttaglib.so</basename>
|
<basename>libgsttaglib.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data via UDP</description>
|
<description>transfer data via UDP</description>
|
||||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||||
<basename>libgstudp.so</basename>
|
<basename>libgstudp.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||||
<basename>libgstvideo4linux2.so</basename>
|
<basename>libgstvideo4linux2.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>image/jpeg; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)2; video/mpegts, systemstream=(boolean)true; video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true; video/x-h263, variant=(string)itu; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw, format=(string){ RGB15, RGB16, BGR, RGB, BGRx, BGRA, xRGB, ARGB, GRAY8, YVU9, YV12, YUY2, UYVY, Y42B, Y41B, NV12_64Z32, YUV9, I420, YVYU, NV21, NV12 }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-vp8</details>
|
<details>image/jpeg; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)2; video/mpegts, systemstream=(boolean)true; video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)true; video/x-h263, variant=(string)itu; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGB15, RGB16, BGR, RGB, BGRx, BGRA, xRGB, ARGB, GRAY8, YVU9, YV12, YUY2, UYVY, Y42B, Y41B, NV12_64Z32, YUV9, I420, YVYU, NV21, NV12 }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>image/jpeg; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)2; video/mpegts, systemstream=(boolean)true; video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true; video/x-h263, variant=(string)itu; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw, format=(string){ RGB15, RGB16, BGR, RGB, BGRx, BGRA, xRGB, ARGB, GRAY8, YVU9, YV12, YUY2, UYVY, Y42B, Y41B, NV12_64Z32, YUV9, I420, YVYU, NV21, NV12 }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-vp8</details>
|
<details>image/jpeg; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpeg, mpegversion=(int)2; video/mpegts, systemstream=(boolean)true; video/x-bayer, format=(string){ bggr, gbrg, grbg, rggb }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)true; video/x-h263, variant=(string)itu; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGB15, RGB16, BGR, RGB, BGRx, BGRA, xRGB, ARGB, GRAY8, YVU9, YV12, YUY2, UYVY, Y42B, Y41B, NV12_64Z32, YUV9, I420, YVYU, NV21, NV12 }, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>resizes a video by adding borders or cropping</description>
|
<description>resizes a video by adding borders or cropping</description>
|
||||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||||
<basename>libgstvideobox.so</basename>
|
<basename>libgstvideobox.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Crops video into a user-defined region</description>
|
<description>Crops video into a user-defined region</description>
|
||||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||||
<basename>libgstvideocrop.so</basename>
|
<basename>libgstvideocrop.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Video filters plugin</description>
|
<description>Video filters plugin</description>
|
||||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||||
<basename>libgstvideofilter.so</basename>
|
<basename>libgstvideofilter.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Video mixer</description>
|
<description>Video mixer</description>
|
||||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||||
<basename>libgstvideomixer.so</basename>
|
<basename>libgstvideomixer.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>VP8 plugin</description>
|
<description>VP8 plugin</description>
|
||||||
<filename>../../ext/vpx/.libs/libgstvpx.so</filename>
|
<filename>../../ext/vpx/.libs/libgstvpx.so</filename>
|
||||||
<basename>libgstvpx.so</basename>
|
<basename>libgstvpx.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Encode raw audio into WAV</description>
|
<description>Encode raw audio into WAV</description>
|
||||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||||
<basename>libgstwavenc.so</basename>
|
<basename>libgstwavenc.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Wavpack lossless/lossy audio format handling</description>
|
<description>Wavpack lossless/lossy audio format handling</description>
|
||||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||||
<basename>libgstwavpack.so</basename>
|
<basename>libgstwavpack.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Parse a .wav file into raw audio</description>
|
<description>Parse a .wav file into raw audio</description>
|
||||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||||
<basename>libgstwavparse.so</basename>
|
<basename>libgstwavparse.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>X11 video input plugin using standard Xlib calls</description>
|
<description>X11 video input plugin using standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||||
<basename>libgstximagesrc.so</basename>
|
<basename>libgstximagesrc.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||||
<basename>libgsty4menc.so</basename>
|
<basename>libgsty4menc.so</basename>
|
||||||
<version>1.5.2</version>
|
<version>1.5.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins source release</package>
|
<package>GStreamer Good Plug-ins source release</package>
|
||||||
|
|
|
@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.5.90</revision>
|
||||||
|
<branch>1.5</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2015-08-19</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.5.90.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.5.2</revision>
|
<revision>1.5.2</revision>
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|
||||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-06-24"
|
#define GST_PACKAGE_RELEASE_DATETIME "2015-08-19"
|
||||||
|
|
||||||
/* Define if static plugins should be built */
|
/* Define if static plugins should be built */
|
||||||
#undef GST_PLUGIN_BUILD_STATIC
|
#undef GST_PLUGIN_BUILD_STATIC
|
||||||
|
@ -387,7 +387,7 @@
|
||||||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.2"
|
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.90"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
#undef PACKAGE_URL
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.5.2"
|
#define PACKAGE_VERSION "1.5.90"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -427,7 +427,7 @@
|
||||||
#undef TARGET_CPU
|
#undef TARGET_CPU
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.5.2"
|
#define VERSION "1.5.90"
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
|
|
Loading…
Reference in a new issue