Home
last modified time | relevance | path

Searched refs:gst_sample_get_info (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsample.h70 const GstStructure * gst_sample_get_info (GstSample *sample);
Dgstsample.c241 gst_sample_get_info (GstSample * sample) in gst_sample_get_info() function
Dgstvalue.c3386 info_structure = gst_sample_get_info (sample); in gst_value_serialize_sample()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux-util.c319 gst_structure_get_string (gst_sample_get_info (priv_data), "owner"))) in gst_hlsdemux_tsreader_find_pcrs_id3()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c484 structure = gst_sample_get_info (sample); in add_private_data_tag()
776 info_struct = gst_sample_get_info (sample); in add_image_tag()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c297 info = gst_sample_get_info (sample); in test_taglib_id3mux_check_tags()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstvorbistag.c596 info_struct = gst_sample_get_info (sample); in gst_tag_to_metadata_block_picture()
/third_party/gstreamer/gstplugins_bad/ext/colormanagement/
Dgstlcms.c666 structure = gst_sample_get_info (sample); in gst_lcms_handle_tag_sample()
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc447 info_struct = gst_sample_get_info (sample); in add_image_tag()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c635 structure = gst_sample_get_info (sample); in gst_flac_enc_set_metadata()
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c1576 structure = gst_sample_get_info (sample); in gst_ass_render_handle_tag_sample()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c733 s = gst_sample_get_info (sample); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3893 fail_unless (gst_structure_is_equal (gst_sample_get_info (samp), in GST_START_TEST()
3894 gst_sample_get_info (samp2))); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c887 info = gst_structure_copy (gst_sample_get_info (tagsample)); in gst_matroska_read_common_parse_attached_file()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c1861 if (buf && (s = gst_sample_get_info (sample))) { in gst_qt_mux_add_metadata_tags()