Framesteping in audio/video pipeline in PAUSED. How to skip buffers?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Framesteping in audio/video pipeline in PAUSED. How to skip buffers?

wl2776
Administrator
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-framestep.txt#n71 says that on reception of the step-done message the application must skip the same amount of buffers in the audio-sink.

I use playbin2 and can obtain audiosink though its property.

Which function should I call to make it skip that buffers?
Reply | Threaded
Open this post in threaded view
|

Re: Framesteping in audio/video pipeline in PAUSED. How to skip buffers?

wl2776
Administrator
I've noticed that I always receive two step-done messages, one from video sink and another from audio sink.
But the queried position anyway doesn't change without flushing seek if stepping backwards.