最近在学习gstreamer,有两个问题。
我。
- 我遵循了有关“HelloWorld”部分的基本教程。我 git clone 代码并在 ubuntu 上使用此命令:
gcc basic-tutorial-1.c -o basic-tutorial-1
pkg-config --cflags --libs gstreamer-1.0` - 然后运行
./basic-tutorial-1
- 返回
(basic-tutorial-1:14500): ERROR : 10:43:49.783: An error occurred! Rerun with the GST_DEBUG=*:WARN environment variable set. for more details. Trace/breakpoint trap (core dumped)
我猜这个 URLplaybin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm
无法连接,也许我应该更改 URL?
二.
- 我按照基础教程 3:动态管道进行操作,教程说它会像 HelloWorld 一样看到视频,但 shell 返回
Not all elements could be created.