rtphdrext-ntp: Fix typo of the RFC number in the element metadata

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3417

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6537>
This commit is contained in:
Sebastian Dröge 2024-03-26 13:33:56 +02:00 committed by GStreamer Marge Bot
parent f5500906ce
commit 38ec8f1299
2 changed files with 2 additions and 2 deletions

View file

@ -18443,7 +18443,7 @@
"rtphdrextntp64": { "rtphdrextntp64": {
"RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ntp-64", "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ntp-64",
"author": "Sebastian Dröge <sebastian@centricular.com>", "author": "Sebastian Dröge <sebastian@centricular.com>",
"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": [ "hierarchy": [
"GstRTPHeaderExtensionNtp64", "GstRTPHeaderExtensionNtp64",
"GstRTPHeaderExtension", "GstRTPHeaderExtension",

View file

@ -254,7 +254,7 @@ static void
"RTP Header Extension RFC6051 64-bit NTP timestamp", "RTP Header Extension RFC6051 64-bit NTP timestamp",
GST_RTP_HDREXT_ELEMENT_CLASS, GST_RTP_HDREXT_ELEMENT_CLASS,
"Extends RTP packets to add or retrieve a 64-bit NTP " "Extends RTP packets to add or retrieve a 64-bit NTP "
"timestamp as specified in RFC6501", "timestamp as specified in RFC6051",
"Sebastian Dröge <sebastian@centricular.com>"); "Sebastian Dröge <sebastian@centricular.com>");
gst_rtp_header_extension_class_set_uri (rtp_hdr_class, gst_rtp_header_extension_class_set_uri (rtp_hdr_class,
GST_RTP_HDREXT_BASE GST_RTP_HDREXT_NTP_64); GST_RTP_HDREXT_BASE GST_RTP_HDREXT_NTP_64);