summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-06-05 18:50:48 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-06-05 18:50:48 +0000
commit45b9c254157e3cf558680a804f80ea2f293c7245 (patch)
treeec7a44e594da0a3627fb861bf8ba2e063f23eda4 /sys/oss/gstosssink.h
parentd30bd0177003dbd1bb797ee034e82eb82fc7fab0 (diff)
gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event), (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state), (gst_qtdemux_loop_header), (qtdemux_dump_mvhd), (qtdemux_parse_trak): * gst/qtdemux/qtdemux.h: Bitch. Also known as seeking, querying & co. * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain), (gst_osssink_change_state): * sys/oss/gstosssink.h: Resyncing is for weenies, this hack is no longer needed and was broken anyway (since it - unintendedly - always leaves resync to TRUE).
Diffstat (limited to 'sys/oss/gstosssink.h')
-rw-r--r--sys/oss/gstosssink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h
index f484007b..7542c8d1 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -59,7 +59,6 @@ struct _GstOssSink {
GstClock *provided_clock;
GstClock *clock;
- gboolean resync;
gboolean sync;
guint64 handled;