mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
bugfix: nobody knows if the pad will still be there...
Original commit message from CVS: bugfix: nobody knows if the pad will still be there...
This commit is contained in:
parent
d0a0cdbd9f
commit
07e4199418
1 changed files with 1 additions and 2 deletions
|
@ -273,8 +273,7 @@ gst_basic_scheduler_chain_wrapper (int argc, char *argv[])
|
||||||
GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of %s:%s\n", name,
|
GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of %s:%s\n", name,
|
||||||
GST_PAD_NAME (pad));
|
GST_PAD_NAME (pad));
|
||||||
GST_RPAD_CHAINFUNC (realpad) (pad, buf);
|
GST_RPAD_CHAINFUNC (realpad) (pad, buf);
|
||||||
GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of %s:%s done\n", name,
|
GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of element %s done\n", name);
|
||||||
GST_PAD_NAME (pad));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue