Skip to content

gststructure: Add gst_structure_get_flags method

Seungha Yang requested to merge seungha.yang/gstreamer:struct-flags into main

We don't prevent setting G_TYPE_FLAGS on GstStructure but no helper method for getting the value. Add a method similar to gst_structure_get_enum()

Merge request reports