[gst-devel] handling playlists (was: SMIL: how to read while being paused?)
Ákos Maróy
darkeye at tyrell.hu
Thu Oct 6 03:43:34 CEST 2005
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 :)
the other issue was seek. can that happen while being paused?
More information about the gstreamer-devel
mailing list