summaryrefslogtreecommitdiff
path: root/gst/fsrtpconference/fs-rtp-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/fsrtpconference/fs-rtp-session.c')
-rw-r--r--gst/fsrtpconference/fs-rtp-session.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index a465cfa0..b040a5cb 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -5523,15 +5523,7 @@ _srtpdec_request_key (GstElement *srtpdec, guint ssrc, gpointer user_data)
fs_rtp_session_has_disposed_exit (self);
- if (caps)
- return caps;
- else
- return gst_caps_new_simple ("application/x-srtp",
- "srtp-cipher", G_TYPE_STRING, "null",
- "srtcp-cipher", G_TYPE_STRING, "null",
- "srtp-auth", G_TYPE_STRING, "null",
- "srtcp-auth", G_TYPE_STRING, "null",
- NULL);
+ return caps;
}
static gboolean