diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-11 09:24:44 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-11 09:24:44 +0200 |
commit | be210a47223da6398b1d4b77e26b76ba91a985f5 (patch) | |
tree | 1ff59a8902dc0aa4def801abe2090e218056653f /README | |
parent | 1732e3fa87796d0c5ff44a06bfe58becbbff1fc5 (diff) |
README: updates.
Update build requirements for GStreamer 1.0.x support. Add section for
ways to report bugs.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,6 +13,7 @@ License gstreamer-vaapi helper libraries and plugin elements are available under the terms of the GNU Lesser General Public License v2.1+ + Overview -------- @@ -60,6 +61,12 @@ Software requirements libgstreamer-plugins-bad0.10-dev (>= 0.10.22.1) or with GstVideoContext, GstSurfaceBuffer, codecparsers + * GStreamer 1.0.x: + libglib2.0-dev (>= 2.28) + libgstreamer1.0-dev (>= 1.0.0) + libgstreamer-plugins-base1.0-dev (>= 1.0.0) + libgstreamer-plugins-bad1.0-dev (>= 1.0.0) + * Renderers: DRM: libva-dev (>= 1.1.0), libdrm-dev, libudev-dev X11: libva-dev (>= 1.0.1) @@ -90,3 +97,13 @@ Usage * Play a raw MPEG-2 interlaced stream $ gst-launch-0.10 -v filesrc location=/path/to/mpeg2.bits ! \ mpegvideoparse ! vaapidecode ! vaapipostproc ! vaapisink + + +Reporting Bugs +-------------- + + Bugs can be reported in the GNOME Bugzilla system at: + <https://bugzilla.gnome.org/enter_bug.cgi?product=gstreamer-vaapi> + + From the main page, new bugs can be reported through New -> Other -> + gstreamer-vaapi product. |