mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
mpegtsmux: Properly release requests pads by chaining up to aggregators function
This commit is contained in:
parent
fecd38c8f6
commit
b41ed0fbb0
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ gst_base_ts_mux_release_pad (GstElement * element, GstPad * pad)
|
|||
}
|
||||
}
|
||||
|
||||
gst_element_remove_pad (element, pad);
|
||||
GST_ELEMENT_CLASS (parent_class)->release_pad (element, pad);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue