alsasrc: Disable HW timestamp
This is a workaround for broken pulse module.
This commit is contained in:
parent
b0c834df1b
commit
3642e9a391
@ -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 = TRUE;
|
alsa->driver_timestamps = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user