Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h294 FILE *moov_recov_file; member
Dgstqtmux.c780 if (qtmux->moov_recov_file) { in gst_qt_mux_reset()
781 fclose (qtmux->moov_recov_file); in gst_qt_mux_reset()
782 qtmux->moov_recov_file = NULL; in gst_qt_mux_reset()
2592 qtmux->moov_recov_file = g_fopen (qtmux->moov_recov_file_path, "wb+"); in gst_qt_mux_prepare_moov_recovery()
2593 if (qtmux->moov_recov_file == NULL) { in gst_qt_mux_prepare_moov_recovery()
2601 if (!atoms_recov_write_headers (qtmux->moov_recov_file, ftyp, prefix, in gst_qt_mux_prepare_moov_recovery()
2615 fail = atoms_recov_write_trak_info (qtmux->moov_recov_file, qpad->trak); in gst_qt_mux_prepare_moov_recovery()
2627 fclose (qtmux->moov_recov_file); in gst_qt_mux_prepare_moov_recovery()
2628 qtmux->moov_recov_file = NULL; in gst_qt_mux_prepare_moov_recovery()
4897 if (qtmux->moov_recov_file) { in gst_qt_mux_register_and_push_sample()
[all …]