mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tracer: remove commented code
This commit is contained in:
parent
77fd813760
commit
2ef32c8840
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue