mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Integrate the moved audioresample into the build system and rename it to legacyresample. Fixes bug #558124.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-aacparse.xml: * docs/plugins/inspect/plugin-alsaspdif.xml: * docs/plugins/inspect/plugin-amrparse.xml: * docs/plugins/inspect/plugin-app.xml: * docs/plugins/inspect/plugin-bayer.xml: * docs/plugins/inspect/plugin-bz2.xml: * docs/plugins/inspect/plugin-cdaudio.xml: * docs/plugins/inspect/plugin-cdxaparse.xml: * docs/plugins/inspect/plugin-celt.xml: * docs/plugins/inspect/plugin-dccp.xml: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/plugins/inspect/plugin-dtsdec.xml: * docs/plugins/inspect/plugin-dvb.xml: * docs/plugins/inspect/plugin-dvdspu.xml: * docs/plugins/inspect/plugin-faad.xml: * docs/plugins/inspect/plugin-fbdevsink.xml: * docs/plugins/inspect/plugin-festival.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-freeze.xml: * docs/plugins/inspect/plugin-gsm.xml: * docs/plugins/inspect/plugin-gstinterlace.xml: * docs/plugins/inspect/plugin-gstrtpmanager.xml: * docs/plugins/inspect/plugin-h264parse.xml: * docs/plugins/inspect/plugin-jack.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-metadata.xml: * docs/plugins/inspect/plugin-mms.xml: * docs/plugins/inspect/plugin-modplug.xml: * docs/plugins/inspect/plugin-mpeg4videoparse.xml: * docs/plugins/inspect/plugin-mpegvideoparse.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-musicbrainz.xml: * docs/plugins/inspect/plugin-mve.xml: * docs/plugins/inspect/plugin-mythtv.xml: * docs/plugins/inspect/plugin-nas.xml: * docs/plugins/inspect/plugin-neon.xml: * docs/plugins/inspect/plugin-nsfdec.xml: * docs/plugins/inspect/plugin-nuvdemux.xml: * docs/plugins/inspect/plugin-oss4.xml: * docs/plugins/inspect/plugin-rawparse.xml: * docs/plugins/inspect/plugin-real.xml: * docs/plugins/inspect/plugin-rfbsrc.xml: * docs/plugins/inspect/plugin-scaletempo.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-sdp.xml: * docs/plugins/inspect/plugin-selector.xml: * docs/plugins/inspect/plugin-sndfile.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-speexresample.xml: * docs/plugins/inspect/plugin-stereo.xml: * docs/plugins/inspect/plugin-subenc.xml: * docs/plugins/inspect/plugin-tta.xml: * docs/plugins/inspect/plugin-twolame.xml: * docs/plugins/inspect/plugin-vcdsrc.xml: * docs/plugins/inspect/plugin-videosignal.xml: * docs/plugins/inspect/plugin-vmnc.xml: * docs/plugins/inspect/plugin-wildmidi.xml: * docs/plugins/inspect/plugin-y4menc.xml: * gst/audioresample/gstaudioresample.c: (plugin_init): * gst/audioresample/Makefile.am: * tests/check/Makefile.am: * tests/check/elements/audioresample.c: (setup_audioresample), (GST_START_TEST): Integrate the moved audioresample into the build system and rename it to legacyresample. Fixes bug #558124.
This commit is contained in:
parent
a926db34ad
commit
5da03609e5
73 changed files with 369 additions and 498 deletions
78
ChangeLog
78
ChangeLog
|
@ -1,3 +1,81 @@
|
||||||
|
2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* docs/plugins/Makefile.am:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.args:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.interfaces:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.signals:
|
||||||
|
* docs/plugins/inspect/plugin-aacparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-alsaspdif.xml:
|
||||||
|
* docs/plugins/inspect/plugin-amrparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-app.xml:
|
||||||
|
* docs/plugins/inspect/plugin-bayer.xml:
|
||||||
|
* docs/plugins/inspect/plugin-bz2.xml:
|
||||||
|
* docs/plugins/inspect/plugin-cdaudio.xml:
|
||||||
|
* docs/plugins/inspect/plugin-cdxaparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-celt.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dccp.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dfbvideosink.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dtsdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dvb.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dvdspu.xml:
|
||||||
|
* docs/plugins/inspect/plugin-faad.xml:
|
||||||
|
* docs/plugins/inspect/plugin-fbdevsink.xml:
|
||||||
|
* docs/plugins/inspect/plugin-festival.xml:
|
||||||
|
* docs/plugins/inspect/plugin-filter.xml:
|
||||||
|
* docs/plugins/inspect/plugin-freeze.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gsm.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gstinterlace.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gstrtpmanager.xml:
|
||||||
|
* docs/plugins/inspect/plugin-h264parse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-jack.xml:
|
||||||
|
* docs/plugins/inspect/plugin-ladspa.xml:
|
||||||
|
* docs/plugins/inspect/plugin-metadata.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mms.xml:
|
||||||
|
* docs/plugins/inspect/plugin-modplug.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mpeg4videoparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mpegvideoparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-musepack.xml:
|
||||||
|
* docs/plugins/inspect/plugin-musicbrainz.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mve.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mythtv.xml:
|
||||||
|
* docs/plugins/inspect/plugin-nas.xml:
|
||||||
|
* docs/plugins/inspect/plugin-neon.xml:
|
||||||
|
* docs/plugins/inspect/plugin-nsfdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-nuvdemux.xml:
|
||||||
|
* docs/plugins/inspect/plugin-oss4.xml:
|
||||||
|
* docs/plugins/inspect/plugin-rawparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-real.xml:
|
||||||
|
* docs/plugins/inspect/plugin-rfbsrc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-scaletempo.xml:
|
||||||
|
* docs/plugins/inspect/plugin-sdl.xml:
|
||||||
|
* docs/plugins/inspect/plugin-sdp.xml:
|
||||||
|
* docs/plugins/inspect/plugin-selector.xml:
|
||||||
|
* docs/plugins/inspect/plugin-sndfile.xml:
|
||||||
|
* docs/plugins/inspect/plugin-soundtouch.xml:
|
||||||
|
* docs/plugins/inspect/plugin-speed.xml:
|
||||||
|
* docs/plugins/inspect/plugin-speexresample.xml:
|
||||||
|
* docs/plugins/inspect/plugin-stereo.xml:
|
||||||
|
* docs/plugins/inspect/plugin-subenc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-tta.xml:
|
||||||
|
* docs/plugins/inspect/plugin-twolame.xml:
|
||||||
|
* docs/plugins/inspect/plugin-vcdsrc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videosignal.xml:
|
||||||
|
* docs/plugins/inspect/plugin-vmnc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-wildmidi.xml:
|
||||||
|
* docs/plugins/inspect/plugin-y4menc.xml:
|
||||||
|
* gst/audioresample/gstaudioresample.c: (plugin_init):
|
||||||
|
* gst/audioresample/Makefile.am:
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
* tests/check/elements/audioresample.c: (setup_audioresample),
|
||||||
|
(GST_START_TEST):
|
||||||
|
Integrate the moved audioresample into the build system and
|
||||||
|
rename it to legacyresample. Fixes bug #558124.
|
||||||
|
|
||||||
2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* gst/mxf/mxfdemux.c: (gst_mxf_demux_reset),
|
* gst/mxf/mxfdemux.c: (gst_mxf_demux_reset),
|
||||||
|
|
|
@ -236,6 +236,7 @@ AG_GST_CHECK_PLUGIN(aacparse)
|
||||||
AG_GST_CHECK_PLUGIN(aiffparse)
|
AG_GST_CHECK_PLUGIN(aiffparse)
|
||||||
AG_GST_CHECK_PLUGIN(amrparse)
|
AG_GST_CHECK_PLUGIN(amrparse)
|
||||||
AG_GST_CHECK_PLUGIN(app)
|
AG_GST_CHECK_PLUGIN(app)
|
||||||
|
AG_GST_CHECK_PLUGIN(audioresample)
|
||||||
AG_GST_CHECK_PLUGIN(bayer)
|
AG_GST_CHECK_PLUGIN(bayer)
|
||||||
AG_GST_CHECK_PLUGIN(cdxaparse)
|
AG_GST_CHECK_PLUGIN(cdxaparse)
|
||||||
AG_GST_CHECK_PLUGIN(dccp)
|
AG_GST_CHECK_PLUGIN(dccp)
|
||||||
|
@ -1390,6 +1391,7 @@ gst/aacparse/Makefile
|
||||||
gst/aiffparse/Makefile
|
gst/aiffparse/Makefile
|
||||||
gst/amrparse/Makefile
|
gst/amrparse/Makefile
|
||||||
gst/app/Makefile
|
gst/app/Makefile
|
||||||
|
gst/audioresample/Makefile
|
||||||
gst/bayer/Makefile
|
gst/bayer/Makefile
|
||||||
gst/cdxaparse/Makefile
|
gst/cdxaparse/Makefile
|
||||||
gst/dccp/Makefile
|
gst/dccp/Makefile
|
||||||
|
|
|
@ -68,12 +68,7 @@ CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc
|
||||||
SCANOBJ_DEPS =
|
SCANOBJ_DEPS =
|
||||||
|
|
||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
IGNORE_HFILES = \
|
IGNORE_HFILES =
|
||||||
arch.h \
|
|
||||||
speex_resampler.h \
|
|
||||||
speex_resampler_wrapper.h \
|
|
||||||
fixed_generic.h
|
|
||||||
|
|
||||||
IGNORE_CFILES =
|
IGNORE_CFILES =
|
||||||
|
|
||||||
# we add all .h files of elements that have signals/args we want
|
# we add all .h files of elements that have signals/args we want
|
||||||
|
@ -120,6 +115,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/ext/x264/gstx264enc.h \
|
$(top_srcdir)/ext/x264/gstx264enc.h \
|
||||||
$(top_srcdir)/gst/aacparse/gstaacparse.h \
|
$(top_srcdir)/gst/aacparse/gstaacparse.h \
|
||||||
$(top_srcdir)/gst/amrparse/gstamrparse.h \
|
$(top_srcdir)/gst/amrparse/gstamrparse.h \
|
||||||
|
$(top_srcdir)/gst/audioresample/gstaudioresample.h \
|
||||||
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
|
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
|
||||||
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
||||||
$(top_srcdir)/gst/dccp/gstdccpclientsrc.h \
|
$(top_srcdir)/gst/dccp/gstdccpclientsrc.h \
|
||||||
|
@ -142,7 +138,6 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/selector/gstinputselector.h \
|
$(top_srcdir)/gst/selector/gstinputselector.h \
|
||||||
$(top_srcdir)/gst/selector/gstoutputselector.h \
|
$(top_srcdir)/gst/selector/gstoutputselector.h \
|
||||||
$(top_srcdir)/gst/speed/gstspeed.h \
|
$(top_srcdir)/gst/speed/gstspeed.h \
|
||||||
$(top_srcdir)/gst/speexresample/gstspeexresample.h \
|
|
||||||
$(top_srcdir)/gst/stereo/gststereo.h \
|
$(top_srcdir)/gst/stereo/gststereo.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
||||||
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
<xi:include href="xml/element-ivorbisdec.xml" />
|
<xi:include href="xml/element-ivorbisdec.xml" />
|
||||||
<xi:include href="xml/element-jackaudiosrc.xml" />
|
<xi:include href="xml/element-jackaudiosrc.xml" />
|
||||||
<xi:include href="xml/element-jackaudiosink.xml" />
|
<xi:include href="xml/element-jackaudiosink.xml" />
|
||||||
|
<xi:include href="xml/element-legacyresample.xml" />
|
||||||
<xi:include href="xml/element-metadatademux.xml" />
|
<xi:include href="xml/element-metadatademux.xml" />
|
||||||
<xi:include href="xml/element-metadatamux.xml" />
|
<xi:include href="xml/element-metadatamux.xml" />
|
||||||
<xi:include href="xml/element-modplug.xml" />
|
<xi:include href="xml/element-modplug.xml" />
|
||||||
|
@ -53,7 +54,6 @@
|
||||||
<xi:include href="xml/element-sdlvideosink.xml" />
|
<xi:include href="xml/element-sdlvideosink.xml" />
|
||||||
<xi:include href="xml/element-sdpdemux.xml" />
|
<xi:include href="xml/element-sdpdemux.xml" />
|
||||||
<xi:include href="xml/element-speed.xml" />
|
<xi:include href="xml/element-speed.xml" />
|
||||||
<xi:include href="xml/element-speexresample.xml" />
|
|
||||||
<xi:include href="xml/element-stereo.xml" />
|
<xi:include href="xml/element-stereo.xml" />
|
||||||
<!--xi:include href="xml/element-theoradecexp.xml" /-->
|
<!--xi:include href="xml/element-theoradecexp.xml" /-->
|
||||||
<xi:include href="xml/element-timidity.xml" />
|
<xi:include href="xml/element-timidity.xml" />
|
||||||
|
@ -72,6 +72,7 @@
|
||||||
<title>gst-plugins-bad Plugins</title>
|
<title>gst-plugins-bad Plugins</title>
|
||||||
<xi:include href="xml/plugin-aacparse.xml" />
|
<xi:include href="xml/plugin-aacparse.xml" />
|
||||||
<xi:include href="xml/plugin-amrparse.xml" />
|
<xi:include href="xml/plugin-amrparse.xml" />
|
||||||
|
<xi:include href="xml/plugin-legacyresample.xml" />
|
||||||
<xi:include href="xml/plugin-alsaspdif.xml" />
|
<xi:include href="xml/plugin-alsaspdif.xml" />
|
||||||
<xi:include href="xml/plugin-amrwb.xml" />
|
<xi:include href="xml/plugin-amrwb.xml" />
|
||||||
<xi:include href="xml/plugin-app.xml" />
|
<xi:include href="xml/plugin-app.xml" />
|
||||||
|
@ -125,7 +126,6 @@
|
||||||
<xi:include href="xml/plugin-soundtouch.xml" />
|
<xi:include href="xml/plugin-soundtouch.xml" />
|
||||||
<xi:include href="xml/plugin-spcdec.xml" />
|
<xi:include href="xml/plugin-spcdec.xml" />
|
||||||
<xi:include href="xml/plugin-speed.xml" />
|
<xi:include href="xml/plugin-speed.xml" />
|
||||||
<xi:include href="xml/plugin-speexresample.xml" />
|
|
||||||
<xi:include href="xml/plugin-stereo.xml" />
|
<xi:include href="xml/plugin-stereo.xml" />
|
||||||
<xi:include href="xml/plugin-swfdec.xml" />
|
<xi:include href="xml/plugin-swfdec.xml" />
|
||||||
<xi:include href="xml/plugin-timidity.xml" />
|
<xi:include href="xml/plugin-timidity.xml" />
|
||||||
|
|
|
@ -679,17 +679,17 @@ gst_stereo_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-speexresample</FILE>
|
<FILE>element-legacyresample</FILE>
|
||||||
<TITLE>speexresample</TITLE>
|
<TITLE>legacyresample</TITLE>
|
||||||
GstSpeexResample
|
GstAudioresample
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstSpeexResampleClass
|
GstAudioresampleClass
|
||||||
GST_SPEEX_RESAMPLE
|
GST_AUDIORESAMPLE
|
||||||
GST_SPEEX_RESAMPLE_CLASS
|
GST_AUDIORESAMPLE_CLASS
|
||||||
GST_IS_SPEEX_RESAMPLE
|
GST_IS_AUDIORESAMPLE
|
||||||
GST_IS_SPEEX_RESAMPLE_CLASS
|
GST_IS_AUDIORESAMPLE_CLASS
|
||||||
GST_TYPE_SPEEX_RESAMPLE
|
GST_TYPE_AUDIORESAMPLE
|
||||||
gst_speex_resample_get_type
|
gst_audioresample_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::pitch</NAME>
|
<NAME>GstPitch::pitch</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Pitch</NICK>
|
<NICK>Pitch</NICK>
|
||||||
<BLURB>Audio stream pitch.</BLURB>
|
<BLURB>Audio stream pitch.</BLURB>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::rate</NAME>
|
<NAME>GstPitch::rate</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Rate</NICK>
|
<NICK>Rate</NICK>
|
||||||
<BLURB>Audio stream rate.</BLURB>
|
<BLURB>Audio stream rate.</BLURB>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::tempo</NAME>
|
<NAME>GstPitch::tempo</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Tempo</NICK>
|
<NICK>Tempo</NICK>
|
||||||
<BLURB>Audio stream tempo.</BLURB>
|
<BLURB>Audio stream tempo.</BLURB>
|
||||||
|
@ -1331,7 +1331,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSpeed::speed</NAME>
|
<NAME>GstSpeed::speed</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,40]</RANGE>
|
<RANGE>[0.1,40]</RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>speed</NICK>
|
<NICK>speed</NICK>
|
||||||
<BLURB>speed.</BLURB>
|
<BLURB>speed.</BLURB>
|
||||||
|
@ -1681,7 +1681,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDvbSrc::diseqc-source</NAME>
|
<NAME>GstDvbSrc::diseqc-source</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,7]</RANGE>
|
<RANGE>[G_MAXULONG,7]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>diseqc source</NICK>
|
<NICK>diseqc source</NICK>
|
||||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||||
|
@ -16855,7 +16855,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Dry-Wet-Balance</NICK>
|
<NICK>Dry-Wet-Balance</NICK>
|
||||||
<BLURB>Dry-Wet-Balance.</BLURB>
|
<BLURB>Dry-Wet-Balance.</BLURB>
|
||||||
<DEFAULT>0,5</DEFAULT>
|
<DEFAULT>0.5</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17455,7 +17455,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
||||||
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
|
<DEFAULT>"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17495,7 +17495,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
||||||
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
|
<DEFAULT>"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17825,7 +17825,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern sensitivity</NICK>
|
<NICK>Pattern sensitivity</NICK>
|
||||||
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
||||||
<DEFAULT>0,3</DEFAULT>
|
<DEFAULT>0.3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17865,7 +17865,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern center</NICK>
|
<NICK>Pattern center</NICK>
|
||||||
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
||||||
<DEFAULT>0,5</DEFAULT>
|
<DEFAULT>0.5</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -18015,7 +18015,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>stereo</NICK>
|
<NICK>stereo</NICK>
|
||||||
<BLURB>stereo.</BLURB>
|
<BLURB>stereo.</BLURB>
|
||||||
<DEFAULT>0,1</DEFAULT>
|
<DEFAULT>0.1</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -18431,7 +18431,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>DvbBaseBin::diseqc-source</NAME>
|
<NAME>DvbBaseBin::diseqc-source</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,7]</RANGE>
|
<RANGE>[G_MAXULONG,7]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>diseqc source</NICK>
|
<NICK>diseqc source</NICK>
|
||||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||||
|
@ -19396,7 +19396,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstAppSrc::size</NAME>
|
<NAME>GstAppSrc::size</NAME>
|
||||||
<TYPE>gint64</TYPE>
|
<TYPE>gint64</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Size</NICK>
|
<NICK>Size</NICK>
|
||||||
<BLURB>The size of the data stream (-1 if unknown).</BLURB>
|
<BLURB>The size of the data stream (-1 if unknown).</BLURB>
|
||||||
|
@ -22156,7 +22156,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstTwoLame::psymodel</NAME>
|
<NAME>GstTwoLame::psymodel</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,4]</RANGE>
|
<RANGE>[G_MAXULONG,4]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Psychoacoustic Model</NICK>
|
<NICK>Psychoacoustic Model</NICK>
|
||||||
<BLURB>Psychoacoustic model used to encode the audio.</BLURB>
|
<BLURB>Psychoacoustic model used to encode the audio.</BLURB>
|
||||||
|
@ -22299,14 +22299,14 @@
|
||||||
<RANGE>[0,65535]</RANGE>
|
<RANGE>[0,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
<BLURB>The port to receive packets from.</BLURB>
|
||||||
<DEFAULT>5001</DEFAULT>
|
<DEFAULT>5001</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPClientSrc::sockfd</NAME>
|
<NAME>GstDCCPClientSrc::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The socket file descriptor.</BLURB>
|
<BLURB>The socket file descriptor.</BLURB>
|
||||||
|
@ -22329,7 +22329,7 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Close</NICK>
|
<NICK>Close</NICK>
|
||||||
<BLURB>Close socket at end of stream.</BLURB>
|
<BLURB>Close the client sockets at end of stream.</BLURB>
|
||||||
<DEFAULT>TRUE</DEFAULT>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -22339,14 +22339,14 @@
|
||||||
<RANGE>[0,65535]</RANGE>
|
<RANGE>[0,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
<BLURB>The port to listen to.</BLURB>
|
||||||
<DEFAULT>5001</DEFAULT>
|
<DEFAULT>5001</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPServerSink::sockfd</NAME>
|
<NAME>GstDCCPServerSink::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The client socket file descriptor.</BLURB>
|
<BLURB>The client socket file descriptor.</BLURB>
|
||||||
|
@ -22399,14 +22399,14 @@
|
||||||
<RANGE>[0,65535]</RANGE>
|
<RANGE>[0,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
<BLURB>The port to send the packets to.</BLURB>
|
||||||
<DEFAULT>5001</DEFAULT>
|
<DEFAULT>5001</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPClientSink::sockfd</NAME>
|
<NAME>GstDCCPClientSink::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The socket file descriptor.</BLURB>
|
<BLURB>The socket file descriptor.</BLURB>
|
||||||
|
@ -22439,7 +22439,7 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Close socket</NICK>
|
<NICK>Close socket</NICK>
|
||||||
<BLURB>Close socket at the end of stream.</BLURB>
|
<BLURB>Close client socket at the end of stream.</BLURB>
|
||||||
<DEFAULT>TRUE</DEFAULT>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -22459,14 +22459,14 @@
|
||||||
<RANGE>[0,65535]</RANGE>
|
<RANGE>[0,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Port</NICK>
|
<NICK>Port</NICK>
|
||||||
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
|
<BLURB>The port to listen to.</BLURB>
|
||||||
<DEFAULT>5001</DEFAULT>
|
<DEFAULT>5001</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPServerSrc::sockfd</NAME>
|
<NAME>GstDCCPServerSrc::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The client socket file descriptor.</BLURB>
|
<BLURB>The client socket file descriptor.</BLURB>
|
||||||
|
@ -22526,7 +22526,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpegTSDemux::program-number</NAME>
|
<NAME>GstMpegTSDemux::program-number</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= -1</RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Program Number</NICK>
|
<NICK>Program Number</NICK>
|
||||||
<BLURB>Program number to demux for (-1 to ignore).</BLURB>
|
<BLURB>Program number to demux for (-1 to ignore).</BLURB>
|
||||||
|
@ -22540,13 +22540,13 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Overlap Length</NICK>
|
<NICK>Overlap Length</NICK>
|
||||||
<BLURB>Percentage of stride to overlap.</BLURB>
|
<BLURB>Percentage of stride to overlap.</BLURB>
|
||||||
<DEFAULT>0,2</DEFAULT>
|
<DEFAULT>0.2</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstScaletempo::rate</NAME>
|
<NAME>GstScaletempo::rate</NAME>
|
||||||
<TYPE>gdouble</TYPE>
|
<TYPE>gdouble</TYPE>
|
||||||
<RANGE>[-2,14748e+09,2,14748e+09]</RANGE>
|
<RANGE>[-2.14748e+09,2.14748e+09]</RANGE>
|
||||||
<FLAGS>r</FLAGS>
|
<FLAGS>r</FLAGS>
|
||||||
<NICK>Playback Rate</NICK>
|
<NICK>Playback Rate</NICK>
|
||||||
<BLURB>Current playback rate.</BLURB>
|
<BLURB>Current playback rate.</BLURB>
|
||||||
|
@ -22586,7 +22586,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPcapParse::dst-port</NAME>
|
<NAME>GstPcapParse::dst-port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,65535]</RANGE>
|
<RANGE>[G_MAXULONG,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Destination port</NICK>
|
<NICK>Destination port</NICK>
|
||||||
<BLURB>Destination port to restrict to.</BLURB>
|
<BLURB>Destination port to restrict to.</BLURB>
|
||||||
|
@ -22606,7 +22606,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPcapParse::src-port</NAME>
|
<NAME>GstPcapParse::src-port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[-1,65535]</RANGE>
|
<RANGE>[G_MAXULONG,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Source port</NICK>
|
<NICK>Source port</NICK>
|
||||||
<BLURB>Source port to restrict to.</BLURB>
|
<BLURB>Source port to restrict to.</BLURB>
|
||||||
|
@ -22873,3 +22873,13 @@
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAudioresample::filter-length</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= 0</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>filter length</NICK>
|
||||||
|
<BLURB>Length of the resample filter.</BLURB>
|
||||||
|
<DEFAULT>16</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstPad
|
GstPad
|
||||||
GstInterleavePad
|
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalProcessorPadTemplate
|
GstSignalProcessorPadTemplate
|
||||||
GstPluginFeature
|
GstPluginFeature
|
||||||
|
@ -15,363 +14,133 @@ GObject
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
GstRgVolume
|
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
GstMpegPSDemux
|
|
||||||
GstMpegTSDemux
|
|
||||||
MpegTSParse
|
|
||||||
GstX264Enc
|
|
||||||
GstBaseMetadata
|
GstBaseMetadata
|
||||||
GstMetadataDemux
|
GstMetadataDemux
|
||||||
GstMetadataMux
|
GstMetadataMux
|
||||||
|
GstFaad
|
||||||
|
GstBz2enc
|
||||||
|
GstBz2dec
|
||||||
|
GstCDAudio
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
|
GstVideoSink
|
||||||
|
GstDfbVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
GstBaseAudioSink
|
GstBaseAudioSink
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstApExSink
|
|
||||||
GstSDLAudioSink
|
|
||||||
GstNasSink
|
GstNasSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstApExSink
|
||||||
GstOss4Sink
|
GstOss4Sink
|
||||||
GstJackAudioSink
|
GstJackAudioSink
|
||||||
GstSFSink
|
|
||||||
GstVideoSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
GstGLImageSink
|
|
||||||
AlsaSPDIFSink
|
AlsaSPDIFSink
|
||||||
|
GstSFSink
|
||||||
GstFBDEVSink
|
GstFBDEVSink
|
||||||
|
GstAppSink
|
||||||
GstDCCPServerSink
|
GstDCCPServerSink
|
||||||
GstDCCPClientSink
|
GstDCCPClientSink
|
||||||
GstAppSink
|
|
||||||
GstWildmidi
|
|
||||||
GstTimidity
|
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstMythtvSrc
|
GstMythtvSrc
|
||||||
GstNeonhttpSrc
|
|
||||||
GstMMS
|
GstMMS
|
||||||
|
GstDc1394
|
||||||
GstBaseAudioSrc
|
GstBaseAudioSrc
|
||||||
GstJackAudioSrc
|
GstJackAudioSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
GstOss4Source
|
GstOss4Source
|
||||||
GstDvbSrc
|
GstNeonhttpSrc
|
||||||
GstVCDSrc
|
GstVCDSrc
|
||||||
|
GstDvbSrc
|
||||||
|
GstRfbSrc
|
||||||
GstDCCPClientSrc
|
GstDCCPClientSrc
|
||||||
GstDCCPServerSrc
|
GstDCCPServerSrc
|
||||||
GstRfbSrc
|
|
||||||
GstSFSrc
|
GstSFSrc
|
||||||
GstAppSrc
|
GstAppSrc
|
||||||
GstSignalProcessor
|
|
||||||
ladspa-delay-5s
|
|
||||||
ladspa-amp-mono
|
|
||||||
ladspa-amp-stereo
|
|
||||||
ladspa-adsr
|
|
||||||
ladspa-lpf
|
|
||||||
ladspa-hpf
|
|
||||||
ladspa-noise-white
|
|
||||||
ladspa-sine-faaa
|
|
||||||
ladspa-sine-faac
|
|
||||||
ladspa-sine-fcaa
|
|
||||||
ladspa-sine-fcac
|
|
||||||
ladspa-difference-iama-oa
|
|
||||||
ladspa-difference-iamc-oa
|
|
||||||
ladspa-difference-icma-oa
|
|
||||||
ladspa-difference-icmc-oc
|
|
||||||
ladspa-adsr-g+t
|
|
||||||
ladspa-amp-gaia-oa
|
|
||||||
ladspa-amp-gcia-oa
|
|
||||||
ladspa-branch-ia-oaoa
|
|
||||||
ladspa-branch-ic-ococ
|
|
||||||
ladspa-dahdsr-g+t-audio
|
|
||||||
ladspa-dahdsr-g+t-control
|
|
||||||
ladspa-dahdsr-cg+t-control
|
|
||||||
ladspa-interpolator
|
|
||||||
ladspa-fmod-fama-oa
|
|
||||||
ladspa-fmod-famc-oa
|
|
||||||
ladspa-fmod-fcma-oa
|
|
||||||
ladspa-fmod-fcmc-oc
|
|
||||||
ladspa-quantiser20
|
|
||||||
ladspa-lp4pole-faraia-oa
|
|
||||||
ladspa-lp4pole-fcrcia-oa
|
|
||||||
ladspa-product-iaia-oa
|
|
||||||
ladspa-product-iaic-oa
|
|
||||||
ladspa-product-icic-oc
|
|
||||||
ladspa-pulse-fapa-oa
|
|
||||||
ladspa-pulse-fapc-oa
|
|
||||||
ladspa-pulse-fcpa-oa
|
|
||||||
ladspa-pulse-fcpc-oa
|
|
||||||
ladspa-quantiser100
|
|
||||||
ladspa-quantiser50
|
|
||||||
ladspa-sawtooth-fa-oa
|
|
||||||
ladspa-sawtooth-fc-oa
|
|
||||||
ladspa-random-fasa-oa
|
|
||||||
ladspa-random-fasc-oa
|
|
||||||
ladspa-random-fcsa-oa
|
|
||||||
ladspa-random-fcsc-oa
|
|
||||||
ladspa-ratio-nada-oa
|
|
||||||
ladspa-ratio-nadc-oa
|
|
||||||
ladspa-ratio-ncda-oa
|
|
||||||
ladspa-ratio-ncdc-oc
|
|
||||||
ladspa-sinusWavewrapper
|
|
||||||
ladspa-sequencer64
|
|
||||||
ladspa-sequencer32
|
|
||||||
ladspa-sequencer16
|
|
||||||
ladspa-square-fa-oa
|
|
||||||
ladspa-square-fc-oa
|
|
||||||
ladspa-sum-iaia-oa
|
|
||||||
ladspa-sum-iaic-oa
|
|
||||||
ladspa-sum-icic-oc
|
|
||||||
ladspa-syncpulse-fapaga-oa
|
|
||||||
ladspa-syncpulse-fcpcga-oa
|
|
||||||
ladspa-syncsquare-faga-oa
|
|
||||||
ladspa-syncsquare-fcga-oa
|
|
||||||
ladspa-tracker-gaaadaia-oa
|
|
||||||
ladspa-tracker-gaacdcia-oa
|
|
||||||
ladspa-triangle-fasa-oa
|
|
||||||
ladspa-triangle-fasc-oa
|
|
||||||
ladspa-triangle-fcsa-oa
|
|
||||||
ladspa-triangle-fcsc-oa
|
|
||||||
ladspa-bf2cube
|
|
||||||
ladspa-bf2quad
|
|
||||||
ladspa-bf2stereo
|
|
||||||
ladspa-fmh2oct
|
|
||||||
ladspa-encode-bformat
|
|
||||||
ladspa-encode-fmh
|
|
||||||
ladspa-bf-rotate-z
|
|
||||||
ladspa-fmh-rotate-z
|
|
||||||
ladspa-am
|
|
||||||
ladspa-analogue
|
|
||||||
ladspa-canyon-delay
|
|
||||||
ladspa-disintegrator
|
|
||||||
ladspa-sledgehammer
|
|
||||||
ladspa-delay-0-01s
|
|
||||||
ladspa-delay-0-1s
|
|
||||||
ladspa-delay-1s
|
|
||||||
ladspa-delay-60s
|
|
||||||
ladspa-track-max-peak
|
|
||||||
ladspa-track-max-rms
|
|
||||||
ladspa-track-peak
|
|
||||||
ladspa-track-rms
|
|
||||||
ladspa-fmh2bf
|
|
||||||
ladspa-fbdelay-0-01s
|
|
||||||
ladspa-fbdelay-0-1s
|
|
||||||
ladspa-fbdelay-1s
|
|
||||||
ladspa-fbdelay-5s
|
|
||||||
ladspa-fbdelay-60s
|
|
||||||
ladspa-freeverb3
|
|
||||||
ladspa-grain-scatter
|
|
||||||
ladspa-hard-gate
|
|
||||||
ladspa-identity-audio
|
|
||||||
ladspa-identity-control
|
|
||||||
ladspa-lofi
|
|
||||||
ladspa-logistic
|
|
||||||
ladspa-mixer
|
|
||||||
ladspa-noise-source-white
|
|
||||||
ladspa-null-ai
|
|
||||||
ladspa-null-ao
|
|
||||||
ladspa-null-ci
|
|
||||||
ladspa-null-co
|
|
||||||
ladspa-organ
|
|
||||||
ladspa-peak
|
|
||||||
ladspa-phasemod
|
|
||||||
ladspa-pink-interpolated-audio
|
|
||||||
ladspa-pink-full-frequency
|
|
||||||
ladspa-pink-sh
|
|
||||||
ladspa-compress-peak
|
|
||||||
ladspa-compress-rms
|
|
||||||
ladspa-expand-peak
|
|
||||||
ladspa-expand-rms
|
|
||||||
ladspa-limit-peak
|
|
||||||
ladspa-limit-rms
|
|
||||||
ladspa-syndrum
|
|
||||||
ladspa-vcf303
|
|
||||||
ladspa-wshape-sine
|
|
||||||
ladspa-amp
|
|
||||||
ladspa-diode
|
|
||||||
ladspa-divider
|
|
||||||
ladspa-shaper
|
|
||||||
ladspa-ringmod-2i1o
|
|
||||||
ladspa-ringmod-1i1o1l
|
|
||||||
ladspa-comb
|
|
||||||
ladspa-declip
|
|
||||||
ladspa-foverdrive
|
|
||||||
ladspa-multivoiceChorus
|
|
||||||
ladspa-hermesFilter
|
|
||||||
ladspa-decimator
|
|
||||||
ladspa-flanger
|
|
||||||
ladspa-retroFlange
|
|
||||||
ladspa-singlePara
|
|
||||||
ladspa-triplePara
|
|
||||||
ladspa-transient
|
|
||||||
ladspa-fadDelay
|
|
||||||
ladspa-dcRemove
|
|
||||||
ladspa-tapeDelay
|
|
||||||
ladspa-valve
|
|
||||||
ladspa-sifter
|
|
||||||
ladspa-harmonicGen
|
|
||||||
ladspa-stepMuxer
|
|
||||||
ladspa-foldover
|
|
||||||
ladspa-svf
|
|
||||||
ladspa-gsm
|
|
||||||
ladspa-gverb
|
|
||||||
ladspa-lfoPhaser
|
|
||||||
ladspa-fourByFourPole
|
|
||||||
ladspa-autoPhaser
|
|
||||||
ladspa-fastLookaheadLimiter
|
|
||||||
ladspa-surroundEncoder
|
|
||||||
ladspa-delayorama
|
|
||||||
ladspa-dysonCompress
|
|
||||||
ladspa-crossoverDist
|
|
||||||
ladspa-valveRect
|
|
||||||
ladspa-split
|
|
||||||
ladspa-alias
|
|
||||||
ladspa-satanMaximiser
|
|
||||||
ladspa-karaoke
|
|
||||||
ladspa-gate
|
|
||||||
ladspa-combSplitter
|
|
||||||
ladspa-waveTerrain
|
|
||||||
ladspa-hardLimiter
|
|
||||||
ladspa-smoothDecimate
|
|
||||||
ladspa-fmOsc
|
|
||||||
ladspa-analogueOsc
|
|
||||||
ladspa-rateShifter
|
|
||||||
ladspa-freqTracker
|
|
||||||
ladspa-modDelay
|
|
||||||
ladspa-matrixStMS
|
|
||||||
ladspa-matrixMSSt
|
|
||||||
ladspa-matrixSpatialiser
|
|
||||||
ladspa-plate
|
|
||||||
ladspa-gong
|
|
||||||
ladspa-sc1
|
|
||||||
ladspa-sc2
|
|
||||||
ladspa-sc3
|
|
||||||
ladspa-zm1
|
|
||||||
ladspa-inv
|
|
||||||
ladspa-chebstortion
|
|
||||||
ladspa-bodeShifter
|
|
||||||
ladspa-bodeShifterCV
|
|
||||||
ladspa-amPitchshift
|
|
||||||
ladspa-sc4
|
|
||||||
ladspa-lcrDelay
|
|
||||||
ladspa-giantFlange
|
|
||||||
ladspa-djFlanger
|
|
||||||
ladspa-gongBeater
|
|
||||||
ladspa-hilbert
|
|
||||||
ladspa-sinCos
|
|
||||||
ladspa-se4
|
|
||||||
ladspa-bandpass-a-iir
|
|
||||||
ladspa-bandpass-iir
|
|
||||||
ladspa-highpass-iir
|
|
||||||
ladspa-lowpass-iir
|
|
||||||
ladspa-notch-iir
|
|
||||||
ladspa-dj-eq-mono
|
|
||||||
ladspa-dj-eq
|
|
||||||
ladspa-bwxover-iir
|
|
||||||
ladspa-buttlow-iir
|
|
||||||
ladspa-butthigh-iir
|
|
||||||
ladspa-allpass-n
|
|
||||||
ladspa-allpass-l
|
|
||||||
ladspa-allpass-c
|
|
||||||
ladspa-comb-n
|
|
||||||
ladspa-comb-l
|
|
||||||
ladspa-comb-c
|
|
||||||
ladspa-decay
|
|
||||||
ladspa-delay-n
|
|
||||||
ladspa-delay-l
|
|
||||||
ladspa-delay-c
|
|
||||||
ladspa-impulse-fc
|
|
||||||
ladspa-vynil
|
|
||||||
ladspa-revdelay
|
|
||||||
ladspa-lsFilter
|
|
||||||
ladspa-const
|
|
||||||
ladspa-pointerCastDistortion
|
|
||||||
ladspa-pitchScale
|
|
||||||
ladspa-artificialLatency
|
|
||||||
ladspa-xfade
|
|
||||||
ladspa-xfade4
|
|
||||||
ladspa-sc4m
|
|
||||||
ladspa-mbeq
|
|
||||||
ladspa-pitchScaleHQ
|
|
||||||
ladspa-imp
|
|
||||||
GstXvidEnc
|
|
||||||
GstXvidDec
|
|
||||||
GstSpcDec
|
|
||||||
GstPitch
|
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
|
GstOFA
|
||||||
GstBPMDetect
|
GstBPMDetect
|
||||||
GstStereo
|
GstStereo
|
||||||
GstScaletempo
|
GstBayer2RGB
|
||||||
GstSpeexResample
|
GstSpeexResample
|
||||||
|
GstScaletempo
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
GstRgAnalysis
|
GstAudioresample
|
||||||
GstRgLimiter
|
|
||||||
GstVideoCrop
|
|
||||||
GstBayer2RGB
|
|
||||||
GstIIR
|
|
||||||
GstDeinterlace
|
GstDeinterlace
|
||||||
GstTRM
|
GstIIR
|
||||||
|
GstDtsDec
|
||||||
GstMusepackDec
|
GstMusepackDec
|
||||||
GstMpeg2enc
|
|
||||||
GstGSMEnc
|
GstGSMEnc
|
||||||
GstGSMDec
|
GstGSMDec
|
||||||
GstFaad
|
GstWildmidi
|
||||||
GstFaac
|
GstSignalProcessor
|
||||||
GstDtsDec
|
ladspa-amp-mono
|
||||||
GstCDAudio
|
ladspa-amp-stereo
|
||||||
GstBz2enc
|
ladspa-lpf
|
||||||
GstBz2dec
|
ladspa-hpf
|
||||||
GstAmrwbDec
|
ladspa-delay-5s
|
||||||
GstAmrwbParse
|
ladspa-sine-faaa
|
||||||
GstAmrwbEnc
|
ladspa-sine-faac
|
||||||
|
ladspa-sine-fcaa
|
||||||
|
ladspa-sine-fcac
|
||||||
|
ladspa-noise-white
|
||||||
|
GstTwoLame
|
||||||
|
GstPitch
|
||||||
|
GstCeltEnc
|
||||||
|
GstCeltDec
|
||||||
|
GstTRM
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
GstQTMux
|
GstMveDemux
|
||||||
GstMP4Mux
|
GstMveMux
|
||||||
GstGPPMux
|
GstDeinterlace2
|
||||||
GstMJ2Mux
|
|
||||||
MpegTsMux
|
|
||||||
GstSrtEnc
|
|
||||||
GstPcapParse
|
|
||||||
GstRawParse
|
|
||||||
GstVideoParse
|
|
||||||
GstAudioParse
|
|
||||||
GstRtpJitterBuffer
|
GstRtpJitterBuffer
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
|
GstMpegPSDemux
|
||||||
|
GstMpegTSDemux
|
||||||
|
MpegTSParse
|
||||||
|
GstH264Parse
|
||||||
GstMpeg4VParse
|
GstMpeg4VParse
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
GstVMncDec
|
|
||||||
GstMveDemux
|
|
||||||
GstMveMux
|
|
||||||
GstInterleave
|
|
||||||
GstDeinterleave
|
|
||||||
GstRealVideoDec
|
|
||||||
GstRealAudioDec
|
|
||||||
GstNuvDemux
|
|
||||||
GstY4mEncode
|
|
||||||
GstDeinterlace2
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstSpeed
|
|
||||||
GstAacBaseParse
|
|
||||||
GstAacParse
|
|
||||||
GstNsfDec
|
|
||||||
GstAmrBaseParse
|
|
||||||
GstAmrParse
|
|
||||||
GstDVDSpu
|
|
||||||
AIFFParse
|
|
||||||
GstInputSelector
|
|
||||||
GstOutputSelector
|
|
||||||
GstModPlug
|
|
||||||
GstH264Parse
|
|
||||||
GstFLVDemux
|
GstFLVDemux
|
||||||
GstFlvMux
|
GstFlvMux
|
||||||
GstFreeze
|
GstNuvDemux
|
||||||
GstFestival
|
GstRawParse
|
||||||
|
GstVideoParse
|
||||||
|
GstAudioParse
|
||||||
|
GstSpeed
|
||||||
|
GstInputSelector
|
||||||
|
GstOutputSelector
|
||||||
|
GstQTMux
|
||||||
|
GstMP4Mux
|
||||||
|
GstGPPMux
|
||||||
|
GstMJ2Mux
|
||||||
|
GstAacBaseParse
|
||||||
|
GstAacParse
|
||||||
GstCDXAParse
|
GstCDXAParse
|
||||||
GstVcdParse
|
GstVcdParse
|
||||||
|
GstNsfDec
|
||||||
|
GstTtaParse
|
||||||
|
GstTtaDec
|
||||||
|
GstModPlug
|
||||||
|
GstY4mEncode
|
||||||
|
GstFreeze
|
||||||
|
GstVMncDec
|
||||||
|
AIFFParse
|
||||||
|
GstSrtEnc
|
||||||
|
GstFestival
|
||||||
|
MpegTsMux
|
||||||
|
GstDVDSpu
|
||||||
|
GstMXFDemux
|
||||||
|
GstRealVideoDec
|
||||||
|
GstRealAudioDec
|
||||||
|
GstAmrBaseParse
|
||||||
|
GstAmrParse
|
||||||
|
GstPcapParse
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -383,16 +152,18 @@ GObject
|
||||||
GstJackAudioSrcRingBuffer
|
GstJackAudioSrcRingBuffer
|
||||||
GstJackAudioSinkRingBuffer
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
|
GstColorBalanceChannel
|
||||||
|
RTPSession
|
||||||
FluTsPatInfo
|
FluTsPatInfo
|
||||||
FluTsPmtInfo
|
FluTsPmtInfo
|
||||||
RTPSession
|
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstMixer
|
|
||||||
GstXOverlay
|
|
||||||
GstNavigation
|
GstNavigation
|
||||||
|
GstColorBalance
|
||||||
|
GstXOverlay
|
||||||
|
GstMixer
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
|
|
|
@ -4,23 +4,23 @@ RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
GstRgVolume GstChildProxy
|
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstMetadataMux GstTagSetter
|
GstMetadataMux GstTagSetter
|
||||||
|
GstCDAudio GstURIHandler
|
||||||
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
|
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
GstOss4Sink GstPropertyProbe
|
GstOss4Sink GstPropertyProbe
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
|
||||||
GstGLImageSink GstImplementsInterface GstXOverlay
|
|
||||||
GstMythtvSrc GstURIHandler
|
GstMythtvSrc GstURIHandler
|
||||||
GstNeonhttpSrc GstURIHandler
|
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstVCDSrc GstURIHandler
|
GstVCDSrc GstURIHandler
|
||||||
GstAppSrc GstURIHandler
|
GstAppSrc GstURIHandler
|
||||||
GstCDAudio GstURIHandler
|
GstCeltEnc GstTagSetter
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstDeinterlace2 GstChildProxy
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
GstMP4Mux GstTagSetter
|
GstMP4Mux GstTagSetter
|
||||||
GstGPPMux GstTagSetter
|
GstGPPMux GstTagSetter
|
||||||
GstMJ2Mux GstTagSetter
|
GstMJ2Mux GstTagSetter
|
||||||
GstDeinterlace2 GstChildProxy
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
GstTagSetter GstObject GstElement
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
|
|
|
@ -158,7 +158,7 @@ guint arg2
|
||||||
<SIGNAL>
|
<SIGNAL>
|
||||||
<NAME>GstRtpJitterBuffer::clear-pt-map</NAME>
|
<NAME>GstRtpJitterBuffer::clear-pt-map</NAME>
|
||||||
<RETURNS>void</RETURNS>
|
<RETURNS>void</RETURNS>
|
||||||
<FLAGS>l</FLAGS>
|
<FLAGS>la</FLAGS>
|
||||||
GstRtpJitterBuffer *gstrtpjitterbuffer
|
GstRtpJitterBuffer *gstrtpjitterbuffer
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
@ -170,6 +170,14 @@ GstRtpJitterBuffer *gstrtpjitterbuffer
|
||||||
guint arg1
|
guint arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstRtpJitterBuffer::handle-sync</NAME>
|
||||||
|
<RETURNS>void</RETURNS>
|
||||||
|
<FLAGS>l</FLAGS>
|
||||||
|
GstRtpJitterBuffer *gstrtpjitterbuffer
|
||||||
|
GstStructure *arg1
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
<SIGNAL>
|
<SIGNAL>
|
||||||
<NAME>GstRtpPtDemux::clear-pt-map</NAME>
|
<NAME>GstRtpPtDemux::clear-pt-map</NAME>
|
||||||
<RETURNS>void</RETURNS>
|
<RETURNS>void</RETURNS>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>aacparse</name>
|
<name>aacparse</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Alsa plugin for S/PDIF output</description>
|
<description>Alsa plugin for S/PDIF output</description>
|
||||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||||
<basename>libgstalsaspdif.so</basename>
|
<basename>libgstalsaspdif.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>amrparse</name>
|
<name>amrparse</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements used to communicate with applications</description>
|
<description>Elements used to communicate with applications</description>
|
||||||
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
||||||
<basename>libgstapp.so</basename>
|
<basename>libgstapp.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<longname>AppSink</longname>
|
<longname>AppSink</longname>
|
||||||
<class>Generic/Sink</class>
|
<class>Generic/Sink</class>
|
||||||
<description>Allow the application to get access to raw buffer</description>
|
<description>Allow the application to get access to raw buffer</description>
|
||||||
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com</author>
|
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<longname>AppSrc</longname>
|
<longname>AppSrc</longname>
|
||||||
<class>Generic/Src</class>
|
<class>Generic/Src</class>
|
||||||
<description>Allow the application to feed buffers to a pipeline</description>
|
<description>Allow the application to feed buffers to a pipeline</description>
|
||||||
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com</author>
|
<author>David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Play CD audio through the CD Drive</description>
|
<description>Play CD audio through the CD Drive</description>
|
||||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||||
<basename>libgstcdaudio.so</basename>
|
<basename>libgstcdaudio.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||||
<basename>libgstcdxaparse.so</basename>
|
<basename>libgstcdxaparse.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>0.10.8.1</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data over the network via DCCP.</description>
|
<description>transfer data over the network via DCCP.</description>
|
||||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||||
<basename>libgstdccp.so</basename>
|
<basename>libgstdccp.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DirectFB video output plugin</description>
|
<description>DirectFB video output plugin</description>
|
||||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||||
<basename>libgstdfbvideosink.so</basename>
|
<basename>libgstdfbvideosink.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>linux framebuffer video sink</description>
|
<description>linux framebuffer video sink</description>
|
||||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||||
<basename>libgstfbdevsink.so</basename>
|
<basename>libgstfbdevsink.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>IIR audio filter element</description>
|
<description>IIR audio filter element</description>
|
||||||
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
|
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
|
||||||
<basename>libgstfilter.so</basename>
|
<basename>libgstfilter.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<longname>Infinite Impulse Response (IIR) filter</longname>
|
<longname>Infinite Impulse Response (IIR) filter</longname>
|
||||||
<class>Filter/Effect/Audio</class>
|
<class>Filter/Effect/Audio</class>
|
||||||
<description>IIR filter based on vorbis code</description>
|
<description>IIR filter based on vorbis code</description>
|
||||||
<author>Monty <monty@xiph.org>, Thomas <thomas@apestaart.org>, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></author>
|
<author>Monty <monty@xiph.org>, Thomas Vander Stichele <thomas at apestaart dot org>, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Stream freezer</description>
|
<description>Stream freezer</description>
|
||||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||||
<basename>libgstfreeze.so</basename>
|
<basename>libgstfreeze.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Deinterlace video</description>
|
<description>Deinterlace video</description>
|
||||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||||
<basename>libgstdeinterlace.so</basename>
|
<basename>libgstdeinterlace.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -88,6 +88,12 @@
|
||||||
<description>A buffer that deals with network jitter and other transmission faults</description>
|
<description>A buffer that deals with network jitter and other transmission faults</description>
|
||||||
<author>Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com></author>
|
<author>Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink_rtcp</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>request</presence>
|
||||||
|
<details>application/x-rtcp</details>
|
||||||
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Element parsing raw h264 streams</description>
|
<description>Element parsing raw h264 streams</description>
|
||||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||||
<basename>libgsth264parse.so</basename>
|
<basename>libgsth264parse.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<longname>H264Parse</longname>
|
<longname>H264Parse</longname>
|
||||||
<class>Codec/Parser</class>
|
<class>Codec/Parser</class>
|
||||||
<description>Parses raw h264 stream</description>
|
<description>Parses raw h264 stream</description>
|
||||||
<author>Michal Benes <michal.benes@itonis.tv>,Wim Taymans <wim.taymans@gmail.com</author>
|
<author>Michal Benes <michal.benes@itonis.tv>,Wim Taymans <wim.taymans@gmail.com></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Jack elements</description>
|
<description>Jack 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>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>All LADSPA plugins</description>
|
<description>All LADSPA plugins</description>
|
||||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||||
<basename>libgstladspa.so</basename>
|
<basename>libgstladspa.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||||
<basename>libgstmetadata.so</basename>
|
<basename>libgstmetadata.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-4 video parser</description>
|
<description>MPEG-4 video parser</description>
|
||||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||||
<basename>libgstmpeg4videoparse.so</basename>
|
<basename>libgstmpeg4videoparse.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-1 and MPEG-2 video parser</description>
|
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||||
<basename>libgstmpegvideoparse.so</basename>
|
<basename>libgstmpegvideoparse.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Musepack decoder</description>
|
<description>Musepack decoder</description>
|
||||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||||
<basename>libgstmusepack.so</basename>
|
<basename>libgstmusepack.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>A TRM signature producer based on libmusicbrainz</description>
|
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||||
<basename>libgsttrm.so</basename>
|
<basename>libgsttrm.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Interplay MVE movie format manipulation</description>
|
<description>Interplay MVE movie format manipulation</description>
|
||||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||||
<basename>libgstmve.so</basename>
|
<basename>libgstmve.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>lib MythTV src</description>
|
<description>lib MythTV src</description>
|
||||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||||
<basename>libgstmythtvsrc.so</basename>
|
<basename>libgstmythtvsrc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>NAS (Network Audio System) support for GStreamer</description>
|
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||||
<basename>libgstnassink.so</basename>
|
<basename>libgstnassink.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Uses nosefart to decode .nsf files</description>
|
<description>Uses nosefart to decode .nsf files</description>
|
||||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||||
<basename>libgstnsf.so</basename>
|
<basename>libgstnsf.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Demuxes and muxes audio and video</description>
|
<description>Demuxes and muxes audio and video</description>
|
||||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||||
<basename>libgstnuvdemux.so</basename>
|
<basename>libgstnuvdemux.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Decode REAL streams</description>
|
<description>Decode REAL streams</description>
|
||||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||||
<basename>libgstreal.so</basename>
|
<basename>libgstreal.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-rgb, bpp=(int)[ 1, 255 ], depth=(int)[ 1, 255 ], endianness=(int)[ 1234, 4321 ], red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)0/1</details>
|
<details>video/x-raw-rgb, bpp=(int)[ 1, 255 ], depth=(int)[ 1, 255 ], endianness=(int)[ 1234, 4321 ], red_mask=(int)[ -2147483648, 2147483647 ], green_mask=(int)[ -2147483648, 2147483647 ], blue_mask=(int)[ -2147483648, 2147483647 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)0/1</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Scale audio tempo in sync with playback rate</description>
|
<description>Scale audio tempo in sync with playback rate</description>
|
||||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||||
<basename>libgstscaletempoplugin.so</basename>
|
<basename>libgstscaletempoplugin.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||||
<basename>libgstsdl.so</basename>
|
<basename>libgstsdl.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>input/output stream selector elements</description>
|
<description>input/output stream selector elements</description>
|
||||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||||
<basename>libgstselector.so</basename>
|
<basename>libgstselector.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>use libsndfile to read and write audio from and to files</description>
|
<description>use libsndfile to read and write audio from and to files</description>
|
||||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||||
<basename>libgstsndfile.so</basename>
|
<basename>libgstsndfile.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename>
|
<filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename>
|
||||||
<basename>libgstspeexresample.so</basename>
|
<basename>libgstspeexresample.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -14,19 +14,19 @@
|
||||||
<longname>Audio resampler</longname>
|
<longname>Audio resampler</longname>
|
||||||
<class>Filter/Converter/Audio</class>
|
<class>Filter/Converter/Audio</class>
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<author>Sebastian Dröge <slomo@circular-chaos.org></author>
|
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details>
|
<details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int){ 32, 64 }; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32, depth=(int)32, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)24, depth=(int)24, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)8, depth=(int)8, signed=(boolean)true</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details>
|
<details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int){ 32, 64 }; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32, depth=(int)32, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)24, depth=(int)24, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)8, depth=(int)8, signed=(boolean)true</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||||
<basename>libgststereo.so</basename>
|
<basename>libgststereo.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>TTA lossless audio format handling</description>
|
<description>TTA lossless audio format handling</description>
|
||||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||||
<basename>libgsttta.so</basename>
|
<basename>libgsttta.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Encode MP2s with TwoLAME</description>
|
<description>Encode MP2s with TwoLAME</description>
|
||||||
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
|
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
|
||||||
<basename>libgsttwolame.so</basename>
|
<basename>libgsttwolame.so</basename>
|
||||||
<version>0.10.8.1</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Asynchronous read from VCD disk</description>
|
<description>Asynchronous read from VCD disk</description>
|
||||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||||
<basename>libgstvcdsrc.so</basename>
|
<basename>libgstvcdsrc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Various video signal analysers</description>
|
<description>Various video signal analysers</description>
|
||||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||||
<basename>libgstvideosignal.so</basename>
|
<basename>libgstvideosignal.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>VMnc video plugin library</description>
|
<description>VMnc video plugin library</description>
|
||||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||||
<basename>libgstvmnc.so</basename>
|
<basename>libgstvmnc.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Wildmidi Plugin</description>
|
<description>Wildmidi Plugin</description>
|
||||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||||
<basename>libgstwildmidi.so</basename>
|
<basename>libgstwildmidi.so</basename>
|
||||||
<version>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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>0.10.9</version>
|
<version>0.10.9.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
plugin_LTLIBRARIES = libgstaudioresample.la
|
plugin_LTLIBRARIES = libgstlegacyresample.la
|
||||||
|
|
||||||
resample_SOURCES = \
|
resample_SOURCES = \
|
||||||
functable.c \
|
functable.c \
|
||||||
|
@ -15,9 +15,9 @@ noinst_HEADERS = \
|
||||||
debug.h \
|
debug.h \
|
||||||
buffer.h
|
buffer.h
|
||||||
|
|
||||||
libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
|
libgstlegacyresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
|
||||||
libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
libgstlegacyresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
||||||
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
libgstlegacyresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
||||||
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstlegacyresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstlegacyresample_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -845,7 +845,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
resample_init ();
|
resample_init ();
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "audioresample", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "legacyresample", GST_RANK_MARGINAL,
|
||||||
GST_TYPE_AUDIORESAMPLE)) {
|
GST_TYPE_AUDIORESAMPLE)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
@ -855,6 +855,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"audioresample",
|
"legacyresample",
|
||||||
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
|
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN);
|
GST_PACKAGE_ORIGIN);
|
||||||
|
|
|
@ -89,9 +89,9 @@ check_PROGRAMS = \
|
||||||
$(check_x264enc) \
|
$(check_x264enc) \
|
||||||
elements/aacparse \
|
elements/aacparse \
|
||||||
elements/amrparse \
|
elements/amrparse \
|
||||||
|
elements/audioresample \
|
||||||
elements/qtmux \
|
elements/qtmux \
|
||||||
elements/selector \
|
elements/selector \
|
||||||
elements/speexresample \
|
|
||||||
elements/y4menc \
|
elements/y4menc \
|
||||||
$(check_metadata)
|
$(check_metadata)
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ setup_audioresample (int channels, int inrate, int outrate)
|
||||||
GstStructure *structure;
|
GstStructure *structure;
|
||||||
|
|
||||||
GST_DEBUG ("setup_audioresample");
|
GST_DEBUG ("setup_audioresample");
|
||||||
audioresample = gst_check_setup_element ("audioresample");
|
audioresample = gst_check_setup_element ("legacyresample");
|
||||||
|
|
||||||
caps = gst_caps_from_string (RESAMPLE_CAPS_TEMPLATE_STRING);
|
caps = gst_caps_from_string (RESAMPLE_CAPS_TEMPLATE_STRING);
|
||||||
structure = gst_caps_get_structure (caps, 0);
|
structure = gst_caps_get_structure (caps, 0);
|
||||||
|
@ -393,7 +393,7 @@ GST_START_TEST (test_shutdown)
|
||||||
|
|
||||||
src = gst_check_setup_element ("audiotestsrc");
|
src = gst_check_setup_element ("audiotestsrc");
|
||||||
cf1 = gst_check_setup_element ("capsfilter");
|
cf1 = gst_check_setup_element ("capsfilter");
|
||||||
ar = gst_check_setup_element ("audioresample");
|
ar = gst_check_setup_element ("legacyresample");
|
||||||
cf2 = gst_check_setup_element ("capsfilter");
|
cf2 = gst_check_setup_element ("capsfilter");
|
||||||
g_object_set (cf2, "name", "capsfilter2", NULL);
|
g_object_set (cf2, "name", "capsfilter2", NULL);
|
||||||
sink = gst_check_setup_element ("fakesink");
|
sink = gst_check_setup_element ("fakesink");
|
||||||
|
|
Loading…
Reference in a new issue