codecs: fix gir generation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1218>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-04-26 13:47:27 +02:00
parent 4d585c64d1
commit 851557af20
3 changed files with 15 additions and 9 deletions

View file

@ -110,7 +110,7 @@ struct _GstH264Dpb
};
/**
* gst_h264_dpb_new:
* gst_h264_dpb_new: (skip)
*
* Create new #GstH264Dpb
*
@ -401,7 +401,8 @@ gst_h264_dpb_get_lowest_frame_num_short_ref (GstH264Dpb * dpb)
/**
* gst_h264_dpb_get_pictures_not_outputted:
* @dpb: a #GstH264Dpb
* @out: (out) (transfer full): a list of #GstH264Picture
* @out: (out) (element-type GstH264Picture) (transfer full): a list
* of #GstH264Picture
*
* Retrieve all not-outputted pictures from @dpb
*/
@ -425,7 +426,8 @@ gst_h264_dpb_get_pictures_not_outputted (GstH264Dpb * dpb, GList ** out)
/**
* gst_h264_dpb_get_pictures_short_term_ref:
* @dpb: a #GstH264Dpb
* @out: (out) (transfer full): a list of #GstH264Picture
* @out: (out) (element-type GstH264Picture) (transfer full): a list
* of #GstH264Picture
*
* Retrieve all short-term reference pictures from @dpb
*/
@ -449,7 +451,8 @@ gst_h264_dpb_get_pictures_short_term_ref (GstH264Dpb * dpb, GList ** out)
/**
* gst_h264_dpb_get_pictures_long_term_ref:
* @dpb: a #GstH264Dpb
* @out: (out) (transfer full): a list of #GstH264Picture
* @out: (out) (element-type GstH264Picture) (transfer full): a list
* of #GstH264Picture
*
* Retrieve all long-term reference pictures from @dpb
*/
@ -474,7 +477,8 @@ gst_h264_dpb_get_pictures_long_term_ref (GstH264Dpb * dpb, GList ** out)
* gst_h264_dpb_get_pictures_all:
* @dpb: a #GstH264Dpb
*
* Return: (transfer full): a #GArray of #GstH264Picture stored in @dpb
* Return: (element-type GstH264Picture) (transfer full): a #GArray of
* #GstH264Picture stored in @dpb
*/
GArray *
gst_h264_dpb_get_pictures_all (GstH264Dpb * dpb)

View file

@ -108,7 +108,7 @@ struct _GstH265Dpb
};
/**
* gst_h265_dpb_new:
* gst_h265_dpb_new: (skip)
*
* Create new #GstH265Dpb
*
@ -422,7 +422,8 @@ gst_h265_dpb_get_long_ref_by_poc (GstH265Dpb * dpb, gint poc)
/**
* gst_h265_dpb_get_pictures_not_outputted:
* @dpb: a #GstH265Dpb
* @out: (out) (transfer full): a list of #GstH265Dpb
* @out: (out) (element-type GstH265Picture) (transfer full): a list
* of #GstH265Dpb
*
* Retrieve all not-outputted pictures from @dpb
*/
@ -447,7 +448,8 @@ gst_h265_dpb_get_pictures_not_outputted (GstH265Dpb * dpb, GList ** out)
* gst_h265_dpb_get_pictures_all:
* @dpb: a #GstH265Dpb
*
* Return: (transfer full): a #GArray of #GstH265Picture stored in @dpb
* Return: (element-type GstH265Picture) (transfer full): a #GArray of
* #GstH265Picture stored in @dpb
*/
GArray *
gst_h265_dpb_get_pictures_all (GstH265Dpb * dpb)

View file

@ -104,7 +104,7 @@ gst_vp9_picture_get_user_data (GstVp9Picture * picture)
}
/**
* gst_vp9_dpb_new:
* gst_vp9_dpb_new: (skip)
*
* Create new #GstVp9Dpb
*