summaryrefslogtreecommitdiff
path: root/gtk/gtkvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkvideo.c')
-rw-r--r--gtk/gtkvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkvideo.c b/gtk/gtkvideo.c
index 22c232b53e..d32d54f2ee 100644
--- a/gtk/gtkvideo.c
+++ b/gtk/gtkvideo.c
@@ -615,8 +615,7 @@ gtk_video_set_media_stream (GtkVideo *self,
if (self->media_stream)
{
- if (self->autoplay)
- gtk_media_stream_pause (self->media_stream);
+ gtk_media_stream_pause (self->media_stream);
g_signal_handlers_disconnect_by_func (self->media_stream,
gtk_video_notify_cb,
self);