Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将一些我已经实现的 gstreamer 插件添加到 totem player/mplayer 中,以便它可以使用这些插件来播放给定的文件。
请告诉我哪个播放器有简单的步骤来添加 gstreamer 插件,请告诉我如何向该播放器添加 gstreamer 插件。
mplayer 没有使用 gstreamer,你在那里不走运。对于图腾,你不需要做任何特别的事情。如果 gst-inspect 显示你的插件,totem 也可以使用它们。你能举一些关于你写什么样的插件的例子(什么格式的解码器或解复用器或协议源?)
我得到以下信息:
Can't create table 'tempabcd' (errno: 22)
此错误发生在以下查询(简化)运行数千次后
DROP TABLE IF EXISTS tempabcd; CREATE TEMPORARY TABLE tempabcd (id int(11) NOT NULL, PRIMARY KEY (i