summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-03-13 17:35:21 +0100
committerWim Taymans <wtaymans@redhat.com>2014-03-25 10:31:21 +0100
commit3d6175c745997c3126acc8c563ff18978966f245 (patch)
tree52e64361cfcf43d2671ef22be752a73375eabaf8 /examples
parentbfbf393925643f1c5c9b17d9cc5331f23ba321ec (diff)
downloadgstreamer-3d6175c745997c3126acc8c563ff18978966f245.tar.gz
stream: add SRTP support
Install srtp encoder and decoder elements in rtpbin Add MIKEY in SDP
Diffstat (limited to 'examples')
-rw-r--r--examples/test-video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test-video.c b/examples/test-video.c
index 9bfb9d6427..044fbbf519 100644
--- a/examples/test-video.c
+++ b/examples/test-video.c
@@ -136,6 +136,7 @@ main (int argc, char *argv[])
gst_rtsp_media_factory_set_permissions (factory, permissions);
gst_rtsp_permissions_unref (permissions);
#endif
+ gst_rtsp_media_factory_set_profiles (factory, GST_RTSP_PROFILE_SAVP);
/* attach the test factory to the /test url */
gst_rtsp_mount_points_add_factory (mounts, "/test", factory);