Hello everybody, when I use a playbin in python I can switch the input uri with:
I saw that uridecodebin3 have also an "about-to-finish" signal... But when I try with that to switch the input I get only errors and nothing is happen. 0:00:18.828253162 12679 0x7fc7f004f320
WARN decodebin3
gstdecodebin3.c:756:parsebin_drained_cb:<decodebin3-0>
input 0x55dc7e7e7b30 drained Is it not possible to switch the uri in uridecodebin3?
Regards Jonathan _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Am 30.12.18 um 21:35 schrieb Jonathan
Baecker:
I can answer my self now: first I have to change the state from
uridecodebin3 to READY, and then I can change the uri. For me this feels strange that I have to set the state from the whole bin to READY, that means for a moment the element stops playing?! Does this not end up in very little breaks, every time my script change the uri?
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |