[Bug 648933] New: [mpegvideoparse] Avoid searching for picture start codes when not needed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 29 04:41:50 PDT 2011


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

           Summary: [mpegvideoparse] Avoid searching for picture start
                    codes when not needed
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When parsing the picture header data, mpegvideoparse_handle_picture() scans for
all picture start codes.

This is not needed, it can stop scanning when it properly parses the first
picture header. And mpegpacketizer will make sure one block will only contain
one picture header.

Makes mpegvideoparse two times faster on HD content.

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