Skip to content

core: pipeline: add gst_pipeline_is_live()

Guillaume Desmottes requested to merge gdesmott/gstreamer:live-pipeline into main

Convenient API for applications wanting to check if a pipeline is live or not. Save them from checking the change_state return value or sending latency queries.

Merge request reports