Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgsttoc.c116 #undef gst_toc_entry_copy
117 static GstTocEntry *gst_toc_entry_copy (const GstTocEntry * toc);
275 (GstMiniObjectCopyFunction) gst_toc_entry_copy, NULL, in gst_toc_entry_new_internal()
407 g_queue_push_tail (&new_entries, gst_toc_entry_copy (l->data)); in gst_toc_deep_copy_toc_entries()
423 gst_toc_entry_copy (const GstTocEntry * entry) in gst_toc_entry_copy() function
H A Dgsttoc.h176 #define gst_toc_entry_copy(entry) (GstTocEntry*)gst_mini_object_copy(GST_MINI_OBJECT_CAST… macro