mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: add streamsynchronizer to documentation
This commit is contained in:
parent
c5a790b178
commit
55b4d8f6af
2 changed files with 16 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
<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-streamsynchronizer.xml" />
|
||||
<xi:include href="xml/element-subtitleoverlay.xml" />
|
||||
<xi:include href="xml/element-tcpclientsrc.xml" />
|
||||
<xi:include href="xml/element-tcpclientsink.xml" />
|
||||
|
|
|
@ -485,6 +485,21 @@ gst_play_sink_reconfigure
|
|||
gst_play_sink_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-streamsynchronizer</FILE>
|
||||
<TITLE>streamsynchronizer</TITLE>
|
||||
GstStreamSynchronizer
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_STREAM_SYNCHRONIZER
|
||||
GST_STREAM_SYNCHRONIZER
|
||||
GST_STREAM_SYNCHRONIZER_CLASS
|
||||
GST_IS_STREAM_SYNCHRONIZER
|
||||
GST_IS_STREAM_SYNCHRONIZER_CLASS
|
||||
GstStreamSynchronizerClass
|
||||
gst_stream_synchronizer_get_type
|
||||
gst_stream_synchronizer_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-subtitleoverlay</FILE>
|
||||
<TITLE>subtitleoverlay</TITLE>
|
||||
|
|
Loading…
Reference in a new issue