pipeline: Reset the start time when going from PAUSED to READY too

This commit is contained in:
Sebastian Dröge 2014-07-15 18:19:24 +02:00
parent aa6aaa42a8
commit 1299d06ef1

View file

@ -465,6 +465,8 @@ gst_pipeline_change_state (GstElement * element, GstStateChange transition)
break;
}
case GST_STATE_CHANGE_PAUSED_TO_READY:
reset_start_time (pipeline, 0);
break;
case GST_STATE_CHANGE_READY_TO_NULL:
break;
}