Commit graph

42 commits

Author SHA1 Message Date
Wim Taymans 8f4359c619 More playback updates, attempt to fix things after the state change breakage.
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-22 16:44:58 +00:00
Wim Taymans 9154ebe374 Make sure the widget gets updated even if the slider value doesn't change.
Original commit message from CVS:
Make sure the widget gets updated even if the slider value doesn't change.
2004-07-16 11:05:53 +00:00
Wim Taymans caaf378823 Make Johan happy.
Original commit message from CVS:
Make Johan happy.
2004-07-12 09:15:37 +00:00
Wim Taymans 287d4d30a0 examples/seeking/seek.c: Don't consume all CPU in the idle loop.
Original commit message from CVS:
* examples/seeking/seek.c: (iterate):
Don't consume all CPU in the idle loop.
2004-07-09 14:33:15 +00:00
Wim Taymans 7cbf6bb7f2 examples/seeking/seek.c: Added playbin seeking example.
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-07-08 15:43:24 +00:00
Thomas Vander Stichele 4fd57bbe3f don't mix tabs and spaces
Original commit message from CVS:
don't mix tabs and spaces
2004-03-15 19:32:27 +00:00
Thomas Vander Stichele 7a778ee4b7 gst-indent
Original commit message from CVS:
gst-indent
2004-03-14 22:34:33 +00:00
David Schleef b144bc6c58 Merge CAPS branch
Original commit message from CVS:
Merge CAPS branch
2003-12-22 01:47:09 +00:00
Ronald S. Bultje fc0447cc23 Add static version of removed gsT_element_factory_make_or_warn()
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
2003-11-02 23:06:23 +00:00
David Schleef 84ceb0c986 Nothing in this directory actually uses Freetype
Original commit message from CVS:
Nothing in this directory actually uses Freetype
2003-07-26 04:15:39 +00:00
Wim Taymans 4d96d4aa91 - removed UNITS
Original commit message from CVS:
- removed UNITS
2003-05-24 10:51:02 +00:00
Wim Taymans 0faa83dc40 removed UNITS
Original commit message from CVS:
removed UNITS
2003-05-24 10:31:38 +00:00
Benjamin Otte c7850cd0ae fix compile error
Original commit message from CVS:
fix compile error
2003-03-24 02:58:13 +00:00
Wim Taymans 92749d3422 - Cleanups
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
2003-02-02 19:25:58 +00:00
Thomas Vander Stichele 9322aea5eb more link fixes
Original commit message from CVS:
more link fixes
2003-01-10 23:03:05 +00:00
Thomas Vander Stichele 424db0d3ae another batch of connect->link fixes please let me know about issues and 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
2003-01-10 10:22:25 +00:00
David I. Lehn 62cb26e89d exciting .cvsignore updates!
Original commit message from CVS:
exciting .cvsignore updates!
2002-12-31 18:14:08 +00:00
Wim Taymans 2deab46c69 Fix plugins for new query API
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Wim Taymans 30fa1d840f Updated test app
Original commit message from CVS:
Updated test app
2002-12-26 22:53:36 +00:00
Wim Taymans 56d167f25c Small cleanups
Original commit message from CVS:
Small cleanups
2002-11-27 20:49:11 +00:00
Thomas Vander Stichele 9feaf4a8b7 update to new structure
Original commit message from CVS:
update to new structure
2002-11-10 01:27:09 +00:00
Thomas Vander Stichele 7ecfe26b92 separating tags and metadata
Original commit message from CVS:
separating tags and metadata
2002-11-09 18:40:35 +00:00
Wim Taymans 92fc8636a1 Added vorbis stream info extraction example
Original commit message from CVS:
Added vorbis stream info extraction example
2002-11-02 13:57:18 +00:00
David I. Lehn 75037ef05a use AM_CFLAGS instead of CFLAGS
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
2002-11-02 05:39:20 +00:00
Wim Taymans f574ee169e - Show how to do stream position feedback
Original commit message from CVS:
- Show how to do stream position feedback
- Show how to do some more seeking
2002-11-01 00:41:25 +00:00
Wim Taymans 44ca3d30a5 Added little test apps for cdplayer and cdparanoia
Original commit message from CVS:
Added little test apps for cdplayer and cdparanoia
2002-10-31 00:08:06 +00:00
Thomas Vander Stichele de7a0d3426 fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Steve Baker 896e4656a7 add #include <stdlib.h> where needed
Original commit message from CVS:
add #include <stdlib.h> where needed
2002-08-11 11:45:07 +00:00
Wim Taymans 1da5ae260c Some small updates
Original commit message from CVS:
Some small updates
2002-07-24 21:34:23 +00:00
Wim Taymans e49be7cd9a Various updates to the new event API
Original commit message from CVS:
Various updates to the new event API
2002-07-08 19:29:16 +00:00
Wim Taymans de659d38cd Add DV seeking example
Original commit message from CVS:
Add DV seeking example
2002-06-16 21:54:38 +00:00
Thomas Vander Stichele 112b2468fa use _or_warn to notify when failing to create elements adding code for 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-13 13:16:52 +00:00
Wim Taymans e880aa9264 Added mod
Original commit message from CVS:
Added mod
2002-06-12 22:45:35 +00:00
Andy Wingo db515dbd19 working jack elements (fixed a problem in upstream jack) random other fixen...
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
2002-06-12 03:32:02 +00:00
Wim Taymans 9f08fd8e6a Some cleanups, add modplug seeking example.
Original commit message from CVS:
Some cleanups, add modplug seeking example.
2002-06-11 19:20:52 +00:00
Wim Taymans 636f2735e1 Added -t option to run the toplevel pipeline as a thread
Original commit message from CVS:
Added -t option to run the toplevel pipeline as a thread
2002-06-09 10:58:37 +00:00
Wim Taymans 9ef7fffbf3 Add queues to spider report current time as taken from the clock
Original commit message from CVS:
Add queues to spider
report current time as taken from the clock
2002-06-09 00:26:26 +00:00
Wim Taymans 56fb211778 Added wav test to seek.c
Original commit message from CVS:
Added wav test to seek.c
Added an example of element query/seek using spider
2002-06-08 14:57:15 +00:00
Wim Taymans e2324fe67b Seek on the queue in mp3, added flac seeking test
Original commit message from CVS:
Seek on the queue in mp3, added flac seeking test
2002-06-06 20:26:52 +00:00
Wim Taymans e47f76f8d0 Fix the compile error
Original commit message from CVS:
Fix the compile error
2002-06-03 22:18:57 +00:00
Thomas Vander Stichele fc20b3f975 fixing *wtay*'s code
Original commit message from CVS:
fixing *wtay*'s code
2002-06-02 15:48:30 +00:00
Thomas Vander Stichele 86a025734a moving stuff
Original commit message from CVS:
moving stuff
2002-05-28 20:30:11 +00:00