gl: remove reference to non-existant header

../../../../gst-libs/gst/gl/gl.h:57:45: fatal error: gst/gl/gstglcontrolbindingproxy.h: No such file or directory
 #include <gst/gl/gstglcontrolbindingproxy.h>
                                             ^
This commit is contained in:
Matthew Waters 2017-01-10 14:29:46 +11:00 committed by Tim-Philipp Müller
parent cfc16f6dae
commit 2fa355c761

View file

@ -54,6 +54,5 @@
#include <gst/gl/gstglsyncmeta.h>
#include <gst/gl/gstgloverlaycompositor.h>
#include <gst/gl/gstglquery.h>
#include <gst/gl/gstglcontrolbindingproxy.h>
#endif /* __GST_GL_H__ */