vdpau: small fixes
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Thu, 22 Apr 2010 10:57:30 +0000 (12:57 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sat, 1 May 2010 12:46:11 +0000 (14:46 +0200)
sys/vdpau/gstvdp.c
sys/vdpau/gstvdpoutputsrcpad.h

index 2324fe6..8d927a1 100644 (file)
@@ -31,7 +31,7 @@
 GST_DEBUG_CATEGORY (gst_vdp_debug);
 
 void
-gst_vdp_init ()
+gst_vdp_init (void)
 {
   /* do this so debug categories get created */
   gst_vdp_device_get_type ();
index 64ce157..c88ed15 100644 (file)
@@ -46,7 +46,7 @@ GstFlowReturn gst_vdp_output_src_pad_get_device (GstVdpOutputSrcPad *vdp_pad, Gs
 gboolean gst_vdp_output_src_pad_negotiate_output (GstVdpOutputSrcPad *vdp_pad, GstCaps *video_caps);
 
 GstVdpOutputSrcPad *gst_vdp_output_src_pad_new (GstCaps * templ_caps);
-GType gst_vdp_output_src_pad_get_type (void) G_GNUC_CONST;
+GType gst_vdp_output_src_pad_get_type (void);
 
 G_END_DECLS