projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87243e9
)
dtlssrtpdec: Add some more debug output
author
Sebastian Dröge
<sebastian@centricular.com>
Mon, 13 Apr 2015 17:40:22 +0000
(19:40 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 13 Apr 2015 17:41:15 +0000
(19:41 +0200)
ext/dtls/gstdtlssrtpdec.c
patch
|
blob
|
history
diff --git
a/ext/dtls/gstdtlssrtpdec.c
b/ext/dtls/gstdtlssrtpdec.c
index
3f6553a
..
36c5183
100644
(file)
--- a/
ext/dtls/gstdtlssrtpdec.c
+++ b/
ext/dtls/gstdtlssrtpdec.c
@@
-385,6
+385,8
@@
on_decoder_request_key (GstElement * srtp_decoder,
}
return key_caps;
+ } else {
+ GST_WARNING_OBJECT (bin, "no srtp key available yet");
}
return NULL;