Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpchunkstream.c689 GstRtmpChunkStreams *cstreams; in gst_rtmp_chunk_streams_new() local
693 cstreams = g_slice_new (GstRtmpChunkStreams); in gst_rtmp_chunk_streams_new()
694 cstreams->array = g_array_new (FALSE, TRUE, sizeof (GstRtmpChunkStream)); in gst_rtmp_chunk_streams_new()
695 g_array_set_clear_func (cstreams->array, in gst_rtmp_chunk_streams_new()
697 return cstreams; in gst_rtmp_chunk_streams_new()
703 GstRtmpChunkStreams *cstreams = ptr; in gst_rtmp_chunk_streams_free() local
704 g_clear_pointer (&cstreams->array, g_array_unref); in gst_rtmp_chunk_streams_free()
705 g_slice_free (GstRtmpChunkStreams, cstreams); in gst_rtmp_chunk_streams_free()
709 gst_rtmp_chunk_streams_get (GstRtmpChunkStreams * cstreams, guint32 id) in gst_rtmp_chunk_streams_get() argument
715 g_return_val_if_fail (cstreams, NULL); in gst_rtmp_chunk_streams_get()
[all …]
Drtmpchunkstream.h55 gst_rtmp_chunk_streams_get (GstRtmpChunkStreams * cstreams, guint32 id);