[vlc-commits] udev: use proper scheme for bluray
Rafaël Carré
git at videolan.org
Wed Dec 28 01:39:51 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Tue Dec 27 14:37:01 2011 -0500| [256e625aa48a689c7a48b3fb3728e0fa43b25518] | committer: Jean-Baptiste Kempf
udev: use proper scheme for bluray
(cherry picked from commit a213f7f9c6e0d82dc6397c27baf838e18f712632)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=256e625aa48a689c7a48b3fb3728e0fa43b25518
---
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