Skip to content

Add extra-caps-properties to GstShmdataSink element

Francis Lecavalier requested to merge feat/SWIT-798 into develop

Add a new extra-caps-properties property to the GstShmdataSink Gstreamer element.

This property accepts GstCaps properties represented as a string of 'key=value' pairs, separated by commas. These extra caps properties will be appended to the negotiated caps received by the GstShmdataSink. If extra-caps-properties is NULL, it is not appended to the caps.

If a property listed in extra-caps-prpoerties is already present in the negotiated caps, the value defined in èxtra-caps-property` will overwrite the negotiated one.

Edited by Francis Lecavalier

Merge request reports