mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
parent
429860e51f
commit
e7a59d2e08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue