diff options
Diffstat (limited to 'gst/rawparse/plugin.c')
-rw-r--r-- | gst/rawparse/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rawparse/plugin.c b/gst/rawparse/plugin.c index 250be6de7..dc860e18f 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); |