mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 02:03:54 +00:00
pad-monitor: fix initialization of timestamp ranges
This commit is contained in:
parent
9c958417e2
commit
f90e164038
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@ gst_qa_pad_monitor_init (GstQaPadMonitor * pad_monitor)
|
||||||
{
|
{
|
||||||
gst_segment_init (&pad_monitor->segment, GST_FORMAT_BYTES);
|
gst_segment_init (&pad_monitor->segment, GST_FORMAT_BYTES);
|
||||||
pad_monitor->first_buffer = TRUE;
|
pad_monitor->first_buffer = TRUE;
|
||||||
|
|
||||||
|
pad_monitor->timestamp_range_start = GST_CLOCK_TIME_NONE;
|
||||||
|
pad_monitor->timestamp_range_end = GST_CLOCK_TIME_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue