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
2887c4ad
Commit
2887c4ad
authored
Nov 09, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed some strings
parent
305a8ad6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
modules/access_output/shout.c
modules/access_output/shout.c
+1
-1
modules/demux/livedotcom.cpp
modules/demux/livedotcom.cpp
+1
-1
modules/misc/rtsp.c
modules/misc/rtsp.c
+1
-1
modules/video_filter/osdmenu.c
modules/video_filter/osdmenu.c
+5
-4
modules/visualization/visual/visual.c
modules/visualization/visual/visual.c
+1
-1
No files found.
modules/access_output/shout.c
View file @
2887c4ad
...
...
@@ -69,7 +69,7 @@ static void Close( vlc_object_t * );
vlc_module_begin
();
set_description
(
_
(
"libshout (icecast) output"
)
);
set_shortname
(
N_
(
"Shout"
)
);
set_shortname
(
"Shout"
);
set_capability
(
"sout access"
,
50
);
set_category
(
CAT_SOUT
);
set_subcategory
(
SUBCAT_SOUT_ACO
);
...
...
modules/demux/livedotcom.cpp
View file @
2887c4ad
...
...
@@ -69,7 +69,7 @@ static void Close( vlc_object_t * );
"for communication. In this mode you cannot talk to normal RTSP servers." )
vlc_module_begin
();
set_description
(
_
(
"RTP/RTSP/SDP demuxer (using Live.com)"
)
);
set_description
(
_
(
"RTP/RTSP/SDP demuxer (using Live
555
.com)"
)
);
set_capability
(
"demux2"
,
50
);
set_shortname
(
"RTP/RTSP"
);
set_callbacks
(
Open
,
Close
);
...
...
modules/misc/rtsp.c
View file @
2887c4ad
...
...
@@ -46,7 +46,7 @@ static void Close( vlc_object_t * );
#define HOST_TEXT N_( "Host address" )
#define HOST_LONGTEXT N_( \
"You can set the address, port and path the rtsp interface will bind to." \
"\n
Syntax is address:port/path. Default is to bind to any address "\
"\nSyntax is address:port/path. Default is to bind to any address "\
"on port 554, with no path." )
vlc_module_begin
();
set_shortname
(
_
(
"RTSP VoD"
)
);
...
...
modules/video_filter/osdmenu.c
View file @
2887c4ad
...
...
@@ -62,13 +62,14 @@
#define TIMEOUT_TEXT N_("Timeout of OSD menu")
#define TIMEOUT_LONGTEXT N_( \
"OSD menu pictures get a default timeout of 15 seconds added to their remaining time." \
"This will ensure that they are at least the specified time visible.")
"OSD menu pictures get a default timeout of 15 seconds added to their " \
"remaining time. This will ensure that they are at least the specified " \
"time visible.")
#define OSD_UPDATE_TEXT N_("Update speed of OSD menu")
#define OSD_UPDATE_LONGTEXT N_( \
"Update the OSD menu picture every 200ms (default). Shorten the update time for " \
"environments that experience transmissions errors. Be careful
l
with this option " \
"Update the OSD menu picture every 200
ms (default). Shorten the update time for " \
"environments that experience transmissions errors. Be careful with this option " \
"because encoding OSD menu pictures is very computing intensive. The range is 0 - 1000 ms." )
static
int
pi_pos_values
[]
=
{
0
,
1
,
2
,
4
,
8
,
5
,
6
,
9
,
10
};
...
...
modules/visualization/visual/visual.c
View file @
2887c4ad
...
...
@@ -52,7 +52,7 @@
#define NBBANDS_LONGTEXT N_( \
"Number of bands used by spectrum analyzer, should be 20 or 80." )
#define SPNBBANDS_LONGTEXT N_( \
"Number of bands used by the spectr
O
meter, from 20 to 80." )
"Number of bands used by the spectr
o
meter, from 20 to 80." )
#define SEPAR_TEXT N_( "Band separator" )
#define SEPAR_LONGTEXT N_( \
...
...
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