Revert "alsasrc: Disable HW timestamp"

This reverts commit 3642e9a391.
This commit is contained in:
Nicolas Dufresne 2015-12-14 13:59:02 -05:00
parent 429860e51f
commit e7a59d2e08

View file

@ -248,7 +248,7 @@ gst_alsasrc_change_state (GstElement * element, GstStateChange transition)
g_object_get (clk, "clock-type", &clocktype, NULL);
if (clocktype == GST_CLOCK_TYPE_MONOTONIC) {
GST_INFO ("Using driver timestamps !");
alsa->driver_timestamps = FALSE;
alsa->driver_timestamps = TRUE;
}
}