summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2007-08-24 15:31:26 +0000
committerJulien Moutte <julien@moutte.net>2007-08-24 15:31:26 +0000
commitb86971338f38ce9f84f58df7cd52a50da2e27881 (patch)
tree2a388f4b1a0827386a1a2ecccbfe642579362356 /gst/flv/gstflvdemux.h
parentb4c31f289b9efe97613f1b83bc2cef8e829849cc (diff)
downloadgst-plugins-bad-b86971338f38ce9f84f58df7cd52a50da2e27881.tar.gz
gst-plugins-bad-b86971338f38ce9f84f58df7cd52a50da2e27881.tar.bz2
gst-plugins-bad-b86971338f38ce9f84f58df7cd52a50da2e27881.zip
gst/flv/gstflvdemux.c: Implement seeking in push mode.
Original commit message from CVS: 2007-08-24 Julien MOUTTE <julien@moutte.net> * gst/flv/gstflvdemux.c: (gst_flv_demux_flush), (gst_flv_demux_cleanup), (gst_flv_demux_chain), (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement seeking in push mode. * gst/flv/gstflvdemux.h:
Diffstat (limited to 'gst/flv/gstflvdemux.h')
-rw-r--r--gst/flv/gstflvdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/flv/gstflvdemux.h b/gst/flv/gstflvdemux.h
index 29d71c59..bd0832b0 100644
--- a/gst/flv/gstflvdemux.h
+++ b/gst/flv/gstflvdemux.h
@@ -107,6 +107,7 @@ struct _GstFLVDemux
gboolean has_video;
gboolean push_tags;
gboolean strict;
+ gboolean flushing;
};
struct _GstFLVDemuxClass