[Bug 672701] [playbin2] playback broken for certain file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 23 09:22:17 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=672701
  GStreamer | gst-plugins-base | 0.10.36

--- Comment #2 from Andreas Frisch <fraxinas at opendreambox.org> 2012-03-23 16:22:09 UTC ---
further experiments have shown that
gst-launch filesrc location=BrokenPlayback2.mkv ! matroskademux ! dvbvideosink
works just fine but when introducing the respective video parser element
gst-launch filesrc location=BrokenPlayback2.mkv ! matroskademux !
mpegvideoparse ! dvbvideosink
then we get the same exact error pattern like when using playbin2

the problem may be caused by excess cpu load
without the parser, playback consumes 3-6%, with playbin2 it's at full load

this problem is limited to our embedded architecture with a hardware decoder,
on the pc it doesn't cause problems

and it's apparently limited to MPEG2 streams, h264parse doesn't cause this kind
of problems

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