[Xfce4-commits] [apps/parole] 01/01: Fix closing of Parole process with Ctrl-Q (bug #15698)
noreply at xfce.org
noreply at xfce.org
Mon Jul 22 02:56:01 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/parole.
commit dd98777b771ad5308d6aef6ee22e09f105176455
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jul 21 20:55:56 2019 -0400
Fix closing of Parole process with Ctrl-Q (bug #15698)
---
src/gst/parole-gst.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 4a13599..fe008d0 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -2347,7 +2347,7 @@ void parole_gst_shutdown(ParoleGst *gst) {
if ( gst->priv->bus )
g_object_unref(gst->priv->bus);
- gst_element_set_state(gst->priv->playbin, GST_STATE_VOID_PENDING);
+ gst_element_set_state(gst->priv->playbin, GST_STATE_NULL);
if ( gst->priv->playbin )
g_object_unref(gst->priv->playbin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list