mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
decodebin: Also log the pointer value of sticky events in debug output
Makes it easier to follow them in the debug logs.
This commit is contained in:
parent
7d147e27c5
commit
3570100b66
1 changed files with 2 additions and 1 deletions
|
@ -4277,7 +4277,8 @@ gst_decode_bin_post_topology_message (GstDecodeBin * dbin)
|
|||
static gboolean
|
||||
debug_sticky_event (GstPad * pad, GstEvent ** event, gpointer user_data)
|
||||
{
|
||||
GST_DEBUG_OBJECT (pad, "sticky event %s", GST_EVENT_TYPE_NAME (*event));
|
||||
GST_DEBUG_OBJECT (pad, "sticky event %s (%p)", GST_EVENT_TYPE_NAME (*event),
|
||||
*event);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue