After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514623 - Ogg Theora video slow
Ogg Theora video slow
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.17
Other Linux
: Normal normal
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-05 21:52 UTC by Sven Arvidsson
Modified: 2008-02-06 13:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sven Arvidsson 2008-02-05 21:52:23 UTC
The Ogg Theora videos of the talks at LCA seems to have some problems with GStreamer. 

The video either isn't played at full speed, or possibly some frames are missing. Audio on the other hand is fine. Also, skipping forward or backward isn't instantaneous, there's a small delay where the video freezes before playback begins again.

Other Theora videos I have play fine in GStreamer, and the LCA videos do work with MPlayer.

Example video:
http://mirror.linux.org.au/pub/linux.conf.au/2008/Wed/mel8-305.ogg
Comment 1 Wim Taymans 2008-02-06 11:51:13 UTC
The seeking is normal, we don't seek to keyframes so it might take a while before video can continue after a seek.

The timestamp interpolation seems to have regressed in 0.10.17 :(
Comment 2 Michael Smith 2008-02-06 13:36:23 UTC
Fixed with:

    * ext/theora/theoradec.c: (_theora_granule_frame),
    (_inc_granulepos):
      Increment granulepos for new-bitstream versions appropriately.
      Fixes #514623.