Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
8f0a9bad
Commit
8f0a9bad
authored
Feb 02, 2016
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix videowidget not being repaint on call end/hold
Change-Id: I15c8fe14b5ea0d56a288becc25965d0219d1aa9f Tuleap: #281
parent
96826053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
videowidget.cpp
videowidget.cpp
+2
-0
No files found.
videowidget.cpp
View file @
8f0a9bad
...
...
@@ -59,6 +59,7 @@ VideoWidget::previewStopped() {
disconnect
(
previewRenderer_
,
SIGNAL
(
stopped
()),
this
,
SLOT
(
previewStopped
()));
previewRenderer_
=
nullptr
;
repaint
();
}
void
...
...
@@ -160,6 +161,7 @@ VideoWidget::renderingStopped() {
disconnect
(
renderer_
,
SIGNAL
(
frameUpdated
()),
this
,
SLOT
(
frameFromDistant
()));
disconnect
(
renderer_
,
SIGNAL
(
stopped
()),
this
,
SLOT
(
renderingStopped
()));
renderer_
=
nullptr
;
repaint
();
}
void
...
...
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