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/6439>
This commit is contained in:
Sebastian Dröge 2024-03-26 13:33:56 +02:00
parent 91e8331b52
commit e0dfb3d974
2 changed files with 2 additions and 2 deletions

View file

@ -18443,7 +18443,7 @@
"rtphdrextntp64": {
"RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ntp-64",
"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": [
"GstRTPHeaderExtensionNtp64",
"GstRTPHeaderExtension",

View file

@ -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 <sebastian@centricular.com>");
gst_rtp_header_extension_class_set_uri (rtp_hdr_class,
GST_RTP_HDREXT_BASE GST_RTP_HDREXT_NTP_64);