aboutsummaryrefslogtreecommitdiff
path: root/gst/gstpluginloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstpluginloader.h')
-rw-r--r--gst/gstpluginloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstpluginloader.h b/gst/gstpluginloader.h
index b2dbabd..448b034 100644
--- a/gst/gstpluginloader.h
+++ b/gst/gstpluginloader.h
@@ -26,10 +26,10 @@ G_BEGIN_DECLS
typedef struct _GstPluginLoader GstPluginLoader;
typedef struct _GstPluginLoaderFuncs {
- GstPluginLoader * (*create)(GstRegistry *registry);
- gboolean (*destroy)(GstPluginLoader *loader);
- gboolean (*load)(GstPluginLoader *loader, const gchar *filename,
- off_t file_size, time_t file_mtime);
+ GstPluginLoader * (*create) (GstRegistry *registry);
+ gboolean (*destroy) (GstPluginLoader *loader);
+ gboolean (*load) (GstPluginLoader *loader, const gchar *filename,
+ off_t file_size, time_t file_mtime);
} GstPluginLoaderFuncs;
extern const GstPluginLoaderFuncs _priv_gst_plugin_loader_funcs;