After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648932 - mpegvideoparse: Avoid double scanning of pictures
mpegvideoparse: Avoid double scanning of pictures
Status: RESOLVED DUPLICATE of bug 648933
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-29 11:38 UTC by Edward Hervey
Modified: 2011-04-29 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2011-04-29 11:38:50 UTC
mpegvideoparse is scanning for all start codes twice. Once when buffers are
added to the packetizer and once again when parsing for picture data.

When handling picture data, we only need to find the MPEG_PACKET_PICTURE data
to scan the header (and not all the remaining picture start codes that we
will be discarding).

Makes mpegvideoparse two times faster on HD content
Comment 1 Edward Hervey 2011-04-29 11:44:31 UTC

*** This bug has been marked as a duplicate of bug 648933 ***