[Bug 764260] New: [flvdemux] Make no-more-pads-threshold a property instead of a constant

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 27 16:20:21 UTC 2016


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

            Bug ID: 764260
           Summary: [flvdemux] Make no-more-pads-threshold a property
                    instead of a constant
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: yjo at witbe.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 324837
  --> https://bugzilla.gnome.org/attachment.cgi?id=324837&action=edit
Patch to add no-more-pads-threshold property

Currently when first video packet is more than 6 seconds delayed from first
audio packet (or vice versa), the filter sends a no-more-pads events.

Because I encountered some case where this delay is not enough to read the
stream (long GOP, still image), I wrote a patch to switch from a constant to a
property

add no-more-pads-threshold property , default is set to 6 (like the previous
constant)

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