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 748651 - DTLS: Use unique names for internal elements to ease debugging
DTLS: Use unique names for internal elements to ease debugging
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-29 15:29 UTC by sancane
Modified: 2016-04-04 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch submitted using git format-patch (2.79 KB, patch)
2015-04-29 15:29 UTC, sancane
none Details | Review
Use unique names for internal on DTLS elements to ease debugging (2.53 KB, patch)
2016-04-04 09:33 UTC, sancane
committed Details | Review

Description sancane 2015-04-29 15:29:25 UTC
Created attachment 302575 [details] [review]
patch submitted using git format-patch

Debugging traces are turns even more complicated when in a pipeline there are several elements that have the same names. This patch remove static names and uses unique ones to debug elements, this is specially helpful when using dot files.
Comment 1 Tim-Philipp Müller 2016-04-02 08:57:35 UTC
Comment on attachment 302575 [details] [review]
patch submitted using git format-patch

Patch no longer applies to master, could you rebase it please? Thanks!
Comment 2 sancane 2016-04-04 09:33:01 UTC
Created attachment 325313 [details] [review]
Use unique names for internal on DTLS elements to ease debugging

Patch rebased
Comment 3 Tim-Philipp Müller 2016-04-04 10:14:38 UTC
Thanks!

commit d2ef3a4c19a84e45f1e43fecf931b4bcc5008433
Author: Santiago Carot-Nemesio <sancane@gmail.com>
Date:   Mon Apr 4 11:28:35 2016 +0200

    dtls: Use unique names for internal elements to ease debugging
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748651