Skip to content

uridecodebin3, decodebin3, urisourcebin: Event handling fixes

commit a2afb94a Author: Jan Schmidt jan@centricular.com Date: Sat Oct 1 04:41:06 2022 +1000

decodebin3: Make sure event is writable before modifying

Make sure we're operating on a private copy of an event when
modifying it.

commit 770043c4 Author: Jan Schmidt jan@centricular.com Date: Sat Oct 1 04:40:09 2022 +1000

urisourcebin: Make sure event is writable before modifying.

Make sure we're operating on a private copy of an event before
modifying it.

commit c32b4033 Author: Jan Schmidt jan@centricular.com Date: Sat Oct 1 04:37:05 2022 +1000

decodebin3: Don't lose a ref on EOS event

Make sure not to give away the ref on the final EOS
event for which the probe handler is returning GST_PAD_PROBE_REMOVE
when pushing the event manually.

Merge request reports