Home
last modified time | relevance | path

Searched refs:gst_value_get_sample (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsample.h188 #define gst_value_get_sample(v) GST_SAMPLE_CAST (g_value_get_boxed(v)) macro
Dgstvalue.c3332 GstBuffer *buf1 = gst_sample_get_buffer (gst_value_get_sample (value1)); in gst_value_compare_sample()
3333 GstBuffer *buf2 = gst_sample_get_buffer (gst_value_get_sample (value2)); in gst_value_compare_sample()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Did3demux.c246 sample = gst_value_get_sample (val); in check_unsync_v24()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstvorbistag.c575 sample = gst_value_get_sample (image_value); in gst_tag_to_metadata_block_picture()
Dgstexiftag.c943 sample = gst_value_get_sample (value); in write_exif_undefined_tag_from_taglist()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c161 GstSample *sample = gst_value_get_sample (&val); in print_tag_foreach()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c566 sample = gst_value_get_sample (value); in capture_bus_cb()
954 sample = gst_value_get_sample (value); in wait_for_element_message()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c1391 sample = gst_value_get_sample (&value); in gst_qt_mux_add_mp4_cover()