docs: update to git

This commit is contained in:
Sebastian Dröge 2015-12-16 09:33:12 +01:00
parent 50978ccd1a
commit aa1b795ce0
8 changed files with 145 additions and 40 deletions

View file

@ -23952,10 +23952,10 @@
<NAME>GstLiveAdder::latency</NAME> <NAME>GstLiveAdder::latency</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rwx</FLAGS>
<NICK>Buffering latency</NICK> <NICK>Buffer latency</NICK>
<BLURB>Amount of data to buffer (in milliseconds).</BLURB> <BLURB>Additional latency in live mode to allow upstream to take longer to produce buffers for the current position (in milliseconds).</BLURB>
<DEFAULT>60</DEFAULT> <DEFAULT>30</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -59958,6 +59958,16 @@
<DEFAULT>30</DEFAULT> <DEFAULT>30</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstDashDemux::presentation-delay</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Presentation delay</NICK>
<BLURB>Default presentation delay (in seconds, milliseconds or fragments) (e.g. 12s, 2500ms, 3f).</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstSkinDetect::method</NAME> <NAME>GstSkinDetect::method</NAME>
<TYPE>GstSkindetectMethod</TYPE> <TYPE>GstSkindetectMethod</TYPE>
@ -67082,6 +67092,56 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>NULL</DEFAULT> <DEFAULT>NULL</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstGLFilterShader::fragment</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Fragment Source</NICK>
<BLURB>GLSL fragment source.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLFilterShader::shader</NAME>
<TYPE>GstGLShader*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Shader object</NICK>
<BLURB>GstGLShader to use.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstGLFilterShader::uniforms</NAME>
<TYPE>GstStructure*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>GLSL Uniforms</NICK>
<BLURB>GLSL Uniforms.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstGLFilterShader::update-shader</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>Update Shader</NICK>
<BLURB>Emit the 'create-shader' signal for the next frame.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLFilterShader::vertex</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Vertex Source</NICK>
<BLURB>GLSL vertex source.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstGLOverlay::angle-png</NAME> <NAME>GstGLOverlay::angle-png</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
@ -68960,3 +69020,53 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>128</DEFAULT> <DEFAULT>128</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstTeletextDec::font-description</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Pango font description</NICK>
<BLURB>Font description used for the pango output.</BLURB>
<DEFAULT>"verdana 12"</DEFAULT>
</ARG>
<ARG>
<NAME>GstTeletextDec::page</NAME>
<TYPE>gint</TYPE>
<RANGE>[100,999]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Page number</NICK>
<BLURB>Number of page that should displayed.</BLURB>
<DEFAULT>100</DEFAULT>
</ARG>
<ARG>
<NAME>GstTeletextDec::subpage</NAME>
<TYPE>gint</TYPE>
<RANGE>[G_MAXULONG,153]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Sub-page number</NICK>
<BLURB>Number of sub-page that should displayed (-1 for all).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstTeletextDec::subtitles-mode</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Enable subtitles mode</NICK>
<BLURB>Enables subtitles mode for text output stripping the blank lines and the teletext state lines.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstTeletextDec::subtitles-template</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Subtitles output template</NICK>
<BLURB>Output template used to print each one of the subtitles lines.</BLURB>
<DEFAULT>"%s\\n"</DEFAULT>
</ARG>

View file

@ -3,8 +3,8 @@ GObject
GstObject GstObject
GstAllocator GstAllocator
GstAllocatorSysmem GstAllocatorSysmem
GstVdpVideoAllocator GstFdAllocator
GstWlShmAllocator GstWlShmAllocator
GstAudioRingBuffer GstAudioRingBuffer
GstAudioSinkRingBuffer GstAudioSinkRingBuffer
GstAudioSrcRingBuffer GstAudioSrcRingBuffer
@ -20,6 +20,7 @@ GObject
GstAudioInterleave GstAudioInterleave
GstAudioMixer GstAudioMixer
GstLiveAdder GstLiveAdder
GstMXFMux
GstVideoAggregator GstVideoAggregator
GstCompositor GstCompositor
GstGLBaseMixer GstGLBaseMixer
@ -42,7 +43,6 @@ GObject
GstSirenDec GstSirenDec
GstAudioEncoder GstAudioEncoder
ADPCMEnc ADPCMEnc
GstFaac
GstGSMEnc GstGSMEnc
GstOpusEnc GstOpusEnc
GstSbcEnc GstSbcEnc
@ -73,12 +73,9 @@ GObject
GstAudioSink GstAudioSink
GstOpenALSink GstOpenALSink
GstDecklinkAudioSink GstDecklinkAudioSink
GstAvdtpSink
GstChecksumSink GstChecksumSink
GstCurlBaseSink GstCurlBaseSink
GstCurlFileSink GstCurlFileSink
GstCurlSshSink
GstCurlSftpSink
GstCurlTlsSink GstCurlTlsSink
GstCurlFtpSink GstCurlFtpSink
GstCurlHttpSink GstCurlHttpSink
@ -89,15 +86,16 @@ GObject
GstRTMPSink GstRTMPSink
GstShmSink GstShmSink
GstVideoSink GstVideoSink
GstDfbVideoSink
GstFBDEVSink GstFBDEVSink
GstGLImageSink GstGLImageSink
GstGtkBaseSink GstGtkBaseSink
GstGtkGLSink GstGtkGLSink
GstGtkSink GstGtkSink
GstInterVideoSink GstInterVideoSink
GstQtSink
GstWaylandSink GstWaylandSink
GstBaseSrc GstBaseSrc
GstAvdtpSrc
GstDataURISrc GstDataURISrc
GstFliteTestSrc GstFliteTestSrc
GstInterAudioSrc GstInterAudioSrc
@ -139,6 +137,7 @@ GObject
GstStereo GstStereo
GstBayer2RGB GstBayer2RGB
GstDebugSpy GstDebugSpy
GstDtmfDetect
GstFreeverb GstFreeverb
GstGLBaseFilter GstGLBaseFilter
GstGLColorConvertElement GstGLColorConvertElement
@ -229,13 +228,11 @@ GObject
GstSolarize GstSolarize
GstVideoAnalyse GstVideoAnalyse
GstVideoDiff GstVideoDiff
GstZBar
GstZebraStripe GstZebraStripe
GstWatchdog GstWatchdog
GstYadif GstYadif
GstBin GstBin
DvbBaseBin DvbBaseBin
GstA2dpSink
GstAdaptiveDemux GstAdaptiveDemux
GstDashDemux GstDashDemux
GstHLSDemux GstHLSDemux
@ -315,31 +312,34 @@ GObject
GstSegmentClip GstSegmentClip
GstAudioSegmentClip GstAudioSegmentClip
GstVideoSegmentClip GstVideoSegmentClip
GstSpanPlc
GstSpeed GstSpeed
GstSrtEnc GstSrtEnc
GstSrtpDec GstSrtpDec
GstSrtpEnc GstSrtpEnc
GstTagMux GstTagMux
GstId3Mux GstId3Mux
GstTeletextDec
GstTemplateMatch GstTemplateMatch
GstUvcH264MjpgDemux GstUvcH264MjpgDemux
GstVideoDecoder GstVideoDecoder
GstLibde265Dec GstLibde265Dec
GstOpenEXRDec GstOpenEXRDec
GstOpenJPEGDec GstOpenJPEGDec
GstOpenh264Dec
GstPnmdec GstPnmdec
GstRsvgDec GstRsvgDec
GstSchroDec GstSchroDec
GstVMncDec GstVMncDec
GstVdpDecoder
GstVdpMpegDec
GstWebPDec GstWebPDec
GstVideoEncoder GstVideoEncoder
GstOpenJPEGEnc GstOpenJPEGEnc
GstOpenh264Enc
GstPnmenc GstPnmenc
GstSchroEnc GstSchroEnc
GstWebpEnc GstWebpEnc
GstX265Enc GstX265Enc
GstVideoFrameAudioLevel
GstWebvttEnc GstWebvttEnc
GstWildmidi GstWildmidi
GstY4mDec GstY4mDec
@ -349,11 +349,13 @@ GObject
MpegTSParse2 MpegTSParse2
MpegTsMux MpegTsMux
GstGLContext GstGLContext
GstGLShader
GstPad GstPad
GstAggregatorPad GstAggregatorPad
GstAudioAggregatorPad GstAudioAggregatorPad
GstAudioInterleavePad GstAudioInterleavePad
GstAudioMixerPad GstAudioMixerPad
GstMXFMuxPad
GstVideoAggregatorPad GstVideoAggregatorPad
GstCompositorPad GstCompositorPad
GstGLBaseMixerPad GstGLBaseMixerPad
@ -370,8 +372,8 @@ GObject
GstTask GstTask
GstTaskPool GstTaskPool
GtkWidget GtkWidget
GstColorBalanceChannel
GstEncodingProfile GstEncodingProfile
GstVdpDevice
MXFMetadataBase MXFMetadataBase
MXFDescriptiveMetadata MXFDescriptiveMetadata
MXFDMS1 MXFDMS1
@ -449,6 +451,7 @@ GInterface
AtkImplementorIface AtkImplementorIface
GTypePlugin GTypePlugin
GstChildProxy GstChildProxy
GstColorBalance
GstNavigation GstNavigation
GstPreset GstPreset
GstTagSetter GstTagSetter

