diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-03-04 10:16:10 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-03-04 10:16:10 +0000 |
commit | 3a4d09d9e5f535634ba2503fbe1da45c39110ce0 (patch) | |
tree | d53cd96cabd5d0cf4db6081393daf58ea6496032 /examples/seeking/seek.c | |
parent | e1975c599cfbe5f23e4bd602591e95838afb3c8c (diff) | |
download | gst-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.c | 2 |
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 |