mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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:
|
@type:
|
||||||
@flags:
|
@flags:
|
||||||
@structs:
|
@structs:
|
||||||
|
@_gst_reserved:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_caps_copy ##### -->
|
<!-- ##### FUNCTION gst_caps_copy ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -109,10 +109,6 @@ GstXML
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@gstxml: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
@ -122,7 +118,7 @@ GstXML
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@:
|
||||||
@arg1:
|
@:
|
||||||
@arg2:
|
@:
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#define __GST_STRUCTURE_H__
|
#define __GST_STRUCTURE_H__
|
||||||
|
|
||||||
#include <gst/gstconfig.h>
|
#include <gst/gstconfig.h>
|
||||||
|
#include <gst/gsttypes.h>
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
Loading…
Reference in a new issue