Flatpak: autodetect subtitle text encoding

Manually specifying text encoding is just wrong.
Especially for people who have no idea what text encoding they use (or what it is).
Lets try to be a little more user friendly and autodetect the encoding of each file.

The detection will be done inside GStreamer when first text buffer is received,
so another (but this time optional) patch is added, but who cares :-)
This commit is contained in:
Rafostar
2020-11-25 16:20:51 +01:00
parent 6a34fc51bc
commit d630717b24
4 changed files with 161 additions and 0 deletions

View File

@@ -21,6 +21,10 @@
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git",
"tag": "1.18.1",
"commit": "4013b8003e78971dd01b055066c12f8aaadb8897"
},
{
"type": "patch",
"path": "gst-plugins-base-autodetect-subtitle-text-encoding.patch"
}
]
}