diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:05:37 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:05:37 +0100 |
commit | e4754d274bae87e1f1528acd83c1e09d783aff6e (patch) | |
tree | 322b42e0ce5485e11e459baf748bc60c029b1a80 /docs | |
parent | f08e247051c5c6d0aaacc29f99a2b0bb9de8405e (diff) |
RELEASE 0.11.1
Diffstat (limited to 'docs')
32 files changed, 452 insertions, 456 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 2640dd488..3b15c05b7 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -1080,7 +1080,7 @@ <ARG> <NAME>GstMMS::connection-speed</NAME> -<TYPE>guint</TYPE> +<TYPE>guint64</TYPE> <RANGE><= 2147483</RANGE> <FLAGS>rw</FLAGS> <NICK>Connection Speed</NICK> @@ -1092,9 +1092,9 @@ <NAME>GstFaac::bitrate</NAME> <TYPE>gint</TYPE> <RANGE>[8000,320000]</RANGE> -<FLAGS>rw</FLAGS> +<FLAGS>rwx</FLAGS> <NICK>Bitrate (bps)</NICK> -<BLURB>Bitrate in bits/sec.</BLURB> +<BLURB>Average Bitrate (ABR) in bits/sec.</BLURB> <DEFAULT>128000</DEFAULT> </ARG> @@ -1102,7 +1102,7 @@ <NAME>GstFaac::midside</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> -<FLAGS>rw</FLAGS> +<FLAGS>rwx</FLAGS> <NICK>Midside</NICK> <BLURB>Allow mid/side encoding.</BLURB> <DEFAULT>TRUE</DEFAULT> @@ -1132,7 +1132,7 @@ <NAME>GstFaac::shortctl</NAME> <TYPE>GstFaacShortCtl</TYPE> <RANGE></RANGE> -<FLAGS>rw</FLAGS> +<FLAGS>rwx</FLAGS> <NICK>Block type</NICK> <BLURB>Block type encorcing.</BLURB> <DEFAULT>SHORTCTL_NORMAL</DEFAULT> @@ -1142,13 +1142,33 @@ <NAME>GstFaac::tns</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> -<FLAGS>rw</FLAGS> +<FLAGS>rwx</FLAGS> <NICK>TNS</NICK> <BLURB>Use temporal noise shaping.</BLURB> <DEFAULT>FALSE</DEFAULT> </ARG> <ARG> +<NAME>GstFaac::quality</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,1000]</RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Quality (%)</NICK> +<BLURB>Variable bitrate (VBR) quantizer quality in %.</BLURB> +<DEFAULT>100</DEFAULT> +</ARG> + +<ARG> +<NAME>GstFaac::rate-control</NAME> +<TYPE>GstFaacBrtype</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Rate Control (ABR/VBR)</NICK> +<BLURB>Encoding bitrate type (VBR/ABR).</BLURB> +<DEFAULT>VBR</DEFAULT> +</ARG> + +<ARG> <NAME>GstDtsDec::drc</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> @@ -22344,6 +22364,16 @@ </ARG> <ARG> +<NAME>GstPcapParse::ts-offset</NAME> +<TYPE>gint64</TYPE> +<RANGE>>= G_MAXULONG</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Timestamp Offset</NICK> +<BLURB>Relative timestamp offset (ns) to apply (-1 = use absolute packet time).</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> <NAME>MpegTsMux::m2ts-mode</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> @@ -45686,7 +45716,7 @@ <ARG> <NAME>GstVP8Enc::speed</NAME> <TYPE>gint</TYPE> -<RANGE>[0,2]</RANGE> +<RANGE>[0,7]</RANGE> <FLAGS>rw</FLAGS> <NICK>Speed</NICK> <BLURB>Speed.</BLURB> @@ -45710,7 +45740,7 @@ <FLAGS>rw</FLAGS> <NICK>Multipass Cache File</NICK> <BLURB>Multipass cache file.</BLURB> -<DEFAULT>NULL</DEFAULT> +<DEFAULT>"multipass.cache"</DEFAULT> </ARG> <ARG> @@ -45754,6 +45784,106 @@ </ARG> <ARG> +<NAME>GstVP8Enc::drop-frame</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,100]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Drop Frame</NICK> +<BLURB>Drop Frame.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::lag-in-frames</NAME> +<TYPE>guint</TYPE> +<RANGE><= 64</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Max number of frames to lag</NICK> +<BLURB>If set, this value allows the encoder to consume a number of input frames before producing output frames.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::maxsection-pct</NAME> +<TYPE>guint</TYPE> +<RANGE>[200,800]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>maximum percentage allocation per section</NICK> +<BLURB>The numbers represent a percentage of the average allocation per section (frame).</BLURB> +<DEFAULT>800</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::minsection-pct</NAME> +<TYPE>guint</TYPE> +<RANGE><= 20</RANGE> +<FLAGS>rw</FLAGS> +<NICK>minimum percentage allocation per section</NICK> +<BLURB>The numbers represent a percentage of the average allocation per section (frame).</BLURB> +<DEFAULT>5</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::noise-sensitivity</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,6]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Noise Sensitivity</NICK> +<BLURB>Noise Sensitivity.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::resize-allowed</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Resize Allowed</NICK> +<BLURB>Resize Allowed.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::sharpness</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,7]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Sharpness</NICK> +<BLURB>Sharpness.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::static-threshold</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,1000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Static Threshold</NICK> +<BLURB>Static Threshold.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::token-parts</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,3]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Token Parts</NICK> +<BLURB>Token Parts.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstVP8Enc::tune</NAME> +<TYPE>GstVP8EncTune</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Tune</NICK> +<BLURB>Tune.</BLURB> +<DEFAULT>Tune for PSNR</DEFAULT> +</ARG> + +<ARG> <NAME>GstPhotography::aperture</NAME> <TYPE>guint</TYPE> <RANGE><= 255</RANGE> @@ -47644,6 +47774,16 @@ </ARG> <ARG> +<NAME>GstViewfinderBin::disable-converters</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Disable conversion elements</NICK> +<BLURB>If video converters should be disabled (must be set on NULL).</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> <NAME>GstImageCaptureBin::image-encoder</NAME> <TYPE>GstElement*</TYPE> <RANGE></RANGE> @@ -47820,7 +47960,7 @@ <FLAGS>rw</FLAGS> <NICK>Post Previews</NICK> <BLURB>If capture preview images should be posted to the bus.</BLURB> -<DEFAULT>TRUE</DEFAULT> +<DEFAULT>FALSE</DEFAULT> </ARG> <ARG> @@ -47964,6 +48104,26 @@ </ARG> <ARG> +<NAME>GstCameraBin2::audio-filter</NAME> +<TYPE>GstElement*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Audio filter</NICK> +<BLURB>The element that will process captured audio buffers when recording. (Should be set on NULL state).</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstCameraBin2::flags</NAME> +<TYPE>GstCamFlags</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Flags</NICK> +<BLURB>Flags to control behaviour.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> <NAME>GstZebraStripe::threshold</NAME> <TYPE>gint</TYPE> <RANGE>[0,100]</RANGE> @@ -57500,7 +57660,7 @@ <FLAGS>rw</FLAGS> <NICK>Compare Meta</NICK> <BLURB>Indicates which metadata should be compared.</BLURB> -<DEFAULT>GST_BUFFER_COPY_FLAGS|GST_BUFFER_COPY_TIMESTAMPS|GST_BUFFER_COPY_CAPS</DEFAULT> +<DEFAULT>GST_BUFFER_COPY_FLAGS|GST_BUFFER_COPY_TIMESTAMPS|GST_BUFFER_COPY_META|GST_BUFFER_COPY_MEMORY</DEFAULT> </ARG> <ARG> @@ -57653,3 +57813,33 @@ <DEFAULT>ntsc</DEFAULT> </ARG> +<ARG> +<NAME>GstWaveScope::style</NAME> +<TYPE>GstWaveScopeStyle</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>drawing style</NICK> +<BLURB>Drawing styles for the wave form display.</BLURB> +<DEFAULT>draw dots (default)</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSpaceScope::style</NAME> +<TYPE>GstSpaceScopeStyle</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>drawing style</NICK> +<BLURB>Drawing styles for the space scope display.</BLURB> +<DEFAULT>draw dots (default)</DEFAULT> +</ARG> + +<ARG> +<NAME>GstIRTSPParse::channel-id</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,255]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>channel-id</NICK> +<BLURB>Channel Identifier.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index ef9c6f37b..095329451 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -1,268 +1,95 @@ GObject - GstAdapter - GstColorBalanceChannel - GstObject - GstBus - GstClock - GstSystemClock - GstAudioClock - GstElement - ADPCMDec - ADPCMEnc - GstAiffMux - GstAiffParse - GstAsfMux - GstAsfParse - GstAssRender - GstBaseAudioVisualizer - GstSpaceScope - GstSpectraScope - GstSynaeScope - GstWaveScope - GstBaseParse - GstDiracParse - GstH263Parse - GstH264Parse - GstMpeg4VParse - GstMpegvParse - GstBaseRTPDepayload - GstRtpDTMFDepay - GstRtpVP8Depay - GstBaseRTPPayload - GstRtpAsfPay - GstRtpVP8Pay - GstBaseSink - GstBaseAudioSink - GstAudioSink - GstApExSink - GstNasSink - GstSDLAudioSink - GstChecksumSink - GstDCCPClientSink - GstDCCPServerSink - GstFBDEVSink - GstInterAudioSink - GstInterVideoSink - GstLinsysSdiSink - GstSFSink - GstShmSink - GstVideoSink - GstDfbVideoSink - GstSDLVideoSink - GstBaseSrc - GstDTMFSrc - GstDataURISrc - GstFliteTestSrc - GstInterAudioSrc - GstInterVideoSrc - GstLinsysSdiSrc - GstPushSrc - GstDCCPClientSrc - GstDCCPServerSrc - GstDc1394 - GstDvbSrc - GstMMS - GstRfbSrc - GstShmSrc - GstVCDSrc - GstRTPDTMFSrc - GstSFSrc - GstBaseTransform - GstAudioFilter - GstBPMDetect - GstOFA - GstStereo - GstBayer2RGB - GstCogScale - GstCogcolorspace - GstCogdownsample - GstColorconvert - GstDebugSpy - GstDtmfDetect - GstHDVParse - GstLegacyresample - GstLogoinsert - GstMeasureCollector - GstPatchdetect - GstRGB2Bayer - GstScaletempo - GstVideoFilter - GaussBlur - GstBurn - GstChromaHold - GstChromium - GstColorEffects - GstCsp - GstDilate - GstDodge - GstExclusion - GstGeometricTransform - GstCircleGeometricTransform - GstBulge - GstCircle - GstKaleidoscope - GstPinch - GstSphere - GstStretch - GstTunnel - GstTwirl - GstWaterRipple - GstDiffuse - GstFisheye - GstMarble - GstMirror - GstRotate - GstSquare - GstRsvgOverlay - GstSolarize - GstVideoAnalyse - GstVideoDetect - GstVideoMark - GstVideoFilter2 - GstSceneChange - GstZebraStripe - GstVideoMaxRate - GstBaseVideoCodec - GstBaseVideoDecoder - GstSchroDec - GstBaseVideoEncoder - GstDiracEnc - GstSchroEnc - GstBin - DvbBaseBin - GstAutoConvert - GstAutoVideoConvert - GstBaseCameraSrc - GstWrapperCameraBinSrc - GstFPSDisplaySink - GstFaceOverlay - GstPipeline - GstCameraBin - GstCameraBin2 - GstSDPDemux - GstViewfinderBin - RsnDvdBin - GstBz2dec - GstBz2enc - GstCDAudio - GstCDXAParse - GstCeltDec - GstCeltEnc - GstChopMyData - GstCompare - GstDVBSubOverlay - GstDVDSpu - GstDecklinkSink - GstDecklinkSrc - GstDtsDec - GstFaad - GstFestival - GstFieldAnalysis - GstFreeze - GstGSMDec - GstGSMEnc - GstGmeDec - GstHLSDemux - GstId3BaseMux - GstId3Mux - GstInterlace - GstIvfParse - GstJP2kDecimator - GstJifMux - GstJpegParse - GstKateDec - GstKateEnc - GstKateParse - GstKateTag - GstLegacyH264Parse - GstLiveAdder - GstMSE - GstMXFDemux - GstMXFMux - GstMimDec - GstMimEnc - GstModPlug - GstMpegPSDemux - GstMpegTSDemux - GstMusepackDec - GstMveDemux - GstMveMux - GstNsfDec - GstNuvDemux - GstPcapParse - GstPitch - GstPnmdec - GstPnmenc - GstRTPMux - GstRTPDTMFMux - GstRawParse - GstAudioParse - GstVideoParse - GstRealAudioDec - GstRealVideoDec - GstRsvgDec - GstSSim - GstSdiDemux - GstSdiMux - GstSegmentClip - GstAudioSegmentClip - GstVideoSegmentClip - GstSignalProcessor - ladspa-amp-mono - ladspa-amp-stereo - ladspa-delay-5s - ladspa-hpf - ladspa-lpf - ladspa-noise-white - ladspa-sine-faaa - ladspa-sine-faac - ladspa-sine-fcaa - ladspa-sine-fcac - GstSirenDec - GstSirenEnc - GstSpeed - GstSrtEnc - GstTRM - GstTtaDec - GstTtaParse - GstVMncDec - GstVcdParse - GstWildmidi - GstY4mDec - MpegPsMux - MpegTSBase - GstTSDemux - MpegTSParse2 - MpegTSParse - MpegTsMux - MpegVideoParse - GstPad - GstPadTemplate - GstSignalProcessorPadTemplate - GstPlugin - GstPluginFeature - GstElementFactory - GstIndexFactory - GstTypeFindFactory - GstRegistry - GstRingBuffer - GstAudioSinkRingBuffer - GstTask - GstTaskPool - GstSignalObject - MpegTsPatInfo - MpegTsPmtInfo + GInitiallyUnowned + GstObject + GstBus + GstClock + GstControlBinding + GstControlSource + GstElement + GstAssRender + GstAudioDecoder + ADPCMDec + GstDtsDec + GstFaad + GstGSMDec + GstAudioEncoder + ADPCMEnc + GstFaac + GstGSMEnc + GstBaseAudioVisualizer + GstSpaceScope + GstSpectraScope + GstSynaeScope + GstWaveScope + GstBaseParse + GstDiracParse + GstH263Parse + GstH264Parse + GstIRTSPParse + GstMpeg4VParse + GstMpegvParse + GstBaseSink + GstChecksumSink + GstBaseSrc + GstDTMFSrc + GstDataURISrc + GstPushSrc + GstMMS + GstRTPDTMFSrc + GstBaseTransform + GstBayer2RGB + GstDebugSpy + GstDtmfDetect + GstRGB2Bayer + GstBaseVideoCodec + GstBaseVideoDecoder + GstVP8Dec + GstBaseVideoEncoder + GstVP8Enc + GstBin + GstAutoConvert + GstAutoVideoConvert + GstBaseCameraSrc + GstWrapperCameraBinSrc + GstFPSDisplaySink + GstPipeline + GstCameraBin2 + GstSDPDemux + GstViewfinderBin + GstChopMyData + GstCompare + GstDVBSubOverlay + GstDVDSpu + GstModPlug + GstMpeg2enc + GstMpegPSDemux + GstMplex + GstPcapParse + GstRTPBaseDepayload + GstRtpDTMFDepay + GstRtpVP8Depay + GstRTPBasePayload + GstRtpVP8Pay + GstRTPMux + GstRTPDTMFMux + GstY4mDec + MpegTSBase + GstTSDemux + MpegTSParse2 + GstPad + GstPadTemplate + GstPlugin + GstPluginFeature + GstElementFactory + GstTypeFindFactory + GstRegistry + GstTask + GstTaskPool + GstEncodingProfile GInterface GTypePlugin GstChildProxy - GstColorBalance - GstImplementsInterface - GstMixer - GstNavigation GstPhotography GstPreset GstTagSetter - GstTagXmpWriter GstURIHandler - GstXOverlay - MXFDescriptiveMetadataFrameworkInterface diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index c62655fbd..e39c43518 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -1,7 +1,9 @@ +ADPCMEnc GstPreset DvbBaseBin GstChildProxy GstURIHandler GstAmrWbEnc GstPreset GstApExSink GstImplementsInterface GstMixer GstAsfMux GstTagSetter +GstAudioEncoder GstPreset GstAutoConvert GstChildProxy GstAutoVideoConvert GstChildProxy GstBaseCameraSrc GstChildProxy @@ -17,6 +19,7 @@ GstDiracEnc GstPreset GstFPSDisplaySink GstChildProxy GstFaac GstPreset GstFaceOverlay GstChildProxy +GstGSMEnc GstPreset GstGSettingsAudioSink GstChildProxy GstGSettingsAudioSrc GstChildProxy GstGSettingsSwitchSink GstChildProxy diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index cfaf8767c..6cb71f86c 100644 --- a/docs/plugins/inspect/plugin-adpcmdec.xml +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -3,10 +3,10 @@ <description>ADPCM decoder</description> <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename> <basename>libgstadpcmdec.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml index de83e4b7f..23e1eb0d1 100644 --- a/docs/plugins/inspect/plugin-adpcmenc.xml +++ b/docs/plugins/inspect/plugin-adpcmenc.xml @@ -3,10 +3,10 @@ <description>ADPCM encoder</description> <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename> <basename>libgstadpcmenc.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,7 +20,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, depth=(int)16, width=(int)16, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-assrender.xml b/docs/plugins/inspect/plugin-assrender.xml index 4e7fff501..7efaf982e 100644 --- a/docs/plugins/inspect/plugin-assrender.xml +++ b/docs/plugins/inspect/plugin-assrender.xml @@ -3,10 +3,10 @@ <description>ASS/SSA subtitle renderer</description> <filename>../../ext/assrender/.libs/libgstassrender.so</filename> <basename>libgstassrender.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,13 +26,13 @@ <name>video_sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ RGB, BGR, xRGB, xBGR, RGBx, BGRx, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ RGB, BGR, xRGB, xBGR, RGBx, BGRx, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-audiovisualizers.xml b/docs/plugins/inspect/plugin-audiovisualizers.xml index 8f8f2bcad..bc1c8ebaf 100644 --- a/docs/plugins/inspect/plugin-audiovisualizers.xml +++ b/docs/plugins/inspect/plugin-audiovisualizers.xml @@ -3,10 +3,10 @@ <description>Creates video visualizations of audio input</description> <filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename> <basename>libgstaudiovisualizers.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> @@ -41,13 +41,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> @@ -62,13 +62,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> @@ -83,13 +83,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-autoconvert.xml b/docs/plugins/inspect/plugin-autoconvert.xml index 648b34ae1..39b59e001 100644 --- a/docs/plugins/inspect/plugin-autoconvert.xml +++ b/docs/plugins/inspect/plugin-autoconvert.xml @@ -3,10 +3,10 @@ <description>Selects convertor element based on caps</description> <filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename> <basename>libgstautoconvert.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -14,7 +14,7 @@ <longname>Select convertor based on caps</longname> <class>Generic/Bin</class> <description>Selects the right transform element based on the caps</description> - <author>Olivier Crete <olivier.crete@collabora.co.uk></author> + <author>Olivier Crete <olivier.crete@collabora.com></author> <pads> <caps> <name>sink</name> diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index bab7e6a5d..c33f8e4d0 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,17 +3,17 @@ <description>Elements to convert Bayer images</description> <filename>../../gst/bayer/.libs/libgstbayer.so</filename> <basename>libgstbayer.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> <name>bayer2rgb</name> <longname>Bayer to RGB decoder for cameras</longname> <class>Filter/Converter/Video</class> - <description>Converts video/x-raw-bayer to video/x-raw-rgb</description> + <description>Converts video/x-raw-bayer to video/x-raw</description> <author>William Brack <wbrack@mmm.com.hk></author> <pads> <caps> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; 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, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; 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, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> @@ -34,14 +34,14 @@ <name>rgb2bayer</name> <longname>RGB to Bayer converter</longname> <class>Filter/Converter/Video</class> - <description>Converts video/x-raw-rgb to video/x-raw-bayer</description> + <description>Converts video/x-raw to video/x-raw-bayer</description> <author>David Schleef <ds@entropywave.com></author> <pads> <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)ARGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-camerabin2.xml b/docs/plugins/inspect/plugin-camerabin2.xml index 0814d04b2..70956f525 100644 --- a/docs/plugins/inspect/plugin-camerabin2.xml +++ b/docs/plugins/inspect/plugin-camerabin2.xml @@ -3,10 +3,10 @@ <description>camerabin2</description> <filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename> <basename>libgstcamerabin2.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -23,7 +23,7 @@ <longname>Viewfinder Bin</longname> <class>Sink/Video</class> <description>Viewfinder Bin used in camerabin2</description> - <author>Thiago Santos <thiago.sousa.santos@collabora.co.uk></author> + <author>Thiago Santos <thiago.sousa.santos@collabora.com></author> <pads> <caps> <name>sink</name> @@ -35,10 +35,10 @@ </element> <element> <name>wrappercamerabinsrc</name> - <longname>V4l2 camera src element for camerabin</longname> + <longname>Wrapper camera src element for camerabin2</longname> <class>Source/Video</class> - <description>V4l2 camera src element for camerabin</description> - <author>Rob Clark <rob@ti.com></author> + <description>Wrapper camera src element for camerabin2</description> + <author>Thiago Santos <thiago.sousa.santos@collabora.com></author> <pads> <caps> <name>imgsrc</name> diff --git a/docs/plugins/inspect/plugin-dataurisrc.xml b/docs/plugins/inspect/plugin-dataurisrc.xml index 3d8114206..33e9adfae 100644 --- a/docs/plugins/inspect/plugin-dataurisrc.xml +++ b/docs/plugins/inspect/plugin-dataurisrc.xml @@ -3,10 +3,10 @@ <description>data: URI source</description> <filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename> <basename>libgstdataurisrc.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index a9e8270aa..955738328 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -3,10 +3,10 @@ <description>Collection of elements that may or may not be useful for debugging</description> <filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename> <basename>libgstdebugutilsbad.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml index a4d4b34ac..35a8f9aa2 100644 --- a/docs/plugins/inspect/plugin-dtmf.xml +++ b/docs/plugins/inspect/plugin-dtmf.xml @@ -3,10 +3,10 @@ <description>DTMF plugins</description> <filename>../../gst/dtmf/.libs/libgstdtmf.so</filename> <basename>libgstdtmf.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -14,19 +14,19 @@ <longname>DTMF detector element</longname> <class>Filter/Analyzer/Audio</class> <description>This element detects DTMF tones</description> - <author>Olivier Crete <olivier.crete@collabora.co.uk></author> + <author>Olivier Crete <olivier.crete@collabora.com></author> <pads> <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)8000, channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)8000, channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details> </caps> </pads> </element> @@ -41,7 +41,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> </caps> </pads> </element> @@ -62,7 +62,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)[ 0, 2147483647 ], channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index c79cccb3e..e35f33ac5 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,10 +3,10 @@ <description>Decodes DTS audio streams</description> <filename>../../ext/dts/.libs/libgstdtsdec.so</filename> <basename>libgstdtsdec.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details> + <details>audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-dvbsuboverlay.xml b/docs/plugins/inspect/plugin-dvbsuboverlay.xml index 30a7068d3..2efa28ebc 100644 --- a/docs/plugins/inspect/plugin-dvbsuboverlay.xml +++ b/docs/plugins/inspect/plugin-dvbsuboverlay.xml @@ -3,10 +3,10 @@ <description>DVB subtitle renderer</description> <filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename> <basename>libgstdvbsuboverlay.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,13 +26,13 @@ <name>video_sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index 91afbdaaf..58b3a6e49 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,10 +3,10 @@ <description>DVD Sub-picture Overlay element</description> <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename> <basename>libgstdvdspu.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,13 +26,13 @@ <name>video</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> + <details>video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> + <details>video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 22394b7b6..5bd59a6e8 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,10 +3,10 @@ <description>Free AAC Encoder (FAAC)</description> <filename>../../ext/faac/.libs/libgstfaac.so</filename> <basename>libgstfaac.so</basename> - <version>0.10.21.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, channels=(int)[ 1, 6 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/mpeg, mpegversion=(int){ 4, 2 }, channels=(int)[ 1, 6 ], rate=(int)[ 8000, 96000 ], stream-format=(string){ adts, raw }</details> + <details>audio/mpeg, mpegversion=(int)4, channels=(int)[ 1, 6 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, stream-format=(string){ adts, raw }, base-profile=(string){ main, lc, ssr, ltp }; audio/mpeg, mpegversion=(int)2, channels=(int)[ 1, 6 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, stream-format=(string){ adts, raw }, profile=(string){ main, lc }</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index c5d91e132..6cb5626cd 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,10 +3,10 @@ <description>Free AAC Decoder (FAAD)</description> <filename>../../ext/faad/.libs/libgstfaad.so</filename> <basename>libgstfaad.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/mpeg, mpegversion=(int){ 2, 4 }</details> + <details>audio/mpeg, mpegversion=(int)2; audio/mpeg, mpegversion=(int)4, stream-format=(string){ raw, adts }</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ]</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 209082e37..c5aa188a7 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,10 +3,10 @@ <description>GSM encoder/decoder</description> <filename>../../ext/gsm/.libs/libgstgsm.so</filename> <basename>libgstgsm.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> </caps> </pads> </element> @@ -41,7 +41,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, channels=(int)1</details> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index fc57de6c7..0e8779f91 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,10 +3,10 @@ <description>Microsoft Multi Media Server streaming protocol support</description> <filename>../../ext/libmms/.libs/libgstmms.so</filename> <basename>libgstmms.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 637390bec..ab932b1ca 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,10 +3,10 @@ <description>.MOD audio decoding</description> <filename>../../ext/modplug/.libs/libgstmodplug.so</filename> <basename>libgstmodplug.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]</details> + <details>audio/x-raw, format=(string){ S32LE, S16LE, U8 }, layout=(string)interleaved, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index fb4f7dc02..7c2b6831e 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,10 +3,10 @@ <description>High-quality MPEG-1/2 video encoder</description> <filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename> <basename>libgstmpeg2enc.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -21,7 +21,7 @@ Ronald Bultje <rbultje@ronald.bitfreak.net></author> <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> + <details>video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-mpegdemux2.xml b/docs/plugins/inspect/plugin-mpegdemux2.xml index 40b0119aa..b97dfaf47 100644 --- a/docs/plugins/inspect/plugin-mpegdemux2.xml +++ b/docs/plugins/inspect/plugin-mpegdemux2.xml @@ -3,10 +3,10 @@ <description>MPEG demuxers</description> <filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename> <basename>libgstmpegdemux.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>unknown</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>audio_%02x</name> <direction>source</direction> <presence>sometimes</presence> - <details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-private1-lpcm; audio/x-private1-ac3; audio/x-private1-dts; audio/ac3</details> + <details>audio/mpeg, mpegversion=(int)1; audio/mpeg, mpegversion=(int)4, stream-format=(string){ adts, loas }; audio/x-private1-lpcm; audio/x-private1-ac3; audio/x-private1-dts; audio/ac3</details> </caps> <caps> <name>private_%d</name> @@ -48,71 +48,5 @@ </caps> </pads> </element> - <element> - <name>mpegtsdemux</name> - <longname>The Fluendo MPEG Transport stream demuxer</longname> - <class>Codec/Demuxer</class> - <description>Demultiplexes MPEG2 Transport Streams</description> - <author>Wim Taymans <wim@fluendo.com></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/mpegts</details> - </caps> - <caps> - <name>audio_%04x</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-private-ts-lpcm</details> - </caps> - <caps> - <name>private_%04x</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>ANY</details> - </caps> - <caps> - <name>subpicture_%04x</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>subpicture/x-pgs; video/x-dvd-subpicture</details> - </caps> - <caps> - <name>video_%04x</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal; video/x-dirac; video/x-wmv, wmvversion=(int)3, format=(fourcc)WVC1</details> - </caps> - </pads> - </element> - <element> - <name>mpegtsparse</name> - <longname>MPEG transport stream parser</longname> - <class>Codec/Parser</class> - <description>Parses MPEG2 transport streams</description> - <author>Alessandro Decina <alessandro@nnva.org>, Zaheer Abbas Merali <zaheerabbas at merali dot org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/mpegts, systemstream=(boolean)true</details> - </caps> - <caps> - <name>program_%d</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>video/mpegts, systemstream=(boolean)true</details> - </caps> - <caps> - <name>src%d</name> - <direction>source</direction> - <presence>request</presence> - <details>video/mpegts, systemstream=(boolean)true</details> - </caps> - </pads> - </element> </elements> </plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mpegtsdemux.xml b/docs/plugins/inspect/plugin-mpegtsdemux.xml index f9b860c70..5a929743a 100644 --- a/docs/plugins/inspect/plugin-mpegtsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegtsdemux.xml @@ -3,10 +3,10 @@ <description>MPEG TS demuxer</description> <filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename> <basename>libgstmpegtsdemux.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>unknown</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -27,7 +27,7 @@ Edward Hervey <edward.hervey@collabora.co.uk></author> <name>audio_%04x</name> <direction>source</direction> <presence>sometimes</presence> - <details>audio/mpeg, mpegversion=(int){ 1, 4 }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-private-ts-lpcm</details> + <details>audio/mpeg, mpegversion=(int)1; audio/mpeg, mpegversion=(int)4, stream-format=(string){ adts, loas }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-private-ts-lpcm</details> </caps> <caps> <name>private_%04x</name> @@ -45,7 +45,7 @@ Edward Hervey <edward.hervey@collabora.co.uk></author> <name>video_%04x</name> <direction>source</direction> <presence>sometimes</presence> - <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal; video/x-dirac; video/x-wmv, wmvversion=(int)3, format=(fourcc)WVC1</details> + <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal; video/x-dirac; video/x-wmv, wmvversion=(int)3, format=(string)WVC1</details> </caps> </pads> </element> @@ -63,13 +63,13 @@ Edward Hervey <edward.hervey@collabora.co.uk></author> <details>video/mpegts, systemstream=(boolean)true</details> </caps> <caps> - <name>program_%d</name> + <name>program_%u</name> <direction>source</direction> <presence>sometimes</presence> <details>video/mpegts, systemstream=(boolean)true</details> </caps> <caps> - <name>src%d</name> + <name>src_%u</name> <direction>source</direction> <presence>request</presence> <details>video/mpegts, systemstream=(boolean)true</details> diff --git a/docs/plugins/inspect/plugin-mplex.xml b/docs/plugins/inspect/plugin-mplex.xml index 1979969e8..89e397d83 100644 --- a/docs/plugins/inspect/plugin-mplex.xml +++ b/docs/plugins/inspect/plugin-mplex.xml @@ -3,10 +3,10 @@ <description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description> <filename>../../ext/mplex/.libs/libgstmplex.so</filename> <basename>libgstmplex.so</basename> - <version>0.10.21.1</version> + <version>0.11.1</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -16,16 +16,16 @@ <description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description> <author>Andrew Stevens <andrew.stevens@nexgo.de> Ronald Bultje <rbultje@ronald.bitfreak.net> -Mark Nauwelaerts <mnauw@users.sourceforge.net</author> +Mark Nauwelaerts <mnauw@users.sourceforge.net></author> <pads> <caps> - <name>audio_%d</name> + <name>audio_%u</name> <direction>sink</direction> <presence>request</presence> <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]; audio/x-ac3, channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]; audio/x-dts; audio/x-raw-int, endianness=(int)4321, signed=(boolean)true, width=(int){ 16, 20, 24 }, depth=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 6 ]</details> </caps> <caps> - <name>video_%d</name> + <name>video_%u</name> <direction>sink</direction> <presence>request</presence> <details>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> diff --git a/docs/plugins/inspect/plugin-pcapparse.xml b/docs/plugins/inspect/plugin-pcapparse.xml index 29d2bc337..6a9b1e024 100644 --- a/docs/plugins/inspect/plugin-pcapparse.xml +++ b/docs/plugins/inspect/plugin-pcapparse.xml @@ -3,13 +3,34 @@ <description>Element parsing raw pcap streams</description> <filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename> <basename>libgstpcapparse.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> <origin>http://gstreamer.net/</origin> <elements> <element> + <name>irtspparse</name> + <longname>IRTSPParse</longname> + <class>Raw/Parser</class> + <description>Parses a raw interleaved RTSP stream</description> + <author>Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/x-rtp; application/x-rtcp</details> + </caps> + </pads> + </element> + <element> <name>pcapparse</name> <longname>PCapParse</longname> <class>Raw/Parser</class> diff --git a/docs/plugins/inspect/plugin-rtpmux.xml b/docs/plugins/inspect/plugin-rtpmux.xml index 5197e0667..2bf73edc7 100644 --- a/docs/plugins/inspect/plugin-rtpmux.xml +++ b/docs/plugins/inspect/plugin-rtpmux.xml @@ -3,10 +3,10 @@ <description>RTP Muxer plugins</description> <filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename> <basename>libgstrtpmux.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -17,13 +17,13 @@ <author>Zeeshan Ali <first.last@nokia.com></author> <pads> <caps> - <name>priority_sink_%d</name> + <name>priority_sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>application/x-rtp</details> </caps> <caps> - <name>sink_%d</name> + <name>sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>application/x-rtp</details> @@ -44,7 +44,7 @@ <author>Zeeshan Ali <first.last@nokia.com></author> <pads> <caps> - <name>sink_%d</name> + <name>sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>application/x-rtp</details> diff --git a/docs/plugins/inspect/plugin-rtpvp8.xml b/docs/plugins/inspect/plugin-rtpvp8.xml index e86fbab2d..0660acf28 100644 --- a/docs/plugins/inspect/plugin-rtpvp8.xml +++ b/docs/plugins/inspect/plugin-rtpvp8.xml @@ -3,10 +3,10 @@ <description>rtpvp8</description> <filename>../../gst/rtpvp8/.libs/libgstrtpvp8.so</filename> <basename>libgstrtpvp8.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,7 +20,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>application/x-rtp, payload=(int)[ 96, 127 ], clock-rate=(int)90000, media=(string)video, encoding-name=(string)VP8-DRAFT-0-3-2</details> + <details>application/x-rtp, payload=(int)[ 96, 127 ], clock-rate=(int)90000, media=(string)video, encoding-name=(string)VP8-DRAFT-IETF-01</details> </caps> <caps> <name>src</name> @@ -47,7 +47,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>application/x-rtp, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)VP8-DRAFT-0-3-2</details> + <details>application/x-rtp, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)VP8-DRAFT-IETF-01</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 3cd1321af..48e1748b4 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,10 +3,10 @@ <description>configure streaming sessions using SDP</description> <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename> <basename>libgstsdpelem.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -23,7 +23,7 @@ <details>application/sdp</details> </caps> <caps> - <name>stream%d</name> + <name>stream_%u</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp</details> diff --git a/docs/plugins/inspect/plugin-videoparsersbad.xml b/docs/plugins/inspect/plugin-videoparsersbad.xml index 930c55df7..38dd2974b 100644 --- a/docs/plugins/inspect/plugin-videoparsersbad.xml +++ b/docs/plugins/inspect/plugin-videoparsersbad.xml @@ -3,10 +3,10 @@ <description>videoparsers</description> <filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename> <basename>libgstvideoparsersbad.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-dirac, parsed=(boolean)false</details> + <details>video/x-dirac</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-dirac, parsed=(boolean)true</details> + <details>video/x-dirac, parsed=(boolean)true, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], pixel-aspect-ratio=(fraction)[ 0/1, 2147483647/1 ], interlaced=(boolean){ true, false }, profile=(int)[ 0, 2147483647 ], level=(int)[ 0, 2147483647 ]</details> </caps> </pads> </element> @@ -41,20 +41,20 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-h263, variant=(string)itu, parsed=(boolean)false</details> + <details>video/x-h263, variant=(string)itu</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-h263, variant=(string)itu, parsed=(boolean)true</details> + <details>video/x-h263, variant=(string)itu, parsed=(boolean)true, framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> <element> <name>h264parse</name> <longname>H.264 parser</longname> - <class>Codec/Parser/Video</class> + <class>Codec/Parser/Converter/Video</class> <description>Parses H.264 streams</description> <author>Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk></author> <pads> @@ -62,13 +62,34 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-h264, parsed=(boolean)false</details> + <details>video/x-h264</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, byte-stream }, alignment=(string){ au, nal }</details> + </caps> + </pads> + </element> + <element> + <name>mpeg4videoparse</name> + <longname>MPEG 4 video elementary stream parser</longname> + <class>Codec/Parser/Video</class> + <description>Parses MPEG-4 Part 2 elementary video streams</description> + <author>Julien Moutte <julien@fluendo.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)4, systemstream=(boolean)false</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-h264, parsed=(boolean)true</details> + <details>video/mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false</details> </caps> </pads> </element> @@ -83,7 +104,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)false, systemstream=(boolean)false</details> + <details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-vp8.xml b/docs/plugins/inspect/plugin-vp8.xml index 30b706251..1f79de1d6 100644 --- a/docs/plugins/inspect/plugin-vp8.xml +++ b/docs/plugins/inspect/plugin-vp8.xml @@ -3,10 +3,10 @@ <description>VP8 plugin</description> <filename>../../ext/vp8/.libs/libgstvp8.so</filename> <basename>libgstvp8.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins git</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> @@ -41,7 +41,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-y4mdec.xml b/docs/plugins/inspect/plugin-y4mdec.xml index b45e2b263..220793768 100644 --- a/docs/plugins/inspect/plugin-y4mdec.xml +++ b/docs/plugins/inspect/plugin-y4mdec.xml @@ -3,7 +3,7 @@ <description>Demuxes/decodes YUV4MPEG streams</description> <filename>../../gst/y4m/.libs/libgsty4mdec.so</filename> <basename>libgsty4mdec.so</basename> - <version>0.10.22.1</version> + <version>0.11.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins</package> @@ -26,7 +26,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, Y42B, Y444 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ I420, Y42B, Y444 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> |