mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
pad: improve debugging
This commit is contained in:
parent
350a2d1ba8
commit
9f2424123f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue