[MOVED FROM GST-P-FARSIGHT] Don't return EOS if there is no sink pad
20080331184404-3e2dc-482a134b47eadcd9f1f9d144c02ab1145028fa07.gz
This commit is contained in:
parent
6458bc43a4
commit
ffa0065ab3
@ -910,7 +910,10 @@ check_eos_locked (GstLiveAdder *adder)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
if (item)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user