mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
fix for audio clock change
This commit is contained in:
parent
88e398b0ea
commit
00d3f3a454
1 changed files with 1 additions and 1 deletions
|
@ -2171,7 +2171,7 @@ gst_pulsesink_init (GstPulseSink * pulsesink)
|
|||
|
||||
GST_BASE_AUDIO_SINK (pulsesink)->provided_clock =
|
||||
gst_audio_clock_new ("GstPulseSinkClock",
|
||||
(GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink);
|
||||
(GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink, NULL);
|
||||
|
||||
/* TRUE for sinks, FALSE for sources */
|
||||
pulsesink->probe = gst_pulseprobe_new (G_OBJECT (pulsesink),
|
||||
|
|
Loading…
Reference in a new issue