diff options
Diffstat (limited to 'gst/dccp/gstdccpplugin.c')
-rw-r--r-- | gst/dccp/gstdccpplugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/dccp/gstdccpplugin.c b/gst/dccp/gstdccpplugin.c index 05c48cd57..27ce8aa4d 100644 --- a/gst/dccp/gstdccpplugin.c +++ b/gst/dccp/gstdccpplugin.c @@ -52,9 +52,9 @@ plugin_init (GstPlugin * plugin) return TRUE; } -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, +GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dccp", + dccp, "transfer data over the network via DCCP.", plugin_init, VERSION, GST_LICENSE, "DCCP", "http://garage.maemo.org/projects/ephone") |