From 92138dc3d6770c2ea269b8bf826dfd98cbcc95eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 22 Mar 2019 12:42:14 -0400 Subject: [PATCH] rtpulpfec*: Replace github URIs with gitlab.fdo ones --- gst/rtp/gstrtpulpfecdec.c | 4 ++-- gst/rtp/gstrtpulpfecenc.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gst/rtp/gstrtpulpfecdec.c b/gst/rtp/gstrtpulpfecdec.c index cb6372cac5..1d9b146696 100644 --- a/gst/rtp/gstrtpulpfecdec.c +++ b/gst/rtp/gstrtpulpfecdec.c @@ -51,9 +51,9 @@ * ]| This example will receive a stream with FEC and try to reconstruct the packets. * * Example programs are available at - * + * * and - * . + * * * * diff --git a/gst/rtp/gstrtpulpfecenc.c b/gst/rtp/gstrtpulpfecenc.c index 222bff5cb8..2283666b0a 100644 --- a/gst/rtp/gstrtpulpfecenc.c +++ b/gst/rtp/gstrtpulpfecenc.c @@ -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 - * + * Example programs are available at + * * and - * . + * * * * See also: #GstRtpUlpFecDec, #GstRtpBin