From 1154865035a5b3d4053cb4325bda9f3e12e1b8dc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Jul 2004 18:01:37 +0000 Subject: [PATCH] replace warning Original commit message from CVS: replace warning --- gst/audiorate/gstaudiorate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audiorate/gstaudiorate.c b/gst/audiorate/gstaudiorate.c index a2f7cd1413..21415b37cc 100644 --- a/gst/audiorate/gstaudiorate.c +++ b/gst/audiorate/gstaudiorate.c @@ -272,7 +272,7 @@ gst_audiorate_chain (GstPad * pad, GstData * data) in_offset_end = GST_BUFFER_OFFSET_END (buf); if (in_offset == GST_CLOCK_TIME_NONE || in_offset_end == GST_CLOCK_TIME_NONE) { - g_warning ("audiorate got buffer without offsets"); + GST_WARNING_OBJECT (audiorate, "audiorate got buffer without offsets"); } /* do we need to insert samples */