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 687466 - audiobasesink: use the same type as the internal type to return it
audiobasesink: use the same type as the internal type to return it
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-02 16:46 UTC by Miguel Angel Cabrera Moya
Modified: 2012-11-02 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (908 bytes, patch)
2012-11-02 16:48 UTC, Miguel Angel Cabrera Moya
committed Details | Review

Description Miguel Angel Cabrera Moya 2012-11-02 16:46:20 UTC
GstClockTime has type guint64 but it is used gint64
Comment 1 Miguel Angel Cabrera Moya 2012-11-02 16:48:04 UTC
Created attachment 227912 [details] [review]
proposed fix
Comment 2 Tim-Philipp Müller 2012-11-02 19:53:22 UTC
Fixed up the g_return_if_fail return value as well, while at it.


commit 244fdcc69a71c8d70f0bb017e267355b27d6f9e7
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Fri Nov 2 17:46:58 2012 +0100

    audiobasesink: use the same type as the internal type to return it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687466