Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.c113 #undef gst_toc_copy
114 static GstToc *gst_toc_copy (const GstToc * toc);
146 (GstMiniObjectCopyFunction) gst_toc_copy, NULL, in gst_toc_new()
457 gst_toc_copy (const GstToc * toc) in gst_toc_copy() function
Dgsttoc.h166 #define gst_toc_copy(toc) (GstToc*)gst_mini_object_copy(GST_MINI_OBJECT_CAST(toc)) macro
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c241 test_toc = gst_toc_copy (toc); in GST_START_TEST()