summaryrefslogtreecommitdiffstats
path: root/examples/dynparams
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02delete obsolete exampleStefan Kost3-530/+0
Original commit message from CVS: delete obsolete example
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-08-03fixes for G_DISABLE_ASSERT and friendsBenjamin Otte1-2/+3
Original commit message from CVS: * examples/dynparams/filter.c: (ui_control_create): * examples/gstplay/player.c: (print_tag): * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad): * ext/gdk_pixbuf/gstgdkanimation.c: (gst_gdk_animation_iter_may_advance): * ext/jack/gstjack.c: (gst_jack_request_new_pad): * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list), (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event): * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value): * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain): * gst-libs/gst/media-info/media-info-test.c: (print_tag): * gst/sine/demo-dparams.c: (main): * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments): * testsuite/alsa/formats.c: (create_pipeline): * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get): fixes for G_DISABLE_ASSERT and friends * gst/typefind/gsttypefindfunctions.c: (aac_type_find), (mp3_type_frame_length_from_header), (mp3_type_find), (plugin_init): require mp3 typefinding to have at least MIN_HEADERS valid headers add typefinding for AAC adts files
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-49/+49
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-153/+141
Original commit message from CVS: gst-indent
2003-07-25Compilation fixes for 64-bit architecturesDavid Schleef1-3/+3
Original commit message from CVS: Compilation fixes for 64-bit architectures
2003-04-16Fix compilation errorsDavid Schleef1-3/+3
Original commit message from CVS: Fix compilation errors
2003-01-18paranoidThomas Vander Stichele1-0/+1
Original commit message from CVS: paranoid
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-12-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+1
Original commit message from CVS: exciting .cvsignore updates!
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-11-02use AM_CFLAGS instead of CFLAGSDavid I. Lehn1-1/+1
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
2002-09-12const fixesWim Taymans1-1/+1
Original commit message from CVS: const fixes
2002-06-07better latency for default audio sinkAndy Wingo1-1/+1
Original commit message from CVS: better latency for default audio sink
2002-06-07this does wingo's stuffThomas Vander Stichele1-4/+7
Original commit message from CVS: this does wingo's stuff
2002-06-07adding dynparams filter example codeThomas Vander Stichele2-0/+533
Original commit message from CVS: adding dynparams filter example code