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 679152 - add gst_debug_set_threshold_from_string function ()
add gst_debug_set_threshold_from_string function ()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-29 16:54 UTC by Thibault Saunier
Modified: 2012-10-27 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a gst_debug_set_threshold_from_string function (3.92 KB, patch)
2012-06-29 16:55 UTC, Thibault Saunier
committed Details | Review
Make use of the new gst_debug_set_threshold_from_string function (2.63 KB, patch)
2012-06-29 16:55 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2012-06-29 16:54:57 UTC
We currently have this function internally in the form of parse_debug_list in 
gst/gst.c it should be made public.
Comment 1 Thibault Saunier 2012-06-29 16:55:05 UTC
Created attachment 217641 [details] [review]
Add a gst_debug_set_threshold_from_string function
Comment 2 Thibault Saunier 2012-06-29 16:55:09 UTC
Created attachment 217642 [details] [review]
Make use of the new gst_debug_set_threshold_from_string function
Comment 3 Thibault Saunier 2012-09-23 21:31:06 UTC
Any reason why not to merge that?
Comment 4 Tim-Philipp Müller 2012-09-23 22:02:21 UTC
Not really, it's just that it slipped off people's radar, but I'm not going to merge it a few hours before the 1.0 release, will have to wait for 1.1.x, doesn't seem particularly urgent to me.
Comment 5 Tim-Philipp Müller 2012-10-27 12:53:34 UTC
commit 58560931dbfb56df36807a04d5985afafb7d8eae
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Fri Jun 29 12:38:52 2012 -0400

    gst: make us of the new gst_debug_set_threshold_from_string function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679152

commit e513ed1810b083db0abc2c06abb8eb60948660bd
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Fri Jun 29 12:05:36 2012 -0400

    info: add a function to set debug threshold from a GST_DEBUG-style string
    
    Use the same format as with the GST_DEBUG environment variable.
    
    API: gst_debug_set_threshold_from_string()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679152