GNOME Bugzilla – Bug 737395
decodebin ignores custom multiqueue limits
Last modified: 2018-05-05 15:05:09 UTC
I set max_size_bytes on decodebin, however when decodebin_set_queue_size is called with preroll = TRUE, decodebin sets the limit to AUTO_PREROLL_SIZE_BYTES regardless of specified size; decodebin_set_queue_size is only called once and the size remains AUTO_PREROLL_SIZE_BYTES. Is this expected behavior? Shouldn't decodebin honor the setting?
Closing since in decodebin3 those limits shouldn't be modified by any external users.