mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
mi-info: comment updates
This commit is contained in:
parent
82c85d76e9
commit
ed9565622c
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ public class MediaInfo.Info : Box
|
|||
tag_black_list.add ("nominal-bitrate");
|
||||
tag_black_list.add ("maximum-bitrate");
|
||||
|
||||
// map from media-type to wikipedia-articles, prefix with http://en.wikipedia.org/wiki/
|
||||
// map from media-type/codec-desc to wikipedia-articles, see set_wikilink()
|
||||
// where they are prefixed with 'http://en.wikipedia.org/wiki/'
|
||||
// alternative source could be http://codecdictionary.com/
|
||||
// TODO: add more
|
||||
wikilinks = new HashMap<string, string> ();
|
||||
// container/tag formats
|
||||
wikilinks["application/mxf"] = "Material_Exchange_Format";
|
||||
|
|
Loading…
Reference in a new issue