GNOME Bugzilla – Bug 345601
Updated gst-template gstplugin.c
Last modified: 2006-06-22 09:04:41 UTC
Documentation Section: gst-template The code that gstplugin.c generates isn't quite up to sync with what the plugin writers guide suggests. I've changed it to use GST_BOILERPLATE and also added a debug category. Correct version: The attached patch suggests an updated version. Other information:
Created attachment 67817 [details] [review] use GST_BOILERPLATE
Thanks, committed with minor changes (no need for parent_class = ... in class_init any longer): 2006-06-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Philip Jägenstedt <philip at lysator liu se> * src/gstplugin.c: (gst_plugin_template_base_init), (gst_plugin_template_class_init), (gst_plugin_template_init), (plugin_init): Use GST_BOILERPLATE, add debug category (#345601).