From c169131335cf85fba7c62b52f053619ed8b85f40 Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Tue, 28 Jun 2016 17:54:37 +0900 Subject: [PATCH] gstfdmemory: resynch with head of gst-plugins-base master --- gstlal/gst/lal/gstfdmemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal/gst/lal/gstfdmemory.c b/gstlal/gst/lal/gstfdmemory.c index f4cdaf5e0b..d53aefd642 100644 --- a/gstlal/gst/lal/gstfdmemory.c +++ b/gstlal/gst/lal/gstfdmemory.c @@ -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 -- GitLab