summaryrefslogtreecommitdiffstats
path: root/examples/seeking/vorbisfile.c
Commit message (Collapse)AuthorAgeFilesLines
* remove seeking example, they're in gst-plugins-baseThomas Vander Stichele2005-08-161-266/+0
| | | | | Original commit message from CVS: remove seeking example, they're in gst-plugins-base
* Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, ↵David Schleef2004-09-121-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #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.
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-12/+12
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-43/+38
| | | | | Original commit message from CVS: gst-indent
* Merge CAPS branchDavid Schleef2003-12-221-62/+11
| | | | | Original commit message from CVS: Merge CAPS branch
* fix compile errorBenjamin Otte2003-03-241-1/+1
| | | | | Original commit message from CVS: fix compile error
* - CleanupsWim Taymans2003-02-021-3/+0
| | | | | | Original commit message from CVS: - Cleanups - remove old tracing API calls
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-19/+17
| | | | | | | | | | 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
* Fix plugins for new query APIWim Taymans2002-12-301-1/+1
| | | | | Original commit message from CVS: Fix plugins for new query API
* Small cleanupsWim Taymans2002-11-271-8/+9
| | | | | Original commit message from CVS: Small cleanups
* update to new structureThomas Vander Stichele2002-11-101-15/+18
| | | | | Original commit message from CVS: update to new structure
* separating tags and metadataThomas Vander Stichele2002-11-091-2/+11
| | | | | Original commit message from CVS: separating tags and metadata
* Added vorbis stream info extraction exampleWim Taymans2002-11-021-0/+312
Original commit message from CVS: Added vorbis stream info extraction example