mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
update for alignment change
This commit is contained in:
parent
40e3dda187
commit
9778d5dac7
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue