mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[MOVED FROM GST-P-FARSIGHT] added comment on the no clock error
20080428154956-4f0f6-7e24ed31f9c822e4323b681a54bc23f03c1a325e.gz
This commit is contained in:
parent
2a2d21a1f2
commit
2f17739998
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue