summaryrefslogtreecommitdiff
path: root/ext/gl/gstglvideomixer.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-11 09:41:05 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-11 09:41:05 +0200
commit92d00d0233109fb701af180a8dcc7e61ab460516 (patch)
tree63c3003057a75f84dd337e327d87e55358ddee47 /ext/gl/gstglvideomixer.h
parentf701aa29b9831310b9a7da2d0de1ec37d0cce2fa (diff)
downloadgstreamer-plugins-bad-92d00d0233109fb701af180a8dcc7e61ab460516.tar.gz
gl: Move GstGLMixer to the plugin for now
It depends on GstAggregator and we don't want to install headers for that yet. https://bugzilla.gnome.org/show_bug.cgi?id=732207
Diffstat (limited to 'ext/gl/gstglvideomixer.h')
-rw-r--r--ext/gl/gstglvideomixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gl/gstglvideomixer.h b/ext/gl/gstglvideomixer.h
index 69a077100..ae2f367a8 100644
--- a/ext/gl/gstglvideomixer.h
+++ b/ext/gl/gstglvideomixer.h
@@ -21,8 +21,8 @@
#ifndef _GST_GL_VIDEO_MIXER_H_
#define _GST_GL_VIDEO_MIXER_H_
-#include <gst/gl/gstglmixer.h>
-#include <gst/gl/gstglmixerpad.h>
+#include "gstglmixer.h"
+#include "gstglmixerpad.h"
G_BEGIN_DECLS