vdpau: remove gst_vdp_device_new from header

This commit is contained in:
Carl-Anton Ingmarsson 2009-08-17 23:42:50 +02:00 committed by Jan Schmidt
parent 64f4970c84
commit 1aea922f3c

View file

@ -92,8 +92,6 @@ struct _GstVdpDevice
GType gst_vdp_device_get_type (void) G_GNUC_CONST;
GstVdpDevice *gst_vdp_device_new (const gchar *display_name);
GstVdpDevice *gst_vdp_get_device (const gchar *display_name);
G_END_DECLS