[Bug 691481] New: avidemux: a/v sync off on sample video when activated in push mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 10 07:29:04 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691481
  GStreamer | gst-plugins-good | 1.x

           Summary: avidemux: a/v sync off on sample video when activated
                    in push mode
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: rawoul at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The following pipeline has avsync off by 500ms, on 1.0.5 or git master:

gst-launch playbin uri=http://absolut.zogzog.org/share/samples/avi/s7e3.avi

This is because avidemux outputs invalid timestamps for audio in push mode.

pull mode:

chain (23040 bytes, dts: 0:00:00.000000000, pts: 0:00:00.000000000, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000040 discont )
chain (1152 bytes, dts: 0:00:00.024000000, pts: 0:00:00.024000000, duration:
0:00:00.480000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (2304 bytes, dts: 0:00:00.504000000, pts: 0:00:00.504000000, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (2304 bytes, dts: 0:00:00.528000000, pts: 0:00:00.528000000, duration:
0:00:00.048000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (1152 bytes, dts: 0:00:00.576000000, pts: 0:00:00.576000000, duration:
0:00:00.048000000, offset: -1, offset_end: -1, flags: 00000000 )

push mode:

chain (23040 bytes, dts: 0:00:00.000000000, pts: none, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000040 discont )
chain (1152 bytes, dts: 0:00:00.024000000, pts: none, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (2304 bytes, dts: 0:00:00.048000000, pts: none, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (2304 bytes, dts: 0:00:00.072000000, pts: none, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000000 )
chain (1152 bytes, dts: 0:00:00.096000000, pts: none, duration:
0:00:00.024000000, offset: -1, offset_end: -1, flags: 00000000 )

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