mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
Make different names for the different cothreads implementations
Original commit message from CVS: Make different names for the different cothreads implementations
This commit is contained in:
parent
cd1c3736d4
commit
86376a2402
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ gst_opt_scheduler_get_type (void)
|
|||
NULL
|
||||
};
|
||||
|
||||
_gst_opt_scheduler_type = g_type_register_static (GST_TYPE_SCHEDULER, "GstOptScheduler", &scheduler_info, 0);
|
||||
_gst_opt_scheduler_type = g_type_register_static (GST_TYPE_SCHEDULER,
|
||||
"GstOpt"COTHREADS_NAME_CAPITAL"Scheduler", &scheduler_info, 0);
|
||||
}
|
||||
return _gst_opt_scheduler_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue