mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[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
1 changed files with 4 additions and 1 deletions
|
@ -910,7 +910,10 @@ check_eos_locked (GstLiveAdder *adder)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
if (item)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue