mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffdec: update for bufferpool API change
This commit is contained in:
parent
fcf5e53055
commit
7f4df8f536
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ gst_ffmpegdec_bufferpool (GstFFMpegDec * ffmpegdec, GstCaps * caps)
|
||||||
}
|
}
|
||||||
|
|
||||||
config = gst_buffer_pool_get_config (pool);
|
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);
|
alignment | 15);
|
||||||
gst_buffer_pool_set_config (pool, config);
|
gst_buffer_pool_set_config (pool, config);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue