Module: Gst::SerializeFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No special flags specified.

0 or :none
BACKWARD_COMPAT =

Serialize using the old format for nested structures.

1 or :backward_compat
STRICT =

Serialization fails if a value cannot be serialized instead of using placeholder "NULL" value (e.g. pointers, objects).

2 or :strict