From: David Schleef Date: Tue, 11 Nov 2003 00:31:09 +0000 (+0000) Subject: change navigation from caps to structure X-Git-Tag: BRANCH-RELEASE-0_7_2-ROOT~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eca73709992ee650d156437e98e001fb181bdac;p=platform%2Fupstream%2Fgstreamer.git change navigation from caps to structure Original commit message from CVS: change navigation from caps to structure --- 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