mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mi-info: filter language-code from tags
We already show the language code as a separate field.
This commit is contained in:
parent
2b58bff057
commit
3866dfbc65
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ public class MediaInfo.Info : Box
|
|||
tag_black_list.add ("bitrate");
|
||||
tag_black_list.add ("container-format");
|
||||
tag_black_list.add ("duration");
|
||||
tag_black_list.add ("language-code");
|
||||
tag_black_list.add ("nominal-bitrate");
|
||||
tag_black_list.add ("maximum-bitrate");
|
||||
|
||||
|
|
Loading…
Reference in a new issue