mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
concat: Improve debug output a bit by printing pad names
This commit is contained in:
parent
b324e4b802
commit
6fc136ad84
1 changed files with 3 additions and 1 deletions
|
@ -324,6 +324,8 @@ gst_concat_request_new_pad (GstElement * element, GstPadTemplate * templ,
|
||||||
if (do_notify)
|
if (do_notify)
|
||||||
gst_concat_notify_active_pad (self);
|
gst_concat_notify_active_pad (self);
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (sinkpad, "requested pad");
|
||||||
|
|
||||||
return sinkpad;
|
return sinkpad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -337,7 +339,7 @@ gst_concat_release_pad (GstElement * element, GstPad * pad)
|
||||||
gboolean eos = FALSE;
|
gboolean eos = FALSE;
|
||||||
gboolean do_notify = FALSE;
|
gboolean do_notify = FALSE;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "releasing pad");
|
GST_DEBUG_OBJECT (pad, "releasing pad");
|
||||||
|
|
||||||
g_mutex_lock (&self->lock);
|
g_mutex_lock (&self->lock);
|
||||||
spad->flushing = TRUE;
|
spad->flushing = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue