[vlc-devel] commit: Input based input slaves sound better. (Antoine Cellerier )
git version control
git at videolan.org
Sun Jan 4 19:18:02 CET 2009
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jan 4 17:53:37 2009 +0100| [92c0a8f51cb1de4e581cd6f89137850338d003f9] | committer: Antoine Cellerier
Input based input slaves sound better.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92c0a8f51cb1de4e581cd6f89137850338d003f9
---
modules/access/v4l.c | 4 ++--
modules/access/v4l2.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/access/v4l.c b/modules/access/v4l.c
index c61a82f..69eb305 100644
--- a/modules/access/v4l.c
+++ b/modules/access/v4l.c
@@ -134,8 +134,8 @@ static void Close( vlc_object_t * );
#define AUDIO_DEPRECATED_ERROR N_( \
"Alsa or OSS audio capture in the v4l access is deprecated. " \
- "please use 'v4l:/""/ --input-slave alsa:/""/' or " \
- "'v4l:/""/ --input-slave oss:/""/' instead." )
+ "please use 'v4l:/""/ :input-slave=alsa:/""/' or " \
+ "'v4l:/""/ :input-slave=oss:/""/' instead." )
static const int i_norm_list[] =
{ VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };
diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c
index be2690f..7649fb8 100644
--- a/modules/access/v4l2.c
+++ b/modules/access/v4l2.c
@@ -211,8 +211,8 @@ static void AccessClose( vlc_object_t * );
#define AUDIO_DEPRECATED_ERROR N_( \
"Alsa or OSS audio capture in the v4l2 access is deprecated. " \
- "please use 'v4l2:/""/ --input-slave alsa:/""/' or " \
- "'v4l2:/""/ --input-slave oss:/""/' instead." )
+ "please use 'v4l2:/""/ :input-slave=alsa:/""/' or " \
+ "'v4l2:/""/ :input-slave=oss:/""/' instead." )
typedef enum {
IO_METHOD_READ,
More information about the vlc-devel
mailing list