mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Added debugging info again.
Original commit message from CVS: Added debugging info again.
This commit is contained in:
parent
04b1c69ce1
commit
aad4038b10
1 changed files with 2 additions and 2 deletions
|
@ -1382,8 +1382,8 @@ gst_element_populate_std_props (GObjectClass * klass,
|
||||||
"Touch data to force disk read before push ()", TRUE, flags);
|
"Touch data to force disk read before push ()", TRUE, flags);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
g_warning ("Unknown - 'standard' property '%s' id %d",
|
g_warning ("Unknown - 'standard' property '%s' id %d from klass %s",
|
||||||
prop_name, arg_id);
|
prop_name, arg_id, g_type_name (G_OBJECT_CLASS_TYPE (klass)));
|
||||||
pspec = NULL;
|
pspec = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue