Searched refs:cstreams (Results 1 – 2 of 2) sorted by relevance
689 GstRtmpChunkStreams *cstreams; in gst_rtmp_chunk_streams_new() local693 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() local704 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() argument715 g_return_val_if_fail (cstreams, NULL); in gst_rtmp_chunk_streams_get()[all …]
55 gst_rtmp_chunk_streams_get (GstRtmpChunkStreams * cstreams, guint32 id);