platform/upstream/gstreamer.git
19 years agoext/alsa/: Make alsasink actually honor gst_element_set_clock and use that clock...
Martin Soto [Sun, 28 Nov 2004 13:35:43 +0000 (13:35 +0000)]
ext/alsa/: Make alsasink actually honor gst_element_set_clock and use that clock instead of ist internal one.

Original commit message from CVS:
2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>

* ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
* ext/alsa/gstalsa.h:
* ext/alsa/gstalsa.c (gst_alsa_set_clock):
Make alsasink actually honor gst_element_set_clock and use that
clock instead of ist internal one.

19 years agogst/playback/gstplaybasebin.c: fixed a caps leak nullify source and decoder when...
Christophe Fergeau [Sat, 27 Nov 2004 20:28:27 +0000 (20:28 +0000)]
gst/playback/gstplaybasebin.c: fixed a caps leak nullify source and decoder when going from READY to NULL so that we ...

Original commit message from CVS:
2004-11-27  Christophe Fergeau  <teuf@gnome.org>

* gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
(gst_play_base_bin_change_state): nullify source and decoder when
going from READY to NULL so that we don't try to do weird stuff with
them when going from NULL to READY
* gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
instead of g_object_unref
(gen_video_element), (gen_audio_element): more refcounting fixes, now
it should be correct
(gst_play_bin_change_state): don't call remove_sinks if we are
currently disposing the object

19 years agoext/a52dec/gsta52dec.c: Don't forget bass if it's there. Else left channel is silent...
Ronald S. Bultje [Sat, 27 Nov 2004 20:27:18 +0000 (20:27 +0000)]
ext/a52dec/gsta52dec.c: Don't forget bass if it's there. Else left channel is silent...

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
Don't forget bass if it's there. Else left channel is silent...

19 years agoext/a52dec/gsta52dec.c: Don't do sample adjusting anymore, we use float audio now.
Ronald S. Bultje [Sat, 27 Nov 2004 20:22:42 +0000 (20:22 +0000)]
ext/a52dec/gsta52dec.c: Don't do sample adjusting anymore, we use float audio now.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
(gst_a52dec_change_state):
Don't do sample adjusting anymore, we use float audio now.
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
Don't fixate to non-existing properties.

19 years agoext/a52dec/gsta52dec.c: Advertise that we can do surround sound.
Ronald S. Bultje [Sat, 27 Nov 2004 19:41:26 +0000 (19:41 +0000)]
ext/a52dec/gsta52dec.c: Advertise that we can do surround sound.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
(gst_a52dec_change_state):
Advertise that we can do surround sound.

