Skip to content

paramspecs: Add a GParamSpecFlag to indicate the property might not always exists

Seungha Yang requested to merge seungha.yang/gstreamer:new-param-spec into master

Add new flag for users to notice that the property is not guaranteed to exist depending on environment.

Fixes: #442 (closed)

Merge request reports