fix for audio clock change

This commit is contained in:
Wim Taymans 2011-11-10 13:50:34 +01:00
parent 88e398b0ea
commit 00d3f3a454

View file

@ -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),