alsasrc: Disable HW timestamp

This is a workaround for broken pulse module.
This commit is contained in:
Nicolas Dufresne 2015-09-24 18:26:51 -04:00 committed by Nicolas Dufresne
parent b0c834df1b
commit 3642e9a391

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 = TRUE;
alsa->driver_timestamps = FALSE;
}
}