Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c1907 GstStructure *toc_struct; in gst_event_new_toc() local
1921 toc_struct = gst_structure_new_id (id, in gst_event_new_toc()
1925 return gst_event_new_custom (GST_EVENT_TOC, toc_struct); in gst_event_new_toc()
Dgstmessage.c2449 GstStructure *toc_struct; in gst_message_new_toc() local
2453 toc_struct = gst_structure_new_id (GST_QUARK (MESSAGE_TOC), in gst_message_new_toc()
2457 return gst_message_new_custom (GST_MESSAGE_TOC, src, toc_struct); in gst_message_new_toc()