GNOME Bugzilla – Bug 756163
[gstvorbistag] GST_TYPE_VORBIS_PARSE used instead of GST_TYPE_VORBIS_TAG in ext/vorbis/gstvorbistag.c
Last modified: 2015-10-10 20:25:25 UTC
I think GST_TYPE_VORBIS_PARSE is mistakenly used in stread of GST_TYPE_VORBIS_TAG in macro G_DEFINE_TYPE_WITH_CODE. Please check.
I'm not quite sure why you think this is not correct. I assume you mean the G_DEFINE_TYPE* in gstvorbistag.c. The macro requires the GType of the parent class here, which is GST_TYPE_VORBIS_TAG.