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 689975 - Incorrect use of object in log statement
Incorrect use of object in log statement
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal trivial
: 1.0.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-10 14:00 UTC by rohde
Modified: 2012-12-10 14:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Incorrect use of object in log statement (910 bytes, patch)
2012-12-10 14:00 UTC, rohde
committed Details | Review

Description rohde 2012-12-10 14:00:28 UTC
Created attachment 231145 [details] [review]
Incorrect use of object in log statement

Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it.
Comment 1 Wim Taymans 2012-12-10 14:36:39 UTC
commit 4fc452344afd1abf10ec3c8250bc5f3336939118
Author: Rasmus Rohde <rohde@duff.dk>
Date:   Mon Dec 10 14:54:03 2012 +0100

    Fix incorrect use of object in log statement. We are given a pointer to the object and should not try to take the address of it.
Comment 2 Tim-Philipp Müller 2012-12-10 14:56:44 UTC
Looks like it got cherry-picked into the 1.0 branch after all :)