Fix parsing of ATSC AFD and bar data
-
videoparsers: Give gstvideoparseutils.c a debug category
It was usingdefault
. -
videoparsers: Fix parsing of ATSC AFD data
The test for 0x40 being set is repeated bygst_video_parse_utils_parse_afd
, which also extracts the low nibble again, so we must not clear it here. -
videoparsers: Fix parsing ATSC bar data
It rejected the case of all bars being disabled.