mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +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>
|
2005-11-16 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/base/gstbasetransform.c:
|
* gst/base/gstbasetransform.c:
|
||||||
|
|
|
@ -3714,8 +3714,7 @@ gst_pad_pause_task (GstPad * pad)
|
||||||
|
|
||||||
no_task:
|
no_task:
|
||||||
{
|
{
|
||||||
GST_WARNING_OBJECT (pad,
|
GST_DEBUG_OBJECT (pad, "pad has no task");
|
||||||
"pad has no task -- very likely a programming error");
|
|
||||||
GST_UNLOCK (pad);
|
GST_UNLOCK (pad);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue