tags: exif: Fix bug in inner ifd parsing
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 11 Aug 2010 11:47:57 +0000 (08:47 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 11 Aug 2010 11:55:59 +0000 (08:55 -0300)
commitadcb6e642dc9f3a1ebeee23387e3bed4f739f524
tree24dba18cfbd4e99fbb61e2082d03a18d73f26427
parentc45bf80a0ce2a35c88fcf7d91a765375e7cd2967
tags: exif: Fix bug in inner ifd parsing

Do not use the result of inner ifd's parsing to increment
the current tag index. The reasons are:

1) The function returns a boolean.
2) The inner ifd's tags are in a separate table, so they shouldn't
interfere with its parent ifd table parsing.
gst-libs/gst/tag/gstexiftag.c