mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
updarte for bufferpool changes
This commit is contained in:
parent
ced47580b7
commit
1398305390
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ gst_monoscope_src_negotiate (GstMonoscope * monoscope)
|
|||
}
|
||||
|
||||
config = gst_buffer_pool_get_config (pool);
|
||||
gst_buffer_pool_config_set (config, target, size, min, max, 0, 0, 0);
|
||||
gst_buffer_pool_config_set_params (config, target, size, min, max);
|
||||
gst_buffer_pool_set_config (pool, config);
|
||||
|
||||
if (monoscope->pool) {
|
||||
|
|
Loading…
Reference in a new issue