GNOME Bugzilla – Bug 376996
[PATCH] Fully implement GstPropertyProbe interface
Last modified: 2007-02-04 10:23:56 UTC
Fully implement GstPropertyProbe interface
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.
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