<!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/4.6.6">
</HEAD>
<BODY>
Le mercredi 23 avril 2014 à 03:21 -0700, leon a écrit :
<BLOCKQUOTE TYPE=CITE>
<PRE>
this is the appsrc output:

appsrc ! decodebin ! autovideosink


<<A HREF="http://gstreamer-devel.966125.n4.nabble.com/file/n4666575/appsrc.png">http://gstreamer-devel.966125.n4.nabble.com/file/n4666575/appsrc.png</A>> 

</PRE>
</BLOCKQUOTE>
Note, even on windows you can keep traces in the text form (program 2> log.txt, or set you shell in edit mode, so you can copy/paste it, there is ways to do log analyses in VS too). Installing grep or using any log analyser may help. If the color marks is causing issues, gst_debug_set_colored (FALSE). You should play with more log settings, e.g. enabling all warnings could help you too (the log is comma seperated list, a lonely number will set the default log level, so it would be 3,baseparse:6). It's up to you to do the work of log analyses and first iteration to find the issue.<BR>
<BR>
cheers,<BR>
Nicolas
</BODY>
</HTML>