mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gsth254picture: move internal API to private header
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4288>
This commit is contained in:
parent
57e0bdb356
commit
e5c38003b8
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue