discoverer: copy over result and seekable fields when copying a discoverer info
authorTim-Philipp Müller <tim@centricular.com>
Sat, 2 Apr 2016 09:09:07 +0000 (10:09 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Apr 2016 09:09:46 +0000 (10:09 +0100)
commit2102fdc983e13bc945c552a88c1c007f358363da
treeed36115eb5583385efeb6f6a8c0822aa07f1551d
parenta7809ecc8fe024d32f26db7517b3cd16bd867d4c
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
gst-libs/gst/pbutils/gstdiscoverer-types.c