Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rtp: add base object for reading/writing rtp header extensions (RFC5285)
Facilitates the creation of rtp header extension implementations that
can be reused across applications.

Implementations are registered into the GStreamer registry as elements
(idea from GstRTSPExtension) and can be retrieved by URI or filtered
manually.  RTP header extensions must have the classification
"Network/Extension/RTPHeader" to be considered as a RTP Header
extension.

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/777
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/748>
  • Loading branch information
ystreet authored and GStreamer Merge Bot committed Dec 3, 2020
1 parent 526cb2b commit 427c3f4
Show file tree
Hide file tree
Showing 5 changed files with 1,079 additions and 0 deletions.

0 comments on commit 427c3f4

Please sign in to comment.