mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
docs: plugins: misc updates
This commit is contained in:
parent
2dd668a717
commit
d7ef610bc3
5 changed files with 70 additions and 58 deletions
|
@ -1338,6 +1338,16 @@
|
|||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstGLImageSink::context</NAME>
|
||||
<TYPE>GstGLContext*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>OpenGL context</NICK>
|
||||
<BLURB>Get OpenGL context.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstRgAnalysis::forced</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
@ -47653,56 +47663,6 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstLegacyH264Parse::access-unit</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Access Units</NICK>
|
||||
<BLURB>Output Acess Units rather than NALUs.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstLegacyH264Parse::config-interval</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= 3600</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>SPS PPS Send Interval</NICK>
|
||||
<BLURB>Send SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstLegacyH264Parse::output-format</NAME>
|
||||
<TYPE>GstH264ParseFormat</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Output Format</NICK>
|
||||
<BLURB>Output Format of stream (bytestream or otherwise).</BLURB>
|
||||
<DEFAULT>Input Format</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstLegacyH264Parse::split-packetized</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Split packetized</NICK>
|
||||
<BLURB>Split NAL units of packetized streams.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCsp::dither</NAME>
|
||||
<TYPE>GstColorspaceDitherMethod</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Dither</NICK>
|
||||
<BLURB>Apply dithering while converting.</BLURB>
|
||||
<DEFAULT>No dithering (default)</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>MpegTSParse2::program-numbers</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
@ -67515,3 +67475,43 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>Checker pattern</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstWebpEnc::lossless</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Lossless</NICK>
|
||||
<BLURB>Enable lossless encoding.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstWebpEnc::preset</NAME>
|
||||
<TYPE>GstWebpEncPreset</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>preset tuning</NICK>
|
||||
<BLURB>Preset name for visual tuning.</BLURB>
|
||||
<DEFAULT>Outdoor photo, natural lighting</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstWebpEnc::quality</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>quality-level</NICK>
|
||||
<BLURB>quality level, between 0 (smallest file) and 100 (biggest).</BLURB>
|
||||
<DEFAULT>90</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstWebpEnc::speed</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE><= 6</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Compression Method</NICK>
|
||||
<BLURB>quality/speed trade-off (0=fast, 6=slower-better).</BLURB>
|
||||
<DEFAULT>4</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -286,6 +286,7 @@ GObject
|
|||
GstOpenJPEGEnc
|
||||
GstPnmenc
|
||||
GstSchroEnc
|
||||
GstWebpEnc
|
||||
GstWebvttEnc
|
||||
GstWildmidi
|
||||
GstY4mDec
|
||||
|
|
|
@ -74,6 +74,7 @@ GstViewfinderBin GstChildProxy
|
|||
GstVoAacEnc GstPreset
|
||||
GstVoAmrWbEnc GstPreset
|
||||
GstWaylandSink GstVideoOverlay GstWaylandVideo
|
||||
GstWebpEnc GstPreset
|
||||
GstWrapperCameraBinSrc GstChildProxy
|
||||
GstXvidEnc GstPreset
|
||||
MXFDMS1ClipFramework MXFDescriptiveMetadataFrameworkInterface
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
GstChildProxy GObject
|
||||
GstChildProxy GstObject
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstTagXmpWriter GstElement
|
||||
GstWaylandVideo GstVideoOverlay
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
|
|
|
@ -618,6 +618,13 @@ GstDvbSrc *gstdvbsrc
|
|||
GstDvbSrc *gstdvbsrc
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstDvbSrc::tune</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>la</FLAGS>
|
||||
GstDvbSrc *gstdvbsrc
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>DvbBaseBin::tuning-done</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
|
@ -639,14 +646,22 @@ DvbBaseBin *dvbbasebin
|
|||
DvbBaseBin *dvbbasebin
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>DvbBaseBin::tune</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>la</FLAGS>
|
||||
DvbBaseBin *dvbbasebin
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
<NAME>GstGLImageSink::client-draw</NAME>
|
||||
<RETURNS>gboolean</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstGLImageSink *gstglimagesink
|
||||
guint arg1
|
||||
GstGLContext *arg1
|
||||
guint arg2
|
||||
guint arg3
|
||||
guint arg4
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
|
@ -654,8 +669,9 @@ guint arg3
|
|||
<RETURNS>gboolean</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstGLImageSink *gstglimagesink
|
||||
guint arg1
|
||||
GstGLContext *arg1
|
||||
guint arg2
|
||||
guint arg3
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
|
|
Loading…
Reference in a new issue