[gst-devel] queue level not writable

august august at alien.mur.at
Sun Mar 9 03:18:05 CET 2003


the level property of a queue is not writable???

im messing around with a simple http mp3 player.
httpsrc->queue->decode->osssink

I try to set the level to increas the buffer with:

	g_object_set (G_OBJECT (queue), "level", 65536, NULL);

but get this warning:
	(process:4371): GLib-GObject-WARNING **:
gobject.c:860:g_object_set_valist(): property `level' of object class
`GstQueue' is not writable


am I correct in try to increase the buffer that way for smoother playback
of http streams?


- august.





More information about the gstreamer-devel mailing list