pad: improve debugging

This commit is contained in:
Wim Taymans 2011-05-30 12:27:31 +02:00
parent 350a2d1ba8
commit 9f2424123f

View file

@ -4452,6 +4452,7 @@ again:
if (GST_PAD_IS_FLUSHING (pad)) if (GST_PAD_IS_FLUSHING (pad))
goto flushed; goto flushed;
} while (TRUE); } while (TRUE);
/* now check the peer pad */ /* now check the peer pad */
@ -4480,8 +4481,7 @@ again:
/* ERROR handling */ /* ERROR handling */
flushed: flushed:
{ {
GST_DEBUG_OBJECT (pad, GST_DEBUG_OBJECT (pad, "We're flushing");
"Not forwarding event since we're flushing and blocking");
GST_OBJECT_UNLOCK (pad); GST_OBJECT_UNLOCK (pad);
gst_event_unref (event); gst_event_unref (event);
return stored; return stored;