[Xfce4-commits] [apps/parole] 02/02: Change unused goto to a return FALSE

noreply at xfce.org noreply at xfce.org
Mon Aug 11 12:17:28 CEST 2014


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.koegel at 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.seandavis at 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.


More information about the Xfce4-commits mailing list