From 211bda0966e0cd7f2292ca89a88024a9118da55e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 19 Dec 2008 09:36:45 +0000 Subject: ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ticket. Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ticket. * gst/avi/gstavimux.c: Move reoccuring logging to LOG and log instance too. --- ext/pulse/pulsemixerctrl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pulse') diff --git a/ext/pulse/pulsemixerctrl.c b/ext/pulse/pulsemixerctrl.c index dc961241..a7bc9a17 100644 --- a/ext/pulse/pulsemixerctrl.c +++ b/ext/pulse/pulsemixerctrl.c @@ -247,9 +247,6 @@ gst_pulsemixer_ctrl_open (GstPulseMixerCtrl * c) /* Subscribe to events */ - /* pa 0.9.10 leaks 36 bytes here - * http://www.pulseaudio.org/ticket/434 - */ if (!(o = pa_context_subscribe (c->context, PA_SUBSCRIPTION_MASK_SINK | PA_SUBSCRIPTION_MASK_SOURCE, -- cgit