projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b1c69
)
Added debugging info again.
author
Wim Taymans
<wim.taymans@gmail.com>
Fri, 14 Dec 2001 12:25:12 +0000
(12:25 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Fri, 14 Dec 2001 12:25:12 +0000
(12:25 +0000)
Original commit message from CVS:
Added debugging info again.
gst/gstelement.c
patch
|
blob
|
history
diff --git
a/gst/gstelement.c
b/gst/gstelement.c
index a660c3a97396ec925e0fcb082ef17565321b46cf..0915058330feed298aa0cda725042faa12c32cb3 100644
(file)
--- a/
gst/gstelement.c
+++ b/
gst/gstelement.c
@@
-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;
}