rtph264depay: Improve properties doc to be the same as rtph265depay

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8343>
This commit is contained in:
Julian Bouzas 2025-02-19 11:54:48 -05:00 committed by GStreamer Marge Bot
parent cc1556efab
commit 25543de560

View File

@ -169,8 +169,9 @@ gst_rtp_h264_depay_class_init (GstRtpH264DepayClass * klass)
/** /**
* GstRtpH264Depay:wait-for-keyframe: * GstRtpH264Depay:wait-for-keyframe:
* *
* Wait for the next keyframe after packet loss, * Wait for the next keyframe after packet loss.
* meaningful only when outputting access units *
* Note: currently this only has an effect if outputting access units.
* *
* Since: 1.20 * Since: 1.20
*/ */
@ -184,7 +185,7 @@ gst_rtp_h264_depay_class_init (GstRtpH264DepayClass * klass)
/** /**
* GstRtpH264Depay:request-keyframe: * GstRtpH264Depay:request-keyframe:
* *
* Request new keyframe when packet loss is detected * Request new keyframe when packet loss is detected.
* *
* Since: 1.20 * Since: 1.20
*/ */