mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
decodebin: improve debug message by printing the object
Print the pad object that EOS'd too early
This commit is contained in:
parent
992101f82a
commit
ceb26dd93d
1 changed files with 1 additions and 1 deletions
|
@ -2805,7 +2805,7 @@ pad_event_cb (GstPad * pad, GstPadProbeInfo * info, gpointer data)
|
||||||
g_assert (dbin);
|
g_assert (dbin);
|
||||||
switch (GST_EVENT_TYPE (event)) {
|
switch (GST_EVENT_TYPE (event)) {
|
||||||
case GST_EVENT_EOS:
|
case GST_EVENT_EOS:
|
||||||
GST_DEBUG_OBJECT (dbin, "Received EOS on a non final pad, this stream "
|
GST_DEBUG_OBJECT (pad, "Received EOS on a non final pad, this stream "
|
||||||
"ended too early");
|
"ended too early");
|
||||||
chain->deadend = TRUE;
|
chain->deadend = TRUE;
|
||||||
chain->drained = TRUE;
|
chain->drained = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue