[Bug 796969] New: flvmux: Don't set DELTA_UNIT flag on audio buffer for non-audio only case

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 16 05:30:24 UTC 2018


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

            Bug ID: 796969
           Summary: flvmux: Don't set DELTA_UNIT flag on audio buffer for
                    non-audio only case
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: pudding8757 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Unset DELTA_UNIT on audio buffer could make sense, however,
if downstream is waiting keyframe, the downstream could be confused,
That is, downstream cannot know which buffer is a video keyframe,
because flvmux unset DELTA_UNIT flag on both keyframe and audio buffer.

Since the original intention of the code was
"mark the buffer if it's an audio buffer and there's also
video being muxed or it's a video interframe", rollback to previous
behavior before the commit 8b814f6.

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