dvbsrc: add missing FEC rates
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 19 Sep 2014 21:59:01 +0000 (18:59 -0300)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sun, 21 Sep 2014 17:37:30 +0000 (14:37 -0300)
Order of the enum values (new rates after _AUTO)
has been kept congruent with the one in the v4l
API for consistency.

sys/dvb/gstdvbsrc.c

index 8cd5dac..a25d777 100644 (file)
@@ -282,6 +282,9 @@ gst_dvbsrc_code_rate_get_type (void)
     {FEC_7_8, "7/8", "7/8"},
     {FEC_8_9, "8/9", "8/9"},
     {FEC_AUTO, "AUTO", "auto"},
+    {FEC_3_5, "3/5", "3/5"},
+    {FEC_9_10, "9/10", "9/10"},
+    {FEC_2_5, "2/5", "2/5"},
     {0, NULL, NULL},
   };