summaryrefslogtreecommitdiff
path: root/gst/multifile/gstsplitmuxsrc.h
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2016-11-02 02:25:51 +1100
committerJan Schmidt <jan@centricular.com>2016-11-02 11:02:12 +1100
commitafc440e906fd8daf1775781127d5c98e12fa9b63 (patch)
tree71260561a1675de00cdcef155dafeea0998caae7 /gst/multifile/gstsplitmuxsrc.h
parentf609986c34e7575081ade283dcc7fc72fc2a2088 (diff)
splitmuxsrc: Store seek seqnum and send it on EOS / segment events.
GES relies on the EOS event having the seqnum of the seek that caused it.
Diffstat (limited to 'gst/multifile/gstsplitmuxsrc.h')
-rw-r--r--gst/multifile/gstsplitmuxsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/multifile/gstsplitmuxsrc.h b/gst/multifile/gstsplitmuxsrc.h
index 228453c17..c234c9029 100644
--- a/gst/multifile/gstsplitmuxsrc.h
+++ b/gst/multifile/gstsplitmuxsrc.h
@@ -58,6 +58,7 @@ struct _GstSplitMuxSrc
GstClockTime total_duration;
GstSegment play_segment;
+ guint32 segment_seqnum;
};
struct _GstSplitMuxSrcClass