diff -r 567bb019e3e3 -r 7e817e7e631c gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h --- a/gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h Wed Sep 01 12:16:41 2010 +0100 @@ -42,7 +42,6 @@ * Opaque #GstVideoOrientation data structure. */ typedef struct _GstVideoOrientation GstVideoOrientation; -typedef struct _GstVideoOrientationInterface GstVideoOrientationInterface; /** * GstVideoOrientationInterface: @@ -58,7 +57,7 @@ * * #GstVideoOrientationInterface interface. */ -struct _GstVideoOrientationInterface { +typedef struct _GstVideoOrientationInterface { GTypeInterface parent; /* virtual functions */ @@ -74,7 +73,7 @@ /*< private > */ gpointer _gst_reserved[GST_PADDING]; -}; +} GstVideoOrientationInterface; #ifdef __SYMBIAN32__ IMPORT_C #endif