[gstreamer-bugs] [Bug 532690] New: theora keyframe problem

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun May 11 17:57:42 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=532690

  GStreamer | gst-plugins-base | Ver: 0.10.19
           Summary: theora keyframe problem
           Product: GStreamer
           Version: 0.10.19
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mammique at lamenagerie.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hello,

when i try to mux theora frames into an ogg container it seems that keyframe
information is lost resulting in an almost unplayable file. This problem has
been experienced compiling gst-plugins-base-0.10.19.tar.gz or using Ubuntu
Hardy's package gstreamer0.10-plugins-base Version: 0.10.18-3. But no problem
compiling gst-plugins-base-0.10.14.tar.gz or or using Ubuntu Gutsy's package
gstreamer0.10-plugins-base Version: 0.10.14-X.

Here are two buggy (with 0.10.19/0.10.18) gst-launch commands:

gst-launch-0.10 filesrc location=in.mkv ! matroskademux name=demux
demux.video_00 ! queue ! theoraparse ! mux. demux.audio_00 ! queue !
vorbisparse ! mux. oggmux name=mux ! filesink location=out.ogg
(in.mkv contains one Theora and one Vorbis stream)

gst-launch filesrc location==video.ogg ! oggdemux ! theoraparse ! oggmux
name=mux ! filesink location=mux.ogg filesrc location=audio.ogg ! oggdemux !
vorbisparse !  mux.
(video.ogg contains one Theora stream, audio.ogg contains one vorbis stream)

Here is the repeated warning i got:

** (gst-launch-0.10:10889): CRITICAL **: make_granulepos: assertion `frame >=
keyframe' failed

I experienced this on two different computers with different configurations so
i guess it is easy to reproduce.

Regards,

Camille.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=532690.




More information about the Gstreamer-bugs mailing list