return p.second.ttvd_decoded_frame.get() == ptr;
});
if (output_it == decoding_results_.end()) {
- // As |decoding_results_| might be the only owner of |TTvdDecodedFrame|,
- // reaching this fragment means we have some bug with lifetime.
- TIZEN_MEDIA_LOG(ERROR)
+ // It might be already removed by |Reset|.
+ TIZEN_MEDIA_LOG(VERBOSE)
<< "Cannot find frame to render in collection, timestamp: "
<< ttvd_decoded_frame->Timestamp();
return;
return p.second.ttvd_decoded_frame.get() == ptr;
});
if (output_it == decoding_results_.end()) {
- // As |decoding_results_| might be the only owner of |TTvdDecodedFrame|,
- // reaching this fragment means we have some bug with lifetime.
- TIZEN_MEDIA_LOG(ERROR)
+ // It might be already removed by |Reset|.
+ TIZEN_MEDIA_LOG(VERBOSE)
<< "Cannot find released frame in collection, timestamp: "
<< ttvd_decoded_frame->Timestamp();
return;