mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtpulpfec*: Replace github URIs with gitlab.fdo ones
This commit is contained in:
parent
1bd81d3d33
commit
92138dc3d6
2 changed files with 5 additions and 5 deletions
|
@ -51,9 +51,9 @@
|
|||
* ]| This example will receive a stream with FEC and try to reconstruct the packets.
|
||||
*
|
||||
* Example programs are available at
|
||||
* <https://github.com/sdroege/gstreamer-rs/blob/master/examples/src/bin/rtpfecserver.rs>
|
||||
* <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/blob/master/examples/src/bin/rtpfecserver.rs>
|
||||
* and
|
||||
* <https://github.com/sdroege/gstreamer-rs/blob/master/examples/src/bin/rtpfecclient.rs>.
|
||||
* <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/blob/master/examples/src/bin/rtpfecclient.rs>
|
||||
*
|
||||
* </refsect2>
|
||||
*
|
||||
|
|
|
@ -76,10 +76,10 @@
|
|||
* gst-launch-1.0 videotestsrc ! x264enc ! video/x-h264, profile=baseline ! rtph264pay pt=96 ! rtpulpfecenc percentage=100 pt=122 ! udpsink port=8888
|
||||
* ]| This example will receive a stream with FEC and try to reconstruct the packets.
|
||||
*
|
||||
* Example programs using this element can be found at
|
||||
* <https://github.com/sdroege/gstreamer-rs/blob/master/examples/src/bin/rtpfecserver.rs>
|
||||
* Example programs are available at
|
||||
* <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/blob/master/examples/src/bin/rtpfecserver.rs>
|
||||
* and
|
||||
* <https://github.com/sdroege/gstreamer-rs/blob/master/examples/src/bin/rtpfecclient.rs>.
|
||||
* <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/blob/master/examples/src/bin/rtpfecclient.rs>
|
||||
* </refsect2>
|
||||
*
|
||||
* See also: #GstRtpUlpFecDec, #GstRtpBin
|
||||
|
|
Loading…
Reference in a new issue