mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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:
parent
514648a970
commit
c96f128c88
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue