dvbsrc: add delivery system to missing modulation check message
A tuning operation can spawn multiple checks. Being able to differentiate between them makes debugging easier.
This commit is contained in:
parent
a8d3f4d785
commit
9d94b15310
@ -2113,8 +2113,8 @@ gst_dvbsrc_is_valid_modulation (guint delsys, guint mod)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
GST_FIXME ("No modulation sanity checks implemented for this delivery "
|
GST_FIXME ("No modulation sanity-checks implemented for delivery "
|
||||||
"system");
|
"system: '%d'", delsys);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user