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 764199 - tests: plugin: improve debug message
tests: plugin: improve debug message
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-25 14:52 UTC by Francisco Velazquez
Modified: 2016-04-18 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.27 KB, patch)
2016-03-25 14:52 UTC, Francisco Velazquez
none Details | Review
Clarifies and keeps 'refcount' (1.29 KB, patch)
2016-03-25 14:59 UTC, Francisco Velazquez
committed Details | Review

Description Francisco Velazquez 2016-03-25 14:52:47 UTC
Created attachment 324761 [details] [review]
Patch

Clarifies debug message in test_registry
Comment 1 Francisco Velazquez 2016-03-25 14:59:57 UTC
Created attachment 324762 [details] [review]
Clarifies and keeps 'refcount'

This patch invalidates the previous one.
Comment 2 Tim-Philipp Müller 2016-04-17 17:44:29 UTC
Thanks for the patch. I'm a bit puzzled what made you have the need to dig into that code and improve those, but don't see any reason not to push it I guess..

commit 57596ad48f87bd8f468efc5dadfc66b2f654f878
Author: Francisco Velazquez <francisv@ifi.uio.no>
Date:   Fri Mar 25 15:55:18 2016 +0100

    tests: plugin: improve debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764199
Comment 3 Francisco Velazquez 2016-04-18 08:47:30 UTC
I dig into that code because I was trying to understand how GstRegistry works.