diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-05-26 21:59:22 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-05-26 21:59:22 +0000 |
commit | 91a716f915e94b43ea4cb88a81b1308906940d45 (patch) | |
tree | 374291fcb2ff64c8d6fe5e716172ac04cd57434f /ext | |
parent | e9ddec5f6863d23b99adef4912f23776075b0a05 (diff) |
- Changed plugins for new APIs
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
Diffstat (limited to 'ext')
-rw-r--r-- | ext/aalib/gstaasink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c index 28f92a3b6..cdd8ba0ce 100644 --- a/ext/aalib/gstaasink.c +++ b/ext/aalib/gstaasink.c @@ -350,7 +350,7 @@ gst_aasink_chain (GstPad *pad, GstBuffer *buf) GST_DEBUG (0,"videosink: clock wait: %llu", GST_BUFFER_TIMESTAMP(buf)); if (aasink->clock) { - gst_element_clock_wait (GST_ELEMENT (aasink), aasink->clock, GST_BUFFER_TIMESTAMP(buf)); + gst_element_clock_wait (GST_ELEMENT (aasink), aasink->clock, GST_BUFFER_TIMESTAMP(buf), NULL); } aa_render (aasink->context, &aasink->ascii_parms, |