[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..

20080428155927-4f0f6-1a93e295d3df68a96367b75060a89a947efa8944.gz
This commit is contained in:
Youness Alaoui 2008-04-28 15:59:27 +00:00 committed by Edward Hervey
parent 2f17739998
commit 5cc67e45c5

View file

@ -991,10 +991,7 @@ check_eos_locked (GstLiveAdder *adder)
return FALSE;
}
if (item)
return TRUE;
else
return FALSE;
return TRUE;
}
static void