Module functions

Source

Functions§

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, matches caps specified, 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 the caps specified, 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::Caps associated with extension.
type_find_list_factories_for_caps
Tries to find the best GstTypeFindFactory associated with caps.