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 <lars@segv.dk>


SVN revision: 39146
This commit is contained in:
Gustavo Sverzut Barbieri 2009-02-22 17:15:23 +00:00
parent 1fbacf6f28
commit 31a7c3c0d2
1 changed files with 0 additions and 2 deletions

View File

@ -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)