[gstreamer-bugs] [Bug 561225] Add support for VDPAU (PureVideo)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 14 15:05:04 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=561225

  GStreamer | gst-plugins-bad | Ver: git

Carl-Anton Ingmarsson changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ca.ingmarsson at gmail.com




------- Comment #8 from Carl-Anton Ingmarsson  2009-04-14 22:05 UTC -------
I've been doing some initial work on this which can be found at
http://github.com/satis/gst-plugins-bad/tree/master.

I've implemented 3 elements.

1. vdpauyuvvideo -- takes video/x-raw-yuv and outputs video/x-vdpau-video
2. vdpauvideoyuv -- takes video/x-vdpau-video and outputs video/x-raw-yuv
3. vdpaumpegdec  -- proof of concept mpeg decoder which is capable of
outputting "recognizable" video from some files :).

The mpeg decoder (which is kindof useless anyway) is based pretty much on
guesswork and therefore it's a wonder it even gives "recognizable" output.

To test the "vdpaumpegdec" element you can try the following pipeline:
"gst-launch filesrc location=/path/to/mpeg/file ! mpegvideoparse ! vdpaumpegdec
! vdpauvideoyuv ! xvimagesink".


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=561225.




More information about the Gstreamer-bugs mailing list