mpegtsmux: Correctly set ISO-639 language descriptor
authorAndreas Frisch <afrisch@make.tv>
Thu, 25 Jun 2020 14:38:30 +0000 (16:38 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 30 Jun 2020 11:41:27 +0000 (11:41 +0000)
commit297e5022ca8aa9f766a97431a58e93887b22ff44
tree7698ef8f7237953e92a7561c4381dc9034542021
parentcceca1ffe8b22f299f157c983a9d0f9ddd56a4dc
mpegtsmux: Correctly set ISO-639 language descriptor

fixes #1340
Only 2 of the necessary 3 letters were copied because the teminating '\0'
needs to be counted, too - cf.
https://developer.gnome.org/glib/stable/glib-String-Utility-Functions.html#g-strlcat

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1375>
gst/mpegtsmux/tsmux/tsmux.c