gsth254picture: move internal API to private header

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4288>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-03-29 09:20:52 +02:00
parent 57e0bdb356
commit e5c38003b8
2 changed files with 4 additions and 5 deletions

View file

@ -25,4 +25,8 @@ G_BEGIN_DECLS
gint32 gst_h264_dpb_get_last_output_poc (GstH264Dpb * dpb);
void gst_h264_picture_set_reference (GstH264Picture * picture,
GstH264PictureReference reference,
gboolean other_field);
G_END_DECLS

View file

@ -324,11 +324,6 @@ gboolean gst_h264_dpb_perform_memory_management_control_operation (GstH2
GstH264RefPicMarking *ref_pic_marking,
GstH264Picture * picture);
/* Internal methods */
void gst_h264_picture_set_reference (GstH264Picture * picture,
GstH264PictureReference reference,
gboolean other_field);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstH264Picture, gst_h264_picture_unref)
G_END_DECLS