From 31a7c3c0d24a3e45f419183862ad1899bb487313 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 22 Feb 2009 17:15:23 +0000 Subject: [PATCH] Do not spam the user if no length available Do not spam the user if no length available from gstreamer. This is the case for webcams, streaming audio and video etc. By: Lars Munch SVN revision: 39146 --- legacy/emotion/src/modules/gstreamer/emotion_gstreamer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.c b/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.c index d528deaf92..b76eb25bab 100644 --- a/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.c +++ b/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.c @@ -605,8 +605,6 @@ em_len_get(void *video) return val / 1000000000.0; fallback: - fputs("Gstreamer reported no length, try existing sinks...\n", stderr); - ecore_list_first_goto(ev->audio_sinks); while ((asink = ecore_list_next(ev->audio_sinks)) != NULL) if (asink->length_time >= 0)