[Bug 736896] [REGRESSION] pygobject 3.13 now copies the GstStructure when getting them from a GstCaps, making it impossible to properly modify structures from caps in place.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 16 08:34:58 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=736896
John Slade <john at jtes.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |john at jtes.net
--- Comment #20 from John Slade <john at jtes.net> ---
@Thibault I have tested your gst-python patches
http://cgit.collabora.com/git/user/tsaunier/gst-python/ under Fedora 21 and it
fixes the issue Will is describing in #13.
Can this patch get into the next version of gst-python?
With your patch:
>>> from gi.repository import Gst
>>> Gst.init()
[]
>>> s = Gst.Sample.new(Gst.Buffer.new_wrapped("Hello"))
>>> s.get_buffer().mini_object.is_writable()
True
>>> buf = s.get_buffer()
>>> buf.mini_object.is_writable()
True
--
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