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 604093 - gst-inspect/launch: move gst_tools_print_version to avoid glib warning
gst-inspect/launch: move gst_tools_print_version to avoid glib warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-08 16:49 UTC by Håvard Graff (hgr)
Modified: 2009-12-09 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.84 KB, patch)
2009-12-08 16:49 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2009-12-08 16:49:05 UTC
Created attachment 149353 [details] [review]
patch

g_set_prgname is implicitly called by g_option_context_new() with a check
to see if it's been set already.
Comment 1 Sebastian Dröge (slomo) 2009-12-09 06:26:00 UTC
commit 0ffca884b07c679c35e08ece2cefc46129a3d138
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Dec 9 07:25:31 2009 +0100

    tools: Move gst_tools_print_version() for the remaining tools

commit 93dd95f02ef3fa530f54ce81e8ffba96f3b679cb
Author: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Date:   Thu Dec 3 12:31:19 2009 +0100

    tools: Move gst_tools_print_version call to avoid warning from new GLib.
    
    g_setprgname is implicitly called by g_option_context_new() with a check
    to see if it's been set already.
    
    Fixes bug #604093.