[gstreamer-bugs] [Bug 159366] Some additions to gst-python

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Nov 26 09:00:18 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=159366
GStreamer | gst-python | Ver: HEAD CVS





------- Additional Comments From soto at informatik.uni-kl.de  2004-11-26 12:00 -------
The issue with _wrap_gst_structure_set_value: Unfortunately, the set of Python
types is not as wide as the set of glib types. My issue, is that I generate DVD
events directly from Python. One particular event contains two GstClockTime
fields, which are represented in the structure as guint64 fields. There is no
way to achive the right values using pyg_type_from_object, and if the type
doesn't match exactly, elements down the pipeline (dvddemux) will complain.

I really tried to find a nicer solution, but it looks hard.

My proposal is to commit the patch now as is, and look for a better solution in
the near future.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list