mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
fixed d'oh error
Original commit message from CVS: fixed d'oh error
This commit is contained in:
parent
2d5f9bf48f
commit
1da7fc3498
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ gst_autoplugcache_get_property (GObject *object, guint prop_id, GValue *value, G
|
|||
break;
|
||||
case ARG_CAPS_PROXY:
|
||||
g_value_set_boolean (value, cache->caps_proxy);
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue