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:
2a2d21a
)
[MOVED FROM GST-P-FARSIGHT] added comment on the no clock error
author
Youness Alaoui
<youness.alaoui@collabora.co.uk>
Mon, 28 Apr 2008 15:49:56 +0000
(15:49 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:04 +0000
(19:29 +0100)
20080428154956
-4f0f6-
7e24ed31f9c822e4323b681a54bc23f03c1a325e
.gz
gst/liveadder/liveadder.c
patch
|
blob
|
history
diff --git
a/gst/liveadder/liveadder.c
b/gst/liveadder/liveadder.c
index 68796047858a3d9b763bb129ebfa6879cf7badc9..5cc07aeb5faa981dfde9278336067f6f12a170b9 100644
(file)
--- a/
gst/liveadder/liveadder.c
+++ b/
gst/liveadder/liveadder.c
@@
-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;
}