mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue