summaryrefslogtreecommitdiffstats
path: root/gst/id3tag/gstid3tag.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 09:54:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-22 09:54:57 +0100
commite5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d (patch)
tree85788ce19edbfe2bc5fa810e1e82dabc284003a0 /gst/id3tag/gstid3tag.h
parentfdaeae57c90ebd1fa001f398be6fec9050129781 (diff)
downloadgst-plugins-bad-e5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d.tar.gz
gst-plugins-bad-e5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d.tar.bz2
gst-plugins-bad-e5b1c976c4dbbea82d0bc1f0de7c0bf4b6d1705d.zip
id3tag: canonicalise function names
Diffstat (limited to 'gst/id3tag/gstid3tag.h')
-rw-r--r--gst/id3tag/gstid3tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/id3tag/gstid3tag.h b/gst/id3tag/gstid3tag.h
index 60643594..a9a1ad1c 100644
--- a/gst/id3tag/gstid3tag.h
+++ b/gst/id3tag/gstid3tag.h
@@ -45,7 +45,7 @@ struct _GstId3TagClass {
};
#define GST_TYPE_ID3TAG \
- (gst_id3tag_get_type())
+ (gst_id3_tag_get_type())
#define GST_ID3TAG(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ID3TAG,GstId3Tag))
#define GST_ID3TAG_CLASS(klass) \
@@ -55,7 +55,7 @@ struct _GstId3TagClass {
#define GST_IS_ID3TAG_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ID3TAG))
-GType gst_id3tag_get_type (void);
+GType gst_id3_tag_get_type (void);
G_END_DECLS