mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
docs: add v4l2sink to docs
This commit is contained in:
parent
43ebe8235f
commit
ddac53dd73
3 changed files with 23 additions and 5 deletions
|
@ -215,6 +215,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/sys/osxaudio/gstosxaudiosink.h \
|
$(top_srcdir)/sys/osxaudio/gstosxaudiosink.h \
|
||||||
$(top_srcdir)/sys/osxvideo/osxvideosink.h \
|
$(top_srcdir)/sys/osxvideo/osxvideosink.h \
|
||||||
$(top_srcdir)/sys/v4l2/gstv4l2src.h \
|
$(top_srcdir)/sys/v4l2/gstv4l2src.h \
|
||||||
|
$(top_srcdir)/sys/v4l2/gstv4l2sink.h \
|
||||||
$(top_srcdir)/sys/waveform/gstwaveformsink.h \
|
$(top_srcdir)/sys/waveform/gstwaveformsink.h \
|
||||||
$(top_srcdir)/sys/ximage/gstximagesrc.h
|
$(top_srcdir)/sys/ximage/gstximagesrc.h
|
||||||
|
|
||||||
|
|
|
@ -141,6 +141,7 @@
|
||||||
<xi:include href="xml/element-udpsrc.xml" />
|
<xi:include href="xml/element-udpsrc.xml" />
|
||||||
<xi:include href="xml/element-udpsink.xml" />
|
<xi:include href="xml/element-udpsink.xml" />
|
||||||
<xi:include href="xml/element-v4l2src.xml" />
|
<xi:include href="xml/element-v4l2src.xml" />
|
||||||
|
<xi:include href="xml/element-v4l2sink.xml" />
|
||||||
<xi:include href="xml/element-vertigotv.xml" />
|
<xi:include href="xml/element-vertigotv.xml" />
|
||||||
<xi:include href="xml/element-videobalance.xml" />
|
<xi:include href="xml/element-videobalance.xml" />
|
||||||
<xi:include href="xml/element-videobox.xml" />
|
<xi:include href="xml/element-videobox.xml" />
|
||||||
|
|
|
@ -1742,11 +1742,7 @@ GST_IS_VIDEO_MIXER_CLASS
|
||||||
<TITLE>v4l2src</TITLE>
|
<TITLE>v4l2src</TITLE>
|
||||||
GstV4l2Src
|
GstV4l2Src
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_V4L2_MAX_BUFFERS
|
GstV4l2SrcGetFunc
|
||||||
GST_V4L2_MIN_BUFFERS
|
|
||||||
GST_V4L2_MAX_SIZE
|
|
||||||
GstV4l2BufferPool
|
|
||||||
GstV4l2Buffer
|
|
||||||
GstV4l2SrcClass
|
GstV4l2SrcClass
|
||||||
GST_V4L2SRC
|
GST_V4L2SRC
|
||||||
GST_IS_V4L2SRC
|
GST_IS_V4L2SRC
|
||||||
|
@ -1754,6 +1750,26 @@ GST_TYPE_V4L2SRC
|
||||||
GST_V4L2SRC_CLASS
|
GST_V4L2SRC_CLASS
|
||||||
GST_IS_V4L2SRC_CLASS
|
GST_IS_V4L2SRC_CLASS
|
||||||
gst_v4l2src_get_type
|
gst_v4l2src_get_type
|
||||||
|
|
||||||
|
GST_V4L2_MAX_BUFFERS
|
||||||
|
GST_V4L2_MIN_BUFFERS
|
||||||
|
GST_V4L2_MAX_SIZE
|
||||||
|
GstV4l2BufferPool
|
||||||
|
GstV4l2Buffer
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-v4l2sink</FILE>
|
||||||
|
<TITLE>v4l2sink</TITLE>
|
||||||
|
GstV4l2Sink
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstV4l2SinkClass
|
||||||
|
GST_V4L2SINK
|
||||||
|
GST_IS_V4L2SINK
|
||||||
|
GST_TYPE_V4L2SINK
|
||||||
|
GST_V4L2SINK_CLASS
|
||||||
|
GST_IS_V4L2SINK_CLASS
|
||||||
|
gst_v4l2sink_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
Loading…
Reference in a new issue