docs: add playsink element to documentation

This commit is contained in:
Tim-Philipp Müller 2014-06-11 12:43:35 +01:00
parent adf02f83c5
commit c5a790b178
2 changed files with 40 additions and 7 deletions

View file

@ -40,6 +40,7 @@
<xi:include href="xml/element-oggdemux.xml" /> <xi:include href="xml/element-oggdemux.xml" />
<xi:include href="xml/element-oggmux.xml" /> <xi:include href="xml/element-oggmux.xml" />
<xi:include href="xml/element-playbin.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-subtitleoverlay.xml" />
<xi:include href="xml/element-tcpclientsrc.xml" /> <xi:include href="xml/element-tcpclientsrc.xml" />
<xi:include href="xml/element-tcpclientsink.xml" /> <xi:include href="xml/element-tcpclientsink.xml" />

View file

@ -436,13 +436,6 @@ GST_TYPE_OGG_MUX
GstOggMuxClass GstOggMuxClass
</SECTION> </SECTION>
<SECTION>
<FILE>element-playbin</FILE>
<TITLE>playbin</TITLE>
GstPlayBin
<SUBSECTION Standard>
</SECTION>
<SECTION> <SECTION>
<FILE>element-playbin</FILE> <FILE>element-playbin</FILE>
<TITLE>playbin</TITLE> <TITLE>playbin</TITLE>
@ -453,6 +446,45 @@ gst_play_flags_get_type
GST_TYPE_PLAY_FLAGS GST_TYPE_PLAY_FLAGS
</SECTION> </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> <SECTION>
<FILE>element-subtitleoverlay</FILE> <FILE>element-subtitleoverlay</FILE>
<TITLE>subtitleoverlay</TITLE> <TITLE>subtitleoverlay</TITLE>