mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
dtlssrtpdec: Add some more debug output
This commit is contained in:
parent
87243e9c6e
commit
a8627a1df7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue