Skip to content

subparse: Fix non-closed tag handling.

Edward Hervey requested to merge bilboed/gstreamer:subparse-read into main

Unclear what the goal was, but we could end up reading way past the next_tag.

Instead just move everything from after the end tag ('>') to the next_tag.

Merge request reports