mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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:
parent
bc1ab5e8e0
commit
84cebf9fab
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue