- We need to pull UNUSABLE pads too because it might be an event

Original commit message from CVS:
- We need to pull UNUSABLE pads too because it might be an event
This commit is contained in:
Wim Taymans 2003-01-20 23:10:32 +00:00
parent d6469f9688
commit 826f848618

View file

@ -322,7 +322,7 @@ gst_basic_scheduler_chain_wrapper (int argc, char *argv[])
realpad = GST_REAL_PAD_CAST (pad);
if (GST_RPAD_DIRECTION (realpad) == GST_PAD_SINK &&
GST_PAD_IS_USABLE (realpad)) {
GST_PAD_IS_LINKED (realpad)) {
GstBuffer *buf;
GST_DEBUG (GST_CAT_DATAFLOW, "pulling data from %s:%s", name,