diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-02 10:05:57 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-02 11:38:44 +0200 |
commit | 7490c3500d41e0c96fe4d37492bba75776050ad5 (patch) | |
tree | 8566dcbebcb8da035efefa86fa309d53683841fb /README | |
parent | 5975def8ab076e52919c9249c8f47ac3d6300ae4 (diff) |
Update introduction and changelog.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -75,6 +75,14 @@ Hardware requirements Usage ----- + VA elements are automatically plugged into GStreamer pipelines. So, + using playbin2 should work as is. However, here are a few alternate + pipelines constructed manually. + * Play an H.264 video with an MP4 container in fullscreen mode $ gst-launch-0.10 -v filesrc location=/path/to/video.mp4 ! \ qtdemux ! vaapidecode ! vaapisink fullscreen=true + + * Play a raw MPEG-2 interlaced stream + $ gst-launch-0.10 -v filesrc location=/path/to/mpeg2.bits ! \ + mpegvideoparse ! vaapidecode ! vaapipostproc ! vaapisink |