Skip to content

adaptivedemux2: Stop losing necessary request headers

Rafał Dzięgiel requested to merge Rafostar/gstreamer:ad2-headers into main

When we get headers from upstream element, do not limit ourselves to "User-Agent" and "Referer". Use all necessary request headers.

To simplify stuff, have a single GstStructure holding "User-Agent", "Referer" and any other HTTP request headers that we received from upstream element.

Merge request reports

Loading