siddec: update gst_type_mark_as_plugin_api() calls
authorPhilippe Normand <philn@igalia.com>
Sat, 6 Jun 2020 09:15:25 +0000 (10:15 +0100)
committerPhilippe Normand <philn@igalia.com>
Sat, 6 Jun 2020 09:15:25 +0000 (10:15 +0100)
This was left behind in commit bc1ab5e8e00a7ed6ac5e192af9310bd2146e446a.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/55>

ext/sidplay/gstsiddec.cc

index 487b059..a9cddba 100644 (file)
@@ -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