Commit 98dc7bdf authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Capture devices -> Video capture, for consistency

parent e082d19b
...@@ -41,8 +41,8 @@ static int vlc_sd_probe_Open (vlc_object_t *); ...@@ -41,8 +41,8 @@ static int vlc_sd_probe_Open (vlc_object_t *);
* Module descriptor * Module descriptor
*/ */
vlc_module_begin () vlc_module_begin ()
set_shortname (N_("Devices")) set_shortname (N_("Video capture"))
set_description (N_("Capture devices")) set_description (N_("Video capture (Video4Linux)"))
set_category (CAT_PLAYLIST) set_category (CAT_PLAYLIST)
set_subcategory (SUBCAT_PLAYLIST_SD) set_subcategory (SUBCAT_PLAYLIST_SD)
set_capability ("services_discovery", 0) set_capability ("services_discovery", 0)
...@@ -377,6 +377,7 @@ static char *decode_property (struct udev_device *dev, const char *name) ...@@ -377,6 +377,7 @@ static char *decode_property (struct udev_device *dev, const char *name)
return decode (udev_device_get_property_value (dev, name)); return decode (udev_device_get_property_value (dev, name));
} }
/*** Video4Linux support ***/ /*** Video4Linux support ***/
static bool is_v4l_legacy (struct udev_device *dev) static bool is_v4l_legacy (struct udev_device *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment