Lines Matching refs:init_file
148 if (self->init_file) in gst_m3u8_media_file_unref()
149 gst_m3u8_init_file_unref (self->init_file); in gst_m3u8_media_file_unref()
595 file->init_file = gst_m3u8_init_file_ref (last_init_file); in gst_m3u8_update()
736 GstM3U8InitFile *init_file; in gst_m3u8_update() local
737 init_file = gst_m3u8_init_file_new (header_uri); in gst_m3u8_update()
740 init_file->size = size; in gst_m3u8_update()
742 init_file->offset = offset; in gst_m3u8_update()
744 init_file->offset = 0; in gst_m3u8_update()
746 init_file->size = -1; in gst_m3u8_update()
747 init_file->offset = 0; in gst_m3u8_update()
752 last_init_file = init_file; in gst_m3u8_update()