codecs: h265decoder: Consider the conformance window changes when new_sequence().
authorHe Junyan <junyan.he@intel.com>
Wed, 9 Jun 2021 07:16:39 +0000 (15:16 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 1 Jul 2021 14:39:53 +0000 (14:39 +0000)
commit5d96e9e7bd28e3fe1d08e0f013aa778961c30209
tree4f5d3db57fceb651119c46e630601a86682a767c
parentb5b13a6f5c6f7e878c7b86a953694c8033c09c01
codecs: h265decoder: Consider the conformance window changes when new_sequence().

The change of conformance_window_flag and crop windows size also has impact on the
output resolution and caps. So it deserves a trigger of new_sequence() to notify
the sub class to update caps and pool.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2312>
gst-libs/gst/codecs/gsth265decoder.c