GNOME Bugzilla – Bug 656317
rndbuffersize: add push mode support
Last modified: 2012-06-28 19:06:39 UTC
This gst-launch line doesn't work: gst-launch videotestsrc ! rndbuffersize ! fakesink -v Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. Setting pipeline to NULL ... Freeing pipeline ... I was unable to find a combination that did work.
rndbuffersize only supports pull mode... maybe it should post a proper error message.
Or it could implement push mode by simply using an adapter
This important bug is now fixed: commit b9d020ac4f5bc5097cfeeaaa1d36dd40f648d857 Author: Tim-Philipp Müller <tim@centricular.net> Date: Thu Jun 28 20:03:05 2012 +0100 rndbuffersize: add push mode support