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
, matchescaps
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 thecaps
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 withextension
. - type_
find_ list_ factories_ for_ caps - Tries to find the best
GstTypeFindFactory
associated withcaps
.