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:
parent
91e8331b52
commit
e0dfb3d974
@ -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",
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user