From 00d3f3a45401b92d4d04fc3e4c5a1c91bee90503 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 10 Nov 2011 13:50:34 +0100 Subject: [PATCH] fix for audio clock change --- ext/pulse/pulsesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 150308f..7027ccf 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -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), -- 2.7.4