pass properties to gst_caps_from_string()

Sebastian Dröge sebastian at centricular.com
Mon Jun 24 05:28:29 UTC 2019


On Fri, 2019-06-21 at 02:53 -0500, kilamski wrote:
> I can pass "capabilities" such as width, height or framerate to
> gst_caps_from_string() but no element "properties" such as quality

Caps and properties are not the same. You can't pass properties via
caps.

Caps only describe the concrete media format, independent of any
elements. Properties are configuration of a specific element.

gst_video_convert_sample() does not allow configuring element
properties for the encoder currently. Can you create a feature request
issue for that in GitLab?

-- 
Sebastian Dröge, Centricular Ltd · https://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190624/3c74929f/attachment.sig>


More information about the gstreamer-devel mailing list