videotestsrc: fix for alignment value change
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 10 Jun 2011 15:58:26 +0000 (17:58 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 10 Jun 2011 15:58:26 +0000 (17:58 +0200)
gst/videotestsrc/gstvideotestsrc.c

index 102f98e..c518213 100644 (file)
@@ -694,7 +694,7 @@ gst_video_test_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps)
     size = gst_video_test_src_get_size (videotestsrc, width, height);
     min = max = 0;
     prefix = 0;
-    alignment = 1;
+    alignment = 0;
     pool = NULL;
   }