mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
extractable: Typedef only in its own .h
This commit is contained in:
parent
220618ecc7
commit
107ad1d3e1
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#define _GES_ASSET_
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <ges/ges-extractable.h>
|
||||
#include <ges/ges-types.h>
|
||||
#include <ges/ges-enums.h>
|
||||
#include <gio/gio.h>
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef _GES_EXTRACTABLE_
|
||||
#define _GES_EXTRACTABLE_
|
||||
|
||||
typedef struct _GESExtractable GESExtractable;
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gio/gio.h>
|
||||
#include <ges/ges-types.h>
|
||||
|
|
Loading…
Reference in a new issue