Skip to content

Fix parsing of ATSC AFD and bar data

  • videoparsers: Give gstvideoparseutils.c a debug category
    It was using default.
  • videoparsers: Fix parsing of ATSC AFD data
    The test for 0x40 being set is repeated by gst_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.

Merge request reports