mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: add playsink element to documentation
This commit is contained in:
parent
adf02f83c5
commit
c5a790b178
2 changed files with 40 additions and 7 deletions
|
@ -40,6 +40,7 @@
|
|||
<xi:include href="xml/element-oggdemux.xml" />
|
||||
<xi:include href="xml/element-oggmux.xml" />
|
||||
<xi:include href="xml/element-playbin.xml" />
|
||||
<xi:include href="xml/element-playsink.xml" />
|
||||
<xi:include href="xml/element-subtitleoverlay.xml" />
|
||||
<xi:include href="xml/element-tcpclientsrc.xml" />
|
||||
<xi:include href="xml/element-tcpclientsink.xml" />
|
||||
|
|
|
@ -436,13 +436,6 @@ GST_TYPE_OGG_MUX
|
|||
GstOggMuxClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-playbin</FILE>
|
||||
<TITLE>playbin</TITLE>
|
||||
GstPlayBin
|
||||
<SUBSECTION Standard>
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-playbin</FILE>
|
||||
<TITLE>playbin</TITLE>
|
||||
|
@ -453,6 +446,45 @@ gst_play_flags_get_type
|
|||
GST_TYPE_PLAY_FLAGS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-playsink</FILE>
|
||||
<TITLE>playsink</TITLE>
|
||||
GstPlaySink
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_PLAY_SINK
|
||||
GST_PLAY_SINK
|
||||
GST_PLAY_SINK_CLASS
|
||||
GST_IS_PLAY_SINK
|
||||
GST_IS_PLAY_SINK_CLASS
|
||||
GstPlaySinkType
|
||||
gst_play_sink_get_type
|
||||
gst_play_sink_request_pad
|
||||
gst_play_sink_release_pad
|
||||
gst_play_sink_refresh_pad
|
||||
gst_play_sink_set_filter
|
||||
gst_play_sink_get_filter
|
||||
gst_play_sink_set_sink
|
||||
gst_play_sink_get_sink
|
||||
gst_play_sink_set_vis_plugin
|
||||
gst_play_sink_get_vis_plugin
|
||||
gst_play_sink_set_volume
|
||||
gst_play_sink_get_volume
|
||||
gst_play_sink_set_mute
|
||||
gst_play_sink_get_mute
|
||||
gst_play_sink_set_flags
|
||||
gst_play_sink_get_flags
|
||||
gst_play_sink_set_font_desc
|
||||
gst_play_sink_get_font_desc
|
||||
gst_play_sink_set_subtitle_encoding
|
||||
gst_play_sink_get_subtitle_encoding
|
||||
gst_play_sink_set_av_offset
|
||||
gst_play_sink_get_av_offset
|
||||
gst_play_sink_get_last_sample
|
||||
gst_play_sink_convert_sample
|
||||
gst_play_sink_reconfigure
|
||||
gst_play_sink_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-subtitleoverlay</FILE>
|
||||
<TITLE>subtitleoverlay</TITLE>
|
||||
|
|
Loading…
Reference in a new issue