gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h
changeset 8 4a7fac7dd34a
parent 2 5505e8908944
child 30 7e817e7e631c
--- a/gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h	Fri Mar 19 09:35:09 2010 +0200
+++ b/gst_plugins_base/gst-libs/gst/interfaces/videoorientation.h	Fri Apr 16 15:15:52 2010 +0300
@@ -42,6 +42,7 @@
  * Opaque #GstVideoOrientation data structure.
  */
 typedef struct _GstVideoOrientation GstVideoOrientation;
+typedef struct _GstVideoOrientationInterface GstVideoOrientationInterface;
 
 /**
  * GstVideoOrientationInterface:
@@ -57,7 +58,7 @@
  *
  * #GstVideoOrientationInterface interface.
  */
-typedef struct _GstVideoOrientationInterface {
+struct _GstVideoOrientationInterface {
   GTypeInterface parent;
 
   /* virtual functions */
@@ -73,7 +74,7 @@
 
   /*< private > */
   gpointer _gst_reserved[GST_PADDING];
-} GstVideoOrientationInterface;
+};
 #ifdef __SYMBIAN32__
 IMPORT_C
 #endif