mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
videoparsers: fix broken include
This commit is contained in:
parent
e7e6a3579d
commit
cb7b6e7a90
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue