mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
aggregator: remove duplicated code fragment
This code already runs above when (event || query).
This commit is contained in:
parent
b609fd7138
commit
27708ff7c1
1 changed files with 0 additions and 6 deletions
|
@ -812,12 +812,6 @@ check_events (GstAggregator * self, GstAggregatorPad * pad, gpointer user_data)
|
|||
PAD_BROADCAST_EVENT (pad);
|
||||
PAD_UNLOCK (pad);
|
||||
}
|
||||
if (query) {
|
||||
if (processed_event)
|
||||
*processed_event = TRUE;
|
||||
if (klass == NULL)
|
||||
klass = GST_AGGREGATOR_GET_CLASS (self);
|
||||
}
|
||||
} while (event != NULL);
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue