mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
videobox: Correctly add to the docs
This commit is contained in:
parent
867b8c9d15
commit
8ab76351d8
2 changed files with 11 additions and 0 deletions
|
@ -194,6 +194,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/udp/gstmultiudpsink.h \
|
||||
$(top_srcdir)/gst/udp/gstudpsrc.h \
|
||||
$(top_srcdir)/gst/udp/gstudpsink.h \
|
||||
$(top_srcdir)/gst/videobox/gstvideobox.h \
|
||||
$(top_srcdir)/gst/videocrop/gstvideocrop.h \
|
||||
$(top_srcdir)/gst/videocrop/gstaspectratiocrop.h \
|
||||
$(top_srcdir)/gst/videofilter/gstgamma.h \
|
||||
|
|
|
@ -348,6 +348,16 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstVideoBox::autocrop</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Auto crop</NICK>
|
||||
<BLURB>Auto crop.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstUDPSink::host</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
|
Loading…
Reference in a new issue