mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-06 03:57:46 +00:00
Removed code for which we don't have a shim yet.
Original commit message from CVS: Removed code for which we don't have a shim yet.
This commit is contained in:
parent
95897bf9dd
commit
3fbb463174
1 changed files with 2 additions and 3 deletions
|
@ -1382,9 +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 on class %s",
|
g_warning ("Unknown - 'standard' property '%s' id %d",
|
||||||
prop_name, arg_id,
|
prop_name, arg_id);
|
||||||
g_type_name_from_class ((GTypeClass *) klass));
|
|
||||||
pspec = NULL;
|
pspec = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue