Hi Roman,<br><br>this might work for your case:<br><br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multifilesink.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multifilesink.html</a><br>
<br>Regards<br><br><div class="gmail_quote">On Tue, May 24, 2011 at 5:35 PM, Roman Divacky <span dir="ltr">&lt;<a href="mailto:roman_divacky@tempest.sk">roman_divacky@tempest.sk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>
<br>
I am trying to develop a filter that will be chained like this:<br>
<br>
<br>
        source -&gt; my_filter -&gt; sink<br>
<br>
<br>
Suppose the sink in question is filesink, I need the my_filter to change the name<br>
of the the output file every 5 minutes. I think the my_filter will have close the connection<br>
to the sink and reopen a new one with the changed name. Am I correct? If so - how to do that?<br>
Or is there an easier way?<br>
<br>
Specifically I am trying to record video in 1 minute chunks and the name of the resulting files<br>
will contain timestamp of the beginning of the recording.<br>
<br>
Thank you for your help!<br>
<br>
roman<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>