update for alignment change

This commit is contained in:
Wim Taymans 2011-06-10 18:04:29 +02:00
parent 40e3dda187
commit 9778d5dac7
2 changed files with 2 additions and 2 deletions

View file

@ -446,7 +446,7 @@ gst_vis_src_negotiate (GstVisual * visual)
size = visual->outsize;
min = max = 0;
prefix = 0;
alignment = 1;
alignment = 0;
}
if (pool == NULL) {

View file

@ -809,7 +809,7 @@ theora_negotiate_pool (GstTheoraDec * dec, GstCaps * caps)
size = gst_video_format_get_size (dec->format, dec->width, dec->height);
min = max = 0;
prefix = 0;
alignment = 1;
alignment = 0;
}
if (pool == NULL) {