From e0dfb3d974d6709058cf5d70cee95a74653c79ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 26 Mar 2024 13:33:56 +0200 Subject: [PATCH] rtphdrext-ntp: Fix typo of the RFC number in the element metadata Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3417 Part-of: --- subprojects/gst-plugins-good/docs/gst_plugins_cache.json | 2 +- subprojects/gst-plugins-good/gst/rtpmanager/gstrtphdrext-ntp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index 2adc3e9504..f80e9b1344 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -18443,7 +18443,7 @@ "rtphdrextntp64": { "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ntp-64", "author": "Sebastian Dröge ", - "description": "Extends RTP packets to add or retrieve a 64-bit NTP timestamp as specified in RFC6501", + "description": "Extends RTP packets to add or retrieve a 64-bit NTP timestamp as specified in RFC6051", "hierarchy": [ "GstRTPHeaderExtensionNtp64", "GstRTPHeaderExtension", diff --git a/subprojects/gst-plugins-good/gst/rtpmanager/gstrtphdrext-ntp.c b/subprojects/gst-plugins-good/gst/rtpmanager/gstrtphdrext-ntp.c index a027138d5b..2d514f2c7b 100644 --- a/subprojects/gst-plugins-good/gst/rtpmanager/gstrtphdrext-ntp.c +++ b/subprojects/gst-plugins-good/gst/rtpmanager/gstrtphdrext-ntp.c @@ -254,7 +254,7 @@ static void "RTP Header Extension RFC6051 64-bit NTP timestamp", GST_RTP_HDREXT_ELEMENT_CLASS, "Extends RTP packets to add or retrieve a 64-bit NTP " - "timestamp as specified in RFC6501", + "timestamp as specified in RFC6051", "Sebastian Dröge "); gst_rtp_header_extension_class_set_uri (rtp_hdr_class, GST_RTP_HDREXT_BASE GST_RTP_HDREXT_NTP_64);