Commit 92c0a8f5 authored by Antoine Cellerier's avatar Antoine Cellerier

Input based input slaves sound better.

parent 34ca61b6
......@@ -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 };
......
......@@ -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,
......
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