首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu14.10GStreer1.4.3 h264parse缺失?

Ubuntu14.10GStreer1.4.3 h264parse缺失?
EN

Ask Ubuntu用户
提问于 2014-11-07 10:58:23
回答 1查看 8.8K关注 0票数 3

你好,我刚刚将我的操作系统从14.04升级到14.10,当我看到gstreamer的新版本时,我非常兴奋,但问题是缺少了h264parse元素。我尝试重新安装gStreamer1.0-插件-坏,但什么都没有。当我使用解码时,它会自动使用vaapiparse_h264,当我尝试运行管道时,我得到了这个错误:

设置管道播放..。

代码语言:javascript
复制
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_plane: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_pitch: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_plane: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_pitch: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_plane: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_vaapi_image_get_pitch: assertion 'image != NULL' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed

** (gst-launch-1.0:17411): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed
Got EOS from element "pipeline0".
Execution ended after 0:00:02.419777862
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

My管线:

代码语言:javascript
复制
rtspsrc -> decodebin -> autovideosink

这是包装问题还是我做错了什么?

EN

回答 1

Ask Ubuntu用户

发布于 2015-05-25 14:06:05

根据http://gstreamer-devel.966125.n4.nabble.com/h264parse-has-been-removed-from-gstreamer-1-0-td4671468.html的说法,h264parse过滤器现在是libgstvideoparsersbad的一部分。

我已经确保安装了gstreamer1.0-plugins-bad-videoparsers,现在一切都正常了。过滤器本身被重命名为‘legacyh264解析’,但是旧名称有一个别名,所以它应该可以工作。

票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/546754

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档