Hi, On Mon, 28 Jun 2004, David Moore wrote: [..] > I tried to do this operation in the EOS callback, but this caused a > deadlock in gstreamer. Set an idle handler and do your actions in the idle function, that's what libgstplay does as well. (That doesn't mean your bug is invalid, but that's at least one way known to work.) Ronald