Home
last modified time | relevance | path

Searched refs:gst_toc_ref (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttocsetter.c146 ret = gst_toc_ref (data->toc); in gst_toc_setter_get_toc()
176 data->toc = (toc) ? gst_toc_ref (toc) : NULL; in gst_toc_setter_set_toc()
Dgsttoc.h164 #define gst_toc_ref(toc) (GstToc*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(toc)) macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer-types.c137 ret->toc = gst_toc_ref (info->toc); in gst_discoverer_info_copy_int()
451 ret->toc = gst_toc_ref (ptr->toc); in gst_discoverer_info_copy()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c807 toc = gst_toc_ref (wavenc->toc); in gst_wavenc_write_toc()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1798 toc = gst_toc_ref (flacparse->toc); in gst_flac_parse_src_event()