mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
aggregator: remove commented code
The SEGMENT_DONE event does not require any special treatment. This is
commented out in 6efc106a67
.
This commit is contained in:
parent
656a2616f2
commit
498cdd8fac
1 changed files with 2 additions and 2 deletions
|
@ -2685,8 +2685,8 @@ gst_aggregator_pad_event_func (GstPad * pad, GstObject * parent,
|
|||
GstAggregatorPad *aggpad = GST_AGGREGATOR_PAD (pad);
|
||||
GstAggregatorClass *klass = GST_AGGREGATOR_GET_CLASS (parent);
|
||||
|
||||
if (GST_EVENT_IS_SERIALIZED (event) && GST_EVENT_TYPE (event) != GST_EVENT_EOS
|
||||
/* && GST_EVENT_TYPE (event) != GST_EVENT_SEGMENT_DONE */ ) {
|
||||
if (GST_EVENT_IS_SERIALIZED (event)
|
||||
&& GST_EVENT_TYPE (event) != GST_EVENT_EOS) {
|
||||
SRC_LOCK (self);
|
||||
PAD_LOCK (aggpad);
|
||||
|
||||
|
|
Loading…
Reference in a new issue