summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-01-17 16:45:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-17 16:45:43 +0000
commite8cbc6feedbedc57f58293a20c5d6892f061ab02 (patch)
treeed32a79d41275e67e4a66924a6906d8858c833f7 /gst/qtdemux/qtdemux.h
parentcf21cfab001fb2e39dcd2fdbd22cb87880a0b1a0 (diff)
downloadgst-plugins-bad-e8cbc6feedbedc57f58293a20c5d6892f061ab02.tar.gz
gst-plugins-bad-e8cbc6feedbedc57f58293a20c5d6892f061ab02.tar.bz2
gst-plugins-bad-e8cbc6feedbedc57f58293a20c5d6892f061ab02.zip
gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some more love and sophistication.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event), (gst_qtdemux_change_state), (gst_qtdemux_loop_header): * gst/qtdemux/qtdemux.h: Fix seeking for quicktime files. Could still use some more love and sophistication.
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index a5653fe2..ff09c843 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -71,8 +71,6 @@ struct _GstQTDemux {
/* track stuff */
guint64 last_ts;
- gboolean need_discont;
- gboolean need_flush;
};
struct _GstQTDemuxClass {