Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
257e154e
Commit
257e154e
authored
Aug 02, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #14217: gnome: clean up video handle if we could not run the renderer
This avoids dead windows hanging around.
parent
678e3bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gnome/src/video/video_callbacks.c
gnome/src/video/video_callbacks.c
+1
-0
No files found.
gnome/src/video/video_callbacks.c
View file @
257e154e
...
...
@@ -185,6 +185,7 @@ void started_decoding_video_cb(DBusGProxy *proxy UNUSED,
if
(
!
video_renderer_run
(
renderer
))
{
g_object_unref
(
renderer
);
ERROR
(
"Could not run video renderer"
);
g_hash_table_remove
(
video_handles
,
id
);
return
;
}
}
...
...
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