vaapidecode problem
Spruyt, Randy
Randy.Spruyt at christiedigital.com
Wed Apr 22 05:53:05 PDT 2015
Does gstreamer detect the plugin?
i.e. if you use gst-inspect-1.0 do you get some info? If not, check to see if the plugin was blacklisted.
dev at dev-pheonix:~$ gst-inspect-1.0 vaapidecode
Factory Details:
Rank primary + 1 (257)
Long-name VA-API decoder
Klass Codec/Decoder/Video
Description A VA-API based video decoder
Author Gwenole Beauchesne <gwenole.beauchesne at intel.com<mailto: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.11.pre1
License LGPL
Source module gstreamer-vaapi
Binary package gstreamer-vaapi
Origin URL gwenole.beauchesne at intel.com<mailto:gwenole.beauchesne at intel.com>
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstVideoDecoder
+----GstVaapiDecode
From: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] On Behalf Of Gofrane Haj Ahmed
Sent: Tuesday, April 21, 2015 10:24 AM
To: gstreamer-devel at lists.freedesktop.org
Subject: vaapidecode problem
Hello,
when I have tried create vaapidecode element with C api Gstreamer C API
vaapidecode = gst_element_factory_make("vaapidecode", "decoder");
if( !vaapidecode)
g_printerr ("this element could not be created.\n");
I have always this problem
this element could not be created.
best regards
Ghofrane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150422/2f4fba80/attachment.html>
More information about the gstreamer-devel
mailing list