aggregator: remove duplicated code fragment
This code already runs above when (event || query).
This commit is contained in:
parent
893c11136b
commit
b0e2b2b71b
@ -812,12 +812,6 @@ check_events (GstAggregator * self, GstAggregatorPad * pad, gpointer user_data)
|
|||||||
PAD_BROADCAST_EVENT (pad);
|
PAD_BROADCAST_EVENT (pad);
|
||||||
PAD_UNLOCK (pad);
|
PAD_UNLOCK (pad);
|
||||||
}
|
}
|
||||||
if (query) {
|
|
||||||
if (processed_event)
|
|
||||||
*processed_event = TRUE;
|
|
||||||
if (klass == NULL)
|
|
||||||
klass = GST_AGGREGATOR_GET_CLASS (self);
|
|
||||||
}
|
|
||||||
} while (event != NULL);
|
} while (event != NULL);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user