ChinaUnix.net
相关文章推荐:

gstreamer怎么动态加载插件的

red hat 5 需要安装哪些个东西 gstreamer -python-0.10.9-1.el5.i386.rpm 已安装 请赐教. [ 本帖最后由 liuwanbing1985 于 2009-1-9 16:11 编辑 ]

by liuwanbing1985 - Linux新手园地 - 2009-01-09 12:27:50 阅读(1336) 回复(0)

相关讨论

我用gstreamer分析一个已经抓下来的包,语句是[code]gst-launch-0.10 filesrc location="1.pcap" ! pcapparse src-port=80[/code]得到了如下的信息:[code]Setting pipeline to PAUSED ... Pipeline is PREROLLED ... ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data flow error. Additional debug info: gstbasesrc.c(2582): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:...

by dlw2005 - Linux新手园地 - 2011-09-29 13:13:16 阅读(3230) 回复(0)

我已经安装了Rhythmbox播放器和gsreamer,在安装gst的其他插件才能播放mp3时。编译 gst-plugins-bad-0.10.8 gst-plugins-ugly-0.10.9包出现以下错误: checking for autopoint >= 0.11.5 ... not found. not found ! 请问这是什么错误,应该怎么解决呢?

by orler - Linux系统管理 - 2008-09-06 12:56:10 阅读(1341) 回复(0)

我的环境是:red hat 9.0 ,glib2.12,libxml2, gstreamer0.8.10,gst-plugin-0.8.10 . 我现在需要安装mp3插件(libmad,libid3tag). 安装步骤: 1. glib,libxml2 2. gstreamer0.8.10 3. libmad,libid3tag 4. gst-plugin-0.8.10 在./configure gst-plugin_0.8.10时,已经列出了mad将被built in , 继续make 和make install后,通过插件检查工具,gst-inspect |grep mad ,却没有列出mad。 在/usr/lib/gstreamer-0.8 目录下,已经...

by jgang - Linux新手园地 - 2007-06-12 19:56:17 阅读(4028) 回复(0)

以下是./configure 后的信息: (ffmpeg插件) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host sys...

by minichn - Linux新手园地 - 2007-01-29 23:19:00 阅读(1800) 回复(0)

大家好!我现在在学习gstreamer,目的是将mpeg的视频文件解码,然后显示在gtk+的drawingarea widget上。 gstreamer的实例里面有播放mp3的,最后的sink是alsasink。程序编译运行后,mp3文件就可以播放了; 但是视频呢?我使用的sink是autovideosink, 谢谢!

by bitzilla - GUI编程 - 2008-01-14 10:46:18 阅读(3357) 回复(0)

gstreamer 插件开发指南 (0.10.9.1)Richard John BoultonErik WalthinsenSteve BakerLeif JohnsonRonald S. BultjeStefan KostTim-Philipp Müller 这份文挡根据新颁发的公共许可证v1.0条款和条件来发布(最新的版本可以在 http://www.opencontent.org/openpub/ 上获得)。 目录I. 介绍 1. 前言 1.1. gstreamer是什么? 1.2. 谁应该读该指南? 1.3. 预备知识 1.4. 该指南的结构 2. 基础 2.1. 元件(Elements)和插件...

by gpephone - Linux文档专区 - 2008-05-19 21:44:34 阅读(3113) 回复(0)

[color="#cc0033"]EXPAT是一个XML解析器,可用于PHP,Perl,Python等 #编译这个包的时候,要修改里面的configure文件,把cross_compiling=no 改为 cross_compiling=yes build imextra libtasn1 build imextra opencdk #gnutls - 添加net-libs/gnutls支持(GnuTLS是一款提供可靠传输层加密的库) build imextra gnutls #GNU Libidn 是IETF 国际域名(IDN) 工作组定义的Stringprep, Punycode 和IDNA 规范的一个实现 ...

by gpephone - Linux文档专区 - 2008-05-08 10:38:24 阅读(880) 回复(0)

http://wiki.laptop.org/go/gstreamer#Examples http://article.gmane.org/gmane.comp.video.gstreamer.devel/20240 附加: gst-launch v4l2src ! videorate ! video/x-raw-yuv,width=1280,height=1024 ! videoscale ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! xvimagesink 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/66419/showart_2059373.html

by xw_max - Linux文档专区 - 2009-09-24 17:52:05 阅读(794) 回复(0)

从提供的demo的脚步入手研究: decode_avi.sh . ./target_gst.sh . ../shared/decode_avi.sh target_gst.sh #------------------------------------------------------------------# Set gstreamer attributes for this platform #------------------------------------------------------------------ PLATFORM=dm355 . ../shared/target_env.sh # Audio / Video Decode defaults audio_plugin="mad" audiocodecName="" video...

by zhengwenwei_123 - Linux文档专区 - 2009-05-10 22:00:33 阅读(795) 回复(0)

Introducing gstreamer From CInLUG Ir para: navegação , pesquisa Conteúdo [ esconder ] 1 Introduction 2 In The Land of Monolithic Media Players 3 gstreamer 4 In The User Land: "I Don't Care, Just Open My Files!" 5 Elementar Fundamentals of gstreamer 5.1 Elements 5.2 Filters 5.3 Pads 5.4 Bin 5.5 Bus 5.6 Buffers and Events 6 Plugins ...

by gpephone - Linux文档专区 - 2008-05-19 21:51:45 阅读(1537) 回复(0)