summaryrefslogtreecommitdiff
path: root/gst/videoparsers
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-06-24 09:39:00 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-06-24 09:39:00 +0100
commitcb7b6e7a90c785f86f67e7cf503f025257dc80c2 (patch)
tree49361ea598df673ad51dcf673a0e257217268050 /gst/videoparsers
parente7e6a3579d7ec3b61c80040c679c48c216fb7065 (diff)
videoparsers: fix broken include
Diffstat (limited to 'gst/videoparsers')
-rw-r--r--gst/videoparsers/gstjpeg2000parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gstjpeg2000parse.h b/gst/videoparsers/gstjpeg2000parse.h
index e1230668e..93236dbaa 100644
--- a/gst/videoparsers/gstjpeg2000parse.h
+++ b/gst/videoparsers/gstjpeg2000parse.h
@@ -24,7 +24,7 @@
#include <gst/gst.h>
#include <gst/base/gstadapter.h>
#include <gst/base/gstbaseparse.h>
-#include <gst-libs/gst/codecparsers/gstjpeg2000sampling.h>
+#include <gst/codecparsers/gstjpeg2000sampling.h>
G_BEGIN_DECLS
#define GST_TYPE_JPEG2000_PARSE \