[Bug 780053] rawvideoparse: Stride/Offset no longer usable from gst-launch

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 24 17:42:46 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=780053

--- Comment #16 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Ok, we now have the workaround, and proper Python overrides. That means in
python you simply do:

  element.plane_strides = Gst.ValueArray([640,320,320])

Or
  list = element.set_property("plane-strides", Gst.ValueArray([640,320,320])

Note that the API is slightly asymmetric, since read element.plane_strides will
give you a python list directly. The Gst.ValueArray and Gst.ValueList are like
C cast here. Let me know if you find any issues.

-- 
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