[Bug 649060] New: [flvmux] does not check for streamable before setting duration in metadata buffer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 30 21:23:34 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649060
  GStreamer | gst-plugins-good | git

           Summary: [flvmux] does not check for streamable before setting
                    duration in metadata buffer
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: Tom.Janiszewski at alcatel-lucent.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=186957)
 View: https://bugzilla.gnome.org/attachment.cgi?id=186957
 Review: https://bugzilla.gnome.org/review?bug=649060&attachment=186957

Proposed patch to check for streamable prior to duration setting

When trying to use tags (title, artist for example) with flvmux in streamable
mode, the tag is overwritten by duration data because it writes into an assumed
part of the buffer which isn't valid for streamable=true.

Attached patch adds check for streamable before writing duration into buffer.

On a side-note is there a reason flvmux restricts tags to artist/title only? I
have a quick patch that removes this restriction I can submit as a feature
req/patch if that makes sense.

-Tom

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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