diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-06-24 09:39:00 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-06-24 09:39:00 +0100 |
commit | cb7b6e7a90c785f86f67e7cf503f025257dc80c2 (patch) | |
tree | 49361ea598df673ad51dcf673a0e257217268050 /gst/videoparsers | |
parent | e7e6a3579d7ec3b61c80040c679c48c216fb7065 (diff) |
videoparsers: fix broken include
Diffstat (limited to 'gst/videoparsers')
-rw-r--r-- | gst/videoparsers/gstjpeg2000parse.h | 2 |
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 \ |