[Bug 639848] [mpegtsmux] doesn't join an h264 and an audio ES
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Mar 26 02:15:15 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=639848
GStreamer | gst-plugins-bad | 0.10.20
Jan Schmidt <thaytan> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at mad.scientist.com
--- Comment #8 from Jan Schmidt <thaytan at mad.scientist.com> 2011-03-26 09:15:11 UTC ---
That pipeline stalls because the queues fill up. If you set max-size-bytes=0,
it'll complete.
It's best to use multiqueue in a real pipeline to avoid this problem, otherwise
you have to a) set the queues to unlimited (chews up memory) or b) manage the
queue sizes yourself with callbacks.
--
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