Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4a5f7d96
Commit
4a5f7d96
authored
Mar 04, 2005
by
Yoann Peronneau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update VLM help about inputdel
parent
0fee5c0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
doc/vlm.txt
doc/vlm.txt
+4
-0
src/misc/vlm.c
src/misc/vlm.c
+1
-0
No files found.
doc/vlm.txt
View file @
4a5f7d96
...
...
@@ -83,6 +83,10 @@ Note: an element is a media or a schedule.
Media Properties Syntax:
input (input_name)
Adds (input_name) at the end of the media input list.
inputdel (input_name)|all
Deletes (input_name) or all items from the media input list.
inputdeln (input_number)
Deletes the item #(input_number) from the media input list.
output (output_name)
Defines the output of the media.
The syntax is equivalent to the ":sout=..." option , but you
...
...
src/misc/vlm.c
View file @
4a5f7d96
...
...
@@ -1883,6 +1883,7 @@ static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter )
message_child
=
MessageAdd
(
"Media Proprieties Syntax:"
);
MessageAddChild
(
"input (input_name)"
);
MessageAddChild
(
"inputdel (input_name)|all"
);
MessageAddChild
(
"inputdeln input_number"
);
MessageAddChild
(
"output (output_name)"
);
MessageAddChild
(
"enabled|disabled"
);
MessageAddChild
(
"loop|unloop (broadcast only)"
);
...
...
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