examples/seeking/: Added some more examples, update others.
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-10-25 17:43:51 +00:00
|
|
|
examples = seek spider_seek cdplayer cdparanoia vorbisfile playbin chained
|
2002-05-28 20:30:11 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2003-07-26 04:15:39 +00:00
|
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
2002-11-02 13:57:18 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|