diff options
Diffstat (limited to 'gst/id3demux/gstid3demux.h')
-rw-r--r-- | gst/id3demux/gstid3demux.h | 4 |
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 |