<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">does this work for you?<br>
<br>
gst-launch-0.10 videotestsrc ! xvimagesink<br>
(paste into a terminal)<br>
<br>
If you are getting started with gstreamer you should use gstreamer
1.0 instead. It is almost the same but better in some ways of its
core architecture. Gstreamer 0.10 is maintained only for legacy
reasons and because some plugins are not ported yet (if I am not
mistaken).<br>
<br>
There is also an updated tutorial for gstreamer 1.0:<br>
<br>
<a class="moz-txt-link-freetext" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideooverlay.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideooverlay.html</a><br>
<br>
<br>
On 08/08/2013 10:31 PM, Marlon Smith wrote:<br>
</div>
<blockquote cite="mid:1375997469.2170.13.camel@marlon-Z68X-UD3H-B3"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="GENERATOR" content="GtkHTML/3.32.2">
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 moz-do-not-send="true"
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
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>