summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-08-28 16:42:30 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-08-28 16:42:30 +0300
commite4b084acd9b94e2bdf539bb7d0c5ffd23fceae8c (patch)
treef64370a640e711be18e9ba2752e83061d4394834
parent25b5da587d5a562a7480030dc2bb62c9c112c1f2 (diff)
glimagesink: Add missing break to switch
CID 1232801
-rw-r--r--ext/gl/gstglimagesink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c
index a8c7ceee1..197966a7e 100644
--- a/ext/gl/gstglimagesink.c
+++ b/ext/gl/gstglimagesink.c
@@ -445,6 +445,7 @@ gst_glimage_sink_get_property (GObject * object, guint prop_id,
break;
case PROP_CONTEXT:
g_value_set_object (value, glimage_sink->context);
+ break;
case PROP_OTHER_CONTEXT:
g_value_set_object (value, glimage_sink->other_context);
break;