mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
meta: Add missing include of gststructure.h
This avoids the following error when only including gstmeta.h: /usr/include/gstreamer-1.0/gst/gstmeta.h:146:3: error: unknown type name 'GstStructure' 146 | GstStructure *structure; | ^~~~~~~~~~~~ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7520>
This commit is contained in:
parent
7135dd19fd
commit
0db32b3b3a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <gst/gstbytearrayinterface.h>
|
#include <gst/gstbytearrayinterface.h>
|
||||||
|
#include <gst/gststructure.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue