summaryrefslogtreecommitdiffstats
path: root/examples/seeking/cdplayer.c
Commit message (Collapse)AuthorAgeFilesLines
* remove seeking example, they're in gst-plugins-baseThomas Vander Stichele2005-08-161-303/+0
| | | | | Original commit message from CVS: remove seeking example, they're in gst-plugins-base
* examples/: David Schleef2004-10-261-2/+2
| | | | | | | | | Original commit message from CVS: * examples/gstplay/player.c: (got_stream_length), (main): * examples/seeking/cdplayer.c: (update_scale): * examples/seeking/seek.c: (format_value), (update_scale): * examples/seeking/spider_seek.c: (format_value), (update_scale), (stop_seek):
* examples/seeking/: Added some more examples, update others.Wim Taymans2004-10-251-2/+1
| | | | | | | | | | | | Original commit message from CVS: * examples/seeking/Makefile.am: * examples/seeking/cdplayer.c: (update_scale): * examples/seeking/chained.c: (unlinked), (new_pad), (main): * examples/seeking/playbin.c: (make_playerbin_pipeline), (format_value), (update_scale), (iterate), (start_seek), (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb), (print_usage), (main): Added some more examples, update others.
* Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, ↵David Schleef2004-09-121-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #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-9/+10
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-51/+53
| | | | | Original commit message from CVS: gst-indent
* removed UNITSWim Taymans2003-05-241-1/+0
| | | | | Original commit message from CVS: removed UNITS
* - CleanupsWim Taymans2003-02-021-3/+0
| | | | | | Original commit message from CVS: - Cleanups - remove old tracing API calls
* Fix plugins for new query APIWim Taymans2002-12-301-25/+18
| | | | | Original commit message from CVS: Fix plugins for new query API
* Added little test apps for cdplayer and cdparanoiaWim Taymans2002-10-311-0/+310
Original commit message from CVS: Added little test apps for cdplayer and cdparanoia