mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
Make sure to unset the scheduler
Original commit message from CVS: Make sure to unset the scheduler
This commit is contained in:
parent
b7ee3bebf5
commit
ce5f3238d2
1 changed files with 2 additions and 0 deletions
|
@ -1054,6 +1054,8 @@ gst_opt_scheduler_remove_element (GstScheduler *sched, GstElement *element)
|
||||||
get_group (element, &group);
|
get_group (element, &group);
|
||||||
if (group) {
|
if (group) {
|
||||||
|
|
||||||
|
GST_ELEMENT_SCHED_GROUP (element) = NULL;
|
||||||
|
|
||||||
if (group->chain) {
|
if (group->chain) {
|
||||||
GstOptSchedulerChain *chain;
|
GstOptSchedulerChain *chain;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue