[gst-devel] Re: [gst-cvs] wingo gstreamer: gstreamer/gst/elements/
Ronald Bultje
rbultje at ronald.bitfreak.net
Wed Oct 1 08:26:11 CEST 2003
Hi Benjamin,
On Wed, 2003-10-01 at 16:21, in7y118 at public.uni-hamburg.de wrote:
> That sounds an awful lot like you want a property for that. Especially because
> you might want to save streamable ASFs to disk or write seekable ASFs to http.
You can't write seekable ASFs to HTTP directly. You need to store it to
disk first, and then stream the result over HTTP.
v4lsrc ! encoder ! asfmux ! filesink
filesrc ! httpsink
Either way, a property is nice, but it's not gstreamer'ish. Properties
suck. Event masks are meant for exactly this!
Ronald
--
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer
More information about the gstreamer-devel
mailing list