rtpulpfec*: Replace github URIs with gitlab.fdo ones
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 22 Mar 2019 16:42:14 +0000 (12:42 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Tue, 9 Apr 2019 08:17:28 +0000 (08:17 +0000)
gst/rtp/gstrtpulpfecdec.c
gst/rtp/gstrtpulpfecenc.c

index cb6372c..1d9b146 100644 (file)
@@ -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>
  *
index 222bff5..2283666 100644 (file)
  * 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