<div dir="ltr">I have an appsink that is reading from a file. This gets modified and then read from an appsrc and goes out to a display.<div><br></div><div style>Here are in/out pipelines</div><div style><div>// creating pipelines from strings</div>
<div>  sprintf(pipelineInStr, "filesrc location=movie.avi ! decodebin ! ffmpegcolorspace ! queue ! appsink name=\"%s\"",app_sink_name);</div><div>  sprintf(pipelineOutStr, "appsrc name=\"%s\" ! queue ! ximagesink",app_src_name);</div>
<div><br></div><div style>I always get a "Internal data flow error." What would cause this?</div></div></div>