Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c1991 GstStructure *toc_struct; in gst_event_new_toc() local
2005 toc_struct = gst_structure_new_id (id, in gst_event_new_toc()
2009 return gst_event_new_custom (GST_EVENT_TOC, toc_struct); in gst_event_new_toc()
Dgstmessage.c2490 GstStructure *toc_struct; in gst_message_new_toc() local
2494 toc_struct = gst_structure_new_id (GST_QUARK (MESSAGE_TOC), in gst_message_new_toc()
2498 return gst_message_new_custom (GST_MESSAGE_TOC, src, toc_struct); in gst_message_new_toc()