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 616686 - multipartdemux: add "single-stream" property to emit no-more-pads earlier
multipartdemux: add "single-stream" property to emit no-more-pads earlier
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.21
Other Windows
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-24 00:03 UTC by David Hoyt
Modified: 2011-06-15 22:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Multipartdemux enhancement (2.60 KB, patch)
2010-04-24 00:03 UTC, David Hoyt
committed Details | Review

Description David Hoyt 2010-04-24 00:03:07 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.
Comment 1 Sebastian Dröge (slomo) 2011-05-25 19:14:21 UTC
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.