mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/musicbrainz/gsttrm.h: Fix _get_type signature.
Original commit message from CVS: * ext/musicbrainz/gsttrm.h: Fix _get_type signature.
This commit is contained in:
parent
727ac30d86
commit
25e357f180
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/musicbrainz/gsttrm.h:
|
||||
Fix _get_type signature.
|
||||
|
||||
2007-07-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/replaygain/gstrgvolume.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue