Skip to content

playbin2: fix base_time selection when flush seeking live (such as with RTSP)

This is a direct translation of gstreamer!429 (merged), as playbin2 insulates its sub groups state changes from the pipeline base class, it needs to track whether the subgroup is live itself, and handle RESET_TIME the same way GstPipeline does.

Edited by Tim-Philipp Müller

Merge request reports