v4l2sink: fix accidental breakage of navigation interface support
This commit is contained in:
parent
84311e58d3
commit
9acda034f8
@ -103,6 +103,7 @@ gst_v4l2sink_iface_supported (GstImplementsInterface * iface, GType iface_type)
|
|||||||
|
|
||||||
#ifdef HAVE_XVIDEO
|
#ifdef HAVE_XVIDEO
|
||||||
g_assert (iface_type == GST_TYPE_X_OVERLAY ||
|
g_assert (iface_type == GST_TYPE_X_OVERLAY ||
|
||||||
|
iface_type == GST_TYPE_NAVIGATION ||
|
||||||
iface_type == GST_TYPE_COLOR_BALANCE ||
|
iface_type == GST_TYPE_COLOR_BALANCE ||
|
||||||
iface_type == GST_TYPE_VIDEO_ORIENTATION);
|
iface_type == GST_TYPE_VIDEO_ORIENTATION);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user