<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Hi everyone,<BR>
<BR>
I'm using Ubuntu 12.04 for the Wandboard, and I'm trying to get a Qt application to play a video with GStreamer.  I've tried using the sample code from <A HREF="https://developer.gnome.org/gst-plugins-libs/0.10/gst-plugins-base-libs-gstxoverlay.html">https://developer.gnome.org/gst-plugins-libs/0.10/gst-plugins-base-libs-gstxoverlay.html</A> but I get the following errors when I run the application:<BR>
<BR>
(gst-plugin-scanner:2890): GStreamer-CRITICAL **: gst_pad_template_new: assertion `caps != NULL' failed<BR>
<BR>
(gst-plugin-scanner:2890): GStreamer-CRITICAL **: gst_element_class_add_pad_template: assertion `GST_IS_PAD_TEMPLATE (templ)' failed<BR>
<BR>
(gst-plugin-scanner:2890): GStreamer-CRITICAL **: gst_pad_template_new: assertion `caps != NULL' failed<BR>
<BR>
(gst-plugin-scanner:2890): GStreamer-CRITICAL **: gst_element_class_add_pad_template: assertion `GST_IS_PAD_TEMPLATE (templ)' failed<BR>
MAX resolution 1920x1080<BR>
<BR>
(gsttest:2889): GStreamer-CRITICAL **: gst_element_set_state: assertion `GST_IS_ELEMENT (element)' failed<BR>
<BR>
(gsttest:2889): GStreamer-CRITICAL **: gst_object_unref: assertion `((GObject *) object)->ref_count > 0' failed<BR>
<BR>
Does anyone know what could be causing these errors?  I am new to GStreamer.<BR>
<BR>
Thanks!<BR>
<BR>
Marlon
</BODY>
</HTML>