mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
info: blacklist "norminal-bitrate" too
We show that above already.
This commit is contained in:
parent
ff0b99ecbf
commit
e7144d27b5
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ public class MediaInfo.Info : VPaned
|
|||
tag_black_list.add ("bitrate");
|
||||
tag_black_list.add ("container-format");
|
||||
tag_black_list.add ("duration");
|
||||
tag_black_list.add ("nominal-bitrate");
|
||||
tag_black_list.add ("maximum-bitrate");
|
||||
|
||||
// add widgets
|
||||
|
|
Loading…
Reference in a new issue