Commit b0cff5cf authored by Francois Cartegnie's avatar Francois Cartegnie

clock: input_clock_ConvertTS: add pcr/clock error message

parent 101def56
......@@ -417,6 +417,8 @@ int input_clock_ConvertTS( vlc_object_t *p_object, input_clock_t *cl,
if( !cl->b_has_reference )
{
vlc_mutex_unlock( &cl->lock );
vlc_Log(p_object, VLC_MSG_ERR, "clock",
"Timestamp conversion failed for %"PRId64": no reference clock", *pi_ts0);
*pi_ts0 = VLC_TS_INVALID;
if( pi_ts1 )
*pi_ts1 = VLC_TS_INVALID;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment