Module functions
SourceFunctions§
- type_
find_ helper - Tries to find what type of data is flowing from the given source
gst::Pad. - type_
find_ helper_ for_ buffer - 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. - type_
find_ helper_ for_ buffer_ with_ caps - Tries to find if type of media contained in the given
gst::Buffer, matchescapsspecified, assumption being that the buffer represents the beginning of the stream or file. - type_
find_ helper_ for_ buffer_ with_ extension - 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. - type_
find_ helper_ for_ data - 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. - type_
find_ helper_ for_ data_ with_ caps - Tries to find if type of media contained in the given
data, matches thecapsspecified, assumption being that the data represents the beginning of the stream or file. - type_
find_ helper_ for_ data_ with_ extension - 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. - type_
find_ helper_ for_ extension - Tries to find the best
gst::Capsassociated withextension. - type_
find_ list_ factories_ for_ caps - Tries to find the best
GstTypeFindFactoryassociated withcaps.