summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2020-11-11 01:56:52 +0900
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-11-13 15:25:42 +0000
commit157210eb1949421f6f307d1d2f070b2380199d5d (patch)
tree37b3ff77cf01eb97c358f21cabc8e10e9af86b19 /gst-libs
parent227456d24086e7d6abe86dc9e025246606fe420d (diff)
downloadgstreamer-plugins-bad-157210eb1949421f6f307d1d2f070b2380199d5d.tar.gz
codecs: h264decoder: Minor documentation fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1534>
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/codecs/gsth264picture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/codecs/gsth264picture.c b/gst-libs/gst/codecs/gsth264picture.c
index f18cd5224..1112b1ebe 100644
--- a/gst-libs/gst/codecs/gsth264picture.c
+++ b/gst-libs/gst/codecs/gsth264picture.c
@@ -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