diff options
Diffstat (limited to 'gst/debug/breakmydata.c')
-rw-r--r-- | gst/debug/breakmydata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/breakmydata.c b/gst/debug/breakmydata.c index bfc6ddfc..05334e93 100644 --- a/gst/debug/breakmydata.c +++ b/gst/debug/breakmydata.c @@ -253,7 +253,7 @@ gst_break_my_data_change_state (GstElement * element) } gboolean -gst_break_my_data_plugin_init (GstPlugin * plugin) +gst_break_my_data_plugin_init (GstPlugin * plugin, GstPluginClass * g_class) { if (!gst_element_register (plugin, "breakmydata", GST_RANK_NONE, GST_TYPE_BREAK_MY_DATA)) |