Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
92c0a8f5
Commit
92c0a8f5
authored
Jan 04, 2009
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input based input slaves sound better.
parent
34ca61b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/v4l.c
modules/access/v4l.c
+2
-2
modules/access/v4l2.c
modules/access/v4l2.c
+2
-2
No files found.
modules/access/v4l.c
View file @
92c0a8f5
...
...
@@ -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
};
...
...
modules/access/v4l2.c
View file @
92c0a8f5
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment