mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
v4l2transform: Fix NULL check copy paste error
CID 1212129
This commit is contained in:
parent
bf1918481d
commit
a270dc79d9
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ gst_v4l2_transform_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||
} else {
|
||||
pad = GST_BASE_TRANSFORM_SINK_PAD (trans);
|
||||
otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans);
|
||||
if (self->probed_srccaps)
|
||||
if (self->probed_sinkcaps)
|
||||
caps = gst_caps_ref (self->probed_sinkcaps);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue