codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCodecFrame
authorSeungha Yang <seungha@centricular.com>
Mon, 20 Jul 2020 08:45:12 +0000 (17:45 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 21 Jul 2020 08:18:42 +0000 (17:18 +0900)
commit7a024a740fe5fe49e72f52d32c3759a310dde299
tree7c9acba254b33d0fd88212fab3774ced38234e30
parent37aeb91d54baddd7dbad7cb4832cb17584bf09e9
codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCodecFrame

The lifecycle of GstH264Picture is being managed by our DPB
implementation. If it's still required, subclass can do that
by itself in the new_picture() method.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1449>
gst-libs/gst/codecs/gsth264decoder.c
gst-libs/gst/codecs/gsth264decoder.h
sys/d3d11/gstd3d11h264dec.c
sys/nvcodec/gstnvh264dec.c
sys/v4l2codecs/gstv4l2codech264dec.c
sys/va/gstvah264dec.c