Hi Chetan, On 11/5/07, chetan nanda <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have developed the media player for Maemo and still now i have implemented > the play and stop functionality. > Now i want to implement seek functionality, i have made some code. in that i > have set two callbacks function while seeking. first when the seek will > start and other when seek will end. > > At seek start , i am just setting the stream ( pipeline ) state to Paused > state and at seek end, i am performing the seek calculation and set the > stream in the playing state. But some how stream is not able to change from > pause to playing state. > > Can anybody tell me , what could be the reason ?
I'm not sure what could be the reason but you don't need to pause the pipeline. You can do "export GST_DEBUG=*:4" or different levels to find out what's happening, and also ask in the GStreamer mailing list. Best regards. -- Felipe Contreras _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
