Revert "alsasrc: Disable HW timestamp"
This reverts commit 3642e9a3913a35c00f379034780c27298d09929c.
This commit is contained in:
parent
429860e51f
commit
e7a59d2e08
@ -248,7 +248,7 @@ gst_alsasrc_change_state (GstElement * element, GstStateChange transition)
|
|||||||
g_object_get (clk, "clock-type", &clocktype, NULL);
|
g_object_get (clk, "clock-type", &clocktype, NULL);
|
||||||
if (clocktype == GST_CLOCK_TYPE_MONOTONIC) {
|
if (clocktype == GST_CLOCK_TYPE_MONOTONIC) {
|
||||||
GST_INFO ("Using driver timestamps !");
|
GST_INFO ("Using driver timestamps !");
|
||||||
alsa->driver_timestamps = FALSE;
|
alsa->driver_timestamps = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user