mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 19:06:33 +00:00
docs: Update for git master
This commit is contained in:
parent
b415d7b34f
commit
3cb9a3469d
75 changed files with 293 additions and 163 deletions
|
@ -46408,6 +46408,16 @@
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstRTMPSrc::timeout</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= 0</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>RTMP Timeout</NICK>
|
||||||
|
<BLURB>Time without receiving any data from the server to wait before to timeout the session.</BLURB>
|
||||||
|
<DEFAULT>120</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstFliteTestSrc::samplesperbuffer</NAME>
|
<NAME>GstFliteTestSrc::samplesperbuffer</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
|
@ -58865,7 +58875,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Eyes profile</NICK>
|
<NICK>Eyes profile</NICK>
|
||||||
<BLURB>Location of Haar cascade file to use for eye-pair detection.</BLURB>
|
<BLURB>Location of Haar cascade file to use for eye-pair detection.</BLURB>
|
||||||
<DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_eyepair_small.xml"</DEFAULT>
|
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_eyepair_small.xml"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -58915,7 +58925,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Mouth profile</NICK>
|
<NICK>Mouth profile</NICK>
|
||||||
<BLURB>Location of Haar cascade file to use for mouth detection.</BLURB>
|
<BLURB>Location of Haar cascade file to use for mouth detection.</BLURB>
|
||||||
<DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_mouth.xml"</DEFAULT>
|
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_mouth.xml"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -58925,7 +58935,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Nose profile</NICK>
|
<NICK>Nose profile</NICK>
|
||||||
<BLURB>Location of Haar cascade file to use for nose detection.</BLURB>
|
<BLURB>Location of Haar cascade file to use for nose detection.</BLURB>
|
||||||
<DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_nose.xml"</DEFAULT>
|
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_nose.xml"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -58935,7 +58945,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Face profile</NICK>
|
<NICK>Face profile</NICK>
|
||||||
<BLURB>Location of Haar cascade file to use for face detection.</BLURB>
|
<BLURB>Location of Haar cascade file to use for face detection.</BLURB>
|
||||||
<DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
|
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -58975,7 +58985,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Profile</NICK>
|
<NICK>Profile</NICK>
|
||||||
<BLURB>Location of Haar cascade file to use for face blurion.</BLURB>
|
<BLURB>Location of Haar cascade file to use for face blurion.</BLURB>
|
||||||
<DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
|
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -67632,11 +67642,11 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRtpH265Pay::config-interval</NAME>
|
<NAME>GstRtpH265Pay::config-interval</NAME>
|
||||||
<TYPE>guint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE><= 3600</RANGE>
|
<RANGE>[G_MAXULONG,3600]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>VPS SPS PPS Send Interval</NICK>
|
<NICK>VPS SPS PPS Send Interval</NICK>
|
||||||
<BLURB>Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
|
<BLURB>Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame).</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -67697,7 +67707,7 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Connection</NICK>
|
<NICK>Connection</NICK>
|
||||||
<BLURB>Video input connection to use.</BLURB>
|
<BLURB>Video input connection to use.</BLURB>
|
||||||
<DEFAULT>auto</DEFAULT>
|
<DEFAULT>Auto</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -67717,7 +67727,17 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Playback Mode</NICK>
|
<NICK>Playback Mode</NICK>
|
||||||
<BLURB>Video Mode to use for playback.</BLURB>
|
<BLURB>Video Mode to use for playback.</BLURB>
|
||||||
<DEFAULT>auto</DEFAULT>
|
<DEFAULT>Automatic detection</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkVideoSrc::video-format</NAME>
|
||||||
|
<TYPE>GstDecklinkVideoFormat</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Video format</NICK>
|
||||||
|
<BLURB>Video format type to use for input (Only use auto for mode=auto).</BLURB>
|
||||||
|
<DEFAULT>Auto</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -67737,7 +67757,17 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Playback Mode</NICK>
|
<NICK>Playback Mode</NICK>
|
||||||
<BLURB>Video Mode to use for playback.</BLURB>
|
<BLURB>Video Mode to use for playback.</BLURB>
|
||||||
<DEFAULT>ntsc</DEFAULT>
|
<DEFAULT>NTSC SD 60i</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkVideoSink::video-format</NAME>
|
||||||
|
<TYPE>GstDecklinkVideoFormat</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Video format</NICK>
|
||||||
|
<BLURB>Video format type to use for playback.</BLURB>
|
||||||
|
<DEFAULT>bmdFormat8BitYUV</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -67767,7 +67797,7 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Connection</NICK>
|
<NICK>Connection</NICK>
|
||||||
<BLURB>Audio input connection to use.</BLURB>
|
<BLURB>Audio input connection to use.</BLURB>
|
||||||
<DEFAULT>auto</DEFAULT>
|
<DEFAULT>Automatic</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -68170,6 +68200,26 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<DEFAULT></DEFAULT>
|
<DEFAULT></DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGLMixerBin::start-time</NAME>
|
||||||
|
<TYPE>guint64</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Start Time</NICK>
|
||||||
|
<BLURB>Start time to use if start-time-selection=set.</BLURB>
|
||||||
|
<DEFAULT>18446744073709551615</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGLMixerBin::start-time-selection</NAME>
|
||||||
|
<TYPE>GstGLMixerBinStartTimeSelection</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Start Time Selection</NICK>
|
||||||
|
<BLURB>Decides which start time is output.</BLURB>
|
||||||
|
<DEFAULT>Start at 0 running time (default)</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstGLImageSinkBin::async</NAME>
|
<NAME>GstGLImageSinkBin::async</NAME>
|
||||||
<TYPE>gboolean</TYPE>
|
<TYPE>gboolean</TYPE>
|
||||||
|
@ -69320,3 +69370,43 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstChecksumSink::hash</NAME>
|
||||||
|
<TYPE>GstChecksumSinkHash</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Hash</NICK>
|
||||||
|
<BLURB>Checksum type.</BLURB>
|
||||||
|
<DEFAULT>SHA-1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstSdpSrc::location</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Location</NICK>
|
||||||
|
<BLURB>URI to SDP file (sdp:///path/to/file).</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstSdpSrc::sdp</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>SDP</NICK>
|
||||||
|
<BLURB>SDP description used instead of location.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGLDeinterlace::method</NAME>
|
||||||
|
<TYPE>GstGLDeinterlaceMethod</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Deinterlace Method</NICK>
|
||||||
|
<BLURB>Select which deinterlace method apply to GL video texture.</BLURB>
|
||||||
|
<DEFAULT>Blur Vertical</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -37,10 +37,12 @@ GObject
|
||||||
GstDtsDec
|
GstDtsDec
|
||||||
GstFaad
|
GstFaad
|
||||||
GstGSMDec
|
GstGSMDec
|
||||||
|
GstMpg123AudioDec
|
||||||
GstSbcDec
|
GstSbcDec
|
||||||
GstSirenDec
|
GstSirenDec
|
||||||
GstAudioEncoder
|
GstAudioEncoder
|
||||||
ADPCMEnc
|
ADPCMEnc
|
||||||
|
GstFaac
|
||||||
GstGSMEnc
|
GstGSMEnc
|
||||||
GstSbcEnc
|
GstSbcEnc
|
||||||
GstSirenEnc
|
GstSirenEnc
|
||||||
|
@ -70,7 +72,6 @@ GObject
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstOpenALSink
|
GstOpenALSink
|
||||||
GstDecklinkAudioSink
|
GstDecklinkAudioSink
|
||||||
GstAvdtpSink
|
|
||||||
GstChecksumSink
|
GstChecksumSink
|
||||||
GstCurlBaseSink
|
GstCurlBaseSink
|
||||||
GstCurlFileSink
|
GstCurlFileSink
|
||||||
|
@ -94,7 +95,6 @@ GObject
|
||||||
GstQtSink
|
GstQtSink
|
||||||
GstWaylandSink
|
GstWaylandSink
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstAvdtpSrc
|
|
||||||
GstDataURISrc
|
GstDataURISrc
|
||||||
GstFliteTestSrc
|
GstFliteTestSrc
|
||||||
GstInterAudioSrc
|
GstInterAudioSrc
|
||||||
|
@ -112,6 +112,7 @@ GObject
|
||||||
GstDvbSrc
|
GstDvbSrc
|
||||||
GstGLTestSrc
|
GstGLTestSrc
|
||||||
GstMMS
|
GstMMS
|
||||||
|
GstNeonhttpSrc
|
||||||
GstRTMPSrc
|
GstRTMPSrc
|
||||||
GstRfbSrc
|
GstRfbSrc
|
||||||
GstShmSrc
|
GstShmSrc
|
||||||
|
@ -205,21 +206,38 @@ GObject
|
||||||
GstPerspective
|
GstPerspective
|
||||||
GstRotate
|
GstRotate
|
||||||
GstSquare
|
GstSquare
|
||||||
|
GstGrabcut
|
||||||
|
GstOpencvVideoFilter
|
||||||
|
GstCvDilateErode
|
||||||
|
GstCvDilate
|
||||||
|
GstCvErode
|
||||||
|
GstCvEqualizeHist
|
||||||
|
GstCvLaplace
|
||||||
|
GstCvSmooth
|
||||||
|
GstCvSobel
|
||||||
|
GstEdgeDetect
|
||||||
|
GstFaceBlur
|
||||||
|
GstFaceDetect
|
||||||
|
GstHanddetect
|
||||||
|
GstMotioncells
|
||||||
|
GstOpencvTextOverlay
|
||||||
|
GstSkinDetect
|
||||||
|
GstTemplateMatch
|
||||||
|
GstRetinex
|
||||||
GstRsvgOverlay
|
GstRsvgOverlay
|
||||||
GstSceneChange
|
GstSceneChange
|
||||||
|
GstSegmentation
|
||||||
GstSimpleVideoMark
|
GstSimpleVideoMark
|
||||||
GstSimpleVideoMarkDetect
|
GstSimpleVideoMarkDetect
|
||||||
GstSmooth
|
GstSmooth
|
||||||
GstSolarize
|
GstSolarize
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDiff
|
GstVideoDiff
|
||||||
GstZBar
|
|
||||||
GstZebraStripe
|
GstZebraStripe
|
||||||
GstWatchdog
|
GstWatchdog
|
||||||
GstYadif
|
GstYadif
|
||||||
GstBin
|
GstBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstA2dpSink
|
|
||||||
GstAdaptiveDemux
|
GstAdaptiveDemux
|
||||||
GstDashDemux
|
GstDashDemux
|
||||||
GstHLSDemux
|
GstHLSDemux
|
||||||
|
@ -243,6 +261,7 @@ GObject
|
||||||
GstPipeline
|
GstPipeline
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
|
GstSdpSrc
|
||||||
GstViewfinderBin
|
GstViewfinderBin
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
GstBz2dec
|
GstBz2dec
|
||||||
|
@ -251,6 +270,7 @@ GObject
|
||||||
GstCompare
|
GstCompare
|
||||||
GstDVBSubOverlay
|
GstDVBSubOverlay
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
|
GstDisparity
|
||||||
GstDtlsDec
|
GstDtlsDec
|
||||||
GstDtlsEnc
|
GstDtlsEnc
|
||||||
GstDtlsSrtpDemux
|
GstDtlsSrtpDemux
|
||||||
|
@ -280,14 +300,16 @@ GObject
|
||||||
GstNetSim
|
GstNetSim
|
||||||
GstPcapParse
|
GstPcapParse
|
||||||
GstPitch
|
GstPitch
|
||||||
|
GstRTPBaseDepayload
|
||||||
|
GstRtpH265Depay
|
||||||
GstRTPBasePayload
|
GstRTPBasePayload
|
||||||
GstRtpAsfPay
|
GstRtpAsfPay
|
||||||
|
GstRtpH265Pay
|
||||||
GstRawParse
|
GstRawParse
|
||||||
GstAudioParse
|
GstAudioParse
|
||||||
GstVideoParse
|
GstVideoParse
|
||||||
GstRtpOnvifParse
|
GstRtpOnvifParse
|
||||||
GstRtpOnvifTimestamp
|
GstRtpOnvifTimestamp
|
||||||
GstSFDec
|
|
||||||
GstSegmentClip
|
GstSegmentClip
|
||||||
GstAudioSegmentClip
|
GstAudioSegmentClip
|
||||||
GstVideoSegmentClip
|
GstVideoSegmentClip
|
||||||
|
@ -304,6 +326,7 @@ GObject
|
||||||
GstLibde265Dec
|
GstLibde265Dec
|
||||||
GstOpenEXRDec
|
GstOpenEXRDec
|
||||||
GstOpenJPEGDec
|
GstOpenJPEGDec
|
||||||
|
GstOpenh264Dec
|
||||||
GstPnmdec
|
GstPnmdec
|
||||||
GstRsvgDec
|
GstRsvgDec
|
||||||
GstSchroDec
|
GstSchroDec
|
||||||
|
@ -311,6 +334,7 @@ GObject
|
||||||
GstWebPDec
|
GstWebPDec
|
||||||
GstVideoEncoder
|
GstVideoEncoder
|
||||||
GstOpenJPEGEnc
|
GstOpenJPEGEnc
|
||||||
|
GstOpenh264Enc
|
||||||
GstPnmenc
|
GstPnmenc
|
||||||
GstSchroEnc
|
GstSchroEnc
|
||||||
GstWebpEnc
|
GstWebpEnc
|
||||||
|
|
|
@ -77,6 +77,7 @@ GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstSbcEnc GstPreset
|
GstSbcEnc GstPreset
|
||||||
GstSchroEnc GstPreset
|
GstSchroEnc GstPreset
|
||||||
|
GstSdpSrc GstChildProxy GstURIHandler
|
||||||
GstSirenEnc GstPreset
|
GstSirenEnc GstPreset
|
||||||
GstTagMux GstTagSetter
|
GstTagMux GstTagSetter
|
||||||
GstUvcH264Src GstChildProxy
|
GstUvcH264Src GstChildProxy
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Computes an AccurateRip CRC</description>
|
<description>Computes an AccurateRip CRC</description>
|
||||||
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
||||||
<basename>libgstaccurip.so</basename>
|
<basename>libgstaccurip.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ADPCM decoder</description>
|
<description>ADPCM decoder</description>
|
||||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||||
<basename>libgstadpcmdec.so</basename>
|
<basename>libgstadpcmdec.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ADPCM encoder</description>
|
<description>ADPCM encoder</description>
|
||||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||||
<basename>libgstadpcmenc.so</basename>
|
<basename>libgstadpcmenc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||||
<basename>libgstaiff.so</basename>
|
<basename>libgstaiff.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ASF Muxer Plugin</description>
|
<description>ASF Muxer Plugin</description>
|
||||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||||
<basename>libgstasfmux.so</basename>
|
<basename>libgstasfmux.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ASS/SSA subtitle renderer</description>
|
<description>ASS/SSA subtitle renderer</description>
|
||||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||||
<basename>libgstassrender.so</basename>
|
<basename>libgstassrender.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,13 +26,13 @@
|
||||||
<name>video_sink</name>
|
<name>video_sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Mixes multiple audio streams</description>
|
<description>Mixes multiple audio streams</description>
|
||||||
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
|
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
|
||||||
<basename>libgstaudiomixer.so</basename>
|
<basename>libgstaudiomixer.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates video visualizations of audio input</description>
|
<description>Creates video visualizations of audio input</description>
|
||||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||||
<basename>libgstaudiovisualizers.so</basename>
|
<basename>libgstaudiovisualizers.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Take image snapshots and record movies from camera</description>
|
<description>Take image snapshots and record movies from camera</description>
|
||||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||||
<basename>libgstcamerabin2.so</basename>
|
<basename>libgstcamerabin2.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||||
<basename>libgstchromaprint.so</basename>
|
<basename>libgstchromaprint.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Color Look-up Table filters</description>
|
<description>Color Look-up Table filters</description>
|
||||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||||
<basename>libgstcoloreffects.so</basename>
|
<basename>libgstcoloreffects.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libcurl-based elements</description>
|
<description>libcurl-based elements</description>
|
||||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||||
<basename>libgstcurl.so</basename>
|
<basename>libgstcurl.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>data: URI source</description>
|
<description>data: URI source</description>
|
||||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||||
<basename>libgstdataurisrc.so</basename>
|
<basename>libgstdataurisrc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Collection of elements that may or may not be useful for debugging</description>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVB subtitle renderer</description>
|
<description>DVB subtitle renderer</description>
|
||||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||||
<basename>libgstdvbsuboverlay.so</basename>
|
<basename>libgstdvbsuboverlay.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,13 +26,13 @@
|
||||||
<name>video_sink</name>
|
<name>video_sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Video field analysis</description>
|
<description>Video field analysis</description>
|
||||||
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
||||||
<basename>libgstfieldanalysis.so</basename>
|
<basename>libgstfieldanalysis.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Flite speech synthesizer plugin</description>
|
<description>Flite speech synthesizer plugin</description>
|
||||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||||
<basename>libgstflite.so</basename>
|
<basename>libgstflite.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>frei0r plugin library</description>
|
<description>frei0r plugin library</description>
|
||||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||||
<basename>libgstfrei0r.so</basename>
|
<basename>libgstfrei0r.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Gaudi video effects.</description>
|
<description>Gaudi video effects.</description>
|
||||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||||
<basename>libgstgaudieffects.so</basename>
|
<basename>libgstgaudieffects.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Payload/depayload GDP packets</description>
|
<description>Payload/depayload GDP packets</description>
|
||||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||||
<basename>libgstgdp.so</basename>
|
<basename>libgstgdp.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Various geometric image transform elements</description>
|
<description>Various geometric image transform elements</description>
|
||||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||||
<basename>libgstgeometrictransform.so</basename>
|
<basename>libgstgeometrictransform.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GME Audio Decoder</description>
|
<description>GME Audio Decoder</description>
|
||||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||||
<basename>libgstgme.so</basename>
|
<basename>libgstgme.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||||
<basename>libgstsiren.so</basename>
|
<basename>libgstsiren.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>HTTP Live Streaming (HLS)</description>
|
<description>HTTP Live Streaming (HLS)</description>
|
||||||
<filename>../../ext/hls/.libs/libgsthls.so</filename>
|
<filename>../../ext/hls/.libs/libgsthls.so</filename>
|
||||||
<basename>libgsthls.so</basename>
|
<basename>libgsthls.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ID3 v1 and v2 muxing plugin</description>
|
<description>ID3 v1 and v2 muxing plugin</description>
|
||||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||||
<basename>libgstid3tag.so</basename>
|
<basename>libgstid3tag.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>plugin for inter-pipeline communication</description>
|
<description>plugin for inter-pipeline communication</description>
|
||||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||||
<basename>libgstinter.so</basename>
|
<basename>libgstinter.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Create an interlaced video stream</description>
|
<description>Create an interlaced video stream</description>
|
||||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||||
<basename>libgstinterlace.so</basename>
|
<basename>libgstinterlace.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ AYUV, YUY2, UYVY, I420, YV12, Y42B, Y444, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string)progressive</details>
|
<details>video/x-raw, format=(string){ AYUV, YUY2, UYVY, I420, YV12, Y42B, Y444, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>JPEG interchange format plugin</description>
|
<description>JPEG interchange format plugin</description>
|
||||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||||
<basename>libgstjpegformat.so</basename>
|
<basename>libgstjpegformat.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Mimic codec</description>
|
<description>Mimic codec</description>
|
||||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||||
<basename>libgstmimic.so</basename>
|
<basename>libgstmimic.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
<description>MPEG-PS demuxer</description>
|
<description>MPEG-PS demuxer</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||||
<basename>libgstmpegpsdemux.so</basename>
|
<basename>libgstmpegpsdemux.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegpsdemux</name>
|
<name>mpegpsdemux</name>
|
||||||
<longname>The Fluendo MPEG Program Stream Demuxer</longname>
|
<longname>MPEG Program Stream Demuxer</longname>
|
||||||
<class>Codec/Demuxer</class>
|
<class>Codec/Demuxer</class>
|
||||||
<description>Demultiplexes MPEG Program Streams</description>
|
<description>Demultiplexes MPEG Program Streams</description>
|
||||||
<author>Wim Taymans <wim@fluendo.com></author>
|
<author>Wim Taymans <wim@fluendo.com></author>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-PS muxer</description>
|
<description>MPEG-PS muxer</description>
|
||||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||||
<basename>libgstmpegpsmux.so</basename>
|
<basename>libgstmpegpsmux.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG TS demuxer</description>
|
<description>MPEG TS demuxer</description>
|
||||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||||
<basename>libgstmpegtsdemux.so</basename>
|
<basename>libgstmpegtsdemux.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>MPEG-TS muxer</description>
|
<description>MPEG-TS muxer</description>
|
||||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||||
<basename>libgstmpegtsmux.so</basename>
|
<basename>libgstmpegtsmux.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>1.7.1</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Calculate MusicIP fingerprint from audio files</description>
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
<basename>libgstofa.so</basename>
|
<basename>libgstofa.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>OpenAL plugin library</description>
|
<description>OpenAL plugin library</description>
|
||||||
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||||
<basename>libgstopenal.so</basename>
|
<basename>libgstopenal.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GStreamer OpenCV Plugins</description>
|
<description>GStreamer OpenCV Plugins</description>
|
||||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||||
<basename>libgstopencv.so</basename>
|
<basename>libgstopencv.so</basename>
|
||||||
<version>1.7.2</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -390,4 +390,4 @@ IF nothing is present, then nothing is done.</description>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>PNM plugin</description>
|
<description>PNM plugin</description>
|
||||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||||
<basename>libgstpnm.so</basename>
|
<basename>libgstpnm.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Removes silence from an audio stream</description>
|
<description>Removes silence from an audio stream</description>
|
||||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||||
<basename>libgstremovesilence.so</basename>
|
<basename>libgstremovesilence.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resin DVD playback elements</description>
|
<description>Resin DVD playback elements</description>
|
||||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||||
<basename>libgstresindvd.so</basename>
|
<basename>libgstresindvd.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<name>video</name>
|
<name>video</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>sometimes</presence>
|
<presence>sometimes</presence>
|
||||||
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE, P010_10LE, P010_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>RTMP source and sink</description>
|
<description>RTMP source and sink</description>
|
||||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||||
<basename>libgstrtmp.so</basename>
|
<basename>libgstrtmp.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Schroedinger plugin</description>
|
<description>Schroedinger plugin</description>
|
||||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
<basename>libgstschro.so</basename>
|
<basename>libgstschro.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -30,5 +30,20 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>sdpsrc</name>
|
||||||
|
<longname>SDP Source</longname>
|
||||||
|
<class>Source/Network/RTP</class>
|
||||||
|
<description>Stream RTP based on an SDP</description>
|
||||||
|
<author>Sebastian Dröge <sebastian@centricular.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>stream_%u</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>sometimes</presence>
|
||||||
|
<details>application/x-rtp</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Segment clip elements</description>
|
<description>Segment clip elements</description>
|
||||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||||
<basename>libgstsegmentclip.so</basename>
|
<basename>libgstsegmentclip.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>shared memory sink source</description>
|
<description>shared memory sink source</description>
|
||||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||||
<basename>libgstshm.so</basename>
|
<basename>libgstshm.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Apply a smooth filter to an image</description>
|
<description>Apply a smooth filter to an image</description>
|
||||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||||
<basename>libgstsmooth.so</basename>
|
<basename>libgstsmooth.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libspandsp plugin</description>
|
<description>libspandsp plugin</description>
|
||||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||||
<basename>libgstspandsp.so</basename>
|
<basename>libgstspandsp.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>videoparsers</description>
|
<description>videoparsers</description>
|
||||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||||
<basename>libgstvideoparsersbad.so</basename>
|
<basename>libgstvideoparsersbad.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>AAC audio encoder</description>
|
<description>AAC audio encoder</description>
|
||||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||||
<basename>libgstvoaacenc.so</basename>
|
<basename>libgstvoaacenc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||||
<basename>libgstvoamrwbenc.so</basename>
|
<basename>libgstvoamrwbenc.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Wayland Video Sink</description>
|
<description>Wayland Video Sink</description>
|
||||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||||
<basename>libgstwaylandsink.so</basename>
|
<basename>libgstwaylandsink.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||||
<basename>libgsty4mdec.so</basename>
|
<basename>libgsty4mdec.so</basename>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
Loading…
Reference in a new issue