renderer-gst: Remove invalid DLNA profile
authorJens Georg <jensg@openismus.com>
Tue, 1 Oct 2013 14:29:42 +0000 (16:29 +0200)
committerJens Georg <jensg@openismus.com>
Tue, 1 Oct 2013 14:29:42 +0000 (16:29 +0200)
MPEG_TS_HD_EU_ISO does not exist

src/librygel-renderer-gst/rygel-playbin-player.vala

index f7673f6..cd35041 100644 (file)
@@ -392,9 +392,6 @@ public class Rygel.Playbin.Player : GLib.Object, Rygel.MediaPlayer {
                                         ("MPEG_TS_SD_EU_ISO",
                                          "video/mpeg"));
                 _supported_profiles.prepend (new DLNAProfile
-                                        ("MPEG_TS_HD_EU_ISO",
-                                         "video/mpeg"));
-                _supported_profiles.prepend (new DLNAProfile
                                         ("MPEG_TS_SD_NA_ISO",
                                          "video/mpeg"));
                 _supported_profiles.prepend (new DLNAProfile