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 376996 - [PATCH] Fully implement GstPropertyProbe interface
[PATCH] Fully implement GstPropertyProbe interface
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: Johan (not receiving bugmail) Dahlin
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-19 13:28 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2007-02-04 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (5.48 KB, patch)
2006-11-19 13:31 UTC, Johan (not receiving bugmail) Dahlin
committed Details | Review

Description Johan (not receiving bugmail) Dahlin 2006-11-19 13:28:52 UTC
Fully implement GstPropertyProbe interface
Comment 1 Johan (not receiving bugmail) Dahlin 2006-11-19 13:31:31 UTC
Created attachment 76843 [details] [review]
patch

Implements probe_get_property, probe_get_properties and probe_get_values_name.
Also adds test which depends uses alsasrc.

I renamed the methods to avoid conflicts with GObject methods (current and future) and for consistency.
Comment 2 Edward Hervey 2007-02-04 10:23:56 UTC
2007-02-04  Johan Dahlin  <johan@gnome.org>

	reviewed by: Edward Hervey  <edward@fluendo.com>

	* gst/interfaces.defs:
	* gst/interfaces.override:
	* testsuite/test_interface.py:
	Fully implement GstPropertyProbe interface, with unit test.
	Fixes #376996