summaryrefslogtreecommitdiffstats
path: root/examples/seeking/spider_seek.c
AgeCommit message (Collapse)AuthorFilesLines
2004-09-12Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, ↵David Schleef1-8/+10
#152102, #152247. Original commit message from CVS: Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102, #152247. * examples/indexing/indexmpeg.c: 64-bit warning fixes. * examples/seeking/cdparanoia.c: same * examples/seeking/cdplayer.c: same * examples/seeking/seek.c: same * examples/seeking/spider_seek.c: same * examples/seeking/vorbisfile.c: same * examples/stats/mp2ogg.c: same * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_dispose): Dispose of element properly. * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning fixes. * ext/nas/nassink.c: (gst_nassink_class_init), (gst_nassink_dispose): Dispose of element correctly. * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak. * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy): Fix 64-bit warning. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy): Fix 64-bit warning.
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-12/+13
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-64/+63
Original commit message from CVS: gst-indent
2003-05-24removed UNITSWim Taymans1-1/+0
Original commit message from CVS: removed UNITS
2003-02-02- CleanupsWim Taymans1-3/+0
Original commit message from CVS: - Cleanups - remove old tracing API calls
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-5/+5
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-12-30Fix plugins for new query APIWim Taymans1-3/+3
Original commit message from CVS: Fix plugins for new query API
2002-08-11add #include <stdlib.h> where neededSteve Baker1-0/+1
Original commit message from CVS: add #include <stdlib.h> where needed
2002-07-08Various updates to the new event APIWim Taymans1-2/+2
Original commit message from CVS: Various updates to the new event API
2002-06-16Add DV seeking exampleWim Taymans1-1/+1
Original commit message from CVS: Add DV seeking example
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo1-1/+1
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-06-11Some cleanups, add modplug seeking example.Wim Taymans1-57/+72
Original commit message from CVS: Some cleanups, add modplug seeking example.
2002-06-09Added -t option to run the toplevel pipeline as a threadWim Taymans1-8/+21
Original commit message from CVS: Added -t option to run the toplevel pipeline as a thread
2002-06-09Add queues to spider report current time as taken from the clockWim Taymans1-10/+22
Original commit message from CVS: Add queues to spider report current time as taken from the clock
2002-06-08Added wav test to seek.cWim Taymans1-0/+337
Original commit message from CVS: Added wav test to seek.c Added an example of element query/seek using spider