summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/demo-mp3.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-02configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ↵David Schleef1-1/+4
(Fixes #165997) Original commit message from CVS: * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997) * examples/capsfilter/capsfilter1.c: (main): * examples/dynparams/filter.c: (create_ui): * examples/seeking/cdparanoia.c: (get_track_info), (main): * examples/seeking/chained.c: (main): * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline), (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline): * examples/seeking/spider_seek.c: (make_spider_pipeline): * examples/switch/switcher.c: (main): * ext/dv/demo-play.c: (main): * ext/faad/gstfaad.c: (gst_faad_change_state): * ext/mad/gstmad.c: (gst_mad_chain): * ext/smoothwave/demo-osssrc.c: (main): * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string), (gst_gconf_render_bin_from_description), (gst_gconf_get_default_audio_sink), (gst_gconf_get_default_video_sink), (gst_gconf_get_default_audio_src), (gst_gconf_get_default_video_src), (gst_gconf_get_default_visualization_element): * gst/level/demo.c: (main): * gst/level/plot.c: (main): * gst/playback/gstplaybin.c: (gen_video_element), (gen_audio_element): * gst/playback/test.c: (gen_video_element), (gen_audio_element): * gst/playondemand/demo-mp3.c: (setup_pipeline): * gst/sine/demo-dparams.c: (main): * gst/spectrum/demo-osssrc.c: (main): * gst/speed/demo-mp3.c: (main): * gst/volume/demo.c: (main): * testsuite/embed/embed.c: (main):
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-3/+3
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-80/+89
Original commit message from CVS: gst-indent
2003-11-16+ further mucking about with the playondemand filterLeif Johnson1-19/+17
Original commit message from CVS: + further mucking about with the playondemand filter
2003-07-19+ attempting to fix up playondemand ... still makes nasty crackly noisesLeif Johnson1-4/+6
Original commit message from CVS: + attempting to fix up playondemand ... still makes nasty crackly noises
2003-06-16+ simplifying the filter's structure, but it's still not working perfectly + ↵Leif Johnson1-32/+30
starting to wonder if/how midi integrati... Original commit message from CVS: + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integration is possible ...
2003-01-17+ modifying playondemand to behave a little more like a sequencerLeif Johnson1-52/+87
Original commit message from CVS: + modifying playondemand to behave a little more like a sequencer
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-1/+1
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-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson1-37/+97
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+1
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-4/+4
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-10various Wall fixesThomas Vander Stichele1-3/+3
Original commit message from CVS: various Wall fixes
2002-03-30Changed to the new props APIWim Taymans1-0/+1
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-02-02Compile fix.Wim Taymans1-2/+4
Original commit message from CVS: Compile fix.
2002-01-22Updated to work with the new capsnego stuff.Leif Johnson1-21/+13
Original commit message from CVS: Updated to work with the new capsnego stuff.
2002-01-04testpod -> demo-mp3Andy Wingo1-0/+86
Original commit message from CVS: testpod -> demo-mp3