diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-12-12 17:05:53 -0800 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-12-22 13:06:21 -0800 |
commit | 6c0d9ecc358882e961b0d4b28e435486ce2c2b52 (patch) | |
tree | f4784c9dce44ddeb186d71c3ea511c1e5429b0bc /sys/dvb | |
parent | 998c8ce246d10c27ec487e466684e9b477079343 (diff) | |
download | gstreamer-plugins-bad-6c0d9ecc358882e961b0d4b28e435486ce2c2b52.tar.gz |
dvbsrc: add DTV_STREAM_ID to the >= v8 (minor) group
Drop redundant comment while at it.
Diffstat (limited to 'sys/dvb')
-rw-r--r-- | sys/dvb/gstdvbsrc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index 565328fb6..3a5f682a2 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -63,6 +63,7 @@ * DTV_ISDBS_TS_ID_LEGACY (was DVB_ISDBS_TS_ID) * DTV_DVBT2_PLP_ID_LEGACY (was DVB_DVBT2_PLP_ID) * NO_STREAM_ID_FILTER + * DTV_STREAM_ID * INTERLEAVING_AUTO * * Minor 7 (DTMB Support) @@ -116,12 +117,10 @@ #define SYS_DVBC_ANNEX_A SYS_DVBC_ANNEX_AC #endif -/* NO_STREAM_ID_FILTER introduced in minor 8 */ +/* NO_STREAM_ID_FILTER & DTV_STREAMID introduced in minor 8 */ #ifndef NO_STREAM_ID_FILTER #define NO_STREAM_ID_FILTER (~0U) #endif - -/* DTV_STREAM_ID introduced in minor 8 (redefine) */ #ifndef DTV_STREAM_ID #define DTV_STREAM_ID DTV_ISDBS_TS_ID #endif |