Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
f810196b
Commit
f810196b
authored
Mar 20, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2transform: Fixup caps query
parent
d4c24cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2transform.c
+1
-1
No files found.
sys/v4l2/gstv4l2transform.c
View file @
f810196b
...
...
@@ -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_s
rc
caps
);
caps
=
gst_caps_ref
(
self
->
probed_s
ink
caps
);
}
if
(
!
caps
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment