[gstreamer-bugs] [Bug 313138] New: Need to update constructors to use properties
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Wed Aug 10 10:07:04 PDT 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=313138
GStreamer | gst-python | Ver: 0.8.x
Summary: Need to update constructors to use properties
Product: GStreamer
Version: 0.8.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: gjc at inescporto.pt
QAContact: johan at gnome.org
CC: all-bugs at bugzilla.gnome.org
See
http://live.gnome.org/PyGTK_2fWhatsNew28#head-e93053687b057666c18d5db81686c4da30039bd5
Here's how to fix gst.Bin, for example:
Index: gst/gst.defs
===================================================================
RCS file: /cvs/gstreamer/gst-python/gst/gst.defs,v
retrieving revision 1.25.2.5
diff -u -p -d -r1.25.2.5 gst.defs
--- gst/gst.defs 3 Aug 2005 13:12:38 -0000 1.25.2.5
+++ gst/gst.defs 10 Aug 2005 17:00:27 -0000
@@ -70,8 +70,8 @@
(c-name "gst_bin_new")
(is-constructor-of "GstBin")
(return-type "GstElement*")
- (parameters
- '("const-gchar*" "name" (null-ok) (default "NULL"))
+ (properties
+ '("name" (optional))
)
)
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list