BaseParse.convertDefault

Default implementation of #GstBaseParseClass::convert.

class BaseParse
bool
convertDefault

Parameters

srcFormat gst.types.Format

#GstFormat describing the source format.

srcValue long

Source value to be converted.

destFormat gst.types.Format

#GstFormat defining the converted format.

destValue long

Pointer where the conversion result will be put.

Return Value

Type: bool

true if conversion was successful.