mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
pad-monitor: check for when a flush start isn't expected
Complain when an unexpected flush-start is received
This commit is contained in:
parent
c942eabbfd
commit
9a82afbc87
1 changed files with 3 additions and 0 deletions
|
@ -384,6 +384,9 @@ gst_qa_pad_monitor_src_event_check (GstQaPadMonitor * pad_monitor,
|
|||
"The expected flush-start seqnum should be the same as the "
|
||||
"one from the event that caused it (probably a seek)");
|
||||
}
|
||||
} else {
|
||||
GST_QA_MONITOR_REPORT_CRITICAL (pad_monitor, EVENT, UNEXPECTED,
|
||||
"Received unexpected flush-start");
|
||||
}
|
||||
|
||||
if (pad_monitor->pending_flush_stop) {
|
||||
|
|
Loading…
Reference in a new issue