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))
|
||||
goto flushed;
|
||||
|
||||
} while (TRUE);
|
||||
|
||||
/* now check the peer pad */
|
||||
|
@ -4480,8 +4481,7 @@ again:
|
|||
/* ERROR handling */
|
||||
flushed:
|
||||
{
|
||||
GST_DEBUG_OBJECT (pad,
|
||||
"Not forwarding event since we're flushing and blocking");
|
||||
GST_DEBUG_OBJECT (pad, "We're flushing");
|
||||
GST_OBJECT_UNLOCK (pad);
|
||||
gst_event_unref (event);
|
||||
return stored;
|
||||
|
|
Loading…
Reference in a new issue