mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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);
|
||||
}
|
||||
else {
|
||||
g_warning ("Unknown - 'standard' property '%s' id %d",
|
||||
prop_name, arg_id);
|
||||
g_warning ("Unknown - 'standard' property '%s' id %d from klass %s",
|
||||
prop_name, arg_id, g_type_name (G_OBJECT_CLASS_TYPE (klass)));
|
||||
pspec = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue