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:
7fc83d1
)
revert this comment
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 12 Sep 2002 20:13:21 +0000
(20:13 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 12 Sep 2002 20:13:21 +0000
(20:13 +0000)
Original commit message from CVS:
revert this comment
gst/gstthread.c
patch
|
blob
|
history
diff --git
a/gst/gstthread.c
b/gst/gstthread.c
index
5a315be
..
e21e185
100644
(file)
--- a/
gst/gstthread.c
+++ b/
gst/gstthread.c
@@
-591,7
+591,7
@@
gst_thread_main_loop (void *arg)
thread = GST_THREAD (arg);
g_mutex_lock (thread->lock);
- /* handle scheduler policy */
+ /* handle scheduler policy
; do stuff if not the normal scheduler
*/
if (thread->sched_policy != SCHED_OTHER) {
struct sched_param sched_param;
@@
-605,8
+605,6
@@
gst_thread_main_loop (void *arg)
GST_DEBUG (GST_CAT_THREAD, "not running with real-time priority");
}
}
- else
- g_warning ("thread has SCHED_OTHER policy, unhandled !");
/* set up the element's scheduler */
gst_scheduler_setup (GST_ELEMENT_SCHED (thread));