From bde3a9e1835ec614fc6aa61ca4013a2874d60ab1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 16 Apr 2011 18:29:45 +0100 Subject: [PATCH] docs: update for pre-release --- docs/plugins/gst-plugins-good-plugins.args | 490 +++++++++++++++++++++ docs/plugins/gst-plugins-good-plugins.hierarchy | 216 ++++----- docs/plugins/gst-plugins-good-plugins.interfaces | 27 +- .../plugins/gst-plugins-good-plugins.prerequisites | 3 +- docs/plugins/inspect/plugin-1394.xml | 4 +- docs/plugins/inspect/plugin-aasink.xml | 4 +- docs/plugins/inspect/plugin-alaw.xml | 4 +- docs/plugins/inspect/plugin-alpha.xml | 4 +- docs/plugins/inspect/plugin-alphacolor.xml | 4 +- docs/plugins/inspect/plugin-annodex.xml | 4 +- docs/plugins/inspect/plugin-apetag.xml | 4 +- docs/plugins/inspect/plugin-audiofx.xml | 4 +- docs/plugins/inspect/plugin-audioparsers.xml | 4 +- docs/plugins/inspect/plugin-auparse.xml | 4 +- docs/plugins/inspect/plugin-autodetect.xml | 4 +- docs/plugins/inspect/plugin-avi.xml | 4 +- docs/plugins/inspect/plugin-cacasink.xml | 4 +- docs/plugins/inspect/plugin-cairo.xml | 4 +- docs/plugins/inspect/plugin-cutter.xml | 4 +- docs/plugins/inspect/plugin-debug.xml | 4 +- docs/plugins/inspect/plugin-deinterlace.xml | 4 +- docs/plugins/inspect/plugin-dv.xml | 4 +- docs/plugins/inspect/plugin-efence.xml | 4 +- docs/plugins/inspect/plugin-effectv.xml | 4 +- docs/plugins/inspect/plugin-equalizer.xml | 4 +- docs/plugins/inspect/plugin-esdsink.xml | 4 +- docs/plugins/inspect/plugin-flac.xml | 4 +- docs/plugins/inspect/plugin-flv.xml | 4 +- docs/plugins/inspect/plugin-flxdec.xml | 4 +- docs/plugins/inspect/plugin-gconfelements.xml | 4 +- docs/plugins/inspect/plugin-gdkpixbuf.xml | 4 +- docs/plugins/inspect/plugin-goom.xml | 4 +- docs/plugins/inspect/plugin-goom2k1.xml | 4 +- docs/plugins/inspect/plugin-gstrtpmanager.xml | 4 +- docs/plugins/inspect/plugin-halelements.xml | 4 +- docs/plugins/inspect/plugin-icydemux.xml | 4 +- docs/plugins/inspect/plugin-id3demux.xml | 4 +- docs/plugins/inspect/plugin-imagefreeze.xml | 4 +- docs/plugins/inspect/plugin-interleave.xml | 4 +- docs/plugins/inspect/plugin-jack.xml | 4 +- docs/plugins/inspect/plugin-jpeg.xml | 4 +- docs/plugins/inspect/plugin-level.xml | 4 +- docs/plugins/inspect/plugin-matroska.xml | 4 +- docs/plugins/inspect/plugin-monoscope.xml | 4 +- docs/plugins/inspect/plugin-mulaw.xml | 4 +- docs/plugins/inspect/plugin-multifile.xml | 4 +- docs/plugins/inspect/plugin-multipart.xml | 4 +- docs/plugins/inspect/plugin-navigationtest.xml | 4 +- docs/plugins/inspect/plugin-oss4.xml | 4 +- docs/plugins/inspect/plugin-ossaudio.xml | 4 +- docs/plugins/inspect/plugin-png.xml | 4 +- docs/plugins/inspect/plugin-pulseaudio.xml | 4 +- docs/plugins/inspect/plugin-quicktime.xml | 14 +- docs/plugins/inspect/plugin-replaygain.xml | 4 +- docs/plugins/inspect/plugin-rtp.xml | 4 +- docs/plugins/inspect/plugin-rtsp.xml | 4 +- docs/plugins/inspect/plugin-shapewipe.xml | 4 +- docs/plugins/inspect/plugin-shout2send.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 4 +- docs/plugins/inspect/plugin-soup.xml | 4 +- docs/plugins/inspect/plugin-spectrum.xml | 4 +- docs/plugins/inspect/plugin-speex.xml | 4 +- docs/plugins/inspect/plugin-udp.xml | 4 +- docs/plugins/inspect/plugin-video4linux2.xml | 4 +- docs/plugins/inspect/plugin-videobox.xml | 4 +- docs/plugins/inspect/plugin-videocrop.xml | 4 +- docs/plugins/inspect/plugin-videofilter.xml | 4 +- docs/plugins/inspect/plugin-videomixer.xml | 4 +- docs/plugins/inspect/plugin-wavenc.xml | 4 +- docs/plugins/inspect/plugin-wavpack.xml | 4 +- docs/plugins/inspect/plugin-wavparse.xml | 4 +- docs/plugins/inspect/plugin-ximagesrc.xml | 4 +- docs/plugins/inspect/plugin-y4menc.xml | 4 +- 73 files changed, 760 insertions(+), 260 deletions(-) diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 250a8b7..a6143ee 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -21248,3 +21248,493 @@ 100000000 + +GstQTMux::dts-method +GstQTMuxDtsMethods + +rwx +dts-method +Method to determine DTS time. +reorder + + + +GstQTMux::faststart +gboolean + +rw +Format file to faststart +If the file should be formatted for faststart (headers first). +FALSE + + + +GstQTMux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstQTMux::fragment-duration +guint + +rwx +Fragment duration +Fragment durations in ms (produce a fragmented file if > 0). +0 + + + +GstQTMux::moov-recovery-file +gchar* + +rwx +File to store data for posterior moov atom recovery +File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental). +NULL + + + +GstQTMux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +1000 + + + +GstQTMux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time). +TRUE + + + +GstQTMux::streamable +gboolean + +rwx +Streamable +If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. +FALSE + + + +GstQTMux::trak-timescale +guint + +rwx +Track timescale +Timescale to use for the tracks (units per second, 0 is automatic). +0 + + + +GstQTMoovRecover::broken-input +gchar* + +rw +Path to broken input file +Path to broken input file. (If qtmux was on faststart mode, this file is the faststart file). +NULL + + + +GstQTMoovRecover::faststart-mode +gboolean + +rw +If the broken input is from faststart mode +If the broken input is from faststart mode. +FALSE + + + +GstQTMoovRecover::fixed-output +gchar* + +rw +Path to write the fixed file +Path to write the fixed file to (used as output). +NULL + + + +GstQTMoovRecover::recovery-input +gchar* + +rw +Path to recovery file +Path to recovery file (used as input). +NULL + + + +GstMP4Mux::dts-method +GstQTMuxDtsMethods + +rwx +dts-method +Method to determine DTS time. +reorder + + + +GstMP4Mux::faststart +gboolean + +rw +Format file to faststart +If the file should be formatted for faststart (headers first). +FALSE + + + +GstMP4Mux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstMP4Mux::fragment-duration +guint + +rwx +Fragment duration +Fragment durations in ms (produce a fragmented file if > 0). +0 + + + +GstMP4Mux::moov-recovery-file +gchar* + +rwx +File to store data for posterior moov atom recovery +File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental). +NULL + + + +GstMP4Mux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +1000 + + + +GstMP4Mux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time). +TRUE + + + +GstMP4Mux::streamable +gboolean + +rwx +Streamable +If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. +FALSE + + + +GstMP4Mux::trak-timescale +guint + +rwx +Track timescale +Timescale to use for the tracks (units per second, 0 is automatic). +0 + + + +GstMJ2Mux::dts-method +GstQTMuxDtsMethods + +rwx +dts-method +Method to determine DTS time. +reorder + + + +GstMJ2Mux::faststart +gboolean + +rw +Format file to faststart +If the file should be formatted for faststart (headers first). +FALSE + + + +GstMJ2Mux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstMJ2Mux::fragment-duration +guint + +rwx +Fragment duration +Fragment durations in ms (produce a fragmented file if > 0). +0 + + + +GstMJ2Mux::moov-recovery-file +gchar* + +rwx +File to store data for posterior moov atom recovery +File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental). +NULL + + + +GstMJ2Mux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +1000 + + + +GstMJ2Mux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time). +TRUE + + + +GstMJ2Mux::streamable +gboolean + +rwx +Streamable +If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. +FALSE + + + +GstMJ2Mux::trak-timescale +guint + +rwx +Track timescale +Timescale to use for the tracks (units per second, 0 is automatic). +0 + + + +GstISMLMux::dts-method +GstQTMuxDtsMethods + +rwx +dts-method +Method to determine DTS time. +reorder + + + +GstISMLMux::faststart +gboolean + +rw +Format file to faststart +If the file should be formatted for faststart (headers first). +FALSE + + + +GstISMLMux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstISMLMux::fragment-duration +guint + +rwx +Fragment duration +Fragment durations in ms (produce a fragmented file if > 0). +2000 + + + +GstISMLMux::moov-recovery-file +gchar* + +rwx +File to store data for posterior moov atom recovery +File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental). +NULL + + + +GstISMLMux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +1000 + + + +GstISMLMux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time). +TRUE + + + +GstISMLMux::streamable +gboolean + +rwx +Streamable +If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. +FALSE + + + +GstISMLMux::trak-timescale +guint + +rwx +Track timescale +Timescale to use for the tracks (units per second, 0 is automatic). +0 + + + +GstGPPMux::dts-method +GstQTMuxDtsMethods + +rwx +dts-method +Method to determine DTS time. +reorder + + + +GstGPPMux::faststart +gboolean + +rw +Format file to faststart +If the file should be formatted for faststart (headers first). +FALSE + + + +GstGPPMux::faststart-file +gchar* + +rwx +File to use for storing buffers +File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically. +NULL + + + +GstGPPMux::fragment-duration +guint + +rwx +Fragment duration +Fragment durations in ms (produce a fragmented file if > 0). +0 + + + +GstGPPMux::moov-recovery-file +gchar* + +rwx +File to store data for posterior moov atom recovery +File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental). +NULL + + + +GstGPPMux::movie-timescale +guint +>= 1 +rwx +Movie timescale +Timescale to use in the movie (units per second). +1000 + + + +GstGPPMux::presentation-time +gboolean + +rwx +Include presentation-time info +Calculate and include presentation/composition time (in addition to decoding time). +TRUE + + + +GstGPPMux::streamable +gboolean + +rwx +Streamable +If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. +FALSE + + + +GstGPPMux::trak-timescale +guint + +rwx +Track timescale +Timescale to use for the tracks (units per second, 0 is automatic). +0 + + diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 60188ca..b8db7c3 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -12,6 +12,7 @@ GObject GstElement GstBin GstPipeline + GstQTMoovRecover GstSwitchSink GstGConfVideoSink GstGConfAudioSink @@ -29,17 +30,7 @@ GObject GstRTSPSrc GstRgVolume GstAspectRatioCrop - GstBaseParse - GstAacParse - GstAmrParse - GstAc3Parse - GstDcaParse - GstFlacParse - GstMpegAudioParse - GstCmmlEnc - GstCmmlDec GstBaseSink - GstAASink GstBaseAudioSink GstPulseSink GstJackAudioSink @@ -47,10 +38,11 @@ GObject GstEsdSink GstOssSink GstOss4Sink - GstCACASink GstVideoSink - GstGdkPixbufSink GstV4l2Sink + GstGdkPixbufSink + GstAASink + GstCACASink GstShout2send GstTest GstMultiFileSink @@ -59,9 +51,6 @@ GObject GstDynUDPSink GstBaseSrc GstPushSrc - GstDV1394Src - GstHDV1394Src - GstSoupHTTPSrc GstBaseAudioSrc GstAudioSrc GstPulseSrc @@ -69,17 +58,101 @@ GObject GstOss4Source GstJackAudioSrc GstV4l2Src + GstDV1394Src + GstHDV1394Src + GstSoupHTTPSrc GstXImageSrc GstMultiFileSrc GstUDPSrc + GstPulseMixer + GstSpeexEnc + GstSpeexDec + GstV4l2Radio + GstRTPDepay + GstBaseRTPDepayload + GstRtpAC3Depay + GstRTPBVDepay + GstRtpCELTDepay + GstRTPDVDepay + GstRtpGSTDepay + GstRTPiLBCDepay + GstRtpG722Depay + GstRtpG723Depay + GstRtpG726Depay + GstRtpG729Depay + GstRTPGSMDepay + GstRtpAMRDepay + GstRtpPcmaDepay + GstRtpPcmuDepay + GstRtpMPADepay + GstRtpMPARobustDepay + GstRtpMPVDepay + GstRtpH263PDepay + GstRtpH263Depay + GstRtpH264Depay + GstRtpJ2KDepay + GstRtpJPEGDepay + GstRtpL16Depay + GstRtpMP1SDepay + GstRtpMP2TDepay + GstRtpMP4VDepay + GstRtpMP4ADepay + GstRtpMP4GDepay + GstRtpQCELPDepay + GstRtpQDM2Depay + GstRTPSirenDepay + GstRtpSPEEXDepay + GstRtpSV3VDepay + GstRtpTheoraDepay + GstRtpVorbisDepay + GstRtpVRawDepay + GstRtpXQTDepay + GstBaseRTPPayload + GstRtpAC3Pay + GstBaseRTPAudioPayload + GstRTPBVPay + GstRTPILBCPay + GstRtpG722Pay + GstRtpG726Pay + GstRtpPcmuPay + GstRtpPcmaPay + GstRtpL16Pay + GstRTPSirenPay + GstRtpCELTPay + GstRTPDVPay + GstRtpGSTPay + GstRTPG723Pay + GstRTPG729Pay + GstRTPGSMPay + GstRtpAMRPay + GstRtpMPAPay + GstRTPMPVPay + GstRtpH263PPay + GstRtpH263Pay + GstRtpH264Pay + GstRtpJ2KPay + GstRtpJPEGPay + GstRTPMP2TPay + GstRtpMP4VPay + GstRtpMP4APay + GstRtpMP4GPay + GstRtpSPEEXPay + GstRtpTheoraPay + GstRtpVorbisPay + GstRtpVRawPay + GstAsteriskh263 + GstMatroskaDemux + GstMatroskaParse + GstMatroskaMux + GstWebMMux + GstDeinterlace + GstCmmlEnc + GstCmmlDec GstWavpackParse GstWavpackDec GstWavpackEnc GstDVDemux GstDVDec - GstTagLibMux - GstId3v2Mux - GstApev2Mux GstFlacEnc GstFlacDec GstFlacTag @@ -140,9 +213,6 @@ GObject GstVideoCrop GstAudioPanorama GstCairoRender - GstPulseMixer - GstSpeexEnc - GstSpeexDec GstJpegEnc GstJpegDec GstSmokeEnc @@ -151,85 +221,11 @@ GObject GstPngEnc GstGdkPixbuf GstOssMixerElement - GstV4l2Radio GstOss4Mixer GstShapeWipe GstAviDemux GstAviMux GstAviSubtitle - GstRTPDepay - GstBaseRTPDepayload - GstRtpAC3Depay - GstRTPBVDepay - GstRtpCELTDepay - GstRTPDVDepay - GstRtpGSTDepay - GstRTPiLBCDepay - GstRtpG722Depay - GstRtpG723Depay - GstRtpG726Depay - GstRtpG729Depay - GstRTPGSMDepay - GstRtpAMRDepay - GstRtpPcmaDepay - GstRtpPcmuDepay - GstRtpMPADepay - GstRtpMPARobustDepay - GstRtpMPVDepay - GstRtpH263PDepay - GstRtpH263Depay - GstRtpH264Depay - GstRtpJ2KDepay - GstRtpJPEGDepay - GstRtpL16Depay - GstRtpMP1SDepay - GstRtpMP2TDepay - GstRtpMP4VDepay - GstRtpMP4ADepay - GstRtpMP4GDepay - GstRtpQCELPDepay - GstRtpQDM2Depay - GstRTPSirenDepay - GstRtpSPEEXDepay - GstRtpSV3VDepay - GstRtpTheoraDepay - GstRtpVorbisDepay - GstRtpVRawDepay - GstRtpXQTDepay - GstBaseRTPPayload - GstRtpAC3Pay - GstBaseRTPAudioPayload - GstRTPBVPay - GstRTPILBCPay - GstRtpG722Pay - GstRtpG726Pay - GstRtpPcmuPay - GstRtpPcmaPay - GstRtpL16Pay - GstRTPSirenPay - GstRtpCELTPay - GstRTPDVPay - GstRtpGSTPay - GstRTPG723Pay - GstRTPG729Pay - GstRTPGSMPay - GstRtpAMRPay - GstRtpMPAPay - GstRTPMPVPay - GstRtpH263PPay - GstRtpH263Pay - GstRtpH264Pay - GstRtpJ2KPay - GstRtpJPEGPay - GstRTPMP2TPay - GstRtpMP4VPay - GstRtpMP4APay - GstRtpMP4GPay - GstRtpSPEEXPay - GstRtpTheoraPay - GstRtpVorbisPay - GstRtpVRawPay - GstAsteriskh263 GstGoom GstGoom2k1 GstWavEnc @@ -237,16 +233,17 @@ GObject GstRtpPtDemux GstRtpSession GstRtpSsrcDemux + GstQTDemux + GstQTMux + GstMP4Mux + GstISMLMux + GstGPPMux + GstMJ2Mux GstRndBufferSize GstCapsDebug GstEFence GstCutter - GstMatroskaDemux - GstMatroskaParse - GstMatroskaMux - GstWebMMux GstRTPDec - GstQTDemux GstSMPTE GstAuParse GstMultipartDemux @@ -259,8 +256,14 @@ GObject GstApeDemux GstID3Demux GstFlxDec - GstDeinterlace GstImageFreeze + GstBaseParse + GstAacParse + GstAmrParse + GstAc3Parse + GstDcaParse + GstFlacParse + GstMpegAudioParse GstY4mEncode GstInterleave GstDeinterleave @@ -290,22 +293,25 @@ GObject GstCmmlTagClip GstColorBalanceChannel RTPSession + GstMixerTrack + GstMixerOptions + GdkPixbuf GstTunerNorm GstTunerChannel - GdkPixbuf GInterface GTypePlugin GstChildProxy GstURIHandler - GstPropertyProbe - GstPreset - GstTagSetter GstStreamVolume GstImplementsInterface + GstPropertyProbe GstMixer + GstTagSetter + GstPreset GstTuner GstColorBalance GstVideoOrientation GstXOverlay GstNavigation + GstTagXmpWriter GIcon diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index bfd00fd..631b079 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -1,5 +1,6 @@ GstBin GstChildProxy GstPipeline GstChildProxy +GstQTMoovRecover GstChildProxy GstSwitchSink GstChildProxy GstGConfVideoSink GstChildProxy GstGConfAudioSink GstChildProxy @@ -22,18 +23,21 @@ GstOss4Sink GstStreamVolume GstPropertyProbe GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe GstShout2send GstTagSetter GstUDPSink GstURIHandler -GstDV1394Src GstURIHandler GstPropertyProbe -GstHDV1394Src GstURIHandler GstPropertyProbe -GstSoupHTTPSrc GstURIHandler GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe GstOssSrc GstImplementsInterface GstMixer GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe +GstDV1394Src GstURIHandler GstPropertyProbe +GstHDV1394Src GstURIHandler GstPropertyProbe +GstSoupHTTPSrc GstURIHandler GstUDPSrc GstURIHandler +GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe +GstSpeexEnc GstTagSetter GstPreset +GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe +GstMatroskaMux GstTagSetter +GstWebMMux GstTagSetter +GstDeinterlace GstChildProxy GstWavpackEnc GstPreset -GstTagLibMux GstTagSetter -GstId3v2Mux GstTagSetter -GstApev2Mux GstTagSetter GstFlacEnc GstTagSetter GstPreset GstFlacTag GstTagSetter GstVideoBalance GstImplementsInterface GstColorBalance @@ -41,15 +45,14 @@ GstIirEqualizer GstChildProxy GstIirEqualizerNBands GstChildProxy GstIirEqualizer3Bands GstChildProxy GstPreset GstIirEqualizer10Bands GstChildProxy GstPreset -GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe -GstSpeexEnc GstTagSetter GstPreset GstOssMixerElement GstImplementsInterface GstMixer -GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe GstAviMux GstTagSetter -GstMatroskaMux GstTagSetter -GstWebMMux GstTagSetter -GstDeinterlace GstChildProxy +GstQTMux GstTagSetter GstTagXmpWriter +GstMP4Mux GstTagSetter GstTagXmpWriter +GstISMLMux GstTagSetter GstTagXmpWriter +GstGPPMux GstTagSetter GstTagXmpWriter +GstMJ2Mux GstTagSetter GstTagXmpWriter GstFlvMux GstTagSetter GstVideoMixer GstChildProxy GstVideoMixer2 GstChildProxy diff --git a/docs/plugins/gst-plugins-good-plugins.prerequisites b/docs/plugins/gst-plugins-good-plugins.prerequisites index 3f9042f..f64bf0f 100644 --- a/docs/plugins/gst-plugins-good-plugins.prerequisites +++ b/docs/plugins/gst-plugins-good-plugins.prerequisites @@ -1,10 +1,11 @@ GstChildProxy GstObject -GstTagSetter GstElement GstStreamVolume GObject GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement +GstTagSetter GstElement GstTuner GstImplementsInterface GstElement GstColorBalance GstImplementsInterface GstElement GstVideoOrientation GstImplementsInterface GstElement GstXOverlay GstImplementsInterface GstElement +GstTagXmpWriter GstElement GIcon GObject diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 626f7c7..5aa3c3e 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@ Source for video data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index e1efd97..2c3e805 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,10 +3,10 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 587f10a..0f634a9 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,10 +3,10 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 2922c2c..51308f7 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,10 +3,10 @@ adds an alpha channel to video - constant or via chroma-keying ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 4843e77..6cbec17 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,10 +3,10 @@ RGBA from/to AYUV colorspace conversion preserving the alpha channel ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index e288ffd..0f96bc2 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -3,10 +3,10 @@ annodex stream manipulation (info about annodex: http://www.annodex.net) ../../ext/annodex/.libs/libgstannodex.so libgstannodex.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index 6a9016a..f90487a 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,10 +3,10 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 2e81a18..1355c7a 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,10 +3,10 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index a2d9033..3ecc5c2 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -3,10 +3,10 @@ Parsers for various audio formats ../../gst/audioparsers/.libs/libgstaudioparsers.so libgstaudioparsers.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index bedf6b2..b6ded0d 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,10 +3,10 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 9b9c6a3..4be2fc6 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,10 +3,10 @@ Plugin contains auto-detection plugins for video/audio in- and outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index b175107..f589b30 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,10 +3,10 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index d8ad35a..ae0ff25 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,10 +3,10 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index e6ef7fa..9bd41b1 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@ Cairo-based elements ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index 2de4dff..36e407e 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,10 +3,10 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index f217a13..c2ce1ef 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,10 +3,10 @@ elements for testing and debugging ../../gst/debugutils/.libs/libgstdebug.so libgstdebug.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index 44e09aa..6d5a779 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -3,10 +3,10 @@ Deinterlacer ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 50ebf79..4cf9e8a 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,10 +3,10 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index 0bd8c3e..6a27639 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -3,10 +3,10 @@ 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/debugutils/.libs/libgstefence.so libgstefence.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 7358611..f9675c2 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,10 +3,10 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index 0d97acc..b039c8f 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,10 +3,10 @@ GStreamer audio equalizers ../../gst/equalizer/.libs/libgstequalizer.so libgstequalizer.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index b4f2065..de4476d 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,10 +3,10 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index b793e11..ddea6e0 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,10 +3,10 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index 8ccf92b..eed8241 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -3,10 +3,10 @@ FLV muxing and demuxing plugin ../../gst/flv/.libs/libgstflv.so libgstflv.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 72e3cf0..5a68a00 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,10 +3,10 @@ FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index c5f9df8..ab0b2c5 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index bea162e..70f0286 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@ GdkPixbuf-based image decoder, scaler and sink ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index f4b1943..1538fa0 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,10 +3,10 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index c6c97a8..03d19ea 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,10 +3,10 @@ GOOM 2k1 visualization filter ../../gst/goom2k1/.libs/libgstgoom2k1.so libgstgoom2k1.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 9619ac6..35e97cd 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -3,10 +3,10 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index 3c0715a..dda60c2 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/HAL audio input/output devices ../../ext/hal/.libs/libgsthalelements.so libgsthalelements.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index e118be9..41cc97c 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,10 +3,10 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 453b114..867d0dd 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,10 +3,10 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index b521670..53b8d3b 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -3,10 +3,10 @@ Still frame stream generator ../../gst/imagefreeze/.libs/libgstimagefreeze.so libgstimagefreeze.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 0bf5b68..a088790 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.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 60088fa..1f5e285 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,10 +3,10 @@ JACK audio elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index ab8ca71..0b43211 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,10 +3,10 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 294a796..8a697e0 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,10 +3,10 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 31ca78e..78b0be1 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,10 +3,10 @@ Matroska and WebM stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-monoscope.xml b/docs/plugins/inspect/plugin-monoscope.xml index aa09589..b623616 100644 --- a/docs/plugins/inspect/plugin-monoscope.xml +++ b/docs/plugins/inspect/plugin-monoscope.xml @@ -3,10 +3,10 @@ Monoscope visualization ../../gst/monoscope/.libs/libgstmonoscope.so libgstmonoscope.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index b7b1d32..1e67f12 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,10 +3,10 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 0e48941..0b0037d 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,10 +3,10 @@ Reads/Writes buffers from/to sequentially named files ../../gst/multifile/.libs/libgstmultifile.so libgstmultifile.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index c5f93e9..64fcd8e 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,10 +3,10 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index bfe5bf8..84f2929 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,10 +3,10 @@ Template for a video filter ../../gst/debugutils/.libs/libgstnavigationtest.so libgstnavigationtest.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index 46b6bf3..eea1aaa 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,10 +3,10 @@ Open Sound System (OSS) version 4 support for GStreamer ../../sys/oss4/.libs/libgstoss4audio.so libgstoss4audio.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index c533935..8e3100d 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,10 +3,10 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index eade216..8fa2ac8 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,10 +3,10 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index 2172372..50d9d79 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,10 +3,10 @@ PulseAudio plugin library ../../ext/pulse/.libs/libgstpulse.so libgstpulse.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml index 39098cf..74eee4e 100644 --- a/docs/plugins/inspect/plugin-quicktime.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -3,10 +3,10 @@ Quicktime support ../../gst/quicktime/.libs/libgstqtdemux.so libgstqtdemux.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin @@ -26,7 +26,7 @@ video_%d sink request -
video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src @@ -53,7 +53,7 @@ video_%d sink request -
video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src @@ -107,7 +107,7 @@ video_%d sink request -
video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-mp4-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-mp4-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src @@ -176,13 +176,13 @@ video_%d sink request -
video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src source always -
video/quicktime, variant=(string)apple
+
video/quicktime, variant=(string)apple; video/quicktime
diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index e9343f8..45e7461 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.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 0d464c7..7237e17 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,10 +3,10 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 6aaa89e..57871fa 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,10 +3,10 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index 5b91aae..f037351 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -3,10 +3,10 @@ Shape Wipe transition filter ../../gst/shapewipe/.libs/libgstshapewipe.so libgstshapewipe.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 21c7b41..f2667f0 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.28.1 + 0.10.28.2 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index a130d29..28b68ec 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,10 +3,10 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 95336c9..8d52447 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,10 +3,10 @@ libsoup HTTP client src ../../ext/soup/.libs/libgstsouphttpsrc.so libgstsouphttpsrc.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index bd2f319..e069a4a 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,10 +3,10 @@ Run an FFT on the audio signal, output spectrum data ../../gst/spectrum/.libs/libgstspectrum.so libgstspectrum.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index b6a09e5..83c56cb 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,10 +3,10 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 445c307..bc7854c 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index be073aa..df3adf8 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,10 +3,10 @@ elements for Video 4 Linux ../../sys/v4l2/.libs/libgstvideo4linux2.so libgstvideo4linux2.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index 0e2651e..c162694 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,10 +3,10 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index eebd7b5..3cc9462 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,10 +3,10 @@ Crops video into a user-defined region ../../gst/videocrop/.libs/libgstvideocrop.so libgstvideocrop.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index ae3a4bd..f792a57 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -3,10 +3,10 @@ Video filters plugin ../../gst/videofilter/.libs/libgstvideofilter.so libgstvideofilter.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index 3df46ca..e71ad9b 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,10 +3,10 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index eeef9b6..559ca8c 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,10 +3,10 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index cd3869c..125552c 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,10 +3,10 @@ Wavpack lossless/lossy audio format handling ../../ext/wavpack/.libs/libgstwavpack.so libgstwavpack.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index 1174f2c..d235b9c 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,10 +3,10 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index f67671c..685940c 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,10 +3,10 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index aebe074..0fd6f2a 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,10 +3,10 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) ../../gst/y4m/.libs/libgsty4menc.so libgsty4menc.so - 0.10.28.1 + 0.10.28.2 LGPL gst-plugins-good - GStreamer Good Plug-ins git + GStreamer Good Plug-ins prerelease Unknown package origin -- 2.7.4