diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 7c7e7a4615..8b202318ac 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -295,7 +295,7 @@ gst_goom_src_negotiate (GstGoom * goom) pool = gst_buffer_pool_new (); config = gst_buffer_pool_get_config (pool); - gst_buffer_pool_config_set (config, target, size, min, max, prefix, 0, + gst_buffer_pool_config_set (config, target, size, min, max, prefix, alignment); gst_buffer_pool_set_config (pool, config); }