After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 123954 - [PATCH] make multidisksrc work
[PATCH] make multidisksrc work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-06 13:46 UTC by Christophe Fergeau
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
one liner to set the buffer size (620 bytes, patch)
2003-10-06 13:46 UTC, Christophe Fergeau
none Details | Review

Description Christophe Fergeau 2003-10-06 13:46:05 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.
Comment 1 Christophe Fergeau 2003-10-06 13:46:38 UTC
Created attachment 20505 [details] [review]
one liner to set the buffer size
Comment 2 David Schleef 2003-10-06 19:45:33 UTC
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.
Comment 3 Christophe Fergeau 2003-10-11 22:32:23 UTC
Shouldn't it be closed ?