Initial commit

This commit is contained in:
hpdragon
2022-05-01 15:13:19 +07:00
commit 0bc07eed97
33 changed files with 1527 additions and 0 deletions
@@ -0,0 +1,15 @@
//
// 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);
}