Pad.queryPeerConvert

Queries the peer pad of a given sink pad to convert src_val in src_format to dest_format.

class Pad
int
queryPeerConvert

Parameters

srcFormat GstFormat

a GstFormat to convert from.

srcVal long

a value to convert.

destFormat GstFormat

a pointer to the GstFormat to convert to.

destVal long

a pointer to the result.

Return Value

Type: int

TRUE if the query could be performed.

Meta