Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
438
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
e2614dd4
Commit
e2614dd4
authored
2 years ago
by
Pierre Lamot
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vgl: fix swap callback called without current context
fix regression from
9b7514f9
parent
e08c1dfb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1973
vgl: fix swap callback called without current context
Pipeline
#224546
passed with stage
in 20 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/video_output/vgl.c
+2
-0
2 additions, 0 deletions
modules/video_output/vgl.c
with
2 additions
and
0 deletions
modules/video_output/vgl.c
+
2
−
0
View file @
e2614dd4
...
...
@@ -75,7 +75,9 @@ static void ReleaseCurrent(vlc_gl_t *gl)
static
void
VglSwapBuffers
(
vlc_gl_t
*
gl
)
{
vout_display_sys_t
*
sys
=
gl
->
sys
;
MakeCurrent
(
gl
);
sys
->
swapCb
(
sys
->
opaque
);
ReleaseCurrent
(
gl
);
}
static
void
Resize
(
vlc_gl_t
*
gl
,
unsigned
w
,
unsigned
h
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment