This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit 690101355e399dca1dc1e449d09bee29b40d35ef
Author: Eric Koegel <eric.koe...@gmail.com>
Date:   Mon Jul 28 16:39:54 2014 +0300

    Change unused goto to a return FALSE
    
    Build fails due to the label 'out' being used but not defined in
    the GStreamer 0.10 code path.
    
    Signed-off-by: Sean Davis <smd.seanda...@gmail.com>
---
 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 22e64b8..a0f31af 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -541,7 +541,7 @@ parole_gst_tick_timeout (gpointer data)
     gst_element_query_position (gst->priv->playbin, &format, &pos);
 
     if ( G_UNLIKELY (format != GST_FORMAT_TIME ) )
-        goto out;
+        return FALSE;
 #endif
 
     if ( gst->priv->state == GST_STATE_PLAYING )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to