diff options
Diffstat (limited to 'ext/sidplay/gstsiddec.cc')
-rw-r--r-- | ext/sidplay/gstsiddec.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index feb8ab78..487b059d 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -202,6 +202,9 @@ 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); } static void |