videotestsrc: fix for alignment value change

This commit is contained in:
Wim Taymans 2011-06-10 17:58:26 +02:00
parent 0ac9bb7d99
commit 408221119c

View 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;
}