pad-monitor: fix initialization of timestamp ranges

This commit is contained in:
Thiago Santos 2013-07-17 20:40:38 -03:00
parent 9c958417e2
commit f90e164038

View file

@ -193,6 +193,9 @@ gst_qa_pad_monitor_init (GstQaPadMonitor * pad_monitor)
{
gst_segment_init (&pad_monitor->segment, GST_FORMAT_BYTES);
pad_monitor->first_buffer = TRUE;
pad_monitor->timestamp_range_start = GST_CLOCK_TIME_NONE;
pad_monitor->timestamp_range_end = GST_CLOCK_TIME_NONE;
}
/**