mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
add a debug line
Original commit message from CVS: add a debug line
This commit is contained in:
parent
1ffd2bc0ce
commit
41a8de905b
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ gst_element_factory_create (GstElementFactory * factory, const gchar * name)
|
|||
if (name)
|
||||
gst_object_set_name (GST_OBJECT (element), name);
|
||||
|
||||
GST_DEBUG ("created \"%s\" at", GST_PLUGIN_FEATURE_NAME (factory));
|
||||
return element;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue