GNOME Bugzilla – Bug 410838
gst-python doesn't handle gst.Buffers in GValues (e.g. in caps)
Last modified: 2007-02-22 16:14:59 UTC
If you want to set (or, presumably, look at) GstBuffer objects in GValues, it doesn't work. Attaching a patch to fix this.
Created attachment 83108 [details] [review] Add handling of buffers in gvalues
Looks fine by me.
Committed, thanks for reviewing. * gst/pygstvalue.c: (pygst_value_as_pyobject), (pygst_value_init_for_pyobject), (pygst_value_from_pyobject): Implement gst.Buffer support in GValues (e.g. for caps containing buffers)