summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-02 10:05:57 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-02 11:38:44 +0200
commit7490c3500d41e0c96fe4d37492bba75776050ad5 (patch)
tree8566dcbebcb8da035efefa86fa309d53683841fb /README
parent5975def8ab076e52919c9249c8f47ac3d6300ae4 (diff)
Update introduction and changelog.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index ce09558c..3c1e0787 100644
--- a/README
+++ b/README
@@ -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