[Bug 774837] New: mpegts: buffer offset set to GST_BUFFER_OFFSET_NONE

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 22 12:54:17 UTC 2016


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

            Bug ID: 774837
           Summary: mpegts: buffer offset set to GST_BUFFER_OFFSET_NONE
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: milos.seleceni at comprimato.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Hi, in mpegtsmux.c in function mpegtsmux_collected_buffer the input buffer has
offset set to GST_BUFFER_OFFSET_NONE which is valid if we do not know it. In
case of video stream this buffer offset should be the frame number stored in
this buffer. I need that frame number to write it into the timecode property of
Jpeg2000 ELSM header. I'm not able to track it back where the buffers are
created and how to set right offset value. 
Is it bug or we do not know the offset at this time ?


Can you help me to understand where the buffers are created and how can I add
the correct offset? I guess that frame number should be already known when the
mpegtsmux receive the buffer.

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