change navigation from caps to structure

Original commit message from CVS:
change navigation from caps to structure
This commit is contained in:
David Schleef 2003-11-11 00:31:09 +00:00
parent b96f885fa1
commit 7eca737099

View file

@ -28,7 +28,7 @@
#include <gst/gstdata.h> #include <gst/gstdata.h>
#include <gst/gstformat.h> #include <gst/gstformat.h>
#include <gst/gstobject.h> #include <gst/gstobject.h>
#include <gst/gstcaps.h> #include <gst/gststructure.h>
G_BEGIN_DECLS G_BEGIN_DECLS
@ -181,8 +181,8 @@ struct _GstEvent {
gdouble value; gdouble value;
} rate; } rate;
struct { struct {
GstCaps *caps; GstStructure *structure;
} caps; } structure;
} event_data; } event_data;
GST_STRUCT_PADDING GST_STRUCT_PADDING