vdpau: small cosmetical fix
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Mon, 13 Apr 2009 20:21:03 +0000 (22:21 +0200)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 20 Jun 2009 14:21:27 +0000 (15:21 +0100)
sys/vdpau/gstvdp.c

index 2da9bdb..9ca0114 100644 (file)
 #include "gstvdpyuvvideo.h"
 
 static gboolean
-vdpau_init (GstPlugin * vdpaumpegdecoder)
+vdpau_init (GstPlugin * vdpau_plugin)
 {
-  gst_element_register (vdpaumpegdecoder, "vdpaumpegdecoder",
+  gst_element_register (vdpau_plugin, "vdpaumpegdecoder",
       GST_RANK_NONE, GST_TYPE_VDPAU_MPEG_DECODER);
-  gst_element_register (vdpaumpegdecoder, "vdpauvideoyuv",
+  gst_element_register (vdpau_plugin, "vdpauvideoyuv",
       GST_RANK_NONE, GST_TYPE_VDPAU_VIDEO_YUV);
-  gst_element_register (vdpaumpegdecoder, "vdpauyuvvideo",
+  gst_element_register (vdpau_plugin, "vdpauyuvvideo",
       GST_RANK_NONE, GST_TYPE_VDPAU_YUV_VIDEO);
 
   return TRUE;