[Bug 762710] gst_discoverer_info_copy loses some data members of the source GstDiscovererInfo object.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Apr 2 09:15:08 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=762710
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.9.1
--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Pushed this now since it's trivial anyway:
commit 2102fdc983e13bc945c552a88c1c007f358363da
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Apr 2 10:09:07 2016 +0100
discoverer: copy over result and seekable fields when copying a discoverer
info
The function gst_discoverer_info_copy doesn't copy the data members
seekable
and result of the source GstDiscovererInfo.
In the case of copying a GstDiscovererInfo for later use, the seekbale will
be
undefined, which in practice usually will be false, even though the
seekable of
the original GstDiscovererInfo is true.
https://bugzilla.gnome.org/show_bug.cgi?id=762710
--
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