change navigation from caps to structure
authorDavid Schleef <ds@schleef.org>
Tue, 11 Nov 2003 00:31:09 +0000 (00:31 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 11 Nov 2003 00:31:09 +0000 (00:31 +0000)
Original commit message from CVS:
change navigation from caps to structure

gst/gstevent.h

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