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:
Wim Taymans 2002-11-25 00:20:52 +00:00
parent cd1c3736d4
commit 86376a2402

View file

@ -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;
}