[MOVED FROM GST-P-FARSIGHT] Don't return EOS if there is no sink pad

20080331184404-3e2dc-482a134b47eadcd9f1f9d144c02ab1145028fa07.gz
This commit is contained in:
Olivier Crete 2008-03-31 18:44:04 +00:00 committed by Edward Hervey
parent 6458bc43a4
commit ffa0065ab3

View file

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