diff --git a/gst/rawparse/plugin.c b/gst/rawparse/plugin.c index 250be6de7f..dc860e18f8 100644 --- a/gst/rawparse/plugin.c +++ b/gst/rawparse/plugin.c @@ -21,6 +21,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "rawparse", + rawparse, "Parses byte streams into raw frames", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);