GNOME Bugzilla – Bug 616686
multipartdemux: add "single-stream" property to emit no-more-pads earlier
Last modified: 2011-06-15 22:43:32 UTC
Created attachment 159462 [details] [review] Multipartdemux enhancement This is a small enhancement to multipartdemux that adds a property named "single-stream" and is useful in something like decodebin's element-added to start the video as soon as possible. Without this, low framerate motion jpeg cameras running at 1-2 FPS would take ~20-30 seconds before video shows.
commit 86f9fa785a7878ba3c85e37cc4d31ac1dd69a03f Author: David Hoyt <dhoyt@llnl.gov> Date: Wed May 25 21:12:12 2011 +0200 multipartdemux: Add property to assume a single stream and emit no-more-pads Fixes bug #616686.