[Bug 736905] videomixer: Removed unwanted instruction

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 8 22:25:01 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736905
  GStreamer | gst-plugins-good | unspecified

--- Comment #7 from Sanjay NM <sanjay.nm at samsung.com> 2014-10-09 05:24:57 UTC ---
start_time is used before this assignment in videomixer

  start_time = MAX (start_time, mixcol->collect.segment.start);
  start_time =
      gst_segment_to_running_time (&mixcol->collect.segment,
      GST_FORMAT_TIME, start_time);

Verified videoaggregator and have made changes in that too, have submitted a
patch for the same

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