summaryrefslogtreecommitdiff
path: root/ext/dtls
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-06 19:23:09 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-11-06 19:29:49 +0000
commit734d5a79c58ab9038789d7b7309f27339494a986 (patch)
treeeabd462cd39fd17462928a0f67852859a5c9e0a2 /ext/dtls
parent4c482befbd339b626d598e20bf52c1f536564c36 (diff)
downloadgstreamer-plugins-bad-734d5a79c58ab9038789d7b7309f27339494a986.tar.gz
Fix code indentation
Diffstat (limited to 'ext/dtls')
-rw-r--r--ext/dtls/gstdtlsdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dtls/gstdtlsdec.c b/ext/dtls/gstdtlsdec.c
index eecc458b3..f05b4f122 100644
--- a/ext/dtls/gstdtlsdec.c
+++ b/ext/dtls/gstdtlsdec.c
@@ -569,7 +569,8 @@ sink_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
return GST_FLOW_OK;
}
- GST_DEBUG_OBJECT (self, "received buffer from %s with length %" G_GSIZE_FORMAT,
+ GST_DEBUG_OBJECT (self,
+ "received buffer from %s with length %" G_GSIZE_FORMAT,
self->connection_id, gst_buffer_get_size (buffer));
buffer = gst_buffer_make_writable (buffer);