projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f17739
)
[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..
author
Youness Alaoui
<youness.alaoui@collabora.co.uk>
Mon, 28 Apr 2008 15:59:27 +0000
(15:59 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:04 +0000
(19:29 +0100)
20080428155927
-4f0f6-
1a93e295d3df68a96367b75060a89a947efa8944
.gz
gst/liveadder/liveadder.c
patch
|
blob
|
history
diff --git
a/gst/liveadder/liveadder.c
b/gst/liveadder/liveadder.c
index
5cc07ae
..
6fce81d
100644
(file)
--- a/
gst/liveadder/liveadder.c
+++ b/
gst/liveadder/liveadder.c
@@
-991,10
+991,7
@@
check_eos_locked (GstLiveAdder *adder)
return FALSE;
}
- if (item)
- return TRUE;
- else
- return FALSE;
+ return TRUE;
}
static void