[gstreamer-bugs] [Bug 541215] New: Loss of A/V sync in Totem

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 2 03:47:21 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=541215

  GStreamer | don't know | Ver: HEAD CVS
           Summary: Loss of A/V sync in Totem
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jonathan.rosser at rd.bbc.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


I muxed an AVI file containing dirac video and mp3 audio as follows (via
makefile):

#multiplex the .drc and audio into an AVI container
%.avi: %.drc $(AINPUT)
        gst-launch avimux name=mux ! filesink location=$@ \
        filesrc location=$< ! \
        schroparse ! \
        queue ! \
        mux. \
        filesrc location=$(AINPUT) ! \
        flacdec ! \
        audioconvert ! \
        lame ! \
        queue ! \
        mux.

The resulting AVI file plays in totem and maintains A/V sync if the file plays
from the start.

Seeking through the file results in complete loss of A/V sync, but both tracks
continue to play.

I'm using recent, but not latest HEAD CVS.


-- 
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=541215.




More information about the Gstreamer-bugs mailing list