summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/gstid3demux.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-12-21 15:24:59 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-12-21 15:24:59 +0000
commit79e762425b5bb4bd9254bc08e3c6fc5e47a2b79e (patch)
treeb2048b16eb9ce817242291f2d1da49ee23e90a79 /gst/id3demux/gstid3demux.h
parentbdafee59257a32d10c00a6d7b495129e1f0ae954 (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 'gst/id3demux/gstid3demux.h')
-rw-r--r--gst/id3demux/gstid3demux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/id3demux/gstid3demux.h b/gst/id3demux/gstid3demux.h
index 46ae6f1e..4dc72e31 100644
--- a/gst/id3demux/gstid3demux.h
+++ b/gst/id3demux/gstid3demux.h
@@ -25,7 +25,7 @@
G_BEGIN_DECLS
#define GST_TYPE_ID3DEMUX \
- (gst_gst_id3demux_get_type())
+ (gst_id3demux_get_type())
#define GST_ID3DEMUX(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ID3DEMUX,GstID3Demux))
#define GST_ID3DEMUX_CLASS(klass) \
@@ -72,7 +72,7 @@ struct _GstID3DemuxClass
GstElementClass parent_class;
};
-GType gst_gst_id3demux_get_type (void);
+GType gst_id3demux_get_type (void);
G_END_DECLS