2016-06-01 17 views
1

ターゲットボードにgstreamer-1.0をインストールしました。私は、以下のコマンドを実行すると :Xv出力を初期化できませんでした

gst-launch-1.0 filesrc location="/home/test.mp4" ! decodebin ! videoconvert ! xvimagesink

I am getting the following output:

Setting pipeline to PAUSED ...

ERROR: Pipeline doesn't want to pause.

ERROR: from element /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0: Could not initialise Xv output

Additional debug info:

xvimagesink.c(1765): gst_xvimagesink_open(): /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0:

Could not open display (null)

Setting pipeline to NULL ...

Freeing pipeline ..

は、パイプラインの仕事をするためにいくつかのソリューションを提案してください。あなたはどこか

よろしく、

Sainath

答えて

0

フムをlibxvしているのですか? gst-inspect-1.0 xvimagesinkをチェックするとどうなりますか? はまた、ライブラリパスに述べた(| grep Filenameは)..あなたがそれをlddはできている:libxv-devのかlibxv1をインストールしよう..私は、同様にこのいくつかの問題があった

ldd /usr/local/lib/gstreamer-1.0/libgstxvimagesink.so 

...多分devが安全です。

関連する問題