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;
|
||||
break;
|
||||
default:
|
||||
GST_FIXME ("No modulation sanity checks implemented for this delivery "
|
||||
"system");
|
||||
GST_FIXME ("No modulation sanity-checks implemented for delivery "
|
||||
"system: '%d'", delsys);
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user