Module gstreamer_base::functions
source · Functions§
- Tries to find what type of data is flowing from the given source
gst::Pad
. - Tries to find what type of data is contained in the given
gst::Buffer
, the assumption being that the buffer represents the beginning of the stream or file. - Tries to find if type of media contained in the given
gst::Buffer
, matchescaps
specified, assumption being that the buffer represents the beginning of the stream or file. - Tries to find what type of data is contained in the given
gst::Buffer
, the assumption being that the buffer represents the beginning of the stream or file. - Tries to find what type of data is contained in the given
data
, the assumption being that the data represents the beginning of the stream or file. - Tries to find if type of media contained in the given
data
, matches thecaps
specified, assumption being that the data represents the beginning of the stream or file. - Tries to find what type of data is contained in the given
data
, the assumption being that the data represents the beginning of the stream or file. - Tries to find the best
gst::Caps
associated withextension
. - Tries to find the best
GstTypeFindFactory
associated withcaps
.