how to flush a gstreamer pipeline?

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

how to flush a gstreamer pipeline?

rpavithra.87
Please tell me how to flush a gstreamer pipeline.
I am using appsrc in my pipeline.

Reply | Threaded
Open this post in threaded view
|

Re: how to flush a gstreamer pipeline?

HaroldJRoth
How about trying a gst_event_new_step ()?  

Seems to be able to clear the pipeline.  At the very least, you could look at the source to see how it worked.  However, it would be handier if a more experienced user could comment.