h265parse: Handle interlaced video
authorZeeshan Ali <zeenix@collabora.co.uk>
Wed, 13 Jun 2018 14:33:21 +0000 (16:33 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 31 Mar 2020 14:13:30 +0000 (14:13 +0000)
commit51bc67d4efc57fad2963390b46fe1116b46caeb9
tree852c1ed38d762fb0fbb381a28d53dc2b9109b134
parent7b8c071f9c4a675f6b53e373c346d9e1f866f818
h265parse: Handle interlaced video

For interlaced video:
* set the interlace mode in the src caps
* double the height from SPS in the caps.
* set field latency, instead of frame latency.

Fix #778
gst/videoparsers/gsth265parse.c