[vlc-commits] udev: use proper scheme for bluray

Rafaël Carré git at videolan.org
Tue Dec 27 20:37:47 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Dec 27 14:37:01 2011 -0500| [a213f7f9c6e0d82dc6397c27baf838e18f712632] | committer: Rafaël Carré

udev: use proper scheme for bluray

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a213f7f9c6e0d82dc6397c27baf838e18f712632
---

 modules/services_discovery/udev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/services_discovery/udev.c b/modules/services_discovery/udev.c
index 385a52b..56b42e2 100644
--- a/modules/services_discovery/udev.c
+++ b/modules/services_discovery/udev.c
@@ -563,7 +563,7 @@ static char *disc_get_mrl (struct udev_device *dev)
 
     val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_BD");
     if (val && atoi (val))
-        scheme = "bd";
+        scheme = "bluray";
 #ifdef LOL
     val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_HDDVD");
     if (val && atoi (val))



More information about the vlc-commits mailing list