mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
we don't want to run _dispose twice on the scheduler, do we?
Original commit message from CVS: we don't want to run _dispose twice on the scheduler, do we?
This commit is contained in:
parent
fcb0725892
commit
cd9f4cb49b
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ gst_thread_dispose (GObject *object)
|
|||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
|
||||
if (GST_ELEMENT_SCHED (thread)) {
|
||||
gst_object_destroy (GST_OBJECT (GST_ELEMENT_SCHED (thread)));
|
||||
gst_object_unref (GST_OBJECT (GST_ELEMENT_SCHED (thread)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue