[Bug 595614] theora/enc/dec playback drops buffers/freezes intermittently
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Apr 21 02:44:46 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=595614
GStreamer | gst-plugins-base | 0.10.x
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
Summary|gst-plugins-base-0.10.24: |theora/enc/dec playback
|theora/enc/dec playback |drops buffers/freezes
|drops buffers/freezes |intermittently
|intermittently |
--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-21 09:44:38 UTC ---
I believe the GstVideoEncoder base class now tries to estimate its own latency.
However, I can still reproduce the issue with:
gst-launch-1.0 -v v4l2src ! 'video/x-raw,width=640,height=480,framerate=30/1'
! queue ! theoraenc ! theoradec ! queue max-size-buffers=3 ! xvimagesink
The question is: is it actually a bug?
Arguably theoraenc is simply not fit for low latency use cases, at least not in
our default configuration. (I have a vague memory of it taking very very long
to encode some frames when there's rapid motion involved).
--
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