mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
glcolorconvert: remove unused ret variable
This commit is contained in:
parent
d07c59170a
commit
1c05479715
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ gst_gl_color_convert_element_fixate_caps (GstBaseTransform *
|
||||||
bt, GstPadDirection direction, GstCaps * caps, GstCaps * othercaps)
|
bt, GstPadDirection direction, GstCaps * caps, GstCaps * othercaps)
|
||||||
{
|
{
|
||||||
GstGLContext *context = GST_GL_BASE_FILTER (bt)->context;
|
GstGLContext *context = GST_GL_BASE_FILTER (bt)->context;
|
||||||
GstCaps *ret;
|
|
||||||
|
|
||||||
return gst_gl_color_convert_fixate_caps (context, direction, caps, othercaps);
|
return gst_gl_color_convert_fixate_caps (context, direction, caps, othercaps);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue