ffdec: update for bufferpool API change

This commit is contained in:
Wim Taymans 2011-06-11 18:55:05 +02:00
parent fcf5e53055
commit 7f4df8f536

View file

@ -1194,7 +1194,7 @@ gst_ffmpegdec_bufferpool (GstFFMpegDec * ffmpegdec, GstCaps * caps)
}
config = gst_buffer_pool_get_config (pool);
gst_buffer_pool_config_set (config, caps, size, min, max, prefix, 0,
gst_buffer_pool_config_set (config, caps, size, min, max, prefix,
alignment | 15);
gst_buffer_pool_set_config (pool, config);