mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +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;
|
size = visual->outsize;
|
||||||
min = max = 0;
|
min = max = 0;
|
||||||
prefix = 0;
|
prefix = 0;
|
||||||
alignment = 1;
|
alignment = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pool == NULL) {
|
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);
|
size = gst_video_format_get_size (dec->format, dec->width, dec->height);
|
||||||
min = max = 0;
|
min = max = 0;
|
||||||
prefix = 0;
|
prefix = 0;
|
||||||
alignment = 1;
|
alignment = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pool == NULL) {
|
if (pool == NULL) {
|
||||||
|
|
Loading…
Reference in a new issue