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 677072 - [PATCH] replace GST_BOILERPLATE_* with G_DEFINE_TYPE_* and move _base_init into _class_init
[PATCH] replace GST_BOILERPLATE_* with G_DEFINE_TYPE_* and move _base_init in...
Status: RESOLVED DUPLICATE of bug 677012
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-30 03:57 UTC by Matthew Waters (ystreet00)
Modified: 2012-05-30 06:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into _class_init (50.96 KB, patch)
2012-05-30 03:57 UTC, Matthew Waters (ystreet00)
none Details | Review

Description Matthew Waters (ystreet00) 2012-05-30 03:57:39 UTC
Created attachment 215234 [details] [review]
Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into _class_init

As the title says it removes the deprecated GST_BOILERPLATE macros replacing them with the G_DEFINE_TYPE ones.
It also removes the _base_init functions and places the function's contents into the _class_init functions
Comment 1 Tim-Philipp Müller 2012-05-30 06:12:10 UTC
Thanks, but the same applies as for bug #677012 . I'm going to mark this a duplicate - let's collect all those "port to 1.0" patches in one bug report.

*** This bug has been marked as a duplicate of bug 677012 ***