From 7eca73709992ee650d156437e98e001fb181bdac Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 11 Nov 2003 00:31:09 +0000 Subject: [PATCH] change navigation from caps to structure Original commit message from CVS: change navigation from caps to structure --- gst/gstevent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstevent.h b/gst/gstevent.h index 5ed32ee..ab8ace7 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include G_BEGIN_DECLS @@ -181,8 +181,8 @@ struct _GstEvent { gdouble value; } rate; struct { - GstCaps *caps; - } caps; + GstStructure *structure; + } structure; } event_data; GST_STRUCT_PADDING -- 2.7.4