mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
replace warning
Original commit message from CVS: replace warning
This commit is contained in:
parent
362bb08832
commit
1154865035
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue