[gstreamer-bugs] [Bug 597689] New: To much buffering in decodebin2 for audio with no time stamps.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 7 06:35:48 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=597689
GStreamer | gst-plugins-base | git
Summary: To much buffering in decodebin2 for audio with no time
stamps.
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: patrick.radizi at axis.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
I use playbin2 with souphttpsrc to play audio over http. The problem I found is
that decodebin2 adds a multiqueue element with the max-size-bytes property set
to 2MB. This is done in gstdecodebin2.c, gst_decode_group_new().
This may be fine for video, but for audio it corresponds to several minutes of
data. The result is that the pipeline is 'buffering' for several minutes before
the first audio sample is pushed to the audio decoder.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list