Skip to content

adaptivedemux2 : Avoid double usage of parsebin

Edward Hervey requested to merge bilboed/gstreamer:adaptivedemux-parsebin into main

These commits avoid decodebin3 inserting yet-another parsebin

This is done by:

  • Allowing adaptivedemux2 to answer GST_QUERY_CAPS (if possible)
  • Allowing adaptivedemux2 to answer event/queries properly as early as possible
  • Making urisourcebin add the "magic" field in GST_EVENT_STREAM_START so that decodebin3 checks if it can skip using parsebin

Merge request reports