mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..
20080428155927-4f0f6-1a93e295d3df68a96367b75060a89a947efa8944.gz
This commit is contained in:
parent
2f17739998
commit
5cc67e45c5
1 changed files with 1 additions and 4 deletions
|
@ -991,10 +991,7 @@ check_eos_locked (GstLiveAdder *adder)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
if (item)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue