mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
revert this comment
Original commit message from CVS: revert this comment
This commit is contained in:
parent
7fc83d1433
commit
a0537fd60f
1 changed files with 1 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue