mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
info: add wikilinks for two more codecs
This commit is contained in:
parent
9cdf06e282
commit
3a6e0484ee
1 changed files with 2 additions and 0 deletions
|
@ -142,7 +142,9 @@ public class MediaInfo.Info : VPaned
|
|||
wikilinks["video/x-divx"] = "MPEG-4_Part_2";
|
||||
wikilinks["video/x-h264"] = "H.264/MPEG-4_AVC";
|
||||
wikilinks["video/x-msmpeg"] = "MPEG-4_Part_2";
|
||||
wikilinks["video/x-svq"] = "Sorenson_codec";
|
||||
wikilinks["video/x-theora"] = "Theora";
|
||||
wikilinks["video/x-xvid"] = "Xvid";
|
||||
|
||||
int screen_height = Gdk.Screen.get_default().get_height();
|
||||
if (screen_height <= 600) {
|
||||
|
|
Loading…
Reference in a new issue