GNOME Bugzilla – Bug 679550
gst-discoverer: fix a FIXME, remove code duplication
Last modified: 2012-07-07 22:25:35 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().
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