From 55b2dcc1215cdb345277f1979fdbbe143db16a6d Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 15 Feb 2025 20:17:59 +0900 Subject: [PATCH] h264picture: Export private method symbols That method will be used by plugin Part-of: --- .../gst-libs/gst/codecs/gsth264picture-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264picture-private.h b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264picture-private.h index 06010c6a4e..fe427a6d0e 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264picture-private.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecs/gsth264picture-private.h @@ -23,8 +23,10 @@ G_BEGIN_DECLS +GST_CODECS_API gint32 gst_h264_dpb_get_last_output_poc (GstH264Dpb * dpb); +GST_CODECS_API void gst_h264_picture_set_reference (GstH264Picture * picture, GstH264PictureReference reference, gboolean other_field);