dvbsrc: correctly capitalize DiSEqC
This commit is contained in:
parent
2879abd4f9
commit
e9cb4c58ab
@ -2378,7 +2378,7 @@ gst_dvbsrc_set_fe_params (GstDvbSrc * object, struct dtv_properties *props)
|
|||||||
g_strerror (errno));
|
g_strerror (errno));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
GST_DEBUG_OBJECT (object, "Sending DISEqC");
|
GST_DEBUG_OBJECT (object, "Sending DiSEqC");
|
||||||
diseqc (object->fd_frontend, object->diseqc_src, voltage, object->tone);
|
diseqc (object->fd_frontend, object->diseqc_src, voltage, object->tone);
|
||||||
/* Once DiSEqC source is set, do not set it again until
|
/* Once DiSEqC source is set, do not set it again until
|
||||||
* app decides to change it
|
* app decides to change it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user