dtls: make sure we actually log into the right debug category
authorTim-Philipp Müller <tim@centricular.com>
Mon, 16 Mar 2015 17:49:58 +0000 (17:49 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 16 Mar 2015 17:51:20 +0000 (17:51 +0000)
commit9f06d36d95b5bd37a0732d3e131bd816577f4cca
tree07a796316f13dcb33964f36b5fbe5846b2f8ecc5
parent86a889883ea3e9ea088b26bae71bd9bb98f5a04e
dtls: make sure we actually log into the right debug category

GST_DTLS_USE_GST_LOG is not defined anywhere, so
we'd just log into the default category by accident.
We use the gst logging system unconditionally now,
so might just as well remove this #if #else.
ext/dtls/gstdtlsagent.c
ext/dtls/gstdtlscertificate.c
ext/dtls/gstdtlsconnection.c