[Bug 780053] rawvideoparse: Stride/Offset no longer usable from gst-launch
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Mar 15 21:31:27 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=780053
--- Comment #6 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 348037
--> https://bugzilla.gnome.org/attachment.cgi?id=348037&action=edit
rawvideoparse: Use GstValueArray for strides and offsets
This allow using those property through gst-launch-1.0. This type
gained a deserilizer recently. The syntax is: <val1, val2, ...>.
Note that we also use the type int instead of uint to avoid having
to cast when specifying the values. The deserilizers assume
int by default.
--
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