gst/gstplugin.c: minor clean-ups: G_DEFINE_TYPE already takes care of the parent_clas...
authorPaolo Borelli <pborelli@katamail.com>
Tue, 4 Apr 2006 18:02:07 +0000 (18:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 4 Apr 2006 18:02:07 +0000 (18:02 +0000)
commit0f2b215959c159a192cbca530a9af7e52ec18e94
tree2616be58800f189a4ca74adbf270d75b17d7ef9c
parent3c048726f56f4c5c0cbf59f7bba4c6400177a384
gst/gstplugin.c: minor clean-ups: G_DEFINE_TYPE already takes care of the parent_class stuff, no need to do it twice....

Original commit message from CVS:
Patch by: Paolo Borelli  <pborelli at katamail dot com>
* gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
(gst_plugin_check_license):
minor clean-ups: G_DEFINE_TYPE already takes care of the
parent_class stuff, no need to do it twice. Mark array of
license strings as constant. (#337103)
ChangeLog
gst/gstplugin.c