Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
c71731d4
Commit
c71731d4
authored
Oct 11, 2016
by
Jean-Baptiste Mardelle
Browse files
attempt to fix QOffscreenSurface thread crash
CCBUG: 357674
parent
69e1dd90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
c71731d4
...
...
@@ -109,7 +109,7 @@ GLWidget::GLWidget(int id, QObject *parent)
mlt_properties_set_data
(
mlt_global_properties
(),
"glslManager"
,
NULL
,
0
,
NULL
,
NULL
);
emit
gpuNotSupported
();
}
connect
(
this
,
SIGNAL
(
sceneGraphInitialized
()),
SLOT
(
initializeGL
())
,
Qt
::
DirectConnection
);
connect
(
this
,
SIGNAL
(
sceneGraphInitialized
()),
SLOT
(
initializeGL
()));
connect
(
this
,
SIGNAL
(
beforeRendering
()),
SLOT
(
paintGL
()),
Qt
::
DirectConnection
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment