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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 14 13:12:25 PST 2013


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

--- Comment #6 from Matej Knopp <matej.knopp at gmail.com> 2013-02-14 21:12:11 UTC ---
Created an attachment (id=236160)
 View: https://bugzilla.gnome.org/attachment.cgi?id=236160
 Review: https://bugzilla.gnome.org/review?bug=691481&attachment=236160

Patch

This code
if (next_pts >= parse->priv->next_dts)
        parse->priv->next_pts = next_pts;
doesn't really set priv->next_pts to anything because few lines above 
priv->next_pts is set to GST_CLOCK_TIME_NONE

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