Files
2022-05-01 15:13:19 +07:00

16 lines
487 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <flutter_gstreamer_player/flutter_gstreamer_player_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) flutter_gstreamer_player_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterGstreamerPlayerPlugin");
flutter_gstreamer_player_plugin_register_with_registrar(flutter_gstreamer_player_registrar);
}