summaryrefslogtreecommitdiff
path: root/ext/dtls/gstdtlssrtpdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dtls/gstdtlssrtpdec.c')
-rw-r--r--ext/dtls/gstdtlssrtpdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dtls/gstdtlssrtpdec.c b/ext/dtls/gstdtlssrtpdec.c
index 0a3bead21..633fc0f6e 100644
--- a/ext/dtls/gstdtlssrtpdec.c
+++ b/ext/dtls/gstdtlssrtpdec.c
@@ -175,8 +175,7 @@ gst_dtls_srtp_dec_init (GstDtlsSrtpDec * self)
"failed to create srtp_dec, is the srtp plugin registered?");
return;
}
- self->dtls_srtp_demux =
- gst_element_factory_make ("dtlssrtpdemux", NULL);
+ self->dtls_srtp_demux = gst_element_factory_make ("dtlssrtpdemux", NULL);
if (!self->dtls_srtp_demux) {
GST_ERROR_OBJECT (self, "failed to create dtls_srtp_demux");
return;