timeline: forward element messages we do not know

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5983>
This commit is contained in:
Thibault Saunier 2024-01-30 17:59:34 -03:00 committed by GStreamer Marge Bot
parent 1627a944e7
commit b684ce33b7

View file

@ -501,6 +501,8 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message)
gst_structure_get_string (mstructure, "reason"));
}
GST_OBJECT_UNLOCK (timeline);
} else {
goto forward;
}
gst_message_unref (message);