gst: Update for GST_PLUGIN_DEFINE() API changes

This commit is contained in:
Sebastian Dröge 2012-04-05 18:02:56 +02:00
parent 94f7dcc9c9
commit 28e1b08db5

View file

@ -21,6 +21,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR, GST_VERSION_MINOR,
"rawparse", rawparse,
"Parses byte streams into raw frames", "Parses byte streams into raw frames",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);