summaryrefslogtreecommitdiff
path: root/gst/gstcaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstcaps.h')
-rw-r--r--gst/gstcaps.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gst/gstcaps.h b/gst/gstcaps.h
index 78aa277d6..bd8f8f88c 100644
--- a/gst/gstcaps.h
+++ b/gst/gstcaps.h
@@ -128,7 +128,7 @@ typedef enum {
#define GST_STATIC_CAPS(string) \
{ \
/* miniobject */ { { 0, 0, 0, 0, NULL, NULL, NULL }, \
- /* caps */ NULL, GST_PADDING_INIT }, \
+ /* caps */ NULL }, \
/* string */ string, \
GST_PADDING_INIT \
}
@@ -315,10 +315,7 @@ struct _GstCaps {
GstMiniObject mini_object;
/*< private >*/
- GPtrArray *structs;
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
+ gpointer priv;
};
/**
@@ -350,6 +347,7 @@ GstCaps * gst_caps_new_full_valist (GstStructure *structure,
GType gst_static_caps_get_type (void);
GstCaps * gst_static_caps_get (GstStaticCaps *static_caps);
+void gst_static_caps_cleanup (GstStaticCaps *static_caps);
/* manipulation */
void gst_caps_append (GstCaps *caps1,