mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
vdpau: small fixes
This commit is contained in:
parent
7d253da43f
commit
5739eb3c8f
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
GST_DEBUG_CATEGORY (gst_vdp_debug);
|
GST_DEBUG_CATEGORY (gst_vdp_debug);
|
||||||
|
|
||||||
void
|
void
|
||||||
gst_vdp_init ()
|
gst_vdp_init (void)
|
||||||
{
|
{
|
||||||
/* do this so debug categories get created */
|
/* do this so debug categories get created */
|
||||||
gst_vdp_device_get_type ();
|
gst_vdp_device_get_type ();
|
||||||
|
|
|
@ -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);
|
gboolean gst_vdp_output_src_pad_negotiate_output (GstVdpOutputSrcPad *vdp_pad, GstCaps *video_caps);
|
||||||
|
|
||||||
GstVdpOutputSrcPad *gst_vdp_output_src_pad_new (GstCaps * templ_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
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue