Skip to content

typefind: Skip parsing of data URIs

Philippe Normand requested to merge philn/gstreamer:data-uri-typefind into main

Commit a46ab2ce introduced a regression, breaking typefinding for media content muxed in mp4 container and serialized to data URIs. For this case it doesn't make sense to look for a file extension, so skip URI parsing for this case. Data URIs can potentialy be huge strings and parsing those can have a performance impact.

Merge request reports