tracer: remove commented code

This commit is contained in:
Stefan Sauer 2014-09-11 13:00:59 +02:00
parent 77fd813760
commit 2ef32c8840

View file

@ -165,7 +165,6 @@ gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type)
factory = GST_TRACER_FACTORY_CAST (existing_feature);
factory->type = type;
existing_feature->loaded = TRUE;
//g_type_set_qdata (type, __gst_elementclass_factory, factory);
gst_object_unref (existing_feature);
return TRUE;
}