Hi,
iam working with gstreamer. my pipeline consists of a uridecodebin element. when i run my program htop shows me that a multiqueue thread is on 100% usage after 30 seconds and blocking all other threads. the log shows me that the queue is modifing itself:
0:00:00.147079765 Requested buffers size: 0, current: 5, current max 5 0:00:00.147091662 visible 5/5, bytes 38037/2097152, time 200000000/5000000000 0:00:00.147153484 visible 5/0, bytes 38037/2097152, time 200000000/5000000000
how can i set constant settings for the multiqueue ?
i already tried a lot of approaches with chatgpt, via element-added or pad-added callback but nothing worked