v4l2transform: Fixup caps query
This commit is contained in:
parent
d4c24cc52f
commit
f810196b3e
@ -258,7 +258,7 @@ gst_v4l2_transform_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||||||
pad = GST_BASE_TRANSFORM_SINK_PAD (trans);
|
pad = GST_BASE_TRANSFORM_SINK_PAD (trans);
|
||||||
otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans);
|
otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans);
|
||||||
if (self->probed_srccaps)
|
if (self->probed_srccaps)
|
||||||
caps = gst_caps_ref (self->probed_srccaps);
|
caps = gst_caps_ref (self->probed_sinkcaps);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!caps)
|
if (!caps)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user