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:
ca0fb4b
)
unreachable code
author
Benjamin Otte
<otte@gnome.org>
Thu, 1 May 2003 20:16:14 +0000
(20:16 +0000)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 1 May 2003 20:16:14 +0000
(20:16 +0000)
Original commit message from CVS:
unreachable code
gst/gstscheduler.c
patch
|
blob
|
history
diff --git
a/gst/gstscheduler.c
b/gst/gstscheduler.c
index fe473b5596593acefe25f644b521e0973cce7ebe..77590c8d3b1953ea97157d2fb1a01c85d1a5765b 100644
(file)
--- a/
gst/gstscheduler.c
+++ b/
gst/gstscheduler.c
@@
-705,8
+705,6
@@
gst_scheduler_clock_wait (GstScheduler *sched, GstElement *element,
return sclass->clock_wait (sched, element, id, jitter);
else
return gst_clock_id_wait (id, jitter);
-
- return GST_CLOCK_TIMEOUT;
}
/**