[gstreamer-bugs] [Bug 614479] New: [mpegtspacketizer] Use CRC to check if tables are duplicate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 31 08:24:02 PDT 2010


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

           Summary: [mpegtspacketizer] Use CRC to check if tables are
                    duplicate
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sebp at k-d-w.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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

Added CRC comparison

The current code just uses table id, subtable extension and version number to
check if the section has been seen before. However, this comparison is not
sufficient, causing actually new tables being dismissed.

The attached patch retrieves the CRC and compares those as well.

The patch is based on a discussion I had with Zaheer Merali.

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