From f8e0c0bcc11735e14636c7ea45fd23253e6cef99 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Tue, 7 Apr 2009 20:46:49 +0200 Subject: vdpau: add new GstVdpauYUVVideo element the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers --- sys/vdpau/gstvdpauvideoyuv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/vdpau/gstvdpauvideoyuv.c') diff --git a/sys/vdpau/gstvdpauvideoyuv.c b/sys/vdpau/gstvdpauvideoyuv.c index ca1ec803..7b2e7677 100644 --- a/sys/vdpau/gstvdpauvideoyuv.c +++ b/sys/vdpau/gstvdpauvideoyuv.c @@ -412,6 +412,7 @@ gst_vdpau_video_yuv_init (GstVdpauVideoYUV * video_yuv, gst_vdpau_video_yuv_sink_set_caps); gst_pad_set_chain_function (video_yuv->sink, gst_vdpau_video_yuv_chain); gst_element_add_pad (GST_ELEMENT (video_yuv), video_yuv->sink); + gst_pad_set_active (video_yuv->sink, TRUE); } static void -- cgit v1.2.1