View file

@ -750,3 +750,10 @@ GstDtlsEnc *gstdtlsenc
GstDtlsDec *gstdtlsdec GstDtlsDec *gstdtlsdec
</SIGNAL> </SIGNAL>
<SIGNAL>
<NAME>GstGLFilterShader::create-shader</NAME>
<RETURNS>GstGLShader*</RETURNS>
<FLAGS>l</FLAGS>
GstGLFilterShader *gstglfiltershader
</SIGNAL>

View file

@ -54,21 +54,6 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>curlsftpsink</name>
<longname>Curl sftp sink</longname>
<class>Sink/Network</class>
<description>Upload data over the SFTP protocol using libcurl</description>
<author>Sorin L. &lt;sorin@axis.com&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>ANY</details>
</caps>
</pads>
</element>
<element> <element>
<name>curlsmtpsink</name> <name>curlsmtpsink</name>
<longname>Curl smtp sink</longname> <longname>Curl smtp sink</longname>

View file

@ -27,7 +27,7 @@ Edward Hervey &lt;edward.hervey@collabora.co.uk&gt;</author>
<name>audio_%04x</name> <name>audio_%04x</name>
<direction>source</direction> <direction>source</direction>
<presence>sometimes</presence> <presence>sometimes</presence>
<details>audio/mpeg, mpegversion=(int)1; audio/mpeg, mpegversion=(int)2, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)loas; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-private-ts-lpcm</details> <details>audio/mpeg, mpegversion=(int)1; audio/mpeg, mpegversion=(int)2, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)loas; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-eac3; audio/x-dts; audio/x-opus; audio/x-private-ts-lpcm</details>
</caps> </caps>
<caps> <caps>
<name>private_%04x</name> <name>private_%04x</name>
@ -39,7 +39,7 @@ Edward Hervey &lt;edward.hervey@collabora.co.uk&gt;</author>
<name>subpicture_%04x</name> <name>subpicture_%04x</name>
<direction>source</direction> <direction>source</direction>
<presence>sometimes</presence> <presence>sometimes</presence>
<details>subpicture/x-pgs; subpicture/x-dvd</details> <details>subpicture/x-pgs; subpicture/x-dvd; subpicture/x-dvb</details>
</caps> </caps>
<caps> <caps>
<name>video_%04x</name> <name>video_%04x</name>

View file

@ -20,7 +20,7 @@
<name>sink_%d</name> <name>sink_%d</name>
<direction>sink</direction> <direction>sink</direction>
<presence>request</presence> <presence>request</presence>
<details>video/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ au, nal }; audio/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2 }; audio/mpeg, framed=(boolean)true, mpegversion=(int)4, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true; subpicture/x-dvb; application/x-teletext; meta/x-klv, parsed=(boolean)true</details> <details>video/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ au, nal }; audio/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2 }; audio/mpeg, framed=(boolean)true, mpegversion=(int)4, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true; audio/x-opus, channels=(int)[ 1, 8 ], channel-mapping-family=(int){ 0, 1 }; subpicture/x-dvb; application/x-teletext; meta/x-klv, parsed=(boolean)true</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -20,7 +20,7 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-opus</details> <details>audio/x-opus, channel-mapping-family=(int)0; audio/x-opus, channel-mapping-family=(int)[ 1, 255 ], channels=(int)[ 1, 255 ], stream-count=(int)[ 1, 255 ], coupled-count=(int)[ 0, 255 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
@ -41,7 +41,7 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 12000, 16000, 24000, 48000 }, channels=(int)[ 1, 2 ]</details> <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)[ 1, 8 ]; audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 12000, 16000, 24000 }, channels=(int)[ 1, 8 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
@ -89,7 +89,7 @@
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-opus, multistream=(boolean)false</details> <details>audio/x-opus, channel-mapping-family=(int)0</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -104,7 +104,7 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-opus, multistream=(boolean)false</details> <details>audio/x-opus, channels=(int)[ 1, 2 ], channel-mapping-family=(int)0</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -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.6.0</version> <version>1.7.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>