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
@ -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…
x
Reference in New Issue
Block a user