mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
v4l2transform: Fixup caps query
This commit is contained in:
parent
d4c24cc52f
commit
f810196b3e
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ gst_v4l2_transform_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||
pad = GST_BASE_TRANSFORM_SINK_PAD (trans);
|
||||
otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans);
|
||||
if (self->probed_srccaps)
|
||||
caps = gst_caps_ref (self->probed_srccaps);
|
||||
caps = gst_caps_ref (self->probed_sinkcaps);
|
||||
}
|
||||
|
||||
if (!caps)
|
||||
|
|
Loading…
Reference in a new issue