mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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,
|
||||
GstPadDirection direction, GstCaps * caps, GstCaps * filter)
|
||||
{
|
||||
GstCaps *template;
|
||||
GstCaps *tmp, *tmp2;
|
||||
GstCaps *result;
|
||||
|
||||
template = gst_static_pad_template_get_caps (&gst_video_convert_src_template);
|
||||
result = gst_caps_copy (caps);
|
||||
|
||||
/* Get all possible caps that we can transform to */
|
||||
|
|
Loading…
Reference in a new issue