gstffmpegdec: No, really, we don't want the VDPAU decoders.

They've changed the names, keeping the old ones til we switch upstream
revision.
This commit is contained in:
Edward Hervey 2009-05-12 15:30:10 +02:00
parent b9617cac31
commit f384b2a006

View file

@ -2633,6 +2633,8 @@ gst_ffmpegdec_register (GstPlugin * plugin)
if (!strcmp (in_plugin->name, "h264_vdpau") ||
!strcmp (in_plugin->name, "mpeg_vdpau") ||
!strcmp (in_plugin->name, "mpeg1_vdpau") ||
!strcmp (in_plugin->name, "mpegvideo_vdpau") ||
!strcmp (in_plugin->name, "mpeg1video_vdpau") ||
!strcmp (in_plugin->name, "vc1_vdpau") ||
!strcmp (in_plugin->name, "wmv3_vdpau")) {
GST_DEBUG