Searched refs:qtmr (Results 1 – 1 of 1) sorted by relevance
152 gst_qt_moov_recover_init (GstQTMoovRecover * qtmr) in gst_qt_moov_recover_init() argument170 GstQTMoovRecover *qtmr = GST_QT_MOOV_RECOVER_CAST (data); in gst_qt_moov_recover_run() local174 GST_LOG_OBJECT (qtmr, "Starting task"); in gst_qt_moov_recover_run()176 GST_DEBUG_OBJECT (qtmr, "Validating properties"); in gst_qt_moov_recover_run()177 GST_OBJECT_LOCK (qtmr); in gst_qt_moov_recover_run()179 if (qtmr->broken_input == NULL) { in gst_qt_moov_recover_run()180 GST_OBJECT_UNLOCK (qtmr); in gst_qt_moov_recover_run()181 GST_ELEMENT_ERROR (qtmr, RESOURCE, SETTINGS, in gst_qt_moov_recover_run()185 if (qtmr->recovery_input == NULL) { in gst_qt_moov_recover_run()186 GST_OBJECT_UNLOCK (qtmr); in gst_qt_moov_recover_run()[all …]