summaryrefslogtreecommitdiffstats
path: root/gst/debug/negotiation.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/negotiation.c')
-rw-r--r--gst/debug/negotiation.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/debug/negotiation.c b/gst/debug/negotiation.c
index b2de7d57..12082273 100644
--- a/gst/debug/negotiation.c
+++ b/gst/debug/negotiation.c
@@ -285,13 +285,3 @@ gst_negotiation_get_property (GObject * object, guint prop_id,
break;
}
}
-
-gboolean
-gst_negotiation_plugin_init (GstPlugin * plugin)
-{
- if (!gst_element_register (plugin, "negotiation", GST_RANK_NONE,
- GST_TYPE_NEGOTIATION))
- return FALSE;
-
- return TRUE;
-}