[Bug 736905] videomixer: Removed unwanted instruction

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 01:06:47 PDT 2014


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

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-10-09 08:06:45 UTC ---
(In reply to comment #7)
> 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);

It's only assigned but never really used... thus can go away

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