[Bug 659009] New: [matroskademux] property for configuring gap handling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 13 22:24:00 PDT 2011


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

           Summary: [matroskademux] property for configuring gap handling
    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: davidsf at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Property for configuring max gap time

The attached proposed patch adds a property "max-gap-time" to the Matroska
demuxer. The property is used for configuring how long a gap between timestamps
can be, before the demuxer skips the gap by sending out newsegment events.
Default is 2 seconds, like without the patch. GST_CLOCK_TIME_NONE can be used
for not skipping gaps at all.

Having the max gap time configurable is useful, because in some use cases you'd
want to present gaps in recorded media, also for gaps longer than 2 seconds. In
our case we record to SD cards, and sometimes the recording process gets stuck
for a few seconds. Then, we want this to show when we play the media.

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