From 25e357f18033f15ba89be91097ae4f0ff56d62a9 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 3 Jul 2007 07:30:47 +0000 Subject: ext/musicbrainz/gsttrm.h: Fix _get_type signature. Original commit message from CVS: * ext/musicbrainz/gsttrm.h: Fix _get_type signature. --- ChangeLog | 5 +++++ ext/musicbrainz/gsttrm.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd75432c..6b9e83a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-03 Stefan Kost + + * ext/musicbrainz/gsttrm.h: + Fix _get_type signature. + 2007-07-03 Stefan Kost * gst/replaygain/gstrgvolume.h: diff --git a/ext/musicbrainz/gsttrm.h b/ext/musicbrainz/gsttrm.h index d66e3567..38f04d01 100644 --- a/ext/musicbrainz/gsttrm.h +++ b/ext/musicbrainz/gsttrm.h @@ -69,7 +69,7 @@ struct _GstTRMClass { GstElementClass parent_class; }; -GType gst_musicbrainz_get_type(void); +GType gst_trm_get_type(void); G_END_DECLS -- cgit v1.2.1