GNOME Bugzilla – Bug 123954
[PATCH] make multidisksrc work
Last modified: 2004-12-22 21:47:04 UTC
Currently, the multidisksrc doesn't set the size of the GstBuffer it creates in gst_multidisksrc_get, so end of stream is immediatly reached without playing anything. The attached patch sets the size.
Created attachment 20505 [details] [review] one liner to set the buffer size
Makes sense. Applied to HEAD. I can't understand (in a short period of time) how gst_multidisksrc_get() works. It appears to me that it returns the same buffer each time.
Shouldn't it be closed ?