diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-12-21 15:24:59 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-12-21 15:24:59 +0000 |
commit | 79e762425b5bb4bd9254bc08e3c6fc5e47a2b79e (patch) | |
tree | b2048b16eb9ce817242291f2d1da49ee23e90a79 /docs/plugins/gst-plugins-good-plugins-docs.sgml | |
parent | bdafee59257a32d10c00a6d7b495129e1f0ae954 (diff) |
Add documentation for id3demux.
Original commit message from CVS:
2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
(gst_id3demux_base_init), (gst_id3demux_class_init),
(gst_id3demux_chain):
* gst/id3demux/gstid3demux.h:
Add documentation for id3demux.
Don't fail if the first buffer is not at offset 0, just
attempt to typefind and do pass through
Rename the gst_type function from gst_gst_id3demux..
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins-docs.sgml')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 731225d0..a156d940 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -17,6 +17,7 @@ <xi:include href="xml/element-cairotimeoverlay.xml" /> <xi:include href="xml/element-flacdec.xml" /> <xi:include href="xml/element-goom.xml" /> + <xi:include href="xml/element-id3demux.xml" /> <xi:include href="xml/element-level.xml" /> <xi:include href="xml/element-multipartmux.xml" /> <xi:include href="xml/element-multipartdemux.xml" /> @@ -45,6 +46,7 @@ <xi:include href="xml/plugin-flxdec.xml" /> <xi:include href="xml/plugin-gconfelements.xml" /> <xi:include href="xml/plugin-goom.xml" /> + <xi:include href="xml/plugin-id3demux.xml" /> <xi:include href="xml/plugin-jpeg.xml" /> <xi:include href="xml/plugin-level.xml" /> <xi:include href="xml/plugin-matroska.xml" /> |