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 758668 - controlsource: fix GetValue and GetValueArray documentation
controlsource: fix GetValue and GetValueArray documentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-25 16:42 UTC by Aurélien Zanelli
Modified: 2016-01-08 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
controlsource: fix GetValue and GetValueArray documentation (1.48 KB, patch)
2015-11-25 16:43 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2015-11-25 16:42:54 UTC
GstControlSourceGetValue() function documentation doesn't match prototype.
GstControlSourceGetValueArray documentation, as a member of GstControlSource structure, doesn't return or fill a GstValueArray.
Comment 1 Aurélien Zanelli 2015-11-25 16:43:39 UTC
Created attachment 316256 [details] [review]
controlsource: fix GetValue and GetValueArray documentation
Comment 2 Tim-Philipp Müller 2016-01-08 18:36:46 UTC
Thanks for the patch!

commit 6b718776928395432d88e48df4b985724228d925
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Wed Nov 25 17:36:25 2015 +0100

    controlsource: fix GetValue and GetValueArray documentation
    
    GstControlSourceGetValue() value paramater is a gdouble, not a GValue
    and GstControlSourceGetValueArray doesn't return a GstValueArray but
    an array of double.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758668