diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-23 10:34:40 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-23 10:34:40 +0000 |
commit | afa31cfea03063a848ba4db5aa03001301839aa2 (patch) | |
tree | a2aabe70dff5cfe05fb056c6251da88143ec05fb /docs/plugins | |
parent | 960b1c5b08839e6e2727ae5fcad3c00be1916583 (diff) | |
download | gst-plugins-bad-afa31cfea03063a848ba4db5aa03001301839aa2.tar.gz gst-plugins-bad-afa31cfea03063a848ba4db5aa03001301839aa2.tar.bz2 gst-plugins-bad-afa31cfea03063a848ba4db5aa03001301839aa2.zip |
Add documentation for the xingheader plugin.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/xingheader/gstxingmux.c:
* gst/xingheader/gstxingmux.h:
Add documentation for the xingheader plugin.
* tests/check/elements/xingmux.c: (GST_START_TEST):
Set element state to PLAYING before doing something else.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 |
3 files changed, 17 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 02517b13..e26d6906 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -142,7 +142,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/videosignal/gstvideodetect.h \ $(top_srcdir)/gst/videosignal/gstvideomark.h \ $(top_srcdir)/sys/dvb/gstdvbsrc.h \ - $(top_srcdir)/sys/glsink/gstgltestsrc.h + $(top_srcdir)/sys/glsink/gstgltestsrc.h \ + $(top_srcdir)/gst/xingheader/gstxingmux.h # Images to copy into HTML directory. HTML_IMAGES = diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 92dfbfdb..a603be06 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -60,6 +60,7 @@ <xi:include href="xml/element-videomark.xml" /> <xi:include href="xml/element-videoparse.xml" /> <xi:include href="xml/element-wildmidi.xml" /> + <xi:include href="xml/element-xingmux.xml" /> </chapter> <chapter> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index ab4f55ca..befc67c3 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -723,3 +723,17 @@ GST_IS_WILDMIDI_CLASS GST_TYPE_WILDMIDI </SECTION> +<SECTION> +<FILE>element-xingmux</FILE> +<TITLE>xingmux</TITLE> +GstXingMux +<SUBSECTION Standard> +GstXingMuxClass +GST_XING_MUX +GST_XING_MUX_CLASS +GST_IS_XING_MUX +GST_IS_XING_MUX_CLASS +GST_TYPE_XING_MUX +gst_xing_mux_get_type +</SECTION> + |