mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
opensles: sink to provide the audioclock by default
This commit is contained in:
parent
08ef2e3eed
commit
cc6fc15674
1 changed files with 1 additions and 1 deletions
|
@ -268,5 +268,5 @@ gst_opensles_sink_init (GstOpenSLESSink * sink, GstOpenSLESSinkClass * gclass)
|
|||
|
||||
_opensles_query_capabilities (sink);
|
||||
|
||||
gst_base_audio_sink_set_provide_clock (GST_BASE_AUDIO_SINK (sink), FALSE);
|
||||
gst_base_audio_sink_set_provide_clock (GST_BASE_AUDIO_SINK (sink), TRUE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue