unable to seek live recorded file
Tim-Philipp Müller
t.i.m at zen.co.uk
Sat Dec 10 07:52:33 PST 2011
On Sat, 2011-12-10 at 07:41 -0800, sivaits4u wrote:
> thanks for your reply. it works fine.
> but i want it do it in receiver pipeline application code(C/python) using
> gsteamer not as commandline pipeline.
> i tried to google to get the equivalent option in a pipeline do that but no
> luck.
>
> is there any api or any option available ?
Do gst_element_send_event (pipeline, gst_event_new_eos ()) and wait for
the EOS message on the pipeline's bus, then shut down the pipeline (set
to GST_STATE_NULL).
Cheers
-Tim
More information about the gstreamer-devel
mailing list