[gst-devel] Dynamically changing filesink location fails
Maher Omar
maher.amd64 at gmail.com
Tue Jan 15 19:32:18 CET 2008
Hi everyone,
I've got a pipeline which looks like :
source -> decoder -> encoder -> muxer -> filesink
Is there a way to change the filesink location on the fly without restarting
the pipeline, so that you can create multiple named files ?
I have tried:
* to block the muxer src pad, stop the filesink to change the location, then
start the filesink again, and unblock the muxer pad, but the recording fails
for the second file
* to create a new filesink with the new location
But I couldn't manage to make these work ... No matter what
codecs/containers/sources being used.
Any suggestion is welcome
Maher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080115/9cb5be9e/attachment.htm>
More information about the gstreamer-devel
mailing list