<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 31, 2013 at 11:43 AM, Stirling Westrup <span dir="ltr"><<a href="mailto:swestrup@gmail.com" target="_blank">swestrup@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class=""><div class="h5">
> That's because a plain text file has no header or other information that<br>
> decodebin can use to know it's "text/plain". Try this:<br>
> gst-launch-1.0 filesrc location=text.txt ! "text/plain" ! textrender !<br>
> xvimagesink display=':5'<br>
<br>
</div></div>Well, that's *sort of* an improvement. The pipeline as given refuses<br>
to run because it can't link filesrc to textrender. If I put a<br>
decodebin in the middle, I get the helpful "This appears to be a text<br>
file" error.</blockquote><div><br></div><div style>I'm using filesrc ! "text/plain" ! textrender with 0.10 and it works fine. Maybe try:</div><div style><span style="font-size:13px;font-family:arial,sans-serif">gst-launch-1.0 filesrc location=text.txt ! capssetter caps="text/plain" replace=true ! textrender ! </span><span style="font-size:13px;font-family:arial,sans-serif">xvimagesink display=':5'</span></div>

<div style><span style="font-size:13px;font-family:arial,sans-serif"><br></span></div><div style><span style="font-size:13px;font-family:arial,sans-serif">-Josh</span></div></div></div></div>