codecs: h264decoder: Minor documentation fix
authorSeungha Yang <seungha@centricular.com>
Tue, 10 Nov 2020 16:56:52 +0000 (01:56 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 13 Nov 2020 15:25:42 +0000 (15:25 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1534>

gst-libs/gst/codecs/gsth264picture.c

index f18cd52..1112b1e 100644 (file)
@@ -335,7 +335,7 @@ gst_h264_dpb_get_short_ref_by_pic_num (GstH264Dpb * dpb, gint pic_num)
 /**
  * gst_h264_dpb_get_long_ref_by_long_term_pic_num:
  * @dpb: a #GstH264Dpb
- * @pic_num: a long term picture number
+ * @long_term_pic_num: a long term picture number
  *
  * Find a long term reference picture which has matching long term picture number
  *
@@ -559,7 +559,7 @@ gst_h264_dpb_get_lowest_output_needed_picture (GstH264Dpb * dpb,
 /**
  * gst_h264_dpb_needs_bump:
  * @dpb: a #GstH264Dpb
- * @current_picture: a #GstH264Picture currently decoded but not added to dpb
+ * @max_num_reorder_frames: allowed max_num_reorder_frames as specified by sps
  * @low_latency: %TRUE if low-latency bumping is required
  *
  * Returns: %TRUE if bumping is required