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 754057 - sfdec: Fix a typo in goto variable name
sfdec: Fix a typo in goto variable name
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-25 08:43 UTC by Jimmy Ohn
Modified: 2015-09-26 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sfdec: Fix a typo in gst_sf_dec_do_seek (1.12 KB, patch)
2015-08-25 08:48 UTC, Jimmy Ohn
accepted-commit_after_freeze Details | Review

Description Jimmy Ohn 2015-08-25 08:43:36 UTC
I found the wrong goto statement in the gst_sf_dec_do_seek function. It need to change right statement.
Comment 1 Jimmy Ohn 2015-08-25 08:48:51 UTC
Created attachment 309942 [details] [review]
sfdec: Fix a typo in gst_sf_dec_do_seek
Comment 2 Luis de Bethencourt 2015-08-25 10:54:53 UTC
Review of attachment 309942 [details] [review]:

We generally avoid patches that only cleans typos. But this one isn't too intrusive.
Comment 3 Tim-Philipp Müller 2015-09-26 08:48:26 UTC
Thanks.

commit 89a04915fe5f27153b17c3511ce403df7af62b68
Author: Jimmy Ohn <yongjin.ohn@lge.com>
Date:   Tue Aug 25 17:39:30 2015 +0900

    sfdec: Fix typo in goto variable name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754057