[Bug 740236] New interleave2 based on GstAggregator and create GstAudioAggregator from audiomixer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 2 13:53:21 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740236
  GStreamer | gst-plugins-bad | git

--- Comment #42 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2014-12-02 21:53:17 UTC ---
(In reply to comment #40)
> This is not true. It can be an error, but it can also be completely expected
> behaviour. Downstream can return EOS when it decides that it is at the end of
> stream now. Upstream might not know that this is the case, e.g. because
> downstream has a different segment configured or because downstream has
> additional knowledge about when the stream ends (think container format with a
> known byte size and then a lot of garbage at the end after the container).

Thanks for the information, I didn't know that.. I updated my git branch to do
both, so handle eos from the base class if all pads have received EOS and have
no pending data, but also expect GST_FLOW_EOS from the subclass and push the
EOS event downstream in this case.

I also fixed the documentation mixups, next is figuring out why the GES
regressions.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list