type_find_helper


Description:

[ CCode ( cname = "gst_type_find_helper" ) ]
public Caps? type_find_helper (Pad src, uint64 size)

Tries to find what type of data is flowing from the given source Pad.

Free-function: gst_caps_unref

Parameters:

src

A source Pad

size

The length in bytes

Returns:

the Caps corresponding to the data stream. Returns null if no Caps matches the data stream.


Namespace: Gst.Base