Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c74 gboolean is_custom; member
98 if (impl->is_custom) { in notify_custom()
287 info->is_custom = TRUE; in gst_meta_register_custom()
310 return ((GstMetaInfoImpl *) info)->is_custom; in gst_meta_info_is_custom()
401 ((GstMetaInfoImpl *) info)->is_custom = FALSE; in gst_meta_register()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue2.c2465 gboolean is_custom = GST_EVENT_TYPE (item) < GST_EVENT_CUSTOM_UPSTREAM; in gst_queue2_locked_enqueue() local
2468 "%" GST_PTR_FORMAT, is_custom ? "Unexpected " : "", in gst_queue2_locked_enqueue()