exiftag: Fix compiler warnings with old gcc versions
authorLeo Singer <lsinger@caltech.edu>
Sat, 4 Sep 2010 07:06:08 +0000 (09:06 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Sep 2010 07:06:08 +0000 (09:06 +0200)
commitfecb764e2ffcff19302871fd63da9a0e239083f3
tree1f2ac728ab99704580fadd186281089d72cb76ce
parent9e0358930d05c7306fb3998c280f8aafb9f3f39d
exiftag: Fix compiler warnings with old gcc versions

Old gcc complains about possibly uninitialized variables which
are always initialized before usage in reality. Fixes bug #628747.
gst-libs/gst/tag/gstexiftag.c