replace warning

Original commit message from CVS:
replace warning
This commit is contained in:
Thomas Vander Stichele 2004-07-05 18:01:37 +00:00
parent 362bb08832
commit 1154865035

View file

@ -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 */