mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fix header inclusion
Original commit message from CVS: fix header inclusion
This commit is contained in:
parent
8b45c129e9
commit
d50e521601
3 changed files with 5 additions and 7 deletions
|
@ -112,6 +112,7 @@ The gstcaps structure
|
|||
@type:
|
||||
@flags:
|
||||
@structs:
|
||||
@_gst_reserved:
|
||||
|
||||
<!-- ##### FUNCTION gst_caps_copy ##### -->
|
||||
<para>
|
||||
|
|
|
@ -109,10 +109,6 @@ GstXML
|
|||
|
||||
</para>
|
||||
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
@gstxml: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
@ -122,7 +118,7 @@ GstXML
|
|||
|
||||
</para>
|
||||
|
||||
@gstxml: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define __GST_STRUCTURE_H__
|
||||
|
||||
#include <gst/gstconfig.h>
|
||||
#include <gst/gsttypes.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue