mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
b9617cac31
commit
f384b2a006
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue