From 28e1b08db5c8e240920037f449b73053f6adf3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: [PATCH] gst: Update for GST_PLUGIN_DEFINE() API changes --- gst/rawparse/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);