video-converter: Use correct enum, GstVideoFormat instead of GstFormat
authorSebastian Dröge <sebastian@centricular.com>
Wed, 19 Nov 2014 13:38:03 +0000 (14:38 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 19 Nov 2014 13:38:03 +0000 (14:38 +0100)
gst-libs/gst/video/video-converter.c

index ae90771..8a3eaf4 100644 (file)
@@ -170,7 +170,7 @@ struct _GstVideoConverter
 
   /* data for unpack */
   GstLineCache *unpack_lines;
-  GstFormat unpack_format;
+  GstVideoFormat unpack_format;
   guint unpack_bits;
   gboolean unpack_rgb;
   gboolean identity_unpack;
@@ -218,7 +218,7 @@ struct _GstVideoConverter
   /* pack */
   GstLineCache *pack_lines;
   guint pack_nlines;
-  GstFormat pack_format;
+  GstVideoFormat pack_format;
   guint pack_bits;
   gboolean pack_rgb;
   gboolean identity_pack;