effectv: repair color modes in radioactv by taking rgb,bgr into account
[platform/upstream/gstreamer.git] / gst / effectv / gstradioac.h
index 34ad8ed..64a425d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <gst/gst.h>
 
+#include <gst/video/video.h>
 #include <gst/video/gstvideofilter.h>
 
 G_BEGIN_DECLS
@@ -53,6 +54,7 @@ struct _GstRadioacTV
 
   /* < private > */
   gint width, height;
+  GstVideoFormat format;
 
   gint mode;
   gint color;