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. --- gst/avi/gstavimux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/avi/gstavimux.c') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index f947ffc9..0e3c4ad3 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -1769,7 +1769,7 @@ gst_avi_mux_do_buffer (GstAviMux * avimux, GstAviPad * avipad) data = gst_buffer_make_metadata_writable (data); gst_buffer_set_caps (data, GST_PAD_CAPS (avimux->srcpad)); - GST_DEBUG ("pushing buffers: head, data"); + GST_LOG_OBJECT (avimux, "pushing buffers: head, data"); if ((res = gst_pad_push (avimux->srcpad, header)) != GST_FLOW_OK) return res; @@ -1822,7 +1822,7 @@ gst_avi_mux_do_one_buffer (GstAviMux * avimux) } if (best_pad) { - GST_DEBUG_OBJECT (avimux, "selected pad %s with time %" GST_TIME_FORMAT, + GST_LOG_OBJECT (avimux, "selected pad %s with time %" GST_TIME_FORMAT, GST_PAD_NAME (best_pad->collect->pad), GST_TIME_ARGS (best_time)); return gst_avi_mux_do_buffer (avimux, best_pad); -- cgit