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/gst-plugins-bad-plugins-sections.txt | |
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/gst-plugins-bad-plugins-sections.txt')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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> + |