mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
opensles: do not provide a clock in the sink element.
This commit is contained in:
parent
b00049a9f6
commit
1e69918f3e
1 changed files with 2 additions and 0 deletions
|
@ -267,4 +267,6 @@ gst_opensles_sink_init (GstOpenSLESSink * sink, GstOpenSLESSinkClass * gclass)
|
||||||
sink->mute = DEFAULT_MUTE;
|
sink->mute = DEFAULT_MUTE;
|
||||||
|
|
||||||
_opensles_query_capabilities (sink);
|
_opensles_query_capabilities (sink);
|
||||||
|
|
||||||
|
gst_base_audio_sink_set_provide_clock (GST_BASE_AUDIO_SINK (sink), FALSE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue