[gst-devel] handling playlists (was: SMIL: how to read while being paused?)
Andy Wingo
wingo at pobox.com
Thu Oct 6 04:07:43 CEST 2005
Howdy,
On Thu, 2005-10-06 at 12:41 +0200, Ákos Maróy wrote:
> Andy Wingo wrote:
> > In GStreamer 0.9 the ability to pull or push on a pad is tied to the
> > pad's activation state, not the state of the element. So for example if
> > you are going to start pulling on a pad, you can call
> > gst_pad_activate_pull (pad, TRUE) and if it returns success you can pull
> > from it, in any state.
>
> oh, but I see that little evil "if" there :)
It is true that fewer elements support pull-based operation in 0.9.
> the other issue was seek. can that happen while being paused?
Certainly.
Regards,
--
Andy Wingo
http://wingolog.org/
More information about the gstreamer-devel
mailing list