mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +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;
|
||||
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…
Reference in a new issue