diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-04-13 19:40:03 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-04-13 19:41:15 +0200 |
commit | 87243e9c6ec8e4de4342edd866afbb40e09080a3 (patch) | |
tree | 4404108acb460ccffcb32ff1f5e13b9fec185b0a /ext/srtp | |
parent | 218a89fcd9bd661b8976d9993bb02a2a5b223782 (diff) | |
download | gstreamer-plugins-bad-87243e9c6ec8e4de4342edd866afbb40e09080a3.tar.gz |
srtpdec: Add some more debug output
Diffstat (limited to 'ext/srtp')
-rw-r--r-- | ext/srtp/gstsrtpdec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c index 4b1781a4f..ba3c3ccb5 100644 --- a/ext/srtp/gstsrtpdec.c +++ b/ext/srtp/gstsrtpdec.c @@ -726,6 +726,9 @@ request_key_with_signal (GstSrtpDec * filter, guint32 ssrc, gint signal) else GST_WARNING_OBJECT (filter, "Could not set stream with SSRC %u", ssrc); gst_caps_unref (caps); + } else { + GST_WARNING_OBJECT (filter, "Could not get caps for stream with SSRC %u", + ssrc); } return stream; |