v4l2sink: fix accidental breakage of navigation interface support
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 20 Jan 2011 00:07:33 +0000 (00:07 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 20 Jan 2011 00:08:18 +0000 (00:08 +0000)
sys/v4l2/gstv4l2sink.c

index f3eba3b..aa6785c 100644 (file)
@@ -103,6 +103,7 @@ gst_v4l2sink_iface_supported (GstImplementsInterface * iface, GType iface_type)
 
 #ifdef HAVE_XVIDEO
   g_assert (iface_type == GST_TYPE_X_OVERLAY ||
+      iface_type == GST_TYPE_NAVIGATION ||
       iface_type == GST_TYPE_COLOR_BALANCE ||
       iface_type == GST_TYPE_VIDEO_ORIENTATION);
 #else