diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-01-09 12:30:46 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-01-09 12:30:46 +0000 |
commit | 80d666f353825391b06d28166abe7616fc42dff0 (patch) | |
tree | e3804afb7b7943715ab3c8462fa81f0212880c36 /docs/plugins | |
parent | 62ef7da73b91f463c417b6acd031f3a2c948a0a1 (diff) |
Added 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/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
(gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
(gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
(gst_ogg_demux_perform_seek):
* ext/ogg/gstoggdemux.h:
Added docs.
Add some more comments.
Small cleanups.
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 | 10 |
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 318d04275..73cf7d62d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -80,6 +80,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/cdparanoia/gstcdparanoiasrc.h \ $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.h \ $(top_srcdir)/ext/gnomevfs/gstgnomevfssrc.h \ + $(top_srcdir)/ext/ogg/gstoggdemux.h \ $(top_srcdir)/ext/pango/gstclockoverlay.h \ $(top_srcdir)/ext/pango/gsttextoverlay.h \ $(top_srcdir)/ext/pango/gsttextrender.h \ diff --git a/docs/plugins/gst-plugins-base-plugins-docs.sgml b/docs/plugins/gst-plugins-base-plugins-docs.sgml index 3fd42be80..db405c16e 100644 --- a/docs/plugins/gst-plugins-base-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-base-plugins-docs.sgml @@ -27,6 +27,7 @@ <xi:include href="xml/element-gnomevfssink.xml" /> <xi:include href="xml/element-gnomevfssrc.xml" /> <xi:include href="xml/element-multifdsink.xml" /> + <xi:include href="xml/element-oggdemux.xml" /> <xi:include href="xml/element-playbin.xml" /> <xi:include href="xml/element-tcpserversink.xml" /> <xi:include href="xml/element-theoradec.xml" /> diff --git a/docs/plugins/gst-plugins-base-plugins-sections.txt b/docs/plugins/gst-plugins-base-plugins-sections.txt index 8b38ca6b3..9b2925afc 100644 --- a/docs/plugins/gst-plugins-base-plugins-sections.txt +++ b/docs/plugins/gst-plugins-base-plugins-sections.txt @@ -217,6 +217,16 @@ gst_gnome_vfs_src_get_type </SECTION> <SECTION> +<FILE>element-oggdemux</FILE> +<TITLE>oggdemux</TITLE> +GstOggDemux +<SUBSECTION Standard> +GST_OGG_DEMUX +GST_OGG_DEMUX_CLASS +GstOggDemuxClass +</SECTION> + +<SECTION> <FILE>element-playbin</FILE> <TITLE>playbin</TITLE> GstPlayBin |