Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c2341 GstSample *cover_sample = NULL; in get_cover_sample() local
2343 gst_tag_list_get_sample (tags, GST_TAG_IMAGE, &cover_sample); in get_cover_sample()
2344 if (!cover_sample) in get_cover_sample()
2345 gst_tag_list_get_sample (tags, GST_TAG_PREVIEW_IMAGE, &cover_sample); in get_cover_sample()
2347 return cover_sample; in get_cover_sample()