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 750609 - validate:media-descriptor-writer: cleanup get tag code
validate:media-descriptor-writer: cleanup get tag code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-09 02:20 UTC by Wonchul Lee
Modified: 2015-06-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
validate:media-descriptor-writer: clean up get tags code (1.40 KB, patch)
2015-06-09 02:20 UTC, Wonchul Lee
committed Details | Review

Description Wonchul Lee 2015-06-09 02:20:11 UTC
I clean up tiny code.
The media-descriptor-writer has called gst_discoverer_info_get_tags twice, so I just change it to call it once.
Comment 1 Wonchul Lee 2015-06-09 02:20:45 UTC
Created attachment 304824 [details] [review]
validate:media-descriptor-writer: clean up get tags code
Comment 2 Thibault Saunier 2015-06-09 08:19:32 UTC
Comment on attachment 304824 [details] [review]
validate:media-descriptor-writer: clean up get tags code

commit de6b24d905ed25dd457379737c89ef3a3286096b
Author: Wonchul Lee <chul0812@gmail.com>
Date:   Tue Jun 9 11:14:58 2015 +0900

    validate:media-descriptor-writer: cleanup get tag code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750609