mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs/plugins/: Pull fdsink into the docs too.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gstreamer-plugins-docs.sgml: * docs/plugins/gstreamer-plugins-sections.txt: Pull fdsink into the docs too.
This commit is contained in:
parent
ca50216942
commit
146df0eccb
4 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-06-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gstreamer-plugins-docs.sgml:
|
||||
* docs/plugins/gstreamer-plugins-sections.txt:
|
||||
Pull fdsink into the docs too.
|
||||
|
||||
2007-06-11 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* libs/gst/controller/gstinterpolation.c:
|
||||
|
|
|
@ -79,6 +79,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/plugins/elements/gstcapsfilter.h \
|
||||
$(top_srcdir)/plugins/elements/gstfakesrc.h \
|
||||
$(top_srcdir)/plugins/elements/gstfakesink.h \
|
||||
$(top_srcdir)/plugins/elements/gstfdsink.h \
|
||||
$(top_srcdir)/plugins/elements/gstfdsrc.h \
|
||||
$(top_srcdir)/plugins/elements/gstfilesrc.h \
|
||||
$(top_srcdir)/plugins/elements/gstfilesink.h \
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<xi:include href="xml/element-capsfilter.xml" />
|
||||
<xi:include href="xml/element-fakesrc.xml" />
|
||||
<xi:include href="xml/element-fakesink.xml" />
|
||||
<xi:include href="xml/element-fdsink.xml" />
|
||||
<xi:include href="xml/element-fdsrc.xml" />
|
||||
<xi:include href="xml/element-filesrc.xml" />
|
||||
<xi:include href="xml/element-filesink.xml" />
|
||||
|
|
|
@ -35,6 +35,20 @@ GST_IS_FAKE_SINK_CLASS
|
|||
gst_fake_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-fdsink</FILE>
|
||||
<TITLE>fdsink</TITLE>
|
||||
GstFdSink
|
||||
<SUBSECTION Standard>
|
||||
GST_FD_SINK
|
||||
GST_IS_FD_SINK
|
||||
GST_TYPE_FD_SINK
|
||||
GST_FD_SINK_CLASS
|
||||
GST_IS_FD_SINK_CLASS
|
||||
<SUBSECTION Private>
|
||||
gst_fd_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-fdsrc</FILE>
|
||||
<TITLE>fdsrc</TITLE>
|
||||
|
|
Loading…
Reference in a new issue