rtpvp8: update for GST_PLUGIN_DEFINE() API changes

This commit is contained in:
Sebastian Dröge 2012-04-05 18:02:56 +02:00 committed by Tim-Philipp Müller
parent fccfca38d4
commit 4853001547

View file

@ -16,6 +16,6 @@ plugin_init (GstPlugin *plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"rtpvp8",
rtpvp8,
"rtpvp8",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)