mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue