[vlc-commits] commit: udev: move Discs SD under Devices category (Jakob Leben )

git at videolan.org git at videolan.org
Wed Apr 14 23:42:52 CEST 2010


vlc | branch: master | Jakob Leben <jleben at videolan.org> | Wed Apr 14 23:40:04 2010 +0200| [269e239ff6d1d7bee52462ec819a69b692957901] | committer: Jakob Leben 

udev: move Discs SD under Devices category

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

 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 0c64b5f..ea677d6 100644
--- a/modules/services_discovery/udev.c
+++ b/modules/services_discovery/udev.c
@@ -88,7 +88,7 @@ static int vlc_sd_probe_Open (vlc_object_t *obj)
         vlc_sd_probe_Add (probe, "alsa{longname=\"Audio capture\"}",
                           N_("Audio capture"), SD_CAT_DEVICES);
         vlc_sd_probe_Add (probe, "disc{longname=\"Discs\"}", N_("Discs"),
-                          SD_CAT_MYCOMPUTER);
+                          SD_CAT_DEVICES);
         udev_monitor_unref (mon);
     }
     udev_unref (udev);



More information about the vlc-commits mailing list