[gstreamer-bugs] [Bug 634974] New: gst-python: gst.Bin has inconsistent bindings for gst_bin_iterate_{sources, sinks, elements}
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 16 01:47:28 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=634974
GStreamer | gst-python | git
Summary: gst-python: gst.Bin has inconsistent bindings for
gst_bin_iterate_{sources,sinks,elements}
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: lsinger at caltech.edu
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=174593)
--> (https://bugzilla.gnome.org/attachment.cgi?id=174593)
proposed patch
The attached patch improves the consistency of the Python bindings for GstBin's
methods.
GstBin has the following methods:
gst_bin_iterate_sources
gst_bin_iterate_sinks
gst_bin_iterate_elements
but gst.Bin has the following methods:
gst.Bin.iterate_sources
gst.Bin.sinks
gst.bin.elements
This patch renames gst.Bin.iterate_sources to gst.Bin.sources.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list