adaptivedemux2: fix crash due to log
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4588 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9573>
This commit is contained in:
parent
48a2be6d6a
commit
c4439a5b55
@ -3620,7 +3620,7 @@ restart:
|
||||
} else if (GST_EVENT_TYPE (event) == GST_EVENT_EOS) {
|
||||
/* If there is a pending next period, don't send the EOS */
|
||||
if (demux->output_period->has_next_period) {
|
||||
GST_LOG_OBJECT (track->id, "Dropping EOS before next period");
|
||||
GST_LOG_ID (track->id, "Dropping EOS before next period");
|
||||
gst_event_store_mark_delivered (&track->sticky_events, event);
|
||||
gst_event_unref (event);
|
||||
event = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user