[Bug 752279] decodebin: high-quality videos in ogv format fail to preroll/play

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 14 01:23:26 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752279

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #6 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
It looks like the video part of multiqueue fills up to 2 MB while its audio
part is empty. This happens after buffers have flown both to audio and video,
so there is no size increase allowed anymore IIRC. The 2 MB are made of only 9
buffers.

Indeed, this variant of Tim-Philipp Müller's line hangs (replacing queue with
multiqueue):

gst-launch-1.0 filesrc location=~/Samples/Video20150609_185820.ogv  ! oggdemux
name=d  d. ! multiqueue name=M ! theoradec ! queue ! xvimagesink  M. !
vorbisdec ! queue ! progressreport update-freq=1 ! pulsesink

Though I do get a frame shown, while gst-play-1.0 does not show a frame at all,
which is an unexpected difference at first glance.

-- 
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