[gst-cvs] gst-ffmpeg: gstffmpegdec: No, really, we don't want the VDPAU decoders.

Edward Hervey bilboed at kemper.freedesktop.org
Tue May 12 06:31:13 PDT 2009


Module: gst-ffmpeg
Branch: master
Commit: f384b2a006aea738dde09cc77941127ae53739a2
URL:    http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=f384b2a006aea738dde09cc77941127ae53739a2

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Tue May 12 15:30:10 2009 +0200

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

They've changed the names, keeping the old ones til we switch upstream
revision.

---

 ext/ffmpeg/gstffmpegdec.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index 8d7bc04..2b403ec 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -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





More information about the Gstreamer-commits mailing list