首页 > 解决方案 > 运行 gstreamer 时出错

问题描述

如何在高通 apq8053 中使用 gstreamer?

运行管道时出现此错误:

它不是 v4l2 驱动程序。检查是否是 v4l1 驱动程序

标签: embedded-linux

解决方案


/* Structure to contain all our information, so we can pass it to callbacks */
typedef struct _CustomData {
  GstElement *pipeline;
  GstElement *source;
  GstElement *convert;
  GstElement *sink;
} CustomData;

推荐阅读