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
e7d25830
Commit
e7d25830
authored
Nov 13, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed opengl provider vout window selection.
parent
83306b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/video_output/display.c
src/video_output/display.c
+1
-1
No files found.
src/video_output/display.c
View file @
e7d25830
...
@@ -687,7 +687,7 @@ static vout_window_t *VoutDisplayNewWindow(vout_display_t *vd, const vout_window
...
@@ -687,7 +687,7 @@ static vout_window_t *VoutDisplayNewWindow(vout_display_t *vd, const vout_window
if
(
!
var_InheritBool
(
osys
->
vout
,
"embedded-video"
))
if
(
!
var_InheritBool
(
osys
->
vout
,
"embedded-video"
))
cfg_override
.
is_standalone
=
true
;
cfg_override
.
is_standalone
=
true
;
return
vout_window_New
(
VLC_OBJECT
(
osys
->
vout
),
NULL
,
&
cfg_override
);
return
vout_window_New
(
VLC_OBJECT
(
osys
->
vout
),
"$window"
,
&
cfg_override
);
}
}
#endif
#endif
return
vout_NewDisplayWindow
(
osys
->
vout
,
vd
,
cfg
);
return
vout_NewDisplayWindow
(
osys
->
vout
,
vd
,
cfg
);
...
...
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