Skip to content

decodebin3: Avoid usage of parsebin even more

Edward Hervey requested to merge bilboed/gstreamer:decodebin3-doubleparse into main

When dealing with push-based inputs, we are now delaying the creation of parsebin/identity until we get all pre-buffer events.

We therefore can simplify the handling of new pads being linked and only have to check if upstream can handle pull-based or not.

Avoids creating parsebin for parsed upstream data altogether

Follow up to !6774 (merged)

Merge request reports