mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 04:35:20 +00:00
basetsmux: fix chaining up GObject's constructed virtual method
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8416>
This commit is contained in:
parent
6016cdccf1
commit
b22c1da0d3
1 changed files with 2 additions and 0 deletions
|
@ -2862,6 +2862,8 @@ gst_base_ts_mux_constructed (GObject * object)
|
|||
{
|
||||
GstBaseTsMux *mux = GST_BASE_TS_MUX (object);
|
||||
|
||||
GST_CALL_PARENT (G_OBJECT_CLASS, constructed, (object));
|
||||
|
||||
/* initial state */
|
||||
g_mutex_lock (&mux->lock);
|
||||
gst_base_ts_mux_reset (mux, TRUE);
|
||||
|
|
Loading…
Reference in a new issue