summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpau.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpau.c')
-rw-r--r--sys/vdpau/gstvdpau.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpau.c b/sys/vdpau/gstvdpau.c
index 04a0ef5b..24ed3982 100644
--- a/sys/vdpau/gstvdpau.c
+++ b/sys/vdpau/gstvdpau.c
@@ -7,6 +7,8 @@
#include "gstvdpaumpegdecoder.h"
#include "gstvdpauvideoyuv.h"
+#include "gstvdpauyuvvideo.h"
+
static gboolean
vdpau_init (GstPlugin * vdpaumpegdecoder)
{
@@ -14,6 +16,8 @@ vdpau_init (GstPlugin * vdpaumpegdecoder)
GST_RANK_NONE, GST_TYPE_VDPAU_MPEG_DECODER);
gst_element_register (vdpaumpegdecoder, "vdpauvideoyuv",
GST_RANK_NONE, GST_TYPE_VDPAU_VIDEO_YUV);
+ gst_element_register (vdpaumpegdecoder, "vdpauyuvvideo",
+ GST_RANK_NONE, GST_TYPE_VDPAU_YUV_VIDEO);
return TRUE;
}