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:
95897bf
)
Removed code for which we don't have a shim yet.
author
Wim Taymans
<wim.taymans@gmail.com>
Fri, 14 Dec 2001 11:56:48 +0000
(11:56 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Fri, 14 Dec 2001 11:56:48 +0000
(11:56 +0000)
Original commit message from CVS:
Removed code for which we don't have a shim yet.
gst/gstelement.c
patch
|
blob
|
history
diff --git
a/gst/gstelement.c
b/gst/gstelement.c
index
3fd2bd4
..
a660c3a
100644
(file)
--- a/
gst/gstelement.c
+++ b/
gst/gstelement.c
@@
-1382,9
+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 on class %s",
- prop_name, arg_id,
- g_type_name_from_class ((GTypeClass *) klass));
+ g_warning ("Unknown - 'standard' property '%s' id %d",
+ prop_name, arg_id);
pspec = NULL;
}