[Bug 781401] omxh264enc cannot connect to qtmux/mp4mux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 18 09:13:59 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781401

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
a993883b prevents broken files from being created. Without that commit, qtmux
does various calculations with GST_CLOCK_TIME_NONE. So no, reverting that one
is not an option.

OMX does not have a concept of DTS vs. PTS, you only have a single timestamp.
You could do some fallback DTS calculation probably, by assigning as DTS the
oldest PTS that is not output yet. Or something similar to that.

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