<div dir="ltr">Tried setting 'do-timestamp' on the appsrc to true...didn't seem to make a difference. It's an intermittent issue...like some race condition that's stopping samples being sent. I put a print statement in every time I send a buffer, and sometimes they just stop when I'm setting caps alongside, but not if I do it through the event probe. Debugging doesn't seem to show anything useful. Maybe doing this asynchronously through signals in Python is just asking for trouble. Here's the source: <a href="http://pastebin.com/b1cbG8YC">http://pastebin.com/b1cbG8YC</a>. Appreciate the help.</div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On 5 January 2013 14:54, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Sat, 2013-01-05 at 14:44 +0000, Nox Deleo wrote:<br>
<br>
> That's what I was doing originally, but it was causing weird things to<br>
> happen. Occasionally I'd stop hearing any audio mid-track. Sometimes<br>
> it would stop on the next track after it changed. Sometimes I hear<br>
> nothing from the start. Probably something I've screwed up.<br>
<br>
</div>That might be related to the timestamps on the buffer, which you'll have<br>
to adjust yourself (unless you let appsrc do the timestamping), since<br>
they'll start at 0 again when a new track plays (well, it depends on<br>
what exactly you're doing, if the streamsynchronizer in playbin kicks in<br>
or not etc.)<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers<br>
 -Tim<br>
<br>
<br>
<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>
</div></div></blockquote></div><br></div>