After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756163 - [gstvorbistag] GST_TYPE_VORBIS_PARSE used instead of GST_TYPE_VORBIS_TAG in ext/vorbis/gstvorbistag.c
[gstvorbistag] GST_TYPE_VORBIS_PARSE used instead of GST_TYPE_VORBIS_TAG in e...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.6.0
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-07 02:59 UTC by barunsingh
Modified: 2015-10-10 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description barunsingh 2015-10-07 02:59:37 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.
Comment 1 Tim-Philipp Müller 2015-10-10 20:25:25 UTC
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.