[Bug 795882] New: id3demux : Does not send segment-start and segment-done message

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 7 13:50:33 UTC 2018


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

            Bug ID: 795882
           Summary: id3demux : Does not send segment-start and
                    segment-done message
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jagadishkamathk at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I have developed an application to stream a file indefinitely by looping it.
For looping, I do a segment seek and then catch the SEGMENT_DONE message.
However, this approach works for Mp4 and not work for mp3. Digging deeper, I
found id3mux does not send these messages

One another issue here is the id3demux is optional for mp3 decoding. Decodebin
does not autoplug id3demux for certain mp3 files but directly uses the
mpegaudioparse. I'm not really sure which element is to send segment-start and
segment-done messages in such a case

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