summaryrefslogtreecommitdiffstats
path: root/examples/seeking/seek.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-03-04 10:16:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-03-04 10:16:10 +0000
commit3a4d09d9e5f535634ba2503fbe1da45c39110ce0 (patch)
treed53cd96cabd5d0cf4db6081393daf58ea6496032 /examples/seeking/seek.c
parente1975c599cfbe5f23e4bd602591e95838afb3c8c (diff)
downloadgst-plugins-bad-BRANCH-THREADED.tar.gz
gst-plugins-bad-BRANCH-THREADED.tar.bz2
gst-plugins-bad-BRANCH-THREADED.zip
More work on subclassing the sinks from the basesink.BRANCH-THREADED
Original commit message from CVS: More work on subclassing the sinks from the basesink. First attempt at generic audiosink base objects. Make oss DMA audiosink.
Diffstat (limited to 'examples/seeking/seek.c')
-rw-r--r--examples/seeking/seek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/seeking/seek.c b/examples/seeking/seek.c
index 81ba7d8f..ef73db6b 100644
--- a/examples/seeking/seek.c
+++ b/examples/seeking/seek.c
@@ -27,7 +27,7 @@ static gulong changed_id;
/* number of milliseconds to play for after a seek */
#define SCRUB_TIME 250
-#undef SCRUB
+#define SCRUB
#define THREAD
#define PAD_SEEK