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 621006 - Deprecate unused gst_object_{get|set}_name_prefix()
Deprecate unused gst_object_{get|set}_name_prefix()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-08 18:45 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2010-06-22 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2010-06-08 18:45:24 UTC
gst_object_set_name_prefix()
gst_object_get_name_prefix()

according to api and design docs it is meant for "debugging and identification". I can't find any use of it. I suggest we deprecate it and remove it in 0.11 - unless someone has real use for the stuff.
Comment 1 Wim Taymans 2010-06-14 14:42:14 UTC
I seem to remember we used it for something but then I couldn't find it anymore. I think it's unused and we should deprecate it.
Comment 2 Tim-Philipp Müller 2010-06-22 17:55:30 UTC
commit ddb11b4f2de471a7f02c707c49503cc9e3a8aed8
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Tue Jun 22 18:53:15 2010 +0100

    gstobject: deprecate gst_object_{set|get}_name_prefix()
    
    The name prefix stuff has never been used for anything and it doesn't
    look like we'll ever want to use it for anything.
    
    Fixes #621006.