From 66ea76773c47f531572f16b515094e9a2a33e605 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 31 Jul 2008 22:10:17 +0000 Subject: Release 0.10.9 Original commit message from CVS: Release 0.10.9 --- docs/plugins/gst-plugins-good-plugins.args | 130 ++++++++++++ docs/plugins/gst-plugins-good-plugins.hierarchy | 223 +++++++++++---------- docs/plugins/gst-plugins-good-plugins.interfaces | 45 +++-- .../plugins/gst-plugins-good-plugins.prerequisites | 4 +- docs/plugins/inspect/plugin-1394.xml | 4 +- docs/plugins/inspect/plugin-aasink.xml | 6 +- docs/plugins/inspect/plugin-alaw.xml | 6 +- docs/plugins/inspect/plugin-alpha.xml | 6 +- docs/plugins/inspect/plugin-alphacolor.xml | 6 +- docs/plugins/inspect/plugin-annodex.xml | 6 +- docs/plugins/inspect/plugin-apetag.xml | 6 +- docs/plugins/inspect/plugin-audiofx.xml | 6 +- docs/plugins/inspect/plugin-auparse.xml | 6 +- docs/plugins/inspect/plugin-autodetect.xml | 6 +- docs/plugins/inspect/plugin-avi.xml | 6 +- docs/plugins/inspect/plugin-cacasink.xml | 6 +- docs/plugins/inspect/plugin-cairo.xml | 6 +- docs/plugins/inspect/plugin-cdio.xml | 6 +- docs/plugins/inspect/plugin-cutter.xml | 6 +- docs/plugins/inspect/plugin-debug.xml | 6 +- docs/plugins/inspect/plugin-dv.xml | 6 +- docs/plugins/inspect/plugin-efence.xml | 6 +- docs/plugins/inspect/plugin-effectv.xml | 6 +- docs/plugins/inspect/plugin-equalizer.xml | 6 +- docs/plugins/inspect/plugin-esdsink.xml | 6 +- docs/plugins/inspect/plugin-flac.xml | 6 +- docs/plugins/inspect/plugin-flxdec.xml | 6 +- docs/plugins/inspect/plugin-gamma.xml | 6 +- docs/plugins/inspect/plugin-gconfelements.xml | 6 +- docs/plugins/inspect/plugin-gdkpixbuf.xml | 6 +- docs/plugins/inspect/plugin-goom.xml | 6 +- docs/plugins/inspect/plugin-goom2k1.xml | 6 +- docs/plugins/inspect/plugin-halelements.xml | 6 +- docs/plugins/inspect/plugin-icydemux.xml | 6 +- docs/plugins/inspect/plugin-id3demux.xml | 6 +- docs/plugins/inspect/plugin-interleave.xml | 28 +-- docs/plugins/inspect/plugin-jpeg.xml | 6 +- docs/plugins/inspect/plugin-level.xml | 6 +- docs/plugins/inspect/plugin-matroska.xml | 6 +- docs/plugins/inspect/plugin-monoscope.xml | 6 +- docs/plugins/inspect/plugin-mulaw.xml | 6 +- docs/plugins/inspect/plugin-multifile.xml | 6 +- docs/plugins/inspect/plugin-multipart.xml | 6 +- docs/plugins/inspect/plugin-navigationtest.xml | 6 +- docs/plugins/inspect/plugin-ossaudio.xml | 6 +- docs/plugins/inspect/plugin-png.xml | 6 +- docs/plugins/inspect/plugin-pulseaudio.xml | 6 +- docs/plugins/inspect/plugin-quicktime.xml | 6 +- docs/plugins/inspect/plugin-replaygain.xml | 28 +-- docs/plugins/inspect/plugin-rtp.xml | 94 ++++++++- docs/plugins/inspect/plugin-rtsp.xml | 6 +- docs/plugins/inspect/plugin-shout2send.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 6 +- docs/plugins/inspect/plugin-soup.xml | 6 +- docs/plugins/inspect/plugin-spectrum.xml | 6 +- docs/plugins/inspect/plugin-speex.xml | 6 +- docs/plugins/inspect/plugin-taglib.xml | 6 +- docs/plugins/inspect/plugin-udp.xml | 6 +- docs/plugins/inspect/plugin-video4linux2.xml | 6 +- docs/plugins/inspect/plugin-videobalance.xml | 6 +- docs/plugins/inspect/plugin-videobox.xml | 6 +- docs/plugins/inspect/plugin-videocrop.xml | 6 +- docs/plugins/inspect/plugin-videoflip.xml | 6 +- docs/plugins/inspect/plugin-videomixer.xml | 6 +- docs/plugins/inspect/plugin-wavenc.xml | 6 +- docs/plugins/inspect/plugin-wavpack.xml | 6 +- docs/plugins/inspect/plugin-wavparse.xml | 6 +- docs/plugins/inspect/plugin-ximagesrc.xml | 6 +- 68 files changed, 570 insertions(+), 342 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 59244d57..28697ebf 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -19368,3 +19368,133 @@ NULL + +GstDeinterleave::keep-positions +gboolean + +rw +Keep positions +Keep the original channel positions on the output buffers. +FALSE + + + +GstInterleave::channel-positions +GValueArray* + +rw +Channel positions +Channel positions used on the output. + + + + +GstInterleave::channel-positions-from-input +gboolean + +rw +Channel positions from input +Take channel positions from the input. +TRUE + + + +GstRgVolume::album-mode +gboolean + +rw +Album mode +Prefer album over track gain. +TRUE + + + +GstRgVolume::fallback-gain +gdouble +[-60,60] +rw +Fallback gain +Gain for streams missing tags [dB]. +0 + + + +GstRgVolume::headroom +gdouble +[0,60] +rw +Headroom +Extra headroom [dB]. +0 + + + +GstRgVolume::pre-amp +gdouble +[-60,60] +rw +Pre-amp +Extra gain [dB]. +0 + + + +GstRgVolume::result-gain +gdouble +[-120,120] +r +Result-gain +Applied gain [dB]. +0 + + + +GstRgVolume::target-gain +gdouble +[-120,120] +r +Target-gain +Applicable gain [dB]. +0 + + + +GstRgLimiter::enabled +gboolean + +rw +Enabled +Enable processing. +TRUE + + + +GstRgAnalysis::forced +gboolean + +rw +Forced +Analyze even if ReplayGain tags exist. +TRUE + + + +GstRgAnalysis::num-tracks +gint +>= 0 +rw +Number of album tracks +Number of remaining album tracks. +0 + + + +GstRgAnalysis::reference-level +gdouble +[0,150] +rw +Reference level +Reference level [dB]. +89 + + diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 0a67bf8c..ef19bd52 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -2,6 +2,7 @@ GObject GstObject GstPad GstVideoMixerPad + GstInterleavePad GstPadTemplate GstPluginFeature GstElementFactory @@ -10,56 +11,34 @@ GObject GstElement GstBin GstPipeline - GstHalAudioSink - GstHalAudioSrc + GstRTSPSrc + GstRgVolume + GstAutoVideoSink + GstAutoAudioSink GstGConfVideoSink GstGConfVideoSrc GstSwitchSink GstGConfAudioSink GstGConfAudioSrc - GstRTSPSrc - GstAutoVideoSink - GstAutoAudioSink - GstBaseSink - GstCACASink - GstShout2send - GstVideoSink - GstGdkPixbufSink - GstAASink - GstBaseAudioSink - GstAudioSink - GstEsdSink - GstOssSink - GstMultiFileSink - GstTest - GstMultiUDPSink - GstUDPSink - GstDynUDPSink - GstBaseSrc - GstPushSrc - GstDV1394Src - GstCddaBaseSrc - GstCdioCddaSrc - GstSoupHTTPSrc - GstBaseAudioSrc - GstAudioSrc - GstOssSrc - GstXImageSrc - GstV4l2Src - GstMultiFileSrc - GstUDPSrc - GstCmmlEnc - GstCmmlDec - GstTagLibMux - GstId3v2Mux - GstApev2Mux - GstGdkPixbuf + GstHalAudioSink + GstHalAudioSrc + GstAviDemux + GstAviMux + GstAviSubtitle + GstGoom2k1 + GstEbmlRead + GstMatroskaDemux + GstMatroskaMux + GstFlxDec GstBaseTransform - GstPixbufScale - GstCairoTimeOverlay - GstAlphaColor - GstAlpha + GstVideoCrop + GstVideoBox GstVideoFilter + GstSMPTEAlpha + GstNavigationtest + GstGamma + GstVideoFlip + GstVideoBalance GstEdgeTV GstAgingTV GstDiceTV @@ -68,22 +47,12 @@ GObject GstVertigoTV GstRevTV GstQuarkTV - GstVideoBalance - GstVideoFlip - GstGamma - GstSMPTEAlpha - GstNavigationtest GstBreakMyData GstNavSeek GstProgressReport GstTagInject - GstVideoBox - GstVideoCrop + GstAudioPanorama GstAudioFilter - GstIirEqualizer - GstIirEqualizerNBands - GstIirEqualizer3Bands - GstIirEqualizer10Bands GstAudioInvert GstAudioKaraoke GstAudioAmplify @@ -92,26 +61,65 @@ GObject GstAudioChebBand GstAudioWSincLimit GstAudioWSincBand + GstIirEqualizer + GstIirEqualizerNBands + GstIirEqualizer3Bands + GstIirEqualizer10Bands GstSpectrum + GstAlphaColor + GstAlpha + GstRgAnalysis + GstRgLimiter GstLevel - GstAudioPanorama - GstWavpackParse - GstWavpackDec - GstWavpackEnc - GstPngDec - GstPngEnc - GstDVDemux - GstDVDec - GstSpeexEnc - GstSpeexDec - GstCairoTextOverlay - GstFlacEnc - GstFlacDec - GstJpegEnc - GstJpegDec - GstSmokeEnc - GstSmokeDec - GstOssMixerElement + GstPixbufScale + GstCairoTimeOverlay + GstMonoscope + GstAuParse + GstVideoMixer + GstBaseSrc + GstPushSrc + GstMultiFileSrc + GstUDPSrc + GstXImageSrc + GstV4l2Src + GstBaseAudioSrc + GstAudioSrc + GstOssSrc + GstPulseSrc + GstDV1394Src + GstSoupHTTPSrc + GstCddaBaseSrc + GstCdioCddaSrc + GstBaseSink + GstMultiFileSink + GstMultiUDPSink + GstUDPSink + GstDynUDPSink + GstTest + GstBaseAudioSink + GstAudioSink + GstOssSink + GstPulseSink + GstEsdSink + GstAASink + GstVideoSink + GstGdkPixbufSink + GstCACASink + GstShout2send + GstInterleave + GstDeinterleave + GstRTPDec + GstSMPTE + GstRndBufferSize + GstEFence + GstTagDemux + GstApeDemux + GstID3Demux + GstGoom + GstMultipartDemux + GstMultipartMux + GstCutter + GstWavParse GstQTDemux GstBaseRTPDepayload GstRtpXQTDepay @@ -139,13 +147,11 @@ GObject GstRtpTheoraDepay GstRtpVorbisDepay GstRtpVRawDepay - GstRTPDec - GstAuParse - GstVideoMixer - GstEbmlRead - GstMatroskaDemux - GstMatroskaMux - GstWavParse + GstMuLawEnc + GstMuLawDec + GstALawEnc + GstALawDec + GstICYDemux GstRTPDepay GstBaseRTPPayload GstRTPDVPay @@ -171,28 +177,31 @@ GObject GstRtpVorbisPay GstRtpVRawPay GstAsteriskh263 - GstTagDemux - GstID3Demux - GstApeDemux - GstMuLawEnc - GstMuLawDec - GstALawEnc - GstALawDec - GstMonoscope - GstSMPTE - GstRndBufferSize - GstEFence - GstFlxDec - GstGoom - GstMultipartDemux - GstMultipartMux - GstICYDemux GstWavEnc - GstAviDemux - GstAviMux - GstAviSubtitle - GstCutter - GstGoom2k1 + GstOssMixerElement + GstDVDemux + GstDVDec + GstSpeexEnc + GstSpeexDec + GstCmmlEnc + GstCmmlDec + GstGdkPixbuf + GstWavpackParse + GstWavpackDec + GstWavpackEnc + GstPngDec + GstPngEnc + GstCairoTextOverlay + GstTagLibMux + GstId3v2Mux + GstApev2Mux + GstFlacEnc + GstFlacDec + GstPulseMixer + GstJpegEnc + GstJpegDec + GstSmokeEnc + GstSmokeDec GstBus GstTask GstClock @@ -202,21 +211,23 @@ GObject GstRegistry GstRingBuffer GstSignalObject + GstColorBalanceChannel + GstTunerNorm + GstTunerChannel + GstMixerTrack + GstMixerOptions GstCmmlTagStream GstCmmlTagHead GstCmmlTagClip GdkPixbuf - GstTunerNorm - GstTunerChannel - GstColorBalanceChannel GInterface GTypePlugin GstChildProxy GstURIHandler - GstPropertyProbe GstTagSetter GstImplementsInterface - GstMixer - GstTuner GstColorBalance + GstTuner GstVideoOrientation + GstPropertyProbe + GstMixer diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index 4f71f0a9..252a2a39 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -1,35 +1,38 @@ GstBin GstChildProxy GstPipeline GstChildProxy -GstHalAudioSink GstChildProxy -GstHalAudioSrc GstChildProxy +GstRTSPSrc GstChildProxy GstURIHandler +GstRgVolume GstChildProxy +GstAutoVideoSink GstChildProxy +GstAutoAudioSink GstChildProxy GstGConfVideoSink GstChildProxy GstGConfVideoSrc GstChildProxy GstSwitchSink GstChildProxy GstGConfAudioSink GstChildProxy GstGConfAudioSrc GstChildProxy -GstRTSPSrc GstChildProxy GstURIHandler -GstAutoVideoSink GstChildProxy -GstAutoAudioSink GstChildProxy -GstShout2send GstTagSetter -GstUDPSink GstURIHandler -GstDV1394Src GstURIHandler GstPropertyProbe -GstCddaBaseSrc GstURIHandler -GstCdioCddaSrc GstURIHandler -GstSoupHTTPSrc GstURIHandler -GstOssSrc GstImplementsInterface GstMixer -GstV4l2Src GstPropertyProbe GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation -GstUDPSrc GstURIHandler -GstTagLibMux GstTagSetter -GstId3v2Mux GstTagSetter -GstApev2Mux GstTagSetter +GstHalAudioSink GstChildProxy +GstHalAudioSrc GstChildProxy +GstAviMux GstTagSetter +GstMatroskaMux GstTagSetter GstVideoBalance GstImplementsInterface GstColorBalance GstIirEqualizer GstChildProxy GstIirEqualizerNBands GstChildProxy GstIirEqualizer3Bands GstChildProxy GstIirEqualizer10Bands GstChildProxy +GstVideoMixer GstChildProxy +GstUDPSrc GstURIHandler +GstV4l2Src GstImplementsInterface GstColorBalance GstTuner GstVideoOrientation GstPropertyProbe +GstOssSrc GstImplementsInterface GstMixer +GstPulseSrc GstImplementsInterface GstMixer +GstDV1394Src GstURIHandler GstPropertyProbe +GstSoupHTTPSrc GstURIHandler +GstCddaBaseSrc GstURIHandler +GstCdioCddaSrc GstURIHandler +GstUDPSink GstURIHandler +GstShout2send GstTagSetter +GstOssMixerElement GstImplementsInterface GstMixer GstSpeexEnc GstTagSetter +GstTagLibMux GstTagSetter +GstId3v2Mux GstTagSetter +GstApev2Mux GstTagSetter GstFlacEnc GstTagSetter -GstOssMixerElement GstImplementsInterface GstMixer -GstVideoMixer GstChildProxy -GstMatroskaMux GstTagSetter -GstAviMux GstTagSetter +GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe diff --git a/docs/plugins/gst-plugins-good-plugins.prerequisites b/docs/plugins/gst-plugins-good-plugins.prerequisites index a54c8fe8..a33abde0 100644 --- a/docs/plugins/gst-plugins-good-plugins.prerequisites +++ b/docs/plugins/gst-plugins-good-plugins.prerequisites @@ -1,7 +1,7 @@ GstChildProxy GstObject GstTagSetter GstObject GstElement GstImplementsInterface GstObject GstElement -GstMixer GstObject GstImplementsInterface GstElement -GstTuner GstObject GstImplementsInterface GstElement GstColorBalance GstObject GstImplementsInterface GstElement +GstTuner GstObject GstImplementsInterface GstElement GstVideoOrientation GstObject GstImplementsInterface GstElement +GstMixer GstObject GstImplementsInterface GstElement diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 2b989f52..cb319aff 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@ Source for DV data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 49b411b7..58f03141 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,11 +3,11 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin aasink diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 7f96dc41..924bd047 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,11 +3,11 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin alawdec diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 087d6c47..74ce4b98 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,11 +3,11 @@ adds an alpha channel to video - constant or via chroma-keying ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin alpha diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index c4b94468..5fd62dc0 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,11 +3,11 @@ RGBA to AYUV colorspace conversion preserving the alpha channel ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin alphacolor diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 50d28612..c4481d32 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -3,11 +3,11 @@ annodex stream manipulation (info about annodex: http://www.annodex.net) ../../ext/annodex/.libs/libgstannodex.so libgstannodex.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin cmmldec diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index a5048401..cb500618 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,11 +3,11 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin apedemux diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index f9cceb98..aa253d00 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,11 +3,11 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin audioamplify diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 5d9d000b..edf957ff 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,11 +3,11 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin auparse diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index e24d9856..05c11dbc 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,11 +3,11 @@ Plugin contains auto-detection plugins for video/audio outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin autoaudiosink diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 7fc7b860..f8f9bf44 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,11 +3,11 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin avidemux diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 32ccb34f..6422fbb5 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,11 +3,11 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin cacasink diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 11dec9e8..cb75de52 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,11 +3,11 @@ Cairo-based overlaying ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin cairotextoverlay diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index ed731eff..18b8cc9c 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,11 +3,11 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.8.1 + 0.10.9 GPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin cdiocddasrc diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index b318220f..d1cd386a 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,11 +3,11 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin cutter diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 66e9fd9a..ed64bb6e 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,11 +3,11 @@ elements for testing and debugging ../../gst/debug/.libs/libgstdebug.so libgstdebug.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin breakmydata diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index b126b0c7..895fb8ce 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,11 +3,11 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin dvdec diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index 59d6be42..8d046a0b 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -3,11 +3,11 @@ This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence". ../../gst/debug/.libs/libgstefence.so libgstefence.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin efence diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 2c8b7252..e072db75 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,11 +3,11 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin agingtv diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index 7ba8bd55..62e6138c 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,11 +3,11 @@ GStreamer audio equalizers ../../gst/equalizer/.libs/libgstequalizer.so libgstequalizer.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin equalizer-10bands diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index 5e00d61e..2a5e40ad 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,11 +3,11 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin esdsink diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 6d91fe52..616fbb57 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,11 +3,11 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin flacdec diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 4dbaaba9..1c1f83c0 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,11 +3,11 @@ FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin flxdec diff --git a/docs/plugins/inspect/plugin-gamma.xml b/docs/plugins/inspect/plugin-gamma.xml index 31691a4e..b309dd34 100644 --- a/docs/plugins/inspect/plugin-gamma.xml +++ b/docs/plugins/inspect/plugin-gamma.xml @@ -3,11 +3,11 @@ Changes gamma on video images ../../gst/videofilter/.libs/libgstgamma.so libgstgamma.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin gamma diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index b002f6d5..c26a6ac4 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,11 +3,11 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin gconfaudiosink diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 2de2fe30..ffc8aa23 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,11 +3,11 @@ GdkPixbuf-based image decoder, scaler and sink ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin gdkpixbufdec diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index d563b83e..b3dbe0d5 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,11 +3,11 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin goom diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index 3658505d..7ccec49b 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,11 +3,11 @@ GOOM 2k1 visualization filter ../../gst/goom2k1/.libs/libgstgoom2k1.so libgstgoom2k1.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin goom2k1 diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index c5f2a6e1..9272667e 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -3,11 +3,11 @@ elements wrapping the GStreamer/HAL audio input/output devices ../../ext/hal/.libs/libgsthalelements.so libgsthalelements.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin halaudiosink diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 1867bd99..f3497d44 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,11 +3,11 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin icydemux diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 982f8447..b45d1878 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,11 +3,11 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin id3demux diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index cdd8664d..109fd4a7 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,10 +3,10 @@ Audio interleaver/deinterleaver ../../gst/interleave/.libs/libgstinterleave.so libgstinterleave.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -16,18 +16,18 @@ Splits one interleaved multichannel audio stream into many mono audio streams Andy Wingo <wingo at pobox.com>, Iain <iain@prettypeople.org>, Sebastian Dröge <slomo@circular-chaos.org> - - src%d - source - sometimes -
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
-
sink sink always
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+ + src%d + source + sometimes +
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+
@@ -37,18 +37,18 @@ Folds many mono channels into one interleaved audio stream Andy Wingo <wingo at pobox.com>, Sebastian Dröge <slomo@circular-chaos.org> - - src - source - always -
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean)true; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
-
sink%d sink request
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean)true; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+ + src + source + always +
audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean)true; audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 32, 64 }
+
diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index eb517ee3..55146326 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,11 +3,11 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin jpegdec diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 6c37b7ae..ef22be13 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,11 +3,11 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin level diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 878a2cc9..7c5bed5b 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,11 +3,11 @@ Matroska stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin matroskademux diff --git a/docs/plugins/inspect/plugin-monoscope.xml b/docs/plugins/inspect/plugin-monoscope.xml index 71c28d17..1002abd5 100644 --- a/docs/plugins/inspect/plugin-monoscope.xml +++ b/docs/plugins/inspect/plugin-monoscope.xml @@ -3,11 +3,11 @@ Monoscope visualization ../../gst/monoscope/.libs/libgstmonoscope.so libgstmonoscope.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin monoscope diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index d0019c3b..3bd9ee68 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,11 +3,11 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin mulawdec diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 99d7f26b..3d36d3ed 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,11 +3,11 @@ Writes buffers to sequentially named files ../../gst/multifile/.libs/libgstmultifile.so libgstmultifile.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin multifilesink diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 86802762..96b8e3ee 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,11 +3,11 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin multipartdemux diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index d59457a4..91ceeda7 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,11 +3,11 @@ Template for a video filter ../../gst/debug/.libs/libgstnavigationtest.so libgstnavigationtest.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin navigationtest diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 51918bc3..e1b774c8 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,11 +3,11 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin ossmixer diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index becd86cd..d3bf946e 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,11 +3,11 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin pngdec diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index 257906c3..6b94dd81 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -1,12 +1,12 @@ pulseaudio - PulseAudio Elements Plugin + PulseAudio plugin library ../../ext/pulse/.libs/libgstpulse.so libgstpulse.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml index 9f0123d3..a75c2839 100644 --- a/docs/plugins/inspect/plugin-quicktime.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -3,11 +3,11 @@ Quicktime support ../../gst/qtdemux/.libs/libgstqtdemux.so libgstqtdemux.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin qtdemux diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index a53ade9d..7433e72b 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,10 +3,10 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -17,14 +17,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, width=(int)32, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }; audio/x-raw-int, width=(int)16, depth=(int)[ 1, 16 ], signed=(boolean)true, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
- src - source + sink + sink always
audio/x-raw-float, width=(int)32, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }; audio/x-raw-int, width=(int)16, depth=(int)[ 1, 16 ], signed=(boolean)true, endianness=(int)1234, channels=(int){ 1, 2 }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
@@ -38,14 +38,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234
- src - source + sink + sink always
audio/x-raw-float, width=(int)32, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234
@@ -59,14 +59,14 @@ René Stadler <mail@renestadler.de> - sink - sink + src + source always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
- src - source + sink + sink always
audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 4025bb46..da85f700 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,11 +3,11 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin asteriskh263 @@ -210,6 +210,48 @@
+ + rtpg726depay + RTP packet depayloader + Codec/Depayloader/Network + Extracts G.726 audio from RTP packets + Axis Communications <dev-gstreamer@axis.com> + + + src + source + always +
audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, layout=(string)g726
+
+ + sink + sink + always +
application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ G726, G726-16, G726-24, G726-32, G726-40 }, clock-rate=(int)8000
+
+
+
+ + rtpg726pay + RTP packet payloader + Codec/Payloader/Network + Payload-encodes G.726 audio into a RTP packet + Axis Communications <dev-gstreamer@axis.com> + + + sink + sink + always +
audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, layout=(string)g726
+
+ + src + source + always +
application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)8000, encoding-name=(string){ G726-16, G726-24, G726-32, G726-40 }
+
+
+
rtpg729depay RTP packet depayloader @@ -852,7 +894,7 @@ sink sink always -
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)THEORA
+
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)THEORA, delivery-method=(string)inline
src @@ -873,7 +915,7 @@ src source always -
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)THEORA
+
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)THEORA, delivery-method=(string)inline
sink @@ -925,5 +967,47 @@
+ + rtpvrawdepay + RTP packet depayloader + Codec/Depayloader/Network + Extracts raw video from RTP packets (RFC 4175) + Wim Taymans <wim.taymans@gmail.com> + + + src + source + always +
video/x-raw-rgb; video/x-raw-yuv
+
+ + sink + sink + always +
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)RAW
+
+
+
+ + rtpvrawpay + RTP packet payloader + Codec/Payloader/Network + Payload raw video as RTP packets (RFC 4175) + Wim Taymans <wim.taymans@gmail.com> + + + src + source + always +
application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }, depth=(string){ 8, 10, 12, 16 }, colorimetry=(string){ BT601-5, BT709-2, SMPTE240M }
+
+ + sink + sink + always +
video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ]; video/x-raw-yuv, format=(fourcc){ AYUV, UYVY, I420, Y41B }, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ]
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 07376200..0ed6a444 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,11 +3,11 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin rtpdec diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 01e33c98..e9e31559 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 82612e16..ad6500df 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,11 +3,11 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin smpte diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 3340f728..b944d5b2 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,11 +3,11 @@ libsoup HTTP client src ../../ext/soup/.libs/libgstsouphttpsrc.so libgstsouphttpsrc.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin souphttpsrc diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index ce2c21e0..de08155f 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,11 +3,11 @@ Run an FFT on the audio signal, output spectrum data ../../gst/spectrum/.libs/libgstspectrum.so libgstspectrum.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin spectrum diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index f568c778..7f8e0cd3 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,11 +3,11 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin speexdec diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 72d9a4ba..c30eca61 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,11 +3,11 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin apev2mux diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 07aa467c..4b5df753 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,11 +3,11 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin dynudpsink diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index b76d7fab..40d65ab2 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,11 +3,11 @@ elements for Video 4 Linux ../../sys/v4l2/.libs/libgstvideo4linux2.so libgstvideo4linux2.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin v4l2src diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml index c03b108c..acf2ce1b 100644 --- a/docs/plugins/inspect/plugin-videobalance.xml +++ b/docs/plugins/inspect/plugin-videobalance.xml @@ -3,11 +3,11 @@ Changes hue, saturation, brightness etc. on video images ../../gst/videofilter/.libs/libgstvideobalance.so libgstvideobalance.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin videobalance diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index 68b8c760..81dfd5fb 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,11 +3,11 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin videobox diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 5e643714..cbb8ae77 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,11 +3,11 @@ Crops video into a user-defined region ../../gst/videocrop/.libs/libgstvideocrop.so libgstvideocrop.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin videocrop diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index fea8da04..b46eacf7 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -3,11 +3,11 @@ Flips and rotates video ../../gst/videofilter/.libs/libgstvideoflip.so libgstvideoflip.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin videoflip diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index 80d503f4..7b7e3c62 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,11 +3,11 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin videomixer diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 546da924..b785a3dc 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,11 +3,11 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin wavenc diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 4ea30094..bfba37e0 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,11 +3,11 @@ Wavpack lossless/lossy audio format handling ../../ext/wavpack/.libs/libgstwavpack.so libgstwavpack.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin wavpackdec diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index 79a79b12..75011713 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,11 +3,11 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin wavparse diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 513491ee..776690e0 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,11 +3,11 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 0.10.8.1 + 0.10.9 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease - http://gstreamer.freedesktop.org + GStreamer Good Plug-ins source release + Unknown package origin ximagesrc -- cgit