[Bug 783842] [REGRESSION] encodebin: Transcoding of several media streams (to h264 in mp4) fail

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 15 08:18:48 UTC 2017


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

--- Comment #17 from Edward Hervey <bilboed at bilboed.com> ---
The transcoding issues should now have been fixed since this commit:

commit 2e45926a96ec5298c6ef29bf912e5e6a06dc3e0e
Author: Edward Hervey <edward at centricular.com>
Date:   Wed Dec 13 11:35:37 2017 +0100

    qtdemux: Don't push GAP event if first buffer is within 1s

    If we saw empty segments, we previously unconditionally pushed a
    GAP event downstream regardless of the duration of that empty
    segment.

    In order to avoid issues with initial negotiation of downstream elements
    (which would negotiate to something before receiving any data due to
    that initial GAP event), check if there's at least a second of difference
    (like we do for other GAP-related checks in qtdemux) before
    deciding to push a GAP event downstream.

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