gst: fix typo

This commit is contained in:
George Kiagiadakis 2020-01-28 09:55:09 +01:00 committed by Wim Taymans
parent 3583352feb
commit 9100fb653d

View file

@ -57,7 +57,7 @@ plugin_init (GstPlugin *plugin)
GST_RANK_PRIMARY + 1, GST_TYPE_PIPEWIRE_DEVICE_PROVIDER)) GST_RANK_PRIMARY + 1, GST_TYPE_PIPEWIRE_DEVICE_PROVIDER))
return FALSE; return FALSE;
GST_DEBUG_CATEGORY_INIT (pipewire_debug, "pipewire", 0, "PipeWirie elements"); GST_DEBUG_CATEGORY_INIT (pipewire_debug, "pipewire", 0, "PipeWire elements");
return TRUE; return TRUE;
} }