[MOVED FROM GST-P-FARSIGHT] added comment on the no clock error
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 28 Apr 2008 15:49:56 +0000 (15:49 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:04 +0000 (19:29 +0100)
20080428154956-4f0f6-7e24ed31f9c822e4323b681a54bc23f03c1a325e.gz

gst/liveadder/liveadder.c

index 6879604..5cc07ae 100644 (file)
@@ -1029,6 +1029,7 @@ gst_live_adder_loop (gpointer data)
 
   clock = GST_ELEMENT_CLOCK (adder);
 
+  /* If we have no clock, then we can't do anything.. error */
   if (!clock) {
     goto no_clock;
   }