projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3772c8e
)
glwindow: Fix g_return_val_if_fail in a void function
author
Jan Schmidt
<jan@centricular.com>
Thu, 17 Sep 2015 11:31:39 +0000
(21:31 +1000)
committer
Jan Schmidt
<jan@centricular.com>
Thu, 17 Sep 2015 11:52:38 +0000
(21:52 +1000)
gst-libs/gst/gl/gstglwindow.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglwindow.c
b/gst-libs/gst/gl/gstglwindow.c
index 05d06977532f8b6f5cc8e60428b450ddd7d095f6..4f27cd000a3b63f794594239b8f3ba9be4df8ad0 100644
(file)
--- a/
gst-libs/gst/gl/gstglwindow.c
+++ b/
gst-libs/gst/gl/gstglwindow.c
@@
-1149,7
+1149,7
@@
gst_gl_window_queue_resize (GstGLWindow * window)
{
GstGLWindowClass *window_class;
- g_return_
val_if_fail (GST_GL_IS_WINDOW (window), FALSE
);
+ g_return_
if_fail (GST_GL_IS_WINDOW (window)
);
window_class = GST_GL_WINDOW_GET_CLASS (window);
window->queue_resize = TRUE;