dvbsrc: fix value for DVB-C annex B field in adapter structure

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-05 15:53:10 -08:00
parent af706826a6
commit 43aa0462f4

View file

@ -1643,7 +1643,7 @@ gst_dvbsrc_open_frontend (GstDvbSrc * object, gboolean writable)
object->supported_delsys = g_list_append (object->supported_delsys,
GINT_TO_POINTER (SYS_DVBC_ANNEX_B));
gst_structure_set (adapter_structure, "dvb-c-b", G_TYPE_STRING,
"DVB-C ANNEX C", NULL);
"DVB-C ANNEX B", NULL);
}
if (gst_dvbsrc_check_delsys (&dvb_prop[0], SYS_DVBT)) {