[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 28 Apr 2008 15:59:27 +0000 (15:59 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:04 +0000 (19:29 +0100)
20080428155927-4f0f6-1a93e295d3df68a96367b75060a89a947efa8944.gz

gst/liveadder/liveadder.c

index 5cc07ae..6fce81d 100644 (file)
@@ -991,10 +991,7 @@ check_eos_locked (GstLiveAdder *adder)
       return FALSE;
   }
 
-  if (item)
-    return TRUE;
-  else
-    return FALSE;
+  return TRUE;
 }
 
 static void