Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
000076e7
Commit
000076e7
authored
Jan 21, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And the final shortnames needed to look correctly in the preferences.
parent
0119302c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
modules/packetizer/mpegvideo.c
modules/packetizer/mpegvideo.c
+1
-0
modules/stream_out/record.c
modules/stream_out/record.c
+1
-0
modules/stream_out/transrate/transrate.c
modules/stream_out/transrate/transrate.c
+1
-0
No files found.
modules/packetizer/mpegvideo.c
View file @
000076e7
...
...
@@ -68,6 +68,7 @@ vlc_module_begin ()
set_category
(
CAT_SOUT
)
set_subcategory
(
SUBCAT_SOUT_PACKETIZER
)
set_description
(
N_
(
"MPEG-I/II video packetizer"
)
)
set_shortname
(
N_
(
"MPEG Video"
)
)
set_capability
(
"packetizer"
,
50
)
set_callbacks
(
Open
,
Close
)
...
...
modules/stream_out/record.c
View file @
000076e7
...
...
@@ -57,6 +57,7 @@ vlc_module_begin ()
set_description
(
N_
(
"Record stream output"
)
)
set_capability
(
"sout stream"
,
0
)
add_shortcut
(
"record"
)
set_shortname
(
N_
(
"Record"
)
)
set_category
(
CAT_SOUT
)
set_subcategory
(
SUBCAT_SOUT_STREAM
)
...
...
modules/stream_out/transrate/transrate.c
View file @
000076e7
...
...
@@ -79,6 +79,7 @@ vlc_module_begin ()
set_description
(
N_
(
"MPEG2 video transrating stream output"
)
)
set_capability
(
"sout stream"
,
50
)
add_shortcut
(
"transrate"
)
set_shortname
(
N_
(
"Transrate"
)
)
set_callbacks
(
Open
,
Close
)
add_integer
(
SOUT_CFG_PREFIX
"vb"
,
3
*
100
*
1000
,
NULL
,
...
...
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