v4l2sink: fix accidental breakage of navigation interface support

This commit is contained in:
Tim-Philipp Müller 2011-01-20 00:07:33 +00:00
parent 84311e58d3
commit 9acda034f8

View 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