mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
patch from mromaine
Original commit message from CVS: patch from mromaine
This commit is contained in:
parent
abb0571a19
commit
f58af3c230
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ gst_adder_loop (GstElement *element)
|
|||
|
||||
GST_DEBUG (0, "looking into channel %p", input);
|
||||
|
||||
if (GST_PAD_IS_USABLE (input->sinkpad)) {
|
||||
if (!GST_PAD_IS_USABLE (input->sinkpad)) {
|
||||
GST_DEBUG (0, "adder ignoring pad %s:%s", GST_DEBUG_PAD_NAME (input->sinkpad));
|
||||
inputs = inputs->next;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue