mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
Revert "Check that collectpads exists before removing pad"
This reverts commit 6d8740476c
.
Depends on a core commit that was reverted
This commit is contained in:
parent
fe3a5c3f08
commit
0a884e5620
1 changed files with 1 additions and 4 deletions
|
@ -503,7 +503,6 @@ gst_qt_mux_finalize (GObject * object)
|
|||
|
||||
atoms_context_free (qtmux->context);
|
||||
gst_object_unref (qtmux->collect);
|
||||
qtmux->collect = NULL;
|
||||
|
||||
g_slist_free (qtmux->sinkpads);
|
||||
|
||||
|
@ -3166,9 +3165,7 @@ gst_qt_mux_release_pad (GstElement * element, GstPad * pad)
|
|||
}
|
||||
}
|
||||
|
||||
if (mux->collect) {
|
||||
gst_collect_pads_remove_pad (mux->collect, pad);
|
||||
}
|
||||
gst_collect_pads_remove_pad (mux->collect, pad);
|
||||
}
|
||||
|
||||
static GstPad *
|
||||
|
|
Loading…
Reference in a new issue