rawparse: fix duplicated format in handle_seek_pull
authorJimmy Ohn <yongjin.ohn@lge.com>
Tue, 4 Aug 2015 12:32:53 +0000 (21:32 +0900)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 4 Aug 2015 15:29:40 +0000 (12:29 -0300)
commitbe714c7441ad4c5ec7f1162d1d659109623abbe9
tree5a286d0b4654e62b29e098b622d9b4af13741844
parent0e70f8c94f7fc64774fb8246626d4f11979c99ff
rawparse: fix duplicated format in handle_seek_pull

GstFormat variable are duplicated in handle_seek_pull function.
So we need to move this variable in condition statement.

https://bugzilla.gnome.org/show_bug.cgi?id=753243
gst/rawparse/gstrawparse.c