mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
timeline: forward element messages we do not know
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5983>
This commit is contained in:
parent
1627a944e7
commit
b684ce33b7
1 changed files with 2 additions and 0 deletions
|
@ -501,6 +501,8 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message)
|
||||||
gst_structure_get_string (mstructure, "reason"));
|
gst_structure_get_string (mstructure, "reason"));
|
||||||
}
|
}
|
||||||
GST_OBJECT_UNLOCK (timeline);
|
GST_OBJECT_UNLOCK (timeline);
|
||||||
|
} else {
|
||||||
|
goto forward;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_message_unref (message);
|
gst_message_unref (message);
|
||||||
|
|
Loading…
Reference in a new issue