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 744330 - vaapidecode: use GST_DEBUG_FUNCPTR for gst_vaapidecode_query()
vaapidecode: use GST_DEBUG_FUNCPTR for gst_vaapidecode_query()
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 743569
 
 
Reported: 2015-02-11 15:14 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-02-18 09:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecode: use GST_DEBUG_FUNCPTR for gst_vaapidecode_query() (1.29 KB, patch)
2015-02-11 15:14 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2015-02-11 15:14:26 UTC
Hence the function name is shown in the gst-inspect-1.0 information
rather than the memory address.
Comment 1 Víctor Manuel Jáquez Leal 2015-02-11 15:14:29 UTC
Created attachment 296608 [details] [review]
vaapidecode: use GST_DEBUG_FUNCPTR for gst_vaapidecode_query()
Comment 2 sreerenj 2015-02-18 09:31:16 UTC
Pushed, Thanks for the patch
commit ce4d3355e151ddfd055450000ea293b7a089ed33
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Wed Feb 18 11:22:21 2015 +0200

    vaapidecode: Use GST_DEBUG_FUNCPTR for gst_vaapidecode_query()
    
    Hence the function name is shown in the gst-inspect-1.0 information
    rather than the memory address.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744330