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 679550 - gst-discoverer: fix a FIXME, remove code duplication
gst-discoverer: fix a FIXME, remove code duplication
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-07 11:34 UTC by Anton Belka
Modified: 2012-07-07 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-discoverer: fix a FIXME (2.45 KB, patch)
2012-07-07 11:34 UTC, Anton Belka
committed Details | Review

Description Anton Belka 2012-07-07 11:34:31 UTC
Created attachment 218217 [details] [review]
gst-discoverer: fix a FIXME

print_tag() and print_tag_foreach() almost identical as says in FIXME. We can really use print_tag_foreach() instead of print_tag().
Comment 1 Tim-Philipp Müller 2012-07-07 22:25:25 UTC
Thanks!


commit b395ecbe3b50b360e763af07b1401a0470e5fa18
Author: Anton Belka <antonbelka@gmail.com>
Date:   Sat Jul 7 14:10:45 2012 +0300

    gst-discoverer: clean up some code duplication
    
    Use print_tag_foreach() instead of print_tag().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679550