From e4264381a5298c4f7d47fad1f1efd680c49b052e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 4 May 2015 16:33:08 +0200 Subject: [PATCH] examples: Use AVPF profile for the RTX example --- examples/test-video-rtx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/test-video-rtx.c b/examples/test-video-rtx.c index 5022feb..f804b95 100644 --- a/examples/test-video-rtx.c +++ b/examples/test-video-rtx.c @@ -66,6 +66,8 @@ main (int argc, char *argv[]) "audiotestsrc ! audio/x-raw,rate=8000 ! " "alawenc ! rtppcmapay name=pay1 pt=8 " ")"); + gst_rtsp_media_factory_set_profiles (factory, GST_RTSP_PROFILE_AVPF); + /* store up to 0.4 seconds of retransmission data */ gst_rtsp_media_factory_set_retransmission_time (factory, 400 * GST_MSECOND); -- 2.7.4