mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
playbin: improve debug log
Log the human readable pad_link_return desc as well.
This commit is contained in:
parent
19b9356680
commit
c51bf98af4
1 changed files with 2 additions and 2 deletions
|
@ -3358,8 +3358,8 @@ unknown_type:
|
|||
link_failed:
|
||||
{
|
||||
GST_ERROR_OBJECT (playbin,
|
||||
"failed to link pad %s:%s to combiner, reason %d",
|
||||
GST_DEBUG_PAD_NAME (pad), res);
|
||||
"failed to link pad %s:%s to combiner, reason %s (%d)",
|
||||
GST_DEBUG_PAD_NAME (pad), gst_pad_link_get_name (res), res);
|
||||
GST_SOURCE_GROUP_UNLOCK (group);
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue