0

嗨,有人知道是否可以让 gstreamer-sharp 将管道绑定字符串解析为 Gst.Pipeline 对象?

如果执行以下代码行,它将在内部 Gstreamer 窗口中弹出流。

Gst.Parse.Launch("videotestsrc ! videoconvert ! autovideosink");

我想知道是否有办法从 Parse 类中获取 Gst.Pipeline 对象,以便我可以处理 gstreamer 窗口的创建并将输出重定向到表单上的面板?

谢谢

4

1 回答 1

0

从 Gst.Parse.Launch 返回的 Element 实际上应该是 Gst.Pipeline

于 2017-05-17T10:56:58.960 回答