gst/gstpad.c: Removed warning, it's not realy an error either.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_pause_task):
Removed warning, it's not realy an error either.
This commit is contained in:
Wim Taymans 2005-11-16 16:06:06 +00:00
parent 514648a970
commit c96f128c88
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-11-16 Wim Taymans <wim@fluendo.com>
* gst/gstpad.c: (gst_pad_pause_task):
Removed warning, it's not realy an error either.
2005-11-16 Wim Taymans <wim@fluendo.com>
* gst/base/gstbasetransform.c:

View file

@ -3714,8 +3714,7 @@ gst_pad_pause_task (GstPad * pad)
no_task:
{
GST_WARNING_OBJECT (pad,
"pad has no task -- very likely a programming error");
GST_DEBUG_OBJECT (pad, "pad has no task");
GST_UNLOCK (pad);
return FALSE;
}