rtpulpfec*: Replace github URIs with gitlab.fdo ones

This commit is contained in:
Olivier Crête 2019-03-22 12:42:14 -04:00 committed by Sebastian Dröge
parent 1bd81d3d33
commit 92138dc3d6
2 changed files with 5 additions and 5 deletions

View file

@ -51,9 +51,9 @@
* ]| This example will receive a stream with FEC and try to reconstruct the packets. * ]| This example will receive a stream with FEC and try to reconstruct the packets.
* *
* Example programs are available at * 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 * 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> * </refsect2>
* *

View file

@ -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 * 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. * ]| This example will receive a stream with FEC and try to reconstruct the packets.
* *
* Example programs using this element can be found at * 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 * 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> * </refsect2>
* *
* See also: #GstRtpUlpFecDec, #GstRtpBin * See also: #GstRtpUlpFecDec, #GstRtpBin