WARNING: erroneous pipeline: no element "ffdec_h264"解决方案

在测试gstreamer 命令
gst-launch udpsrc port=5000 caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96" ! \gstrtpjitterbuffer ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! videoscale ! "video/x-raw-yuv" ! autovideosink

出现了WARNING: erroneous pipeline: no element "ffdec_h264",先可以使用命令gst-inspect ffdec_h264 检测一下gstreamer是

否安装了ffdec_h264元element,如果没有安装的话,使用命令apt-get install gstreamer0.10-ffmpeg 安装此元素即可以顺利执行

gstreamer接收视频命令。

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...