From 84cebf9fabe4fa0d2e5cf70de84ae6941dc54df5 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Sat, 6 Jun 2020 10:15:25 +0100 Subject: [PATCH] siddec: update gst_type_mark_as_plugin_api() calls This was left behind in commit bc1ab5e8e00a7ed6ac5e192af9310bd2146e446a. Part-of: --- ext/sidplay/gstsiddec.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 487b059d74..a9cddba15d 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -203,8 +203,8 @@ gst_siddec_class_init (GstSidDecClass * klass) GST_DEBUG_CATEGORY_INIT (gst_siddec_debug, "siddec", 0, "C64 sid song player"); - gst_type_mark_as_plugin_api (GST_TYPE_SID_CLOCK); - gst_type_mark_as_plugin_api (GST_TYPE_SID_MEMORY); + gst_type_mark_as_plugin_api (GST_TYPE_SID_CLOCK, static_cast(0)); + gst_type_mark_as_plugin_api (GST_TYPE_SID_MEMORY, static_cast(0)); } static void