mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dvbsrc: fix nit on warning message
This commit is contained in:
parent
5f00de4601
commit
9fd3014a40
1 changed files with 1 additions and 1 deletions
|
@ -1849,7 +1849,7 @@ gst_dvbsrc_set_fe_params (GstDvbSrc * object, struct dtv_properties *props)
|
|||
/* DTV_TONE not yet implemented
|
||||
* set_prop (fe_props_array, &n, DTV_TONE, object->tone) */
|
||||
if (ioctl (object->fd_frontend, FE_SET_TONE, object->tone) < 0) {
|
||||
GST_WARNING_OBJECT (object, "Could'nt set tone: %s",
|
||||
GST_WARNING_OBJECT (object, "Couldn't set tone: %s",
|
||||
g_strerror (errno));
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue