diff options
Diffstat (limited to 'gst/dccp/gstdccpplugin.c')
-rw-r--r-- | gst/dccp/gstdccpplugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dccp/gstdccpplugin.c b/gst/dccp/gstdccpplugin.c index 05c48cd57..4d8f2accc 100644 --- a/gst/dccp/gstdccpplugin.c +++ b/gst/dccp/gstdccpplugin.c @@ -54,7 +54,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (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") |