Skip to content

mpegts: Handle when iconv doesn't support ISO 6937

A. Wilcox requested to merge awilfox/gstreamer:awilfox/fix/issue1314 into main

Systems like musl libc don't support ISO 6937 in iconv. This ensures that the MPEG-TS plugin can cope with that. There is existing support in the plugin for other methods, so it seems to have been the original intent anyway.

Fixes: #1314 (closed)

Merge request reports