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
1898f375
Commit
1898f375
authored
Mar 01, 2010
by
Erwan Tulou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core: two typos
parent
e86c4fef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/video_output/drawable.c
modules/video_output/drawable.c
+1
-1
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
modules/video_output/drawable.c
View file @
1898f375
...
@@ -64,7 +64,7 @@ static int Open (vlc_object_t *obj)
...
@@ -64,7 +64,7 @@ static int Open (vlc_object_t *obj)
return
VLC_ENOMEM
;
return
VLC_ENOMEM
;
val
=
var_GetAddress
(
obj
,
"drawable-hwnd"
);
val
=
var_GetAddress
(
obj
,
"drawable-hwnd"
);
var_Destroy
(
obj
,
"drawable-hwn"
);
var_Destroy
(
obj
,
"drawable-hwn
d
"
);
/* Keep a list of busy drawables, so we don't overlap videos if there are
/* Keep a list of busy drawables, so we don't overlap videos if there are
* more than one video track in the stream. */
* more than one video track in the stream. */
...
...
src/libvlc-module.c
View file @
1898f375
...
@@ -609,7 +609,7 @@ static const char *const ppsz_pos_descriptions[] =
...
@@ -609,7 +609,7 @@ static const char *const ppsz_pos_descriptions[] =
#define KEYBOARD_EVENTS_LONGTEXT N_( \
#define KEYBOARD_EVENTS_LONGTEXT N_( \
"This enables VLC hotkeys from the (non-embedded) video window." )
"This enables VLC hotkeys from the (non-embedded) video window." )
#define MOUSE_EVENTS_TEXT N_("
Key press
events")
#define MOUSE_EVENTS_TEXT N_("
Mouse
events")
#define MOUSE_EVENTS_LONGTEXT N_( \
#define MOUSE_EVENTS_LONGTEXT N_( \
"This enables handling of mouse clicks on the video." )
"This enables handling of mouse clicks on the video." )
...
...
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