[MOVED FROM GST-P-FARSIGHT] added comment on the no clock error

20080428154956-4f0f6-7e24ed31f9c822e4323b681a54bc23f03c1a325e.gz
This commit is contained in:
Youness Alaoui 2008-04-28 15:49:56 +00:00 committed by Edward Hervey
parent 2a2d21a1f2
commit 2f17739998

View 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;
}