mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
debug fix
Original commit message from CVS: debug fix
This commit is contained in:
parent
d1e3457acf
commit
ccd846b74a
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ gst_opt_scheduler_loop_wrapper (GstPad * sinkpad, GstData * data)
|
|||
#endif
|
||||
|
||||
GST_LOG ("%d buffers left on %s:%s's bufpen after chain handler",
|
||||
g_list_length (GST_PAD_BUFLIST (peer)), GST_DEBUG_PAD_NAME (srcpad));
|
||||
g_list_length (GST_PAD_BUFLIST (peer)), GST_DEBUG_PAD_NAME (peer));
|
||||
}
|
||||
|
||||
/* this function is called by a loop based element that performs a
|
||||
|
|
Loading…
Reference in a new issue