GNOME Bugzilla – Bug 753243
rawparse: Fix duplicated format in handle_seek_pull
Last modified: 2015-08-16 13:40:56 UTC
GstFormat variable are duplicated in handle_seek_pull function. So we need to move this variable in condition statement.
Created attachment 308733 [details] [review] fix duplicated format in handle_seek_pull
commit be714c7441ad4c5ec7f1162d1d659109623abbe9 Author: Jimmy Ohn <yongjin.ohn@lge.com> Date: Tue Aug 4 21:32:53 2015 +0900 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