siddec: update gst_type_mark_as_plugin_api() calls

This was left behind in commit bc1ab5e8e0.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/55>
This commit is contained in:
Philippe Normand 2020-06-06 10:15:25 +01:00
parent bc1ab5e8e0
commit 84cebf9fab

View file

@ -203,8 +203,8 @@ gst_siddec_class_init (GstSidDecClass * klass)
GST_DEBUG_CATEGORY_INIT (gst_siddec_debug, "siddec", 0, GST_DEBUG_CATEGORY_INIT (gst_siddec_debug, "siddec", 0,
"C64 sid song player"); "C64 sid song player");
gst_type_mark_as_plugin_api (GST_TYPE_SID_CLOCK); gst_type_mark_as_plugin_api (GST_TYPE_SID_CLOCK, static_cast<GstPluginAPIFlags>(0));
gst_type_mark_as_plugin_api (GST_TYPE_SID_MEMORY); gst_type_mark_as_plugin_api (GST_TYPE_SID_MEMORY, static_cast<GstPluginAPIFlags>(0));
} }
static void static void