diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-28 16:10:20 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-28 16:10:20 +0000 |
commit | 1a3053b241a64dff2378782c7aa5ffbdc69e53e5 (patch) | |
tree | 6c2c7ff35f1aa9e743940c7b8587b1cad89dcda7 /docs/plugins | |
parent | 2855fb48adf9649c74bdfdced911c4dfa7a3d19e (diff) |
Add theoraparse to the docs and fix some docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* ext/theora/theoraparse.c:
Add theoraparse to the docs and fix some docs.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-base-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-base-plugins-sections.txt | 14 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index fcda730b..a6147248 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -93,6 +93,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/pango/gsttimeoverlay.h \ $(top_srcdir)/ext/theora/gsttheoradec.h \ $(top_srcdir)/ext/theora/gsttheoraenc.h \ + $(top_srcdir)/ext/theora/gsttheoraparse.h \ $(top_srcdir)/ext/vorbis/vorbisdec.h \ $(top_srcdir)/ext/vorbis/vorbisenc.h \ $(top_srcdir)/ext/vorbis/vorbisparse.h \ diff --git a/docs/plugins/gst-plugins-base-plugins-docs.sgml b/docs/plugins/gst-plugins-base-plugins-docs.sgml index 8cfbed15..da9fd315 100644 --- a/docs/plugins/gst-plugins-base-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-base-plugins-docs.sgml @@ -42,6 +42,7 @@ <xi:include href="xml/element-textrender.xml" /> <xi:include href="xml/element-theoradec.xml" /> <xi:include href="xml/element-theoraenc.xml" /> + <xi:include href="xml/element-theoraparse.xml" /> <xi:include href="xml/element-timeoverlay.xml" /> <xi:include href="xml/element-uridecodebin.xml" /> <xi:include href="xml/element-videorate.xml" /> diff --git a/docs/plugins/gst-plugins-base-plugins-sections.txt b/docs/plugins/gst-plugins-base-plugins-sections.txt index 3dca5acc..37db8f58 100644 --- a/docs/plugins/gst-plugins-base-plugins-sections.txt +++ b/docs/plugins/gst-plugins-base-plugins-sections.txt @@ -475,6 +475,20 @@ GstTheoraEncClass </SECTION> <SECTION> +<FILE>element-theoraparse</FILE> +<TITLE>theoraparse</TITLE> +GstTheoraParse +<SUBSECTION Standard> +GstTheoraParseClass +GST_THEORA_PARSE +GST_IS_THEORA_PARSE +GST_TYPE_THEORA_PARSE +gst_theora_parse_get_type +GST_THEORA_PARSE_CLASS +GST_IS_THEORA_PARSE_CLASS +</SECTION> + +<SECTION> <FILE>element-timeoverlay</FILE> <TITLE>timeoverlay</TITLE> GstTimeOverlay |