19 years agoext/a52dec/gsta52dec.c: Add buffer-frames=0.
Ronald S. Bultje [Sat, 27 Nov 2004 17:20:26 +0000 (17:20 +0000)]
ext/a52dec/gsta52dec.c: Add buffer-frames=0.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
Add buffer-frames=0.
* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
(dvdreadsrc_init), (dvdreadsrc_get_event_mask),
(dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
(dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
(_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
(seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
(dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
(dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
(dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
* ext/dvdread/dvdreadsrc.h:
Add seeking, querying for bytes, sectors, title, angle and
chapter. Handle multiple chapters. Relicense to LGPL because
Billy agreed on that (thanks Billy!).

19 years agogst/audioconvert/gstaudioconvert.c: call parent dispose method
Christophe Fergeau [Sat, 27 Nov 2004 14:41:51 +0000 (14:41 +0000)]
gst/audioconvert/gstaudioconvert.c: call parent dispose method

Original commit message from CVS:
2004-11-27  Christophe Fergeau  <teuf@gnome.org>

* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
call parent dispose method

19 years agogst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
Martin Soto [Sat, 27 Nov 2004 09:37:20 +0000 (09:37 +0000)]
gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)

Original commit message from CVS:
2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>

* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
(gst_audio_clock_get_internal_time):
Fix active <-> inactive transitions: ensure time value always
grows and avoid abrupt value changes.

19 years agoadded TTA parser and decoder
Arwed v. Merkatz [Fri, 26 Nov 2004 23:10:28 +0000 (23:10 +0000)]
added TTA parser and decoder

Original commit message from CVS:
added TTA parser and decoder

19 years agogst/playback/gstplaybasebin.*: Implement buffering. Needs some more work.
Ronald S. Bultje [Fri, 26 Nov 2004 12:31:04 +0000 (12:31 +0000)]
gst/playback/gstplaybasebin.*: Implement buffering. Needs some more work.

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(probe_triggered), (check_queue), (buffer_underrun),
(buffer_running), (buffer_overrun), (gen_source_element),
(setup_source):
* gst/playback/gstplaybasebin.h:
Implement buffering. Needs some more work.

19 years agoext/theora/theoradec.c: Fix ilog mask range overflow.
Ronald S. Bultje [Fri, 26 Nov 2004 12:25:43 +0000 (12:25 +0000)]
ext/theora/theoradec.c: Fix ilog mask range overflow.

Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_chain):
Fix ilog mask range overflow.

19 years agoext/alsa/gstalsa.c: Don't omit the last (which incase of dmix is the only :) ) channe...
Ronald S. Bultje [Fri, 26 Nov 2004 11:47:24 +0000 (11:47 +0000)]
ext/alsa/gstalsa.c: Don't omit the last (which incase of dmix is the only :) ) channel count. Don't set channels if <...

Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
Don't omit the last (which incase of dmix is the only :) )
channel count. Don't set channels if <= 2.

19 years agogst/playback/gstplaybin.c: Removed 2 obsolete comments
Christophe Fergeau [Fri, 26 Nov 2004 11:35:47 +0000 (11:35 +0000)]
gst/playback/gstplaybin.c: Removed 2 obsolete comments

Original commit message from CVS:
2004-11-26  Christophe Fergeau  <teuf@gnome.org>

* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element): Removed 2 obsolete comments

19 years agoext/vorbis/oggvorbisenc.c
Stéphane Loeuillet [Fri, 26 Nov 2004 11:28:11 +0000 (11:28 +0000)]
ext/vorbis/oggvorbisenc.c

Original commit message from CVS:
* ext/vorbis/oggvorbisenc.c
* ext/vorbis/vorbisenc.c :
change description fields of those plugins to differentiate them
(pitivi show Encoders by description, they had the same one)

19 years agogst/playback/gstplaybin.c: Refcounting fixes for provided audio-/videosinks.
Ronald S. Bultje [Thu, 25 Nov 2004 20:52:14 +0000 (20:52 +0000)]
gst/playback/gstplaybin.c: Refcounting fixes for provided audio-/videosinks.

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybin.c: (gst_play_bin_dispose),
(gst_play_bin_set_property), (gen_video_element),
(gen_audio_element):
Refcounting fixes for provided audio-/videosinks.

19 years agogst/playback/gstplaybin.c: Don't reference all sinks, but only the video- and audiosinks.
Ronald S. Bultje [Thu, 25 Nov 2004 20:46:55 +0000 (20:46 +0000)]
gst/playback/gstplaybin.c: Don't reference all sinks, but only the video- and audiosinks.

Original commit message from CVS:
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
Don't reference all sinks, but only the video- and audiosinks.
The vis. element should be disposed when we're done with it.
We don't have any reason to keep it around. This fixes warnings
when reusing playbin for playing multiple audio files with
vis. enabled. Also release audio device on pause - idea stolen
from Rhythmbox.

19 years agoSurround sound support.
Ronald S. Bultje [Thu, 25 Nov 2004 20:36:28 +0000 (20:36 +0000)]
Surround sound support.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
(gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
* ext/alsa/gstalsaplugin.c: (plugin_init):
* ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
(gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
* ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
(gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
(gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
(gst_faad_change_state), (plugin_init):
* ext/faad/gstfaad.h:
* ext/vorbis/vorbis.c: (plugin_init):
* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
* gst-libs/gst/audio/Makefile.am:
* gst-libs/gst/audio/audio.c: (plugin_init):
* gst-libs/gst/audio/multichannel.c:
(gst_audio_check_channel_positions),
(gst_audio_get_channel_positions),
(gst_audio_set_channel_positions),
(gst_audio_set_structure_channel_positions_list),
(add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
(gst_audio_fixate_channel_positions):
* gst-libs/gst/audio/multichannel.h:
* gst-libs/gst/audio/testchannels.c: (main):
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_getcaps),
(gst_audio_convert_parse_caps), (gst_audio_convert_link),
(gst_audio_convert_fixate), (gst_audio_convert_channels):
* gst/audioconvert/plugin.c: (plugin_init):
Surround sound support.

19 years agoext/ogg/gstoggdemux.c: Fix position for discont if we're close as well. Nitpicking...
Ronald S. Bultje [Thu, 25 Nov 2004 20:31:22 +0000 (20:31 +0000)]
ext/ogg/gstoggdemux.c: Fix position for discont if we're close as well. Nitpicking, but saves a few milliseconds of e...

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
Fix position for discont if we're close as well. Nitpicking, but
saves a few milliseconds of extra waiting or skipping.

19 years agogst/playback/gstdecodebin.c: We sometimes need parsers for playback, so add those...
Ronald S. Bultje [Thu, 25 Nov 2004 20:22:12 +0000 (20:22 +0000)]
gst/playback/gstdecodebin.c: We sometimes need parsers for playback, so add those too.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
We sometimes need parsers for playback, so add those too.

19 years agoAPE v1/2 tag reader plus typefind function.
Ronald S. Bultje [Thu, 25 Nov 2004 20:14:32 +0000 (20:14 +0000)]
APE v1/2 tag reader plus typefind function.

Original commit message from CVS:
* configure.ac:
* gst/apetag/Makefile.am:
* gst/apetag/apedemux.c: (gst_ape_demux_get_type),
(gst_ape_demux_base_init), (gst_ape_demux_class_init),
(gst_ape_demux_init), (gst_ape_demux_get_src_formats),
(gst_ape_demux_get_src_query_types),
(gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
(gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
(gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
(gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
(gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
(gst_ape_demux_stream_data), (gst_ape_demux_loop),
(gst_ape_demux_change_state):
* gst/apetag/apedemux.h:
* gst/apetag/apetag.c: (plugin_init):
* gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
(plugin_init):
APE v1/2 tag reader plus typefind function.

19 years agoRemove hacks for older core. Require newer core version accordingly.
Ronald S. Bultje [Thu, 25 Nov 2004 20:09:53 +0000 (20:09 +0000)]
Remove hacks for older core. Require newer core version accordingly.

Original commit message from CVS:
* configure.ac:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
Remove hacks for older core. Require newer core version
accordingly.

19 years agogst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.
Ronald S. Bultje [Thu, 25 Nov 2004 20:03:51 +0000 (20:03 +0000)]
gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.

Original commit message from CVS:
* gst/cdxaparse/Makefile.am:
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
(gst_cdxaparse_class_init), (gst_cdxaparse_init),
(gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
* gst/cdxaparse/gstcdxaparse.h:
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
(gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
(gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
(gst_cdxastrip_get_src_query_types),
(gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
(gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
(gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
(gst_cdxastrip_chain), (gst_cdxastrip_change_state):
* gst/cdxaparse/gstcdxastrip.h:
SVCD/VCD header stripping separated from CDXA image parsing.
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
(plugin_init):
Add VCD/SVCD header typefinding for VCD/SVCD.
* sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
(gst_vcdsrc_class_init), (gst_vcdsrc_init),
(gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
(gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
(gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
(gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
(gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
(gst_vcdsrc_change_state), (gst_vcdsrc_msf),
(gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
(gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
(gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
* sys/vcd/vcdsrc.h:
Fix up, add seeking, querying, URI interface. Works in totem now.

19 years agoback to cvs
Thomas Vander Stichele [Thu, 25 Nov 2004 19:03:24 +0000 (19:03 +0000)]
back to cvs

Original commit message from CVS:
back to cvs

19 years agoreleasing
Thomas Vander Stichele [Thu, 25 Nov 2004 18:55:57 +0000 (18:55 +0000)]
releasing

Original commit message from CVS:
releasing

19 years agonew prerelease
Thomas Vander Stichele [Thu, 25 Nov 2004 14:39:01 +0000 (14:39 +0000)]
new prerelease

Original commit message from CVS:
new prerelease

19 years agogst/playback/gstplaybasebin.c: Fix unplayable files error handling. Fixes #158365
Ronald Bultje [Tue, 23 Nov 2004 16:52:15 +0000 (16:52 +0000)]
gst/playback/gstplaybasebin.c: Fix unplayable files error handling.  Fixes #158365

Original commit message from CVS:
patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c:
Fix unplayable files error handling.  Fixes #158365

19 years agogst/typefind/gsttypefindfunctions.c: Fix broken mp3 typefinding. Fixes #158375
Ronald Bultje [Tue, 23 Nov 2004 16:50:41 +0000 (16:50 +0000)]
gst/typefind/gsttypefindfunctions.c: Fix broken mp3 typefinding.  Fixes #158375

Original commit message from CVS:
patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/typefind/gsttypefindfunctions.c:
Fix broken mp3 typefinding.  Fixes #158375

19 years agoext/ogg/gstoggdemux.c: Fix sync on broken files. Fixes #158976
Ronald Bultje [Tue, 23 Nov 2004 15:24:28 +0000 (15:24 +0000)]
ext/ogg/gstoggdemux.c: Fix sync on broken files.  Fixes #158976

Original commit message from CVS:
patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstoggdemux.c:
Fix sync on broken files.  Fixes #158976

19 years agoext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832
Edward Hervey [Tue, 23 Nov 2004 14:24:03 +0000 (14:24 +0000)]
ext/libpng/gstpngenc.c: Copy over buffer properties.  Fixes #158832

Original commit message from CVS:
patch by: Edward Hervey <bilboed@bilboed.com>
* ext/libpng/gstpngenc.c:
Copy over buffer properties.  Fixes #158832

19 years agoext/dvdread/dvdreadsrc.c: Fixes invalid reads (#158462)
Thomas Vander Stichele [Tue, 23 Nov 2004 12:49:59 +0000 (12:49 +0000)]
ext/dvdread/dvdreadsrc.c: Fixes invalid reads (#158462)

Original commit message from CVS:
* ext/dvdread/dvdreadsrc.c:
Fixes invalid reads (#158462)

19 years agosys/v4l/: Probe less and cache it. Fixes #159187.
Thomas Vander Stichele [Tue, 23 Nov 2004 12:42:21 +0000 (12:42 +0000)]
sys/v4l/: Probe less and cache it.  Fixes #159187.

Original commit message from CVS:
* sys/v4l/gstv4lsrc.c:
* sys/v4l/gstv4lsrc.h:
* sys/v4l/v4lsrc_calls.c:
Probe less and cache it.  Fixes #159187.

19 years agowhoops, wrong commit
Thomas Vander Stichele [Tue, 23 Nov 2004 12:41:06 +0000 (12:41 +0000)]
whoops, wrong commit

Original commit message from CVS:
whoops, wrong commit

19 years agogst/videorate/gstvideorate.c: Handle all video formats. Fixes #159186.
Thomas Vander Stichele [Tue, 23 Nov 2004 12:39:27 +0000 (12:39 +0000)]
gst/videorate/gstvideorate.c: Handle all video formats. Fixes #159186.

Original commit message from CVS:
* gst/videorate/gstvideorate.c:
Handle all video formats. Fixes #159186.

19 years agoconfigure fix from ronald
Thomas Vander Stichele [Tue, 23 Nov 2004 12:19:41 +0000 (12:19 +0000)]
configure fix from ronald

Original commit message from CVS:
configure fix from ronald

19 years agogst/synaesthesia/gstsynaesthesia.c: Fix up synaesthesia to work under different sampl...
Jan Schmidt [Mon, 15 Nov 2004 13:50:11 +0000 (13:50 +0000)]
gst/synaesthesia/gstsynaesthesia.c: Fix up synaesthesia to work under different samplerates/ buffer sizes.

Original commit message from CVS:
* gst/synaesthesia/gstsynaesthesia.c:
(gst_synaesthesia_class_init), (gst_synaesthesia_init),
(gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
(gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
(gst_synaesthesia_src_link), (gst_synaesthesia_chain),
(gst_synaesthesia_change_state), (plugin_init):
Fix up synaesthesia to work under different samplerates/ buffer sizes.
Force 320x200 output, as that's the only thing the underlying
synaesthesia implementation supports. Still needs to be made
re-entrant.

19 years agoconfigure.ac: Fix mpeg2enc configure check (similar to mplex check below).
Ronald S. Bultje [Sun, 14 Nov 2004 11:12:00 +0000 (11:12 +0000)]
configure.ac: Fix mpeg2enc configure check (similar to mplex check below).

Original commit message from CVS:
* configure.ac:
Fix mpeg2enc configure check (similar to mplex check below).

19 years agogst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for gcc-2.95 (fixes #158221).
Ronald S. Bultje [Sun, 14 Nov 2004 10:35:36 +0000 (10:35 +0000)]
gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for gcc-2.95 (fixes #158221).

Original commit message from CVS:
reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
Fix for gcc-2.95 (fixes #158221).

19 years agoanother prerelease
Thomas Vander Stichele [Sat, 13 Nov 2004 16:19:59 +0000 (16:19 +0000)]
another prerelease

Original commit message from CVS:
another prerelease

19 years agogst/playback/gstplaybasebin.c: Re-add clock distribution hack (until new core is...
Ronald S. Bultje [Sat, 13 Nov 2004 15:20:09 +0000 (15:20 +0000)]
gst/playback/gstplaybasebin.c: Re-add clock distribution hack (until new core is released).

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
Re-add clock distribution hack (until new core is released).
Fixes #158125.

19 years agofix mplex configure check (bug #140994)
Arwed v. Merkatz [Sat, 13 Nov 2004 14:13:26 +0000 (14:13 +0000)]
fix mplex configure check (bug #140994)

Original commit message from CVS:
fix mplex configure check (bug #140994)

19 years agoext/alsa/gstalsa.c: add debugging
Benjamin Otte [Sat, 13 Nov 2004 01:08:31 +0000 (01:08 +0000)]
ext/alsa/gstalsa.c: add debugging

Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
add debugging
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
do a wait when we enter the loop func with no data available to
write instead of getting into an 100% CPU loop by just returning and
being called again by the scheduler

19 years agoUpdate libvisual to 0.1.7. Link in the debug handling to gstreamer
Jan Schmidt [Fri, 12 Nov 2004 17:37:49 +0000 (17:37 +0000)]
Update libvisual to 0.1.7. Link in the debug handling to gstreamer

Original commit message from CVS:
* configure.ac:
* ext/libvisual/visual.c: (gst_visual_get_type),
(libvisual_log_handler), (gst_visual_getcaps),
(gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
(plugin_init):
Update libvisual to 0.1.7. Link in the debug handling to gstreamer
* ext/smoothwave/Makefile.am:
* ext/smoothwave/demo-osssrc.c: (main):
* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
(gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
(gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
(plugin_init):
* ext/smoothwave/gstsmoothwave.h:
Make gstsmoothwave a working element in the 20th century.
* gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
Fix incorrect link function

19 years agogst/volume/gstvolume.c: Allow buffer-frames=0.
Ronald S. Bultje [Fri, 12 Nov 2004 16:51:17 +0000 (16:51 +0000)]
gst/volume/gstvolume.c: Allow buffer-frames=0.

Original commit message from CVS:
* gst/volume/gstvolume.c:
Allow buffer-frames=0.

19 years agoRemove the line dealing with the cache stuff I left in by mistake
Iain Holmes [Fri, 12 Nov 2004 16:43:29 +0000 (16:43 +0000)]
Remove the line dealing with the cache stuff I left in by mistake

Original commit message from CVS:
Remove the line dealing with the cache stuff I left in by mistake

19 years agoAdded the polypaudio sink and hooked it into the build system.
Iain Holmes [Fri, 12 Nov 2004 15:04:55 +0000 (15:04 +0000)]
Added the polypaudio sink and hooked it into the build system.

Original commit message from CVS:
Added the polypaudio sink and hooked it into the build system.

19 years agoext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show when the
Ronald S. Bultje [Fri, 12 Nov 2004 10:07:45 +0000 (10:07 +0000)]
ext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show when the

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
Fix for negotiation order problem. This would show when the
ALSA loopfuction was called before any other function. ALSA
wouldn't do anything because we're not negotiated yet, leading
to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.

19 years agoext/vorbis/vorbisdec.c: No warnings (#157986).
Ronald S. Bultje [Thu, 11 Nov 2004 21:19:27 +0000 (21:19 +0000)]
ext/vorbis/vorbisdec.c: No warnings (#157986).

Original commit message from CVS:
reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
No warnings (#157986).

19 years agogst/typefind/gsttypefindfunctions.c: Prefer apev1/2 and id3v1 (at end of file) over...
Ronald S. Bultje [Thu, 11 Nov 2004 21:05:47 +0000 (21:05 +0000)]
gst/typefind/gsttypefindfunctions.c: Prefer apev1/2 and id3v1 (at end of file) over musepack.

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Prefer apev1/2 and id3v1 (at end of file) over musepack.

19 years agogst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).
Ronald S. Bultje [Thu, 11 Nov 2004 20:37:03 +0000 (20:37 +0000)]
gst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).

Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
Signal no-more-pads (so it works in playbin).

19 years agoext/musepack/gstmusepackreader.cpp: Workaround for older core.
Ronald S. Bultje [Thu, 11 Nov 2004 17:43:30 +0000 (17:43 +0000)]
ext/musepack/gstmusepackreader.cpp: Workaround for older core.

Original commit message from CVS:
* ext/musepack/gstmusepackreader.cpp:
Workaround for older core.

19 years agogst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather than...
Ronald S. Bultje [Thu, 11 Nov 2004 14:42:08 +0000 (14:42 +0000)]
gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather than testing whether a temporary variabl...

Original commit message from CVS:
* gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
Actually test for odd width/height rather than testing whether
a temporary variable that was 0 before we subtracted 1 is now
not equal to zero (which it always is).

19 years agosys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not defined
Zaheer Abbas Merali [Thu, 11 Nov 2004 14:25:11 +0000 (14:25 +0000)]
sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not defined

Original commit message from CVS:
2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
Fix compilation if HAVE_XVIDEO is not defined

19 years agosys/v4l/gstv4lelement.c: Fix compilation if HAVE_XVIDEO is not defined
Zaheer Abbas Merali [Thu, 11 Nov 2004 14:20:16 +0000 (14:20 +0000)]
sys/v4l/gstv4lelement.c: Fix compilation if HAVE_XVIDEO is not defined

Original commit message from CVS:
2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
Fix compilation if HAVE_XVIDEO is not defined

19 years agoUse bytestream in goom for input samples
Jan Schmidt [Thu, 11 Nov 2004 11:21:07 +0000 (11:21 +0000)]
Use bytestream in goom for input samples

Original commit message from CVS:
Use bytestream in goom for input samples
Add a debug category

19 years agoext/alsa/gstalsa.c: Only set hardware parameters *after* negotiation. Before negotiat...
Ronald S. Bultje [Thu, 11 Nov 2004 10:27:01 +0000 (10:27 +0000)]
ext/alsa/gstalsa.c: Only set hardware parameters *after* negotiation. Before negotiation, it will set ANY and that se...

Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_change_state):
Only set hardware parameters *after* negotiation. Before
negotiation, it will set ANY and that seems to cause crashes
(see e.g. #151288, #153227).

19 years agoext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass error...
Ronald S. Bultje [Wed, 10 Nov 2004 22:01:19 +0000 (22:01 +0000)]
ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass error checking.

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
This seems to be antique leftover. It needs to pass error
checking.
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
(gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
(gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
(gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
Fix GstXOverlay implementation (#151059).

19 years agogst/playback/gstplaybasebin.c: Don't assert (#157853).
Ronald S. Bultje [Wed, 10 Nov 2004 16:05:17 +0000 (16:05 +0000)]
gst/playback/gstplaybasebin.c: Don't assert (#157853).

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
Don't assert (#157853).

19 years agoext/alsa/gstalsasink.c: Fix bytes/samples confustion.
Ronald S. Bultje [Wed, 10 Nov 2004 14:53:49 +0000 (14:53 +0000)]
ext/alsa/gstalsasink.c: Fix bytes/samples confustion.

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
Fix bytes/samples confustion.
(gst_alsa_sink_mmap), (gst_alsa_sink_loop):
Fix for underrun (#144389).

19 years agogst/typefind/gsttypefindfunctions.c: Disable halfway-seek for pending release (since...
Ronald S. Bultje [Tue, 9 Nov 2004 21:06:11 +0000 (21:06 +0000)]
gst/typefind/gsttypefindfunctions.c: Disable halfway-seek for pending release (since it needs a new core release).

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
Disable halfway-seek for pending release (since it needs a new
core release).

19 years agoadd autoprobe-fps property so we can separate autoprobing parts
Thomas Vander Stichele [Tue, 9 Nov 2004 20:29:44 +0000 (20:29 +0000)]
add autoprobe-fps property so we can separate autoprobing parts

Original commit message from CVS:
add autoprobe-fps property so we can separate autoprobing parts

19 years agoinitialise fourcc to catch unset fourcc's, and debug
Thomas Vander Stichele [Tue, 9 Nov 2004 18:27:32 +0000 (18:27 +0000)]
initialise fourcc to catch unset fourcc's, and debug

Original commit message from CVS:
initialise fourcc to catch unset fourcc's, and debug

19 years agogst/playback/: Cleanups and some more documentation.
Wim Taymans [Tue, 9 Nov 2004 14:37:51 +0000 (14:37 +0000)]
gst/playback/: Cleanups and some more documentation.

Original commit message from CVS:
* gst/playback/README:
* gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
* gst/playback/gstplaybin.c: (gst_play_bin_init),
(gst_play_bin_dispose), (gst_play_bin_set_property),
(remove_sinks), (setup_sinks), (gst_play_bin_change_state),
(gst_play_bin_get_event_masks), (gst_play_bin_send_event),
(gst_play_bin_get_formats), (gst_play_bin_convert),
(gst_play_bin_get_query_types), (gst_play_bin_query):
Cleanups and some more documentation.

19 years agoLet VideoSink store the clock, since Cacasink inherits from there
Jan Schmidt [Tue, 9 Nov 2004 13:03:33 +0000 (13:03 +0000)]
Let VideoSink store the clock, since Cacasink inherits from there

Original commit message from CVS:
Let VideoSink store the clock, since Cacasink inherits from there

19 years agogst/playback/: Updated README.
Wim Taymans [Tue, 9 Nov 2004 12:10:27 +0000 (12:10 +0000)]
gst/playback/: Updated README.

Original commit message from CVS:
* gst/playback/README:
* gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
(add_stream), (unknown_type), (add_element_stream), (no_more_pads),
(probe_triggered), (preroll_unlinked), (new_decoded_pad),
(gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
* gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
(setup_sinks):
* gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
(gst_stream_info_is_mute), (gst_stream_info_set_property):
* gst/playback/gststreaminfo.h:
Updated README.
Only switch groups if all streams have muted (EOSed).
Send Tags in sync with the stream playback instead of in
the playback/preroll phase.
Some cleanups, free the fakesrc elements.

19 years agoupdate these two files to contain recent additions
Christian Schaller [Tue, 9 Nov 2004 10:18:19 +0000 (10:18 +0000)]
update these two files to contain recent additions

Original commit message from CVS:
update these two files to contain recent additions

19 years agoext/alsa/gstalsa.c: buffer-frames property was missing
Benjamin Otte [Tue, 9 Nov 2004 06:08:22 +0000 (06:08 +0000)]
ext/alsa/gstalsa.c: buffer-frames property was missing

Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
buffer-frames property was missing
* ext/arts/gst_arts.c:
rate missing from sinkcaps
* ext/audiofile/gstafparse.c:
* ext/audiofile/gstafsink.c:
* ext/audiofile/gstafsrc.c:
* ext/swfdec/gstswfdec.c:
int audio doesn't know buffer-frames
* ext/cdparanoia/gstcdparanoia.c:
int audio doesn't know chunksize either
* ext/nas/nassink.c:
it's endianness, not endianess
* gst-libs/gst/audio/audio.h:
make float standard pad template caps really describe float
* gst/law/mulaw.c: (linear_factory):
signed only, please
* gst/mpegstream/gstdvddemux.c:
widths of 20 are not valid

19 years agoadd italian (Luca Feretti)
Thomas Vander Stichele [Mon, 8 Nov 2004 19:51:31 +0000 (19:51 +0000)]
add italian (Luca Feretti)

Original commit message from CVS:
add italian (Luca Feretti)

19 years agoReomoved unused fields from the object
Zeeshan Ali [Mon, 8 Nov 2004 19:13:10 +0000 (19:13 +0000)]
Reomoved unused fields from the object

Original commit message from CVS:
Reomoved unused fields from the object

19 years agoFixed the clock
Zeeshan Ali [Mon, 8 Nov 2004 19:10:48 +0000 (19:10 +0000)]
Fixed the clock

Original commit message from CVS:
Fixed the clock

19 years agogst/playback/: Updated README, added more comments for fixmes etc..
Wim Taymans [Mon, 8 Nov 2004 18:27:25 +0000 (18:27 +0000)]
gst/playback/: Updated README, added more comments for fixmes etc..

Original commit message from CVS:
* gst/playback/README:
* gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
* gst/playback/gstplaybasebin.c: (probe_triggered),
(gst_play_base_bin_change_state):
Updated README, added more comments for fixmes etc..

19 years agogst/playback/gstplaybasebin.c: We can remove this hack now.
Wim Taymans [Mon, 8 Nov 2004 18:12:19 +0000 (18:12 +0000)]
gst/playback/gstplaybasebin.c: We can remove this hack now.

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
We can remove this hack now.

19 years agogst/videomixer/videomixer.c: Only mix AYUV for maximum quality.
Wim Taymans [Mon, 8 Nov 2004 17:22:05 +0000 (17:22 +0000)]
gst/videomixer/videomixer.c: Only mix AYUV for maximum quality.

Original commit message from CVS:
* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
(gst_videomixer_blend_buffers), (gst_videomixer_loop):
Only mix AYUV for maximum quality.

19 years agoext/ogg/gstoggdemux.c: Let's act as if we're synchronized now! :).
Ronald S. Bultje [Mon, 8 Nov 2004 17:02:06 +0000 (17:02 +0000)]
ext/ogg/gstoggdemux.c: Let's act as if we're synchronized now! :).

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
(gst_ogg_demux_push), (gst_ogg_pad_push):
Let's act as if we're synchronized now! :).
* ext/theora/theoradec.c: (theora_dec_chain):
Add some debug.

19 years agogst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy...
Wim Taymans [Mon, 8 Nov 2004 16:16:10 +0000 (16:16 +0000)]
gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy quite a bit.

Original commit message from CVS:
* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
(gst_alpha_set_property), (gst_alpha_sink_link),
(gst_alpha_set_ayuv), (gst_alpha_set_i420),
(gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
(gst_alpha_init_params), (gst_alpha_chain):
Implement alpha functions for AYUV too, this increases
accuracy quite a bit.

19 years agogst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respectful.
Wim Taymans [Mon, 8 Nov 2004 15:18:14 +0000 (15:18 +0000)]
gst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respectful.

Original commit message from CVS:
* gst/ffmpegcolorspace/avcodec.h:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
(gst_ffmpegcsp_avpicture_fill):
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_caps_remove_format_info):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
(shrink12), (img_get_alpha_info), (deinterlace_line),
(deinterlace_line_inplace):
* gst/ffmpegcolorspace/imgconvert_template.h:
Added AYUV colorspace and handle RGBA a bit more respectful.

19 years agoext/ogg/gstoggdemux.c: Actually always send a discont (cornercase when resending...
Ronald S. Bultje [Mon, 8 Nov 2004 14:43:47 +0000 (14:43 +0000)]
ext/ogg/gstoggdemux.c: Actually always send a discont (cornercase when resending the same serial-tagged chain twice).

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
Actually always send a discont (cornercase when resending the
same serial-tagged chain twice).

19 years agosys/: Some more cleanups, leaks fixed and checks.
Julien Moutte [Mon, 8 Nov 2004 14:31:55 +0000 (14:31 +0000)]
sys/: Some more cleanups, leaks fixed and checks.

Original commit message from CVS:
2004-11-08  Julien MOUTTE  <julien@moutte.net>

* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
(gst_ximagesink_finalize):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
(gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.

19 years agogst/typefind/gsttypefindfunctions.c: Don't segfault on NULL data.
Wim Taymans [Mon, 8 Nov 2004 09:48:31 +0000 (09:48 +0000)]
gst/typefind/gsttypefindfunctions.c: Don't segfault on NULL data.

Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (aac_type_find):
Don't segfault on NULL data.

19 years agogst/playback/: Add support for chained ogg files. Prepare for playlist support. This...
Wim Taymans [Mon, 8 Nov 2004 09:46:16 +0000 (09:46 +0000)]
gst/playback/: Add support for chained ogg files. Prepare for playlist support. This patch introduces the concept of ...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (unlinked):
* gst/playback/gstplay-marshal.list:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(gst_play_base_bin_init), (group_create), (get_active_group),
(get_building_group), (group_destroy), (group_commit),
(queue_overrun), (remove_groups), (add_stream), (unknown_type),
(add_element_stream), (no_more_pads), (probe_triggered),
(preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
(state_change), (setup_source), (gst_play_base_bin_get_property),
(gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
(gst_play_base_bin_link_stream),
(gst_play_base_bin_get_streaminfo):
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
(remove_sinks), (setup_sinks), (gst_play_bin_change_state):
Add support for chained ogg files. Prepare for playlist
support. This patch introduces the concept of pad groups, which
together compose one playable media file.

19 years agotestsuite/gst-lint: Check for pad templates that aren't statically scoped.
David Schleef [Sun, 7 Nov 2004 20:50:10 +0000 (20:50 +0000)]
testsuite/gst-lint: Check for pad templates that aren't statically scoped.

Original commit message from CVS:
* testsuite/gst-lint: Check for pad templates that aren't statically
scoped.

19 years agoAdd musepack decoder.
Ronald S. Bultje [Sun, 7 Nov 2004 18:30:06 +0000 (18:30 +0000)]
Add musepack decoder.

Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/musepack/Makefile.am:
* ext/musepack/gstmusepackdec.cpp:
* ext/musepack/gstmusepackdec.h:
* ext/musepack/gstmusepackreader.cpp:
* ext/musepack/gstmusepackreader.h:
Add musepack decoder.
* ext/faad/gstfaad.c: (gst_faad_base_init):
Make pad templates static.
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
(plugin_init):
Add musepack typefinder, make mp3 typefinding work halfway stream,
which doesn't actually work yet because id3demux doesn't implement
_get_length().

19 years agoext/ogg/gstoggmux.c: Fix interrupt event handling (#144436).
Ronald S. Bultje [Sun, 7 Nov 2004 14:03:50 +0000 (14:03 +0000)]
ext/ogg/gstoggmux.c: Fix interrupt event handling (#144436).

Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
(gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
Fix interrupt event handling (#144436).

19 years agoext/mad/gstid3tag.c: Hide unused glory.
Ronald S. Bultje [Sat, 6 Nov 2004 23:53:13 +0000 (23:53 +0000)]
ext/mad/gstid3tag.c: Hide unused glory.

Original commit message from CVS:
* ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
Hide unused glory.

19 years agoext/vorbis/vorbisenc.c: Fix weird caps (#157548).
Ronald S. Bultje [Sat, 6 Nov 2004 22:50:08 +0000 (22:50 +0000)]
ext/vorbis/vorbisenc.c: Fix weird caps (#157548).

Original commit message from CVS:
reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/vorbis/vorbisenc.c: (raw_caps_factory):
Fix weird caps (#157548).

19 years agogst/rtp/gstrtpgsmparse.c: Add missing NULL terminator (#157543).
Ronald S. Bultje [Sat, 6 Nov 2004 22:00:41 +0000 (22:00 +0000)]
gst/rtp/gstrtpgsmparse.c: Add missing NULL terminator (#157543).

Original commit message from CVS:
Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
Add missing NULL terminator (#157543).

19 years agoports can go up to 65535. Move common defines to gsttcp.h
Thomas Vander Stichele [Fri, 5 Nov 2004 17:38:20 +0000 (17:38 +0000)]
ports can go up to 65535.  Move common defines to gsttcp.h

Original commit message from CVS:
ports can go up to 65535.  Move common defines to gsttcp.h

19 years agogst/videotestsrc/videotestsrc.c: Added two more colorspaces.
Wim Taymans [Fri, 5 Nov 2004 15:07:57 +0000 (15:07 +0000)]
gst/videotestsrc/videotestsrc.c: Added two more colorspaces.

Original commit message from CVS:
* gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
(paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
Added two more colorspaces.

19 years agogst/ffmpegcolorspace/: More stride fixes.
Wim Taymans [Fri, 5 Nov 2004 14:58:49 +0000 (14:58 +0000)]
gst/ffmpegcolorspace/: More stride fixes.

Original commit message from CVS:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpegcsp_avpicture_fill):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
(yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
(img_convert), (deinterlace_line), (deinterlace_line_inplace):
More stride fixes.

19 years agogst/: More stride fixes.
Wim Taymans [Fri, 5 Nov 2004 11:22:18 +0000 (11:22 +0000)]
gst/: More stride fixes.

Original commit message from CVS:
* gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
(gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
(gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
(gst_videomixer_loop):
More stride fixes.

19 years agoext/mad/gstmad.c: don't overflow data buffer. Flush not needed sync data when syncing...
Benjamin Otte [Fri, 5 Nov 2004 03:33:26 +0000 (03:33 +0000)]
ext/mad/gstmad.c: don't overflow data buffer. Flush not needed sync data when syncing failed.

Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_chain):
don't overflow data buffer. Flush not needed sync data when syncing
failed.

19 years agogst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more sophist...
Wim Taymans [Thu, 4 Nov 2004 17:15:19 +0000 (17:15 +0000)]
gst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more sophisticated.

Original commit message from CVS:
* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
(gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
(gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
(gst_alpha_init_params), (gst_alpha_chain),
(gst_alpha_change_state):
Updated the chroma keying algorithm with something more
sophisticated.

19 years agogst/videomixer/videomixer.c: Fix stride issues. Does not completely work for odd...
Wim Taymans [Wed, 3 Nov 2004 18:57:00 +0000 (18:57 +0000)]
gst/videomixer/videomixer.c: Fix stride issues. Does not completely work for odd heights.

Original commit message from CVS:
* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
(gst_videomixer_blend_buffers), (gst_videomixer_loop):
Fix stride issues. Does not completely work for odd
heights.

19 years agogst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd heights.
Wim Taymans [Wed, 3 Nov 2004 18:54:50 +0000 (18:54 +0000)]
gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd heights.

Original commit message from CVS:
* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
(gst_alpha_chroma_key), (gst_alpha_chain):
Fix stride issues. Does not completely work for odd
heights.

19 years agogst/videoscale/: leak fixes
Christophe Fergeau [Wed, 3 Nov 2004 16:08:13 +0000 (16:08 +0000)]
gst/videoscale/: leak fixes

Original commit message from CVS:
2004-11-03  Christophe Fergeau  <teuf@gnome.org>

* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
* gst/videoscale/videoscale.c: (videoscale_find_by_structure):
leak fixes

19 years agogst/ffmpegcolorspace/: Use correct _fill function to get correct strides.
Wim Taymans [Wed, 3 Nov 2004 15:46:14 +0000 (15:46 +0000)]
gst/ffmpegcolorspace/: Use correct _fill function to get correct strides.

Original commit message from CVS:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpegcsp_avpicture_fill):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
(avpicture_alloc):
* gst/ffmpegcolorspace/imgconvert_template.h:
Use correct _fill function to get correct strides.

19 years agogst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of consistenc...
David Schleef [Tue, 2 Nov 2004 23:50:15 +0000 (23:50 +0000)]
gst/qtdemux/qtdemux.c: Change all g_print()s to debugging.  Add a bunch of consistency checks.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
(qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
Change all g_print()s to debugging.  Add a bunch of consistency
checks.

19 years agogst/playback/: Fix playback of multiple files. a slightly different approach to handl...
Wim Taymans [Tue, 2 Nov 2004 10:30:35 +0000 (10:30 +0000)]
gst/playback/: Fix playback of multiple files. a slightly different approach to handling dynamic pad removals.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
(unlinked), (no_more_pads), (close_link):
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
(unknown_type), (add_element_stream), (new_decoded_pad),
(removed_decoded_pad), (setup_source):
* gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
(gst_stream_info_class_init), (gst_stream_info_init),
(gst_stream_info_new), (gst_stream_info_dispose),
(stream_info_mute_pad), (gst_stream_info_set_property),
(gst_stream_info_get_property):
* gst/playback/gststreaminfo.h:
Fix playback of multiple files.
a slightly different approach to handling dynamic pad removals.
This one only looks at pads that we have linked.

19 years agoext/ogg/gstoggdemux.c: fix an "invalid free" warning from libc.
Christophe Fergeau [Mon, 1 Nov 2004 17:25:07 +0000 (17:25 +0000)]
ext/ogg/gstoggdemux.c: fix an "invalid free" warning from libc.

Original commit message from CVS:
2004-11-01  Christophe Fergeau  <teuf@gnome.org>

* ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
free" warning from libc.

19 years agogst/playback/gstdecodebin.c: Implement support for dynamic pad changing. We listen...
Ronald S. Bultje [Mon, 1 Nov 2004 16:08:32 +0000 (16:08 +0000)]
gst/playback/gstdecodebin.c: Implement support for dynamic pad changing. We listen to "live" pad removals (i.e. while...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(get_unconnected_element), (remove_starting_from), (pad_removed),
(close_link):
Implement support for dynamic pad changing. We listen to "live"
pad removals (i.e. while playing) and re-setup autoplugging
after that. Playbasebin/playbin need some more work for this
to finally work, but decodebin supports (and replugs) chained
ogg now.

19 years agoFixes a bunch of problems with finalize and dispose functions, either assumptions...
Jan Schmidt [Mon, 1 Nov 2004 14:43:38 +0000 (14:43 +0000)]
Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o...

Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
(gst_alsa_finalize):
* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
(gst_cdaudio_finalize):
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
(cdparanoia_finalize):
* ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
* ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
(dvdreadsrc_finalize):
* ext/flac/gstflacdec.c: (gst_flacdec_class_init),
(gst_flacdec_finalize):
* ext/flac/gstflacenc.c: (gst_flacenc_class_init),
(gst_flacenc_finalize):
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
(gst_gnomevfssink_finalize):
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
(gst_gnomevfssrc_finalize):
* ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
(gst_fameenc_finalize):
* ext/nas/nassink.c: (gst_nassink_class_init),
(gst_nassink_finalize):
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
(gst_sdlvideosink_class_init):
* ext/sndfile/gstsf.c: (gst_sf_dispose):
* gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
* gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
* gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
* gst-libs/gst/xwindowlistener/xwindowlistener.c:
(gst_x_window_listener_dispose):
* gst/audioscale/gstaudioscale.c:
* gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
(play_on_demand_finalize):
* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
* sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
(cdplayer_finalize):
* sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
(gst_glimagesink_class_init):
* sys/oss/gstosselement.c: (gst_osselement_class_init),
(gst_osselement_finalize):
* sys/oss/gstosssink.c: (gst_osssink_dispose):
* sys/oss/gstosssrc.c: (gst_osssrc_dispose):
* sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
Fixes a bunch of problems with finalize and dispose functions,
either assumptions that dispose is only called once, or not calling
the parent class dispose/finalize function