[vlc-devel] commit: Capture devices -> Video capture, for consistency ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Feb 13 20:54:55 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 13 21:54:17 2010 +0200| [98dc7bdf66ea22c44f4dde47a3bb394113724b25] | committer: Rémi Denis-Courmont
Capture devices -> Video capture, for consistency
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=98dc7bdf66ea22c44f4dde47a3bb394113724b25
---
modules/services_discovery/udev.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/services_discovery/udev.c b/modules/services_discovery/udev.c
index 1e4901b..ebcaf5a 100644
--- a/modules/services_discovery/udev.c
+++ b/modules/services_discovery/udev.c
@@ -41,8 +41,8 @@ static int vlc_sd_probe_Open (vlc_object_t *);
* Module descriptor
*/
vlc_module_begin ()
- set_shortname (N_("Devices"))
- set_description (N_("Capture devices"))
+ set_shortname (N_("Video capture"))
+ set_description (N_("Video capture (Video4Linux)"))
set_category (CAT_PLAYLIST)
set_subcategory (SUBCAT_PLAYLIST_SD)
set_capability ("services_discovery", 0)
@@ -377,6 +377,7 @@ static char *decode_property (struct udev_device *dev, const char *name)
return decode (udev_device_get_property_value (dev, name));
}
+
/*** Video4Linux support ***/
static bool is_v4l_legacy (struct udev_device *dev)
{
More information about the vlc-devel
mailing list