summaryrefslogtreecommitdiffstats
path: root/examples/seeking
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26examples/: David Schleef3-6/+6
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):
2004-10-25examples/seeking/: Added some more examples, update others.Wim Taymans4-3/+376
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.
2004-09-12Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, ↵David Schleef5-37/+45
#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-07-22More playback updates, attempt to fix things after the state change breakage.Wim Taymans1-4/+13
Original commit message from CVS: * examples/seeking/seek.c: (update_scale), (main): * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type), (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic), (gst_decode_bin_factory_filter), (compare_ranks), (print_feature), (gst_decode_bin_init), (gst_decode_bin_dispose), (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad), (no_more_pads), (close_link), (type_found), (gst_decode_bin_set_property), (gst_decode_bin_get_property), (plugin_init): * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type), (gst_play_base_bin_class_init), (gst_play_base_bin_init), (gst_play_base_bin_dispose), (queue_overrun), (gen_preroll_element), (remove_prerolls), (unknown_type), (no_more_pads), (new_stream), (setup_source), (gst_play_base_bin_set_property), (gst_play_base_bin_get_property), (play_base_eos), (gst_play_base_bin_change_state), (gst_play_base_bin_add_element), (gst_play_base_bin_remove_element), (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream), (gst_play_base_bin_unlink_stream), (gst_play_base_bin_get_streaminfo): * gst/playback/gstplaybin.c: (gen_video_element), (gen_audio_element): * gst/playback/gststreaminfo.h: More playback updates, attempt to fix things after the state change breakage.
2004-07-16Make sure the widget gets updated even if the slider value doesn't change.Wim Taymans1-2/+5
Original commit message from CVS: Make sure the widget gets updated even if the slider value doesn't change.
2004-07-12Make Johan happy.Wim Taymans1-0/+1
Original commit message from CVS: Make Johan happy.
2004-07-09examples/seeking/seek.c: Don't consume all CPU in the idle loop.Wim Taymans1-0/+1
Original commit message from CVS: * examples/seeking/seek.c: (iterate): Don't consume all CPU in the idle loop.
2004-07-08examples/seeking/seek.c: Added playbin seeking example.Wim Taymans1-44/+146
Original commit message from CVS: * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline), (make_playerbin_pipeline), (query_durations_elems), (query_durations_pads), (query_positions_elems), (query_positions_pads), (update_scale), (iterate), (stop_seek), (main): Added playbin seeking example.
2004-03-15don't mix tabs and spacesThomas Vander Stichele5-69/+74
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele5-330/+333
Original commit message from CVS: gst-indent
2003-12-22Merge CAPS branchDavid Schleef1-62/+11
Original commit message from CVS: Merge CAPS branch
2003-11-02Add static version of removed gsT_element_factory_make_or_warn()Ronald S. Bultje1-0/+13
Original commit message from CVS: Add static version of removed gsT_element_factory_make_or_warn()
2003-07-26Nothing in this directory actually uses FreetypeDavid Schleef1-1/+1
Original commit message from CVS: Nothing in this directory actually uses Freetype
2003-05-24- removed UNITSWim Taymans1-2/+1
Original commit message from CVS: - removed UNITS
2003-05-24removed UNITSWim Taymans2-2/+0
Original commit message from CVS: removed UNITS
2003-03-24fix compile errorBenjamin Otte1-1/+1
Original commit message from CVS: fix compile error
2003-02-02- CleanupsWim Taymans5-42/+59
Original commit message from CVS: - Cleanups - remove old tracing API calls
2003-01-10more link fixesThomas Vander Stichele1-7/+7
Original commit message from CVS: more link fixes
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele4-82/+80
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-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+6
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans5-35/+28
Original commit message from CVS: Fix plugins for new query API
2002-12-26Updated test appWim Taymans1-8/+13
Original commit message from CVS: Updated test app
2002-11-27Small cleanupsWim Taymans1-8/+9
Original commit message from CVS: Small cleanups
2002-11-10update to new structureThomas Vander Stichele1-15/+18
Original commit message from CVS: update to new structure
2002-11-09separating tags and metadataThomas Vander Stichele1-2/+11
Original commit message from CVS: separating tags and metadata
2002-11-02Added vorbis stream info extraction exampleWim Taymans2-2/+314
Original commit message from CVS: Added vorbis stream info extraction example
2002-11-02use AM_CFLAGS instead of CFLAGSDavid I. Lehn1-1/+1
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
2002-11-01- Show how to do stream position feedbackWim Taymans1-15/+68
Original commit message from CVS: - Show how to do stream position feedback - Show how to do some more seeking
2002-10-31Added little test apps for cdplayer and cdparanoiaWim Taymans3-1/+479
Original commit message from CVS: Added little test apps for cdplayer and cdparanoia
2002-08-17fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele1-2/+2
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-11add #include <stdlib.h> where neededSteve Baker2-0/+2
Original commit message from CVS: add #include <stdlib.h> where needed
2002-07-24Some small updatesWim Taymans1-16/+69
Original commit message from CVS: Some small updates
2002-07-08Various updates to the new event APIWim Taymans2-10/+29
Original commit message from CVS: Various updates to the new event API
2002-06-16Add DV seeking exampleWim Taymans3-3/+42
Original commit message from CVS: Add DV seeking example
2002-06-13use _or_warn to notify when failing to create elements adding code for ↵Thomas Vander Stichele1-47/+46
colorspace without activating it use _many fun... Original commit message from CVS: use _or_warn to notify when failing to create elements adding code for colorspace without activating it use _many functions for mpeg
2002-06-12Added modWim Taymans1-1/+1
Original commit message from CVS: Added mod
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 Taymans2-111/+178
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 Taymans3-1/+371
Original commit message from CVS: Added wav test to seek.c Added an example of element query/seek using spider
2002-06-06Seek on the queue in mp3, added flac seeking testWim Taymans1-46/+187
Original commit message from CVS: Seek on the queue in mp3, added flac seeking test
2002-06-03Fix the compile errorWim Taymans1-4/+4
Original commit message from CVS: Fix the compile error
2002-06-02fixing *wtay*'s codeThomas Vander Stichele1-12/+12
Original commit message from CVS: fixing *wtay*'s code
2002-05-28moving stuffThomas Vander Stichele2-0/+538
Original commit message from CVS: moving stuff