summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer-types.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/pbutils/gstdiscoverer-types.c b/gst-libs/gst/pbutils/gstdiscoverer-types.c
index e74343011..60a49cc59 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer-types.c
+++ b/gst-libs/gst/pbutils/gstdiscoverer-types.c
@@ -410,6 +410,8 @@ gst_discoverer_info_copy (GstDiscovererInfo * ptr)
stream_map);
}
ret->duration = ptr->duration;
+ ret->result = ptr->result;
+ ret->seekable = ptr->seekable;
if (ptr->misc)
ret->misc = gst_structure_copy (ptr->misc);