summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasingBRANCH-RELEASE-0_7_4Thomas Vander Stichele2004-02-066-4/+127
| | | | | Original commit message from CVS: releasing
* add patch for pkg-config stuff to releaseThomas Vander Stichele2004-02-057-38/+22
| | | | | Original commit message from CVS: add patch for pkg-config stuff to release
* fix uninstalled pkgconfig files remove play and gconf from -libsThomas Vander Stichele2004-02-055-21/+37
| | | | | | Original commit message from CVS: fix uninstalled pkgconfig files remove play and gconf from -libs
* gst/wavparse/gstwavparse.c: Fix a caps memleak.David Schleef2004-02-051-0/+5
| | | | | | Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps memleak.
* gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tagBenjamin Otte2004-02-052-1/+6
| | | | | | | | Original commit message from CVS: 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info): use correct GST_TAG_ENCODER tag
* ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte2004-02-051-0/+15
| | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/alsa/gstalsa.c: (gst_alsa_change_state): be sure to stop the clock when going to paused * sys/oss/gstosssink.c: (gst_osssink_change_state): reset number of transmitted when going to ready. fixes #132935 2004-02-05 Charles Schmidt <cschmidt2@emich.edu> reviewed by Benjamin Otte * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): extract track count (fixes #133410)
* update translationsThomas Vander Stichele2004-02-041-2/+2
| | | | | Original commit message from CVS: update translations
* ext/mad/gstid3tag.c: that should be !=, not == (fixes #132519)Benjamin Otte2004-02-041-0/+5
| | | | | | | | Original commit message from CVS: 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego): that should be !=, not == (fixes #132519)
* bump versionThomas Vander Stichele2004-02-041-1/+1
| | | | | Original commit message from CVS: bump version
* Make sure set_explicit_caps() is called before adding pad.David Schleef2004-02-041-0/+8
| | | | | | | | | Original commit message from CVS: Make sure set_explicit_caps() is called before adding pad. * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): * gst/id3/gstid3types.c: (gst_id3types_loop): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
* appease libtool godsThomas Vander Stichele2004-02-043-0/+2
| | | | | Original commit message from CVS: appease libtool gods
* ignore copied m4'sThomas Vander Stichele2004-02-041-0/+16
| | | | | Original commit message from CVS: ignore copied m4's
* small updateThomas Vander Stichele2004-02-041-3/+28
| | | | | Original commit message from CVS: small update
* first prerelThomas Vander Stichele2004-02-041-0/+5
| | | | | Original commit message from CVS: first prerel
* don't run user tests on auto test suiteThomas Vander Stichele2004-02-041-0/+5
| | | | | Original commit message from CVS: don't run user tests on auto test suite
* Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef2004-02-042-1/+14
| | | | | | | | | | | | | | Original commit message from CVS: Convert GST_DEBUG_CAPS() to GST_DEBUG(): * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq): * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream): * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps): * sys/xvideo/gstxwindow.c: (_gst_xwindow_new): * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect), (gst_xvideosink_getcaps): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): * testsuite/gst-lint: more tests
* Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code ↵David Schleef2004-02-041-0/+11
| | | | | | | | | | | | | | that they would expand to. Original commit message from CVS: Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code that they would expand to. * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats), (gst_flacdec_get_src_query_types), (gst_flacdec_get_src_event_masks): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats), (gst_gnomevfssrc_get_query_types), (gst_gnomevfssrc_get_event_mask):
* gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrcBenjamin Otte2004-02-041-0/+6
| | | | | | | | | Original commit message from CVS: 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_dispose): fix memleak by properly disposing sinesrc
* gst-libs/gst/xoverlay/xoverlay.*: Adding the _expose method to tell an ↵Julien Moutte2004-02-033-0/+35
| | | | | | | | | | | | | | | | | | | | | overlay to redraw the image because it has bee... Original commit message from CVS: 2004-02-04 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose): * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell an overlay to redraw the image because it has been exposed. * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put), (gst_ximagesink_expose), (gst_ximagesink_xoverlay_init), (gst_ximagesink_init): * sys/ximage/ximagesink.h: Implement expose method from XOverlay interface * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose), (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init): * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay interface
* ext/gdk_pixbuf/gstgdkpixbuf.c: more memleak fixageBenjamin Otte2004-02-031-0/+5
| | | | | | | | Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find): more memleak fixage
* fix memleaks shown by gst-typefindBenjamin Otte2004-02-031-0/+6
| | | | | | | | | Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): * gst/typefind/gsttypefindfunctions.c: fix memleaks shown by gst-typefind
* last glib_root standingThomas Vander Stichele2004-02-031-1/+1
| | | | | Original commit message from CVS: last glib_root standing
* remove glib_root add hack rule for .Plo filesThomas Vander Stichele2004-02-036-25/+39
| | | | | | Original commit message from CVS: remove glib_root add hack rule for .Plo files
* gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the ↵Benjamin Otte2004-02-032-2/+14
| | | | | | | | | | | | | | | | | autopluggers can plug correctly. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream): set explicit caps before adding the element, so the autopluggers can plug correctly. * gst/typefind/gsttypefindfunctions.c: (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find), (mpeg_video_type_find), (mpeg_video_stream_type_find), (dv_type_find): fix memleaks in typefind functions. gst_type_find_suggest takes a const argument.
* use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele2004-02-0320-135/+94
| | | | | | Original commit message from CVS: use glib-gen.mak fix Makefile.am bugs and clean them up
* ext/ogg/gstoggdemux.c: handle chain parsing correctly in the multichain caseBenjamin Otte2004-02-031-0/+10
| | | | | | | | | | | | | Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain): handle chain parsing correctly in the multichain case * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog), (theora_dec_from_granulepos), (theora_dec_to_granulepos), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain): handle events and queries correctly
* .cvsignore: Ignore generated file _stdint.h.David I. Lehn2004-02-032-0/+6
| | | | | | Original commit message from CVS: * .cvsignore: Ignore generated file _stdint.h.
* gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn2004-02-0313-21/+148
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/colorbalance/colorbalance.h: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/mixer/mixer.h: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/play/play.h: * gst-libs/gst/tuner/Makefile.am: * gst-libs/gst/tuner/tuner.h: Generate enum type code with glib-mkenums. * gst-libs/gst/colorbalance/.cvsignore: * gst-libs/gst/mixer/.cvsignore: * gst-libs/gst/play/.cvsignore: * gst-libs/gst/tuner/.cvsignore: Ignore generated files.
* gst-libs/gst/audio/.cvsignore: Ignore generated file.David I. Lehn2004-02-033-1/+10
| | | | | | | | Original commit message from CVS: * gst-libs/gst/audio/.cvsignore: Ignore generated file. * gst-libs/gst/audio/Makefile.am: Do not install example filter.
* examples/switch/.cvsignore: Ignore generated file.David I. Lehn2004-02-032-2/+8
| | | | | | Original commit message from CVS: * examples/switch/.cvsignore: Ignore generated file.
* co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte2004-02-034-0/+14
| | | | | | | | | | | | | | | | _stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064)
* gst/tags/gstvorbistag.c: Add replaygain support to vorbistagJeremy Simon2004-02-021-0/+6
| | | | | | | | Original commit message from CVS: 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add), (gst_tag_to_vorbis_comments): Add replaygain support to vorbistag
* ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 caps flag propertiesJeremy Simon2004-02-021-0/+6
| | | | | | | | | Original commit message from CVS: 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_extradata): Fix SVQ3 caps flag properties Use glib macro for bytes swap
* remove textdomain callsThomas Vander Stichele2004-02-027-105/+91
| | | | | Original commit message from CVS: remove textdomain calls
* gst-libs/gst/play/play.c: Moving volume in the audio thread for ↵Julien Moutte2004-02-022-16/+21
| | | | | | | | | | | | instantaneous volume change. Maybe i will add another... Original commit message from CVS: 2004-02-02 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/play.c: (gst_play_pipeline_setup), (gst_play_set_audio_sink): Moving volume in the audio thread for instantaneous volume change. Maybe i will add another volume in front of visualization later, not sure yet though.
* sys/ximage/ximagesink.c: Better X events handling, only take the latest ↵Julien Moutte2004-02-021-0/+7
| | | | | | | | | | | | events for configure and motion. Original commit message from CVS: 2004-02-02 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents): Better X events handling, only take the latest events for configure and motion. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
* Fix memory leaks:David Schleef2004-02-021-0/+8
| | | | | | | | Original commit message from CVS: reviewed by: David Schleef <ds@schleef.org> Fix memory leaks: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register): * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-026-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event): * ext/flac/gstflactag.c: (gst_flac_tag_chain): * ext/xvid/gstxviddec.c: (gst_xviddec_src_link): * gst-libs/gst/play/play.c: (gst_play_get_sink_element): * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain): * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect): * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect): * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps), (gst_float2_2_int_link): * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle): * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress): * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send): * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive): * gst/udp/gstudpsink.c: (gst_udpsink_init_send): * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive): * sys/v4l/gstv4lelement.c: (gst_v4lelement_init): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture): * testsuite/gst-lint: Add tests for bzero and ;;
* gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.David Schleef2004-02-021-0/+4
| | | | | Original commit message from CVS: * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-0232-116/+262
| | | | | | Original commit message from CVS: change NULL to (NULL) for GST_ELEMENT_ERROR Make sure errors end with "."
* ignore filesThomas Vander Stichele2004-02-021-1/+3
| | | | | Original commit message from CVS: ignore files
* make code more readable by extracting magic numbers fix interface rangeThomas Vander Stichele2004-02-021-0/+11
| | | | | | Original commit message from CVS: make code more readable by extracting magic numbers fix interface range
* adding files to be ignoredThomas Vander Stichele2004-02-021-0/+2
| | | | | Original commit message from CVS: adding files to be ignored
* block tick callback for 0.5 sec after a seekThomas Vander Stichele2004-02-022-9/+23
| | | | | Original commit message from CVS: block tick callback for 0.5 sec after a seek
* check for NULLness and warn if we can't report GErrorThomas Vander Stichele2004-02-022-4/+16
| | | | | Original commit message from CVS: check for NULLness and warn if we can't report GError
* gst-libs/gst/play/play.c: s/sinkconnect/sink_linkJulien Moutte2004-02-012-1/+18
| | | | | | | | | | | Original commit message from CVS: 2004-02-01 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/play.c: (gst_play_seek_to_time), (gst_play_new): Accepting NULL GError, blocking time tick while seeking. * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link), (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link), (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
* add check for new functionThomas Vander Stichele2004-02-012-0/+23
| | | | | Original commit message from CVS: add check for new function
* ext/alsa/gstalsa.c: really start/stop clock only on PLAYING <=> PAUSEDBenjamin Otte2004-01-311-0/+12
| | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start), (gst_alsa_drain_audio), (gst_alsa_stop_audio): really start/stop clock only on PLAYING <=> PAUSED * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): remove \n from debugging lines * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain): make it work when seeking does not * ext/vorbis/vorbisdec.c: (vorbis_dec_event): reset on DISCONT
* ext/alsa/gstalsa.c: start clock on PAUSED=>PLAYING, not laterBenjamin Otte2004-01-311-0/+15
| | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start): start clock on PAUSED=>PLAYING, not later * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): extract correct time for different discont formats (gst_alsa_sink_get_time): don't segfault when no format is negotiated yet, just return 0 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event), (gst_ogg_demux_handle_event), (gst_ogg_demux_push), (gst_ogg_pad_push): handle flush and discont events correctly * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain): handle discont events correctly
* add error handlingThomas Vander Stichele2004-01-314-94/+150
| | | | | Original commit message from CVS: add error handling