siddec: update gst_type_mark_as_plugin_api() calls
This was left behind in commit bc1ab5e8e00a7ed6ac5e192af9310bd2146e446a. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/55>
This commit is contained in:
parent
bc1ab5e8e0
commit
84cebf9fab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user