fix for audio clock change
This commit is contained in:
parent
88e398b0ea
commit
00d3f3a454
@ -2171,7 +2171,7 @@ gst_pulsesink_init (GstPulseSink * pulsesink)
|
|||||||
|
|
||||||
GST_BASE_AUDIO_SINK (pulsesink)->provided_clock =
|
GST_BASE_AUDIO_SINK (pulsesink)->provided_clock =
|
||||||
gst_audio_clock_new ("GstPulseSinkClock",
|
gst_audio_clock_new ("GstPulseSinkClock",
|
||||||
(GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink);
|
(GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink, NULL);
|
||||||
|
|
||||||
/* TRUE for sinks, FALSE for sources */
|
/* TRUE for sinks, FALSE for sources */
|
||||||
pulsesink->probe = gst_pulseprobe_new (G_OBJECT (pulsesink),
|
pulsesink->probe = gst_pulseprobe_new (G_OBJECT (pulsesink),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user