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 639883 - Problem in the proxy_getcaps() definition
Problem in the proxy_getcaps() definition
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
0.11.x
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-18 19:43 UTC by Giulio Paci
Modified: 2011-07-05 07:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giulio Paci 2011-01-18 19:43:43 UTC
The method of the class Pad is defined as:
public Gst.Caps proxy_getcaps (Gst.Pad pad);
instead of:
public Gst.Caps proxy_getcaps ();
in the gstreamer-0.10.vapi file shipped with both 0.10.x and 0.11.x versions of vala.
Comment 1 Luca Bruno 2011-07-05 07:42:21 UTC
commit 7f7eefa79a5bcc8ac3a1285abb7bdb97fcba5739
Author: Luca Bruno <lucabru@src.gnome.org>
Date:   Tue Jul 5 09:19:47 2011 +0200

    gstreamer-0.10: Fix Pad.get_fixed_caps_func and get_proxy_(get/set)caps
    
    Fixes bug 639883.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.