After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753243 - rawparse: Fix duplicated format in handle_seek_pull
rawparse: Fix duplicated format in handle_seek_pull
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.5.2
Other Linux
: Normal enhancement
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-04 12:53 UTC by Jimmy Ohn
Modified: 2015-08-16 13:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix duplicated format in handle_seek_pull (1.08 KB, patch)
2015-08-04 12:56 UTC, Jimmy Ohn
committed Details | Review

Description Jimmy Ohn 2015-08-04 12:53:00 UTC
GstFormat variable are duplicated in handle_seek_pull function.
So we need to move this variable in condition statement.
Comment 1 Jimmy Ohn 2015-08-04 12:56:31 UTC
Created attachment 308733 [details] [review]
fix duplicated format in handle_seek_pull
Comment 2 Thiago Sousa Santos 2015-08-04 15:30:14 UTC
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