mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
63e0b29291
Right now in parse logic the signature is checked every time the parse function is called, and the whole data is the scanned each and every time, even though the data is scanned in the previous instance. Changing the logic such that, we skip the bytes which are already scanned in the previous instances of parse. This helps in avoiding multiple scan of already scanned data/signature. https://bugzilla.gnome.org/show_bug.cgi?id=737708 |
||
---|---|---|
.. | ||
gstpng.c | ||
gstpng.h | ||
gstpngdec.c | ||
gstpngdec.h | ||
gstpngenc.c | ||
gstpngenc.h | ||
Makefile.am |