From: Wim Taymans Date: Wed, 16 Nov 2005 16:06:06 +0000 (+0000) Subject: gst/gstpad.c: Removed warning, it's not realy an error either. X-Git-Tag: RELEASE-0_9_6~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c96f128c88c82f70307ad051f21be513a95d9d3b;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index a6984a4..2732f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-11-16 Wim Taymans + * gst/gstpad.c: (gst_pad_pause_task): + Removed warning, it's not realy an error either. + +2005-11-16 Wim Taymans + * gst/base/gstbasetransform.c: (gst_base_transform_prepare_output_buf), (gst_base_transform_event): diff --git a/gst/gstpad.c b/gst/gstpad.c index ca3529c..438a55c 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.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; }