vaapidecode problem
Spruyt, Randy
Randy.Spruyt at christiedigital.com
Wed Apr 22 07:11:32 PDT 2015
That’s good, it means the plugin is picked up by gstreamer. The next most likely cause is a programmatic error in use of the plugin or an issue with the video itself. Let's make sure the plugin works from the command line with a known video.
You can get a known working video here:
http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov
gst-launch-1.0 filesrc location=/home/randy/big_buck_bunny_1080p_h264.mov ! qtdemux ! vaapidecode ! vaapisink
should work.
-----Original Message-----
From: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] On Behalf Of Gofrane
Sent: Wednesday, April 22, 2015 9:46 AM
To: gstreamer-devel at lists.freedesktop.org
Subject: RE: vaapidecode problem
*thank you
when I run* gst-inspect-1.0 vaapidecode
*I got this*
Factory Details:
Rank primary (256)
Long-name VA-API decoder
Klass Codec/Decoder/Video
Description A VA-API based video decoder
Author Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Plugin Details:
Name vaapi
Description VA-API based elements
Filename
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
Version 0.5.7
License LGPL
Source module gstreamer-vaapi
Binary package gstreamer-vaapi
Origin URL gwenole.beauchesne at intel.com
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstVideoDecoder
+----GstVaapiDecode
Pad Templates:
SINK template: 'sink'
Availability: Always
Capabilities:
video/mpeg
mpegversion: 2
systemstream: false
video/mpeg
mpegversion: 4
video/x-divx
video/x-xvid
video/x-h263
video/x-h264
video/x-wmv
image/jpeg
SRC template: 'src'
Availability: Always
Capabilities:
video/x-raw(memory:VASurface)
format: { ENCODED, NV12, I420, YV12 }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
video/x-raw(meta:GstVideoGLTextureUploadMeta)
format: RGBA
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
Element Flags:
no flags set
Element Implementation:
Has change_state() function: gst_video_decoder_change_state
Element has no clocking capabilities.
Element has no indexing capabilities.
Element has no URI handling capabilities.
Pads:
SINK: 'sink'
Implementation:
Has chainfunc(): gst_video_decoder_chain
Has custom eventfunc(): gst_video_decoder_sink_event
Has custom queryfunc(): 0x7f6ab118c7c0
Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
Pad Template: 'sink'
SRC: 'src'
Implementation:
Has custom eventfunc(): gst_video_decoder_src_event
Has custom queryfunc(): 0x7f6ab118c7c0
Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
Pad Template: 'src'
Element Properties:
name : The name of the object
flags: readable, writable
String. Default: "vaapidecode0"
parent : The parent of the object
flags: readable, writable
Object of type "GstObject"
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/vaapidecode-problem-tp4671645p4671661.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list