Converts among various Format types.
This function handles GST_FORMAT_BYTES, GST_FORMAT_TIME, and GST_FORMAT_DEFAULT. For raw video, GST_FORMAT_DEFAULT corresponds to video frames. This function can be used to handle pad queries of the type GST_QUERY_CONVERT.
| this |
a Info |
| src_format |
Format of the |
| src_value |
value to convert |
| dest_format |
Format of the |
| dest_value |
pointer to destination value |
|
TRUE if the conversion was successful. |