From 9100fb653da417ca9788d1028b72004cebd4e748 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 28 Jan 2020 09:55:09 +0100 Subject: [PATCH] gst: fix typo --- src/gst/gstpipewire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gst/gstpipewire.c b/src/gst/gstpipewire.c index 4040264bf..786ad1955 100644 --- a/src/gst/gstpipewire.c +++ b/src/gst/gstpipewire.c @@ -57,7 +57,7 @@ plugin_init (GstPlugin *plugin) GST_RANK_PRIMARY + 1, GST_TYPE_PIPEWIRE_DEVICE_PROVIDER)) return FALSE; - GST_DEBUG_CATEGORY_INIT (pipewire_debug, "pipewire", 0, "PipeWirie elements"); + GST_DEBUG_CATEGORY_INIT (pipewire_debug, "pipewire", 0, "PipeWire elements"); return TRUE; }