rtpvp8: update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2012 20:53:48 +0000 (20:53 +0000)
gst/rtp/gstrtpvp8.c

index baafd1f..d1d112f 100644 (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)