mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtpjitterbuffer: make debug line less confusing
This commit is contained in:
parent
6a3a85f4b2
commit
09f179139d
1 changed files with 2 additions and 2 deletions
|
@ -2536,8 +2536,8 @@ pop_and_push_next (GstRtpJitterBuffer * jitterbuffer, guint seqnum)
|
|||
break;
|
||||
case ITEM_TYPE_LOST:
|
||||
case ITEM_TYPE_EVENT:
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "Pushing event %" GST_PTR_FORMAT
|
||||
", seqnum %d", outevent, seqnum);
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "%sPushing event %" GST_PTR_FORMAT
|
||||
", seqnum %d", do_push ? "" : "NOT ", outevent, seqnum);
|
||||
|
||||
if (do_push)
|
||||
gst_pad_push_event (priv->srcpad, outevent);
|
||||
|
|
Loading…
Reference in a new issue