mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
- 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:
parent
d6469f9688
commit
826f848618
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue