[Bug 669675] New: [PATCH] mpegdemux/dvddemux randomly losing packets

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 8 06:35:42 PST 2012


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

           Summary: [PATCH] mpegdemux/dvddemux randomly losing packets
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: makovick at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Avoid skipping of a partial start code when exhausting cache buffer

Hi,

in gstmpegpacketize.c, when a packet start code appears across the end of the
cache chunk boundary, it is not properly recognized by find_start_code().

The attached patch changes the behavior of find_start_code() so its next call
continues at the next byte instead of skipping all four bytes previously
checked.

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