mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
goom: update for alignment change
This commit is contained in:
parent
c2358404c1
commit
42f39385d6
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ gst_goom_src_negotiate (GstGoom * goom)
|
||||||
size = goom->outsize;
|
size = goom->outsize;
|
||||||
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