fdmemory, rtpbasedepayload: Ran gst-indent
authorVivia Nikolaidou <vivia@ahiru.eu>
Tue, 12 Apr 2016 13:34:00 +0000 (16:34 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 12 Apr 2016 14:34:18 +0000 (17:34 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=764948

gst-libs/gst/allocators/gstfdmemory.c
gst-libs/gst/rtp/gstrtpbasedepayload.c

index 7a7f05b..312a3d4 100644 (file)
@@ -201,7 +201,7 @@ gst_fd_allocator_class_init (GstFdAllocatorClass * klass)
   allocator_class->free = gst_fd_mem_free;
 
   GST_DEBUG_CATEGORY_INIT (gst_fdmemory_debug, "fdmemory", 0,
-    "GstFdMemory and GstFdAllocator");
+      "GstFdMemory and GstFdAllocator");
 }
 
 static void
index 20ffcd8..fb5bdc9 100644 (file)
@@ -403,7 +403,7 @@ gst_rtp_base_depayload_handle_buffer (GstRTPBaseDepayload * filter,
       GST_LOG_OBJECT (filter,
           "New ssrc %u (current ssrc %u), sender restarted",
           ssrc, priv->last_ssrc);
-          discont = TRUE;
+      discont = TRUE;
     } else {
       gap = gst_rtp_buffer_compare_seqnum (seqnum, priv->next_seqnum);