当前位置: 首页> 房产> 建筑 > 互联网整合营销推广_知名个人网站_湖南关键词优化品牌价格_怎么做网站广告

互联网整合营销推广_知名个人网站_湖南关键词优化品牌价格_怎么做网站广告

时间:2025/7/9 6:53:38来源:https://blog.csdn.net/lsh670660992/article/details/143989922 浏览次数:0次
互联网整合营销推广_知名个人网站_湖南关键词优化品牌价格_怎么做网站广告

gstream插件开源,可以自行选择合适的版本下载使用。

源码链接:https://github.com/GStreamer/gst-plugins-good

上不去github的,请自行选择科学上网策略。

1,进入tag选择

2,下载自己需要的版本

3,tag包解码

tar -zxvf gst-plugins-good-1.16.3.tar.gz

4,安装依赖

sudo apt-get updatesudo apt-get install build-essential libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev pkg-configsudo apt-get install liborc-0.4-devsudo apt-get install meson

5,创建一个构建目录并进行配置【目录自行修改】

mkdir buildcd buildmeson ..  --prefix=/home/qz/gst-plugins-good-1.16.3/install

指定编译模块:

meson ..  --prefix=/home/qz/gst-plugins-good-1.16.3/install .. -Dplugins=multifile

6,编译插件

ninja

7,安装插件

sudo ninja install

       如果设置的安装目录不是实际插件安装目录,还需要将so拷贝到真实安装目录后再查询使用:

sudo cp /home/qz/gst-plugins-good-1.16.3/build/gst/multifile/libgstmultifile.so /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstmultifile.so

8, 检查插件是否安装成功

gst-inspect-1.0 <插件名称>
$ gst-inspect-1.0 multifilesrc
Factory Details:Rank                     none (0)Long-name                Multi-File SourceKlass                    Source/FileDescription              Read a sequentially named set of files into buffersAuthor                   David Schleef <ds@schleef.org>Plugin Details:Name                     multifileDescription              Reads/Writes buffers from/to sequentially named filesFilename                 /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstmultifile.soVersion                  1.16.3License                  LGPLSource module            gst-plugins-goodSource release date      2020-10-21Binary package           GStreamer Good Plugins (Ubuntu)Origin URL               https://launchpad.net/distros/ubuntu/+source/gst-plugins-good1.0Pads:SRC: 'src'Pad Template: 'src'Element Properties:blocksize           : Size in bytes to read per buffer (-1 = default)flags: readable, writableUnsigned Integer. Range: 0 - 4294967295 Default: 4096 caps                : Caps describing the format of the data.flags: readable, writableCaps (NULL)do-timestamp        : Apply current stream time to buffersflags: readable, writableBoolean. Default: falseindex               : Index to use with location property to create file names.  The index is incremented by one for each buffer read.flags: readable, writableInteger. Range: 0 - 2147483647 Default: 0 location            : Pattern to create file names of input files.  File names are created by calling sprintf() with the pattern and the current index.flags: readable, writableString. Default: "%05d"loop                : Whether to repeat from the beginning when all files have been read.flags: readable, writableBoolean. Default: falsename                : The name of the objectflags: readable, writableString. Default: "multifilesrc0"num-buffers         : Number of buffers to output before sending EOS (-1 = unlimited)flags: readable, writableInteger. Range: -1 - 2147483647 Default: -1 parent              : The parent of the objectflags: readable, writableObject of type "GstObject"start-index         : Start value of index.  The initial value of index can be set either by setting index or start-index.  When the end of the loop is reached, the index will be set to the value start-index.flags: readable, writableInteger. Range: 0 - 2147483647 Default: 0 stop-index          : Stop value of index.  The special value -1 means no stop.flags: readable, writableInteger. Range: -1 - 2147483647 Default: -1 typefind            : Run typefind before negotiating (deprecated, non-functional)flags: readable, writable, deprecatedBoolean. Default: false
关键字:互联网整合营销推广_知名个人网站_湖南关键词优化品牌价格_怎么做网站广告

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: