summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sidplay/gstsiddec.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc
index 487b059d..a9cddba1 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<GstPluginAPIFlags>(0));
+ gst_type_mark_as_plugin_api (GST_TYPE_SID_MEMORY, static_cast<GstPluginAPIFlags>(0));
}
static void