pleora: run gst-indent

Excluding the true C++ file
This commit is contained in:
Joshua M. Doe
2020-03-19 11:44:09 -04:00
parent fa07ad8263
commit 552fae8538
3 changed files with 9 additions and 8 deletions

View File

@@ -21,14 +21,14 @@ plugin_init (GstPlugin * plugin)
#if VERSION_MAJOR >= 6
/* eBUS 6 is needed for this sink element */
if (!gst_element_register (plugin, "pleorasink", GST_RANK_NONE,
gst_pleorasink_get_type ())) {
return FALSE;
gst_pleorasink_get_type ())) {
return FALSE;
}
#endif
if (!gst_element_register (plugin, "pleorasrc", GST_RANK_NONE,
gst_pleorasrc_get_type ())) {
return FALSE;
gst_pleorasrc_get_type ())) {
return FALSE;
}
return TRUE;