mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gl: consecutive return, break statement
Signed-off-by: Anuj Jaiswal <anuj.jaiswal@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=736939
This commit is contained in:
parent
7216b360b7
commit
d153b01280
1 changed files with 0 additions and 1 deletions
|
@ -230,7 +230,6 @@ gst_gl_filter_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||
{
|
||||
return gst_gl_handle_context_query ((GstElement *) filter, query,
|
||||
&filter->display);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue