[Bug 727417] New: Patch allowing key-frame to be handled without sending force-key-unit messages

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 1 01:01:52 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727417
  GStreamer | gst-plugins-bad | 1.x

           Summary: Patch allowing key-frame to be handled without sending
                    force-key-unit messages
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zlo at zlo.nu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Patch to add a force-key-unit flag to hlssink.

If you wish to use hlssink without (re-)encoding, nothing will be listening to
the force key unit messages, resulting in errors:

gsthlssink.c:503:schedule_next_key_unit:<hlssink0> Failed to push upstream
force key unit event

This patch adds a flag preventing the force key unit messages to be sent,
relying on existing key frames. This may (and probably will) result in
non-standard-adhering segments, but if you don't care about that, this will do
fine.

It will set multifilesink->next-file to 2 instead of 3 to make this work.

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