[Bug 660260] isomp4: Add support for GstForceKeyUnit events

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 22 07:04:51 PDT 2013


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

--- Comment #11 from Andoni Morales <ylatuya at gmail.com> 2013-08-22 14:04:47 UTC ---
The muxer has been test in the following scnenario:
x264enc ! qtmux ! dashsink name=sink lamemp3enc ! qtmux ! sink.

Which is, with encoders that forwards back the event downstream, like the video
one, and encoders that don't, like the audio one.
This is important because events must be queued both in the src and sinkpads
and there is some logic to handle duplicates based in the event "count".
It has also been tested with the sink sending a burst of GstForceKeyUnit events
(min-cached-fragments >= 1) at the start to test that queueing is done properly
too.

-- 
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