summaryrefslogtreecommitdiffstats
path: root/examples/indexing
AgeCommit message (Collapse)AuthorFilesLines
2004-09-12Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, ↵David Schleef1-1/+1
#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-14/+15
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-73/+68
Original commit message from CVS: gst-indent
2004-02-16Spelling fixJohan Dahlin1-1/+1
Original commit message from CVS: Spelling fix
2003-07-26fix initializationDavid Schleef2-2/+2
Original commit message from CVS: fix initialization
2003-01-20Indexing patch from vishnuWim Taymans1-0/+4
Original commit message from CVS: Indexing patch from vishnu
2003-01-12- connect->linkWim Taymans1-27/+48
Original commit message from CVS: - connect->link - add total indexed time (vishnu)
2003-01-02ignore generated fileDavid I. Lehn1-0/+1
Original commit message from CVS: ignore generated file
2002-12-30Fix plugins for new query APIWim Taymans1-2/+1
Original commit message from CVS: Fix plugins for new query API
2002-12-26Updated test appWim Taymans1-7/+16
Original commit message from CVS: Updated test app
2002-12-23Updated mpeg seeking exampleWim Taymans1-22/+114
Original commit message from CVS: Updated mpeg seeking example
2002-12-12cache -> indexWim Taymans1-20/+119
Original commit message from CVS: cache -> index
2002-11-27Added example indexing program for mpegWim Taymans2-0/+108
Original commit message from CVS: Added example indexing program for mpeg