From 25543de56023d18520f5b07b5e36ca447dab8a2e Mon Sep 17 00:00:00 2001 From: Julian Bouzas Date: Wed, 19 Feb 2025 11:54:48 -0500 Subject: [PATCH] rtph264depay: Improve properties doc to be the same as rtph265depay Part-of: --- subprojects/gst-plugins-good/gst/rtp/gstrtph264depay.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-good/gst/rtp/gstrtph264depay.c b/subprojects/gst-plugins-good/gst/rtp/gstrtph264depay.c index 0e3485a692..bf9b1050f9 100644 --- a/subprojects/gst-plugins-good/gst/rtp/gstrtph264depay.c +++ b/subprojects/gst-plugins-good/gst/rtp/gstrtph264depay.c @@ -169,8 +169,9 @@ gst_rtp_h264_depay_class_init (GstRtpH264DepayClass * klass) /** * GstRtpH264Depay:wait-for-keyframe: * - * Wait for the next keyframe after packet loss, - * meaningful only when outputting access units + * Wait for the next keyframe after packet loss. + * + * Note: currently this only has an effect if outputting access units. * * Since: 1.20 */ @@ -184,7 +185,7 @@ gst_rtp_h264_depay_class_init (GstRtpH264DepayClass * klass) /** * GstRtpH264Depay:request-keyframe: * - * Request new keyframe when packet loss is detected + * Request new keyframe when packet loss is detected. * * Since: 1.20 */