mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
docs: add camerabin2 to the docs and update the doc files
This commit is contained in:
parent
1b103d259d
commit
5160f8ec23
12 changed files with 204 additions and 51 deletions
|
@ -139,6 +139,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/audiovisualizers/gstsynaescope.h \
|
$(top_srcdir)/gst/audiovisualizers/gstsynaescope.h \
|
||||||
$(top_srcdir)/gst/audiovisualizers/gstwavescope.h \
|
$(top_srcdir)/gst/audiovisualizers/gstwavescope.h \
|
||||||
$(top_srcdir)/gst/camerabin/gstcamerabin.h \
|
$(top_srcdir)/gst/camerabin/gstcamerabin.h \
|
||||||
|
$(top_srcdir)/gst/camerabin2/gstcamerabin2.h \
|
||||||
$(top_srcdir)/gst/coloreffects/gstcoloreffects.h \
|
$(top_srcdir)/gst/coloreffects/gstcoloreffects.h \
|
||||||
$(top_srcdir)/gst/dataurisrc/gstdataurisrc.h \
|
$(top_srcdir)/gst/dataurisrc/gstdataurisrc.h \
|
||||||
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
<xi:include href="xml/element-bulge.xml" />
|
<xi:include href="xml/element-bulge.xml" />
|
||||||
<xi:include href="xml/element-burn.xml" />
|
<xi:include href="xml/element-burn.xml" />
|
||||||
<xi:include href="xml/element-camerabin.xml" />
|
<xi:include href="xml/element-camerabin.xml" />
|
||||||
|
<xi:include href="xml/element-camerabin2.xml" />
|
||||||
<xi:include href="xml/element-celtdec.xml" />
|
<xi:include href="xml/element-celtdec.xml" />
|
||||||
<xi:include href="xml/element-celtenc.xml" />
|
<xi:include href="xml/element-celtenc.xml" />
|
||||||
<xi:include href="xml/element-chromium.xml" />
|
<xi:include href="xml/element-chromium.xml" />
|
||||||
|
@ -142,6 +143,7 @@
|
||||||
<xi:include href="xml/plugin-bayer.xml" />
|
<xi:include href="xml/plugin-bayer.xml" />
|
||||||
<xi:include href="xml/plugin-bz2.xml" />
|
<xi:include href="xml/plugin-bz2.xml" />
|
||||||
<xi:include href="xml/plugin-camerabin.xml" />
|
<xi:include href="xml/plugin-camerabin.xml" />
|
||||||
|
<xi:include href="xml/plugin-camerabin2.xml" />
|
||||||
<xi:include href="xml/plugin-cdaudio.xml" />
|
<xi:include href="xml/plugin-cdaudio.xml" />
|
||||||
<xi:include href="xml/plugin-cdxaparse.xml" />
|
<xi:include href="xml/plugin-cdxaparse.xml" />
|
||||||
<xi:include href="xml/plugin-celt.xml" />
|
<xi:include href="xml/plugin-celt.xml" />
|
||||||
|
|
|
@ -115,6 +115,20 @@ GST_IS_CAMERABIN_CLASS
|
||||||
gst_camerabin_get_type
|
gst_camerabin_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-camerabin2</FILE>
|
||||||
|
<TITLE>camerabin2</TITLE>
|
||||||
|
GstCameraBin2
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstCameraBin2Class
|
||||||
|
GST_CAMERABIN2
|
||||||
|
GST_IS_CAMERABIN2
|
||||||
|
GST_TYPE_CAMERABIN2
|
||||||
|
GST_CAMERABIN2_CLASS
|
||||||
|
GST_IS_CAMERABIN2_CLASS
|
||||||
|
gst_camerabin2_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-celtdec</FILE>
|
<FILE>element-celtdec</FILE>
|
||||||
<TITLE>celtdec</TITLE>
|
<TITLE>celtdec</TITLE>
|
||||||
|
|
|
@ -27930,7 +27930,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>bitrate</NICK>
|
<NICK>bitrate</NICK>
|
||||||
<BLURB>bitrate.</BLURB>
|
<BLURB>bitrate.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>13824000</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28030,7 +28030,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>enable_multiquant</NICK>
|
<NICK>enable_multiquant</NICK>
|
||||||
<BLURB>enable_multiquant.</BLURB>
|
<BLURB>enable_multiquant.</BLURB>
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28116,11 +28116,11 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSchroEnc::horiz-slices</NAME>
|
<NAME>GstSchroEnc::horiz-slices</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= 0</RANGE>
|
<RANGE>>= 1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>horiz_slices</NICK>
|
<NICK>horiz_slices</NICK>
|
||||||
<BLURB>horiz_slices.</BLURB>
|
<BLURB>horiz_slices.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>8</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28130,7 +28130,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>inter_wavelet</NICK>
|
<NICK>inter_wavelet</NICK>
|
||||||
<BLURB>inter_wavelet.</BLURB>
|
<BLURB>inter_wavelet.</BLURB>
|
||||||
<DEFAULT>desl_dubuc_9_7</DEFAULT>
|
<DEFAULT>le_gall_5_3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28220,7 +28220,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>magic_chroma_lambda_scale</NICK>
|
<NICK>magic_chroma_lambda_scale</NICK>
|
||||||
<BLURB>magic_chroma_lambda_scale.</BLURB>
|
<BLURB>magic_chroma_lambda_scale.</BLURB>
|
||||||
<DEFAULT>0.1</DEFAULT>
|
<DEFAULT>0.01</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28320,7 +28320,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>magic_scene_change_threshold</NICK>
|
<NICK>magic_scene_change_threshold</NICK>
|
||||||
<BLURB>magic_scene_change_threshold.</BLURB>
|
<BLURB>magic_scene_change_threshold.</BLURB>
|
||||||
<DEFAULT>3</DEFAULT>
|
<DEFAULT>0.2</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -28490,17 +28490,17 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>transform_depth</NICK>
|
<NICK>transform_depth</NICK>
|
||||||
<BLURB>transform_depth.</BLURB>
|
<BLURB>transform_depth.</BLURB>
|
||||||
<DEFAULT>3</DEFAULT>
|
<DEFAULT>4</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSchroEnc::vert-slices</NAME>
|
<NAME>GstSchroEnc::vert-slices</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= 0</RANGE>
|
<RANGE>>= 1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>vert_slices</NICK>
|
<NICK>vert_slices</NICK>
|
||||||
<BLURB>vert_slices.</BLURB>
|
<BLURB>vert_slices.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>6</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -47779,8 +47779,8 @@
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Location</NICK>
|
<NICK>Location</NICK>
|
||||||
<BLURB>Location to save the captured files. A %d might be used on thefilename as a placeholder for a numeric index of the capture.Default for images is img_%d and vid_%d for videos.</BLURB>
|
<BLURB>Location to save the captured files. A %d might be used on thefilename as a placeholder for a numeric index of the capture.Default is cap_%d.</BLURB>
|
||||||
<DEFAULT>"img_%d"</DEFAULT>
|
<DEFAULT>"cap_%d"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -57623,3 +57623,33 @@
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkSrc::connection</NAME>
|
||||||
|
<TYPE>GstDecklinkConnection</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Connection</NICK>
|
||||||
|
<BLURB>Connection.</BLURB>
|
||||||
|
<DEFAULT>sdi</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkSrc::mode</NAME>
|
||||||
|
<TYPE>GstDecklinkModes</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Mode</NICK>
|
||||||
|
<BLURB>Mode.</BLURB>
|
||||||
|
<DEFAULT>ntsc</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDecklinkSink::mode</NAME>
|
||||||
|
<TYPE>GstDecklinkModes</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Mode</NICK>
|
||||||
|
<BLURB>Mode.</BLURB>
|
||||||
|
<DEFAULT>ntsc</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
GObject
|
GObject
|
||||||
|
GstAdapter
|
||||||
GstColorBalanceChannel
|
GstColorBalanceChannel
|
||||||
GstMixerTrack
|
|
||||||
GstMixerOptions
|
|
||||||
GstObject
|
GstObject
|
||||||
GstBus
|
GstBus
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -37,37 +36,32 @@ GObject
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstApExSink
|
GstApExSink
|
||||||
GstNasSink
|
GstNasSink
|
||||||
GstOpenALSink
|
|
||||||
GstSDLAudioSink
|
GstSDLAudioSink
|
||||||
GstChecksumSink
|
GstChecksumSink
|
||||||
GstCurlSink
|
|
||||||
GstDCCPClientSink
|
GstDCCPClientSink
|
||||||
GstDCCPServerSink
|
GstDCCPServerSink
|
||||||
GstFBDEVSink
|
GstFBDEVSink
|
||||||
|
GstInterAudioSink
|
||||||
|
GstInterVideoSink
|
||||||
GstLinsysSdiSink
|
GstLinsysSdiSink
|
||||||
GstRTMPSink
|
|
||||||
GstSFSink
|
GstSFSink
|
||||||
GstShmSink
|
GstShmSink
|
||||||
GstVideoSink
|
GstVideoSink
|
||||||
GstDfbVideoSink
|
GstDfbVideoSink
|
||||||
GstSDLVideoSink
|
GstSDLVideoSink
|
||||||
VdpSink
|
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstDTMFSrc
|
GstDTMFSrc
|
||||||
GstDataURISrc
|
GstDataURISrc
|
||||||
GstFliteTestSrc
|
GstFliteTestSrc
|
||||||
|
GstInterAudioSrc
|
||||||
|
GstInterVideoSrc
|
||||||
GstLinsysSdiSrc
|
GstLinsysSdiSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstBaseAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstOpenalSrc
|
|
||||||
GstDCCPClientSrc
|
GstDCCPClientSrc
|
||||||
GstDCCPServerSrc
|
GstDCCPServerSrc
|
||||||
GstDc1394
|
GstDc1394
|
||||||
GstDvbSrc
|
GstDvbSrc
|
||||||
GstMMS
|
GstMMS
|
||||||
GstNeonhttpSrc
|
|
||||||
GstRTMPSrc
|
|
||||||
GstRfbSrc
|
GstRfbSrc
|
||||||
GstShmSrc
|
GstShmSrc
|
||||||
GstVCDSrc
|
GstVCDSrc
|
||||||
|
@ -124,7 +118,6 @@ GObject
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
GstZBar
|
|
||||||
GstVideoFilter2
|
GstVideoFilter2
|
||||||
GstSceneChange
|
GstSceneChange
|
||||||
GstZebraStripe
|
GstZebraStripe
|
||||||
|
@ -132,26 +125,22 @@ GObject
|
||||||
GstBaseVideoCodec
|
GstBaseVideoCodec
|
||||||
GstBaseVideoDecoder
|
GstBaseVideoDecoder
|
||||||
GstSchroDec
|
GstSchroDec
|
||||||
GstVP8Dec
|
|
||||||
GstBaseVideoEncoder
|
GstBaseVideoEncoder
|
||||||
GstDiracEnc
|
GstDiracEnc
|
||||||
GstSchroEnc
|
GstSchroEnc
|
||||||
GstVP8Enc
|
|
||||||
GstBin
|
GstBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstAutoConvert
|
GstAutoConvert
|
||||||
GstAutoVideoConvert
|
GstAutoVideoConvert
|
||||||
|
GstBaseCameraSrc
|
||||||
|
GstWrapperCameraBinSrc
|
||||||
GstFPSDisplaySink
|
GstFPSDisplaySink
|
||||||
GstFaceOverlay
|
GstFaceOverlay
|
||||||
GstGSettingsSwitchSink
|
|
||||||
GstGSettingsAudioSink
|
|
||||||
GstGSettingsVideoSink
|
|
||||||
GstGSettingsSwitchSrc
|
|
||||||
GstGSettingsAudioSrc
|
|
||||||
GstGSettingsVideoSrc
|
|
||||||
GstPipeline
|
GstPipeline
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
|
GstCameraBin2
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
|
GstViewfinderBin
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
GstBz2dec
|
GstBz2dec
|
||||||
GstBz2enc
|
GstBz2enc
|
||||||
|
@ -177,7 +166,6 @@ GObject
|
||||||
GstId3BaseMux
|
GstId3BaseMux
|
||||||
GstId3Mux
|
GstId3Mux
|
||||||
GstInterlace
|
GstInterlace
|
||||||
GstInvtelecine
|
|
||||||
GstIvfParse
|
GstIvfParse
|
||||||
GstJP2kDecimator
|
GstJP2kDecimator
|
||||||
GstJifMux
|
GstJifMux
|
||||||
|
@ -239,7 +227,6 @@ GObject
|
||||||
GstTtaParse
|
GstTtaParse
|
||||||
GstVMncDec
|
GstVMncDec
|
||||||
GstVcdParse
|
GstVcdParse
|
||||||
GstVdpVideoPostProcess
|
|
||||||
GstWildmidi
|
GstWildmidi
|
||||||
GstY4mDec
|
GstY4mDec
|
||||||
MpegPsMux
|
MpegPsMux
|
||||||
|
@ -249,14 +236,7 @@ GObject
|
||||||
MpegTSParse
|
MpegTSParse
|
||||||
MpegTsMux
|
MpegTsMux
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
SatBaseVideoDecoder
|
|
||||||
GstVdpDecoder
|
|
||||||
GstVdpH264Dec
|
|
||||||
GstVdpMpeg4Dec
|
|
||||||
GstVdpMpegDec
|
|
||||||
GstPad
|
GstPad
|
||||||
GstVdpOutputSrcPad
|
|
||||||
GstVdpVideoSrcPad
|
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalProcessorPadTemplate
|
GstSignalProcessorPadTemplate
|
||||||
GstPlugin
|
GstPlugin
|
||||||
|
@ -267,11 +247,9 @@ GObject
|
||||||
GstRegistry
|
GstRegistry
|
||||||
GstRingBuffer
|
GstRingBuffer
|
||||||
GstAudioSinkRingBuffer
|
GstAudioSinkRingBuffer
|
||||||
GstAudioSrcRingBuffer
|
|
||||||
GstTask
|
GstTask
|
||||||
GstTaskPool
|
GstTaskPool
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GstVdpDevice
|
|
||||||
MpegTsPatInfo
|
MpegTsPatInfo
|
||||||
MpegTsPmtInfo
|
MpegTsPmtInfo
|
||||||
GInterface
|
GInterface
|
||||||
|
|
|
@ -51,6 +51,33 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>compare</name>
|
||||||
|
<longname>Compare buffers</longname>
|
||||||
|
<class>Filter/Debug</class>
|
||||||
|
<description>Compares incoming buffers</description>
|
||||||
|
<author>Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>check</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>ANY</details>
|
||||||
|
</caps>
|
||||||
|
<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>ANY</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<name>debugspy</name>
|
<name>debugspy</name>
|
||||||
<longname>DebugSpy</longname>
|
<longname>DebugSpy</longname>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<name>videosink</name>
|
<name>videosink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)true</details>
|
<details>video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)24000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)576, framerate=(fraction)25/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)576, framerate=(fraction)25/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)50/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)60000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)60/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)50/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60/1, interlaced=(boolean)false</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<name>videosrc</name>
|
<name>videosrc</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)24000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)576, framerate=(fraction)25/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)false; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)50/1, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60000/1001, interlaced=(boolean)true; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60/1, interlaced=(boolean)true</details>
|
<details>video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)10/11, color-matrix=(string)sdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)24000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)10/11, color-matrix=(string)sdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)576, framerate=(fraction)25/1, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)sdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)486, framerate=(fraction)30000/1001, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)10/11, color-matrix=(string)sdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)720, height=(int)576, framerate=(fraction)25/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)sdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24000/1001, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)25/1, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)50/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)60/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)50/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60000/1001, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)60/1, interlaced=(boolean)false, pixel-aspect-ratio=(fraction)12/11, color-matrix=(string)hdtv, chroma-site=(string)mpeg2</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.10.19.1</version>
|
<version>0.10.22.1</version>
|
||||||
<license>GPL</license>
|
<license>GPL</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>
|
||||||
|
|
28
docs/plugins/inspect/plugin-flite.xml
Normal file
28
docs/plugins/inspect/plugin-flite.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<plugin>
|
||||||
|
<name>flite</name>
|
||||||
|
<description>Flite speech synthesizer plugin</description>
|
||||||
|
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||||
|
<basename>libgstflite.so</basename>
|
||||||
|
<version>0.10.22.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>flitetestsrc</name>
|
||||||
|
<longname>Flite speech test source</longname>
|
||||||
|
<class>Source/Audio</class>
|
||||||
|
<description>Creates audio test signals identifying channels</description>
|
||||||
|
<author>David Schleef <ds@schleef.org></author>
|
||||||
|
<pads>
|
||||||
|
<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)48000, channels=(int)[ 1, 8 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
73
docs/plugins/inspect/plugin-inter.xml
Normal file
73
docs/plugins/inspect/plugin-inter.xml
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
<plugin>
|
||||||
|
<name>inter</name>
|
||||||
|
<description>plugin for inter-pipeline communication</description>
|
||||||
|
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||||
|
<basename>libgstinter.so</basename>
|
||||||
|
<version>0.10.22.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>interaudiosink</name>
|
||||||
|
<longname>FIXME Long name</longname>
|
||||||
|
<class>Generic</class>
|
||||||
|
<description>FIXME Description</description>
|
||||||
|
<author>FIXME <fixme@example.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<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)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>interaudiosrc</name>
|
||||||
|
<longname>FIXME Long name</longname>
|
||||||
|
<class>Generic</class>
|
||||||
|
<description>FIXME Description</description>
|
||||||
|
<author>FIXME <fixme@example.com></author>
|
||||||
|
<pads>
|
||||||
|
<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)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>intervideosink</name>
|
||||||
|
<longname>FIXME Long name</longname>
|
||||||
|
<class>Generic</class>
|
||||||
|
<description>FIXME Description</description>
|
||||||
|
<author>FIXME <fixme@example.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<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>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>intervideosrc</name>
|
||||||
|
<longname>FIXME Long name</longname>
|
||||||
|
<class>Generic</class>
|
||||||
|
<description>FIXME Description</description>
|
||||||
|
<author>FIXME <fixme@example.com></author>
|
||||||
|
<pads>
|
||||||
|
<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>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
|
@ -1,12 +1,12 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<name>modplug</name>
|
<name>modplug</name>
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.22.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)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-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>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/mpeg, mpegversion=(int)4, parsed=(boolean)false, systemstream=(boolean)false</details>
|
<details>video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)false, systemstream=(boolean)false</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
Loading…
Reference in a new issue