Gst.Pad.prototype.peer_query_convert
function peer_query_convert(src_format:Gst.Format, src_val:Number, dest_format:Gst.Format):Boolean { // Gjs wrapper for gst_pad_peer_query_convert() }
Queries the peer pad of a given sink pad to convert src_val in src_format to dest_format.
- src_format
a Gst.Format to convert from.
- src_val
a value to convert.
- dest_format
the Gst.Format to convert to.
- Returns
TRUE if the query could be performed.