projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7216b36
)
gl: consecutive return, break statement
author
Anuj Jaiswal
<anuj.jaiswal@samsung.com>
Mon, 22 Sep 2014 05:40:42 +0000
(11:10 +0530)
committer
Matthew Waters
<ystreet00@gmail.com>
Mon, 22 Sep 2014 06:17:15 +0000
(16:17 +1000)
Signed-off-by: Anuj Jaiswal <anuj.jaiswal@samsung.com>
https://bugzilla.gnome.org/show_bug.cgi?id=736939
gst-libs/gst/gl/gstglfilter.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglfilter.c
b/gst-libs/gst/gl/gstglfilter.c
index c29a08f6f75123731c14857a0b883953c21dbd49..1b68e91e0066f29206b00bc17b9623be2b71533b 100644
(file)
--- a/
gst-libs/gst/gl/gstglfilter.c
+++ b/
gst-libs/gst/gl/gstglfilter.c
@@
-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;