debug fix

Original commit message from CVS:
debug fix
This commit is contained in:
Thomas Vander Stichele 2004-07-07 15:06:26 +00:00
parent d1e3457acf
commit ccd846b74a

View file

@ -1341,7 +1341,7 @@ gst_opt_scheduler_loop_wrapper (GstPad * sinkpad, GstData * data)
#endif #endif
GST_LOG ("%d buffers left on %s:%s's bufpen after chain handler", 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 /* this function is called by a loop based element that performs a