a first feeble attempt at fixoring this beauty

Original commit message from CVS:
a first feeble attempt at fixoring this beauty
This commit is contained in:
Thomas Vander Stichele 2002-06-04 22:00:49 +00:00
parent da4c85a38d
commit 986a3eb8c6

View file

@ -113,6 +113,8 @@ gst_arts_class_init (GstARTSClass *klass)
GObjectClass *gobject_class;
GstElementClass *gstelement_class;
parent_class = g_type_class_ref(GST_TYPE_ELEMENT);
gobject_class = (GObjectClass*)klass;
gstelement_class = (GstElementClass*)klass;
}
@ -146,8 +148,6 @@ plugin_init (GModule *module, GstPlugin *plugin)
{
GstElementFactory *gstarts;
parent_class = g_type_class_ref(GST_TYPE_ELEMENT);
gstarts = gst_element_factory_new("gstarts",GST_TYPE_ARTS,&gst_arts_details);
g_return_val_if_fail(gstarts != NULL, FALSE);