mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
videoconvert: fix unused-but-set-variable compiler warning
This commit is contained in:
parent
8cede4ae6a
commit
92a85024de
1 changed files with 0 additions and 2 deletions
|
@ -137,11 +137,9 @@ static GstCaps *
|
||||||
gst_video_convert_transform_caps (GstBaseTransform * btrans,
|
gst_video_convert_transform_caps (GstBaseTransform * btrans,
|
||||||
GstPadDirection direction, GstCaps * caps, GstCaps * filter)
|
GstPadDirection direction, GstCaps * caps, GstCaps * filter)
|
||||||
{
|
{
|
||||||
GstCaps *template;
|
|
||||||
GstCaps *tmp, *tmp2;
|
GstCaps *tmp, *tmp2;
|
||||||
GstCaps *result;
|
GstCaps *result;
|
||||||
|
|
||||||
template = gst_static_pad_template_get_caps (&gst_video_convert_src_template);
|
|
||||||
result = gst_caps_copy (caps);
|
result = gst_caps_copy (caps);
|
||||||
|
|
||||||
/* Get all possible caps that we can transform to */
|
/* Get all possible caps that we can transform to */
|
||||||
|
|
Loading…
Reference in a new issue