From 4853001547f22e089937e794bdb377e636f4be93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: [PATCH] rtpvp8: update for GST_PLUGIN_DEFINE() API changes --- gst/rtp/gstrtpvp8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtpvp8.c b/gst/rtp/gstrtpvp8.c index baafd1f..d1d112f 100644 --- a/gst/rtp/gstrtpvp8.c +++ b/gst/rtp/gstrtpvp8.c @@ -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) -- 2.7.4