Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmoovrecover.c152 gst_qt_moov_recover_init (GstQTMoovRecover * qtmr) in gst_qt_moov_recover_init() argument
170 GstQTMoovRecover *qtmr = GST_QT_MOOV_RECOVER_CAST (data); in gst_qt_moov_recover_run() local
174 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 …]