h264parse: Drop filler data
authorEdward Hervey <edward@centricular.com>
Wed, 29 Jun 2016 16:36:56 +0000 (18:36 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 30 Jun 2016 08:32:01 +0000 (10:32 +0200)
commitc19d1b46c36ee0e8f8cfcb03b026e8997d70c1c4
tree775d67b4e484b80cf2a685e28766fe6d58760702
parent11a73629934d0b101874e2670e1913b3c9bad28b
h264parse: Drop filler data

When skipping data, check if they are filler bytes. If so, drop the
data instead of skipping. We don't want to output filler bytes, but they
shouldn't cause a discontinuity.

https://bugzilla.gnome.org/show_bug.cgi?id=768125
gst/videoparsers/gsth264parse.c