When you post a request for help, please provide more complete information, including the gstreamer version numbers that you are using and more complete logs. Also, how are you launching gstreamer? A good way to test pipelines is to use gst-launch. Another very helpful utility is gst-inspect <element-name>. The problem here is that something isn't linked, but I can't tell what from your limited log. The in/out conditions between 2 elements aren't satisfied. So you need to determine what isn't linked and fix it. My guess is that your embedded board doesn't support some characteristic that your original test environment does and that is needed by your pipeline.<br>
<br>If you use gst-launch, add the -v option which will generate capability logging which might give the info that you need to solve the problem.<br><br>Here is some standard debugging reference information.<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html</a><br>
<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html</a><br><br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html</a><br>
<br>What you probably need to do is export GST_DEBUG=appsrc:4,something else?:4 before launching your app.<br><br>You can add as many elements are you need. You can use * as a wildcard, but some of the elements are very verbose.<br>
<br>If you still have problems after this, update with more info.<br><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 10:18 AM, bertl <span dir="ltr"><<a href="mailto:rzillner@gmx.at" target="_blank">rzillner@gmx.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, i hope anyone can help me.<br>
<br>
I have a working gstreamer code that streams raw data via my network. My<br>
problem is that when i<br>
compile it on my embedded board (Pandaboard linux 12.04 server) it doesn<br>
work anymore.<br>
<br>
you can see the sourcecode in the attached file<br>
<br>
Error is : ERROR from element mysource: Internal data flow error<br>
              Debugging info: gstreamer stream_c.cpp<br>
<<a href="http://gstreamer-devel.966125.n4.nabble.com/file/n4659212/stream_c.cpp" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/file/n4659212/stream_c.cpp</a>><br>
gstbasesrc.c(2625) : gst_base_src_loop ():<br>
/GstPipeline:pipeline0/GstAppSrc:mysource:<br>
              streaming task paused, reason not-linked (-1)<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Internal-data-flow-error-tp4659212.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Internal-data-flow-error-tp4659212.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>