mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ges: Fix debugging symbol to avoid segfaults
This commit is contained in:
parent
8addbcddd0
commit
6ed88075d9
1 changed files with 1 additions and 2 deletions
|
@ -1051,8 +1051,7 @@ ges_track_object_lookup_child (GESTrackObject * object, const gchar * prop_name,
|
|||
if (g_strcmp0 (G_PARAM_SPEC (key)->name, name) == 0) {
|
||||
if (classename == NULL ||
|
||||
g_strcmp0 (G_OBJECT_TYPE_NAME (G_OBJECT (value)), classename) == 0) {
|
||||
GST_DEBUG ("The %s property from %s has been found in %s", name,
|
||||
classename, GST_OBJECT_NAME (GST_OBJECT (element)));
|
||||
GST_DEBUG ("The %s property from %s has been found", name, classename);
|
||||
if (element)
|
||||
*element = g_object_ref (value);
|
||||
|
||||
|
|
Loading…
Reference in a new issue