platform/upstream/gstreamer.git
18 years agoprerelease
Thomas Vander Stichele [Sat, 14 Jan 2006 22:59:49 +0000 (22:59 +0000)]
prerelease

Original commit message from CVS:
prerelease

18 years agoext/ogg/gstoggmux.c: fix a silly segfault
Thomas Vander Stichele [Sat, 14 Jan 2006 20:46:25 +0000 (20:46 +0000)]
ext/ogg/gstoggmux.c: fix a silly segfault

Original commit message from CVS:
2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>

* ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
fix a silly segfault

18 years agoAdd docs for mixerutils stuff.
Tim-Philipp Müller [Sat, 14 Jan 2006 12:52:22 +0000 (12:52 +0000)]
Add docs for mixerutils stuff.

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/audio/mixerutils.c:
* gst-libs/gst/audio/mixerutils.h:
Add docs for mixerutils stuff.

18 years agogst/playback/gstplaybasebin.c: Fix playback for sources that emit raw audio or raw...
Tim-Philipp Müller [Fri, 13 Jan 2006 17:17:07 +0000 (17:17 +0000)]
gst/playback/gstplaybasebin.c: Fix playback for sources that emit raw audio or raw video streams (e.g.: cd audio sour...

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (setup_source):
Fix playback for sources that emit raw audio or
raw video streams (e.g.: cd audio sources) (#325984).

18 years agogst-libs/gst/audio/mixerutils.c: actually save the element we create
Thomas Vander Stichele [Fri, 13 Jan 2006 16:45:50 +0000 (16:45 +0000)]
gst-libs/gst/audio/mixerutils.c: actually save the element we create

Original commit message from CVS:

* gst-libs/gst/audio/mixerutils.c:
(gst_audio_mixer_filter_do_filter):
actually save the element we create

18 years agoremove version suffix
Christian Schaller [Fri, 13 Jan 2006 16:17:50 +0000 (16:17 +0000)]
remove version suffix

Original commit message from CVS:
remove version suffix

18 years agogst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus when...
Tim-Philipp Müller [Thu, 12 Jan 2006 14:56:11 +0000 (14:56 +0000)]
gst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus when seeking within the same track, only...

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_handle_track_seek):
No need to post a tag message on the bus when seeking
within the same track, only post it when the current
track changes.

18 years agogst/playback/: Reenable stream selection. These mechanisms need a complete overhaul...
Jan Schmidt [Wed, 11 Jan 2006 18:30:25 +0000 (18:30 +0000)]
gst/playback/: Reenable stream selection. These mechanisms need a complete overhaul in the face of 0.8->0.10 changes ...

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (group_destroy),
(probe_triggered), (new_decoded_pad), (mute_group_type),
(set_active_source):
* gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
* gst/playback/gststreamselector.c:
(gst_stream_selector_base_init),
(gst_stream_selector_set_property),
(gst_stream_selector_request_new_pad):
Reenable stream selection. These mechanisms need a complete overhaul
in the face of 0.8->0.10 changes though.

18 years agoext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are...
Jan Schmidt [Wed, 11 Jan 2006 18:03:24 +0000 (18:03 +0000)]
ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are created from it. decodebin needs ...

Original commit message from CVS:
* ext/ogg/gstoggdemux.c:
Change the pad template to src_%d to match the pads that
are created from it. decodebin needs this information in order
to decide that oggdemux is capable of producing multiple pads
(and hence needs queues inserted).

* ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
(gst_ogg_mux_collected):
Make debug output more useful by using GST_PTR_FORMAT.

18 years agoupdate spec.in file
Christian Schaller [Wed, 11 Jan 2006 17:38:35 +0000 (17:38 +0000)]
update spec.in file

Original commit message from CVS:
update spec.in file

18 years agogst-libs/gst/audio/gstringbuffer.c: Set depth and width for alaw/mulaw (fixes #326601).
Tim-Philipp Müller [Wed, 11 Jan 2006 15:11:20 +0000 (15:11 +0000)]
gst-libs/gst/audio/gstringbuffer.c: Set depth and width for alaw/mulaw (fixes #326601).

Original commit message from CVS:
Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
Set depth and width for alaw/mulaw (fixes #326601).

18 years agotests/icles/Makefile.am: don't build the tests if we don't have the libs
Thomas Vander Stichele [Tue, 10 Jan 2006 23:58:36 +0000 (23:58 +0000)]
tests/icles/Makefile.am: don't build the tests if we don't have the libs

Original commit message from CVS:

* tests/icles/Makefile.am:
don't build the tests if we don't have the libs

18 years agoext/cdparanoia/gstcdparanoiasrc.c: Don't try to free NULL pointers.
Tim-Philipp Müller [Tue, 10 Jan 2006 18:06:56 +0000 (18:06 +0000)]
ext/cdparanoia/gstcdparanoiasrc.c: Don't try to free NULL pointers.

Original commit message from CVS:
* ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
(gst_cd_paranoia_paranoia_callback):
Don't try to free NULL pointers.

18 years agogst/audiorate/gstaudiorate.c: Add debugging category.
Edward Hervey [Tue, 10 Jan 2006 15:47:48 +0000 (15:47 +0000)]
gst/audiorate/gstaudiorate.c: Add debugging category.

Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
(gst_audio_rate_change_state), (plugin_init):
Add debugging category.
Fix type issues.
Add case for incoming buffers without valid offset/offset_end.

18 years agogst-libs/gst/audio/gstaudiosrc.c: Don't leak GCond in audio sources.
Michael Smith [Tue, 10 Jan 2006 12:25:59 +0000 (12:25 +0000)]
gst-libs/gst/audio/gstaudiosrc.c: Don't leak GCond in audio sources.

Original commit message from CVS:
* gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
Don't leak GCond in audio sources.

18 years agogst/playback/gstplaybin.c: Don't leak an autoaudiosink/alsasink when we generate...
Jan Schmidt [Tue, 10 Jan 2006 11:49:28 +0000 (11:49 +0000)]
gst/playback/gstplaybin.c: Don't leak an autoaudiosink/alsasink when we generate a new audio element. (old code, I gu...

Original commit message from CVS:
* gst/playback/gstplaybin.c: (gen_audio_element):
Don't leak an autoaudiosink/alsasink when we generate
a new audio element. (old code, I guess)

18 years agogst/audiorate/gstaudiorate.c: Support float audio in audiorate.
Michael Smith [Tue, 10 Jan 2006 11:04:21 +0000 (11:04 +0000)]
gst/audiorate/gstaudiorate.c: Support float audio in audiorate.

Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
Support float audio in audiorate.
Use width rather than depth for selecting sample width.

18 years agogst/videotestsrc/videotestsrc.h: Use GLib types here (that way we don't have to inclu...
Tim-Philipp Müller [Tue, 10 Jan 2006 10:06:53 +0000 (10:06 +0000)]
gst/videotestsrc/videotestsrc.h: Use GLib types here (that way we don't have to include the generated _stdint.h heade...

Original commit message from CVS:
* gst/videotestsrc/videotestsrc.h:
Use GLib types here (that way we don't have to include the
generated _stdint.h header, which makes life easier for win32
folks that don't use autotools for the build) (#325990, patch
by: Sergey Scobich).

18 years agogst-libs/gst/audio/gstringbuffer.*: Name (private) union, makes Forte compiler happy...
Tim-Philipp Müller [Tue, 10 Jan 2006 09:38:44 +0000 (09:38 +0000)]
gst-libs/gst/audio/gstringbuffer.*: Name (private) union, makes Forte compiler happy (this time for real) (#324900).

Original commit message from CVS:
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
(gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
(gst_ring_buffer_pause), (wait_segment):
* gst-libs/gst/audio/gstringbuffer.h:
Name (private) union, makes Forte compiler happy (this time
for real) (#324900).

18 years agogst-libs/gst/audio/Makefile.am: Link against libgstinterfaces, needed for mixer and...
Tim-Philipp Müller [Mon, 9 Jan 2006 10:52:33 +0000 (10:52 +0000)]
gst-libs/gst/audio/Makefile.am: Link against libgstinterfaces, needed for mixer and property probe stuff.

Original commit message from CVS:
* gst-libs/gst/audio/Makefile.am:
Link against libgstinterfaces, needed for mixer
and property probe stuff.

18 years agogst-libs/gst/Makefile.am:
Edward Hervey [Mon, 9 Jan 2006 10:46:52 +0000 (10:46 +0000)]
gst-libs/gst/Makefile.am:

Original commit message from CVS:
* gst-libs/gst/Makefile.am:

18 years agogst-libs/gst/audio/: Add gst_audio_default_registry_mixer_filter() utility function.
Tim-Philipp Müller [Mon, 9 Jan 2006 09:38:34 +0000 (09:38 +0000)]
gst-libs/gst/audio/: Add gst_audio_default_registry_mixer_filter() utility function.

Original commit message from CVS:
* gst-libs/gst/audio/Makefile.am:
* gst-libs/gst/audio/mixerutils.c:
(gst_audio_mixer_filter_do_filter),
(gst_audio_mixer_filter_check_element),
(gst_audio_mixer_filter_probe_feature),
(element_factory_rank_compare_func),
(gst_audio_default_registry_mixer_filter):
* gst-libs/gst/audio/mixerutils.h:
Add gst_audio_default_registry_mixer_filter() utility
function.

18 years agogst/audioresample/resample.h: As before, but for o_buf
Michael Smith [Tue, 3 Jan 2006 17:33:16 +0000 (17:33 +0000)]
gst/audioresample/resample.h: As before, but for o_buf

Original commit message from CVS:

* gst/audioresample/resample.h:
As before, but for o_buf

18 years agogst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigned char...
Michael Smith [Tue, 3 Jan 2006 17:27:13 +0000 (17:27 +0000)]
gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigned char *, not void *, since we do arithm...

Original commit message from CVS:
* gst/audioresample/resample.h:
Declare struct _ResampleState.buffer as unsigned char *, not void *,
since we do arithmetic on it.

18 years agogst-libs/gst/audio/gstringbuffer.*: Sun's Forte compiler doesn't seem to like anonymo...
Tim-Philipp Müller [Mon, 2 Jan 2006 23:37:38 +0000 (23:37 +0000)]
gst-libs/gst/audio/gstringbuffer.*: Sun's Forte compiler doesn't seem to like anonymous structs, so use same setup as...

Original commit message from CVS:
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
(gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
(gst_ring_buffer_pause), (wait_segment):
* gst-libs/gst/audio/gstringbuffer.h:
Sun's Forte compiler doesn't seem to like anonymous structs,
so use same setup as in GstBaseSrc (fixes #324900).

18 years agomove old example to tests/examples/volume/volune.c
Stefan Kost [Fri, 30 Dec 2005 14:54:06 +0000 (14:54 +0000)]
move old example to tests/examples/volume/volune.c

Original commit message from CVS:
* configure.ac:
* gst/volume/Makefile.am:
* gst/volume/demo.c:
move old example to tests/examples/volume/volune.c
* tests/examples/Makefile.am:
* tests/examples/seek/seek.c: (main):
change window-close event from "delete-event" to "destroy"
* tests/examples/volume/Makefile.am:
* tests/examples/volume/volume.c: (value_changed_callback),
(setup_gui), (message_received), (eos_message_received), (main):
fix event handling and bus usage

18 years agogst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segmented...
Stefan Kost [Thu, 29 Dec 2005 20:37:23 +0000 (20:37 +0000)]
gst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segmented seeking and eos handling, add a 's...

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
(gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
(gst_audio_test_src_query), (gst_audio_test_src_create_sine),
(gst_audio_test_src_create_square),
(gst_audio_test_src_create_saw),
(gst_audio_test_src_create_triangle),
(gst_audio_test_src_create_silence),
(gst_audio_test_src_create_white_noise),
(gst_audio_test_src_create_pink_noise),
(gst_audio_test_src_init_sine_table),
(gst_audio_test_src_create_sine_table),
(gst_audio_test_src_change_wave),
(gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
(gst_audio_test_src_create), (gst_audio_test_src_set_property):
* gst/audiotestsrc/gstaudiotestsrc.h:
update to basesrc changes, implement segmented seeking and eos handling,
add a 'sine-tab' waveform for performance critical playback

18 years agopo/POTFILES.in: ... and this time the other modified file that I missed last time.
Tim-Philipp Müller [Thu, 29 Dec 2005 16:17:55 +0000 (16:17 +0000)]
po/POTFILES.in: ... and this time the other modified file that I missed last time.

Original commit message from CVS:
* po/POTFILES.in:
... and this time the other modified file that I missed last time.

18 years agogst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start of...
Michael Smith [Thu, 29 Dec 2005 14:31:49 +0000 (14:31 +0000)]
gst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start of a block. Should help some compilers.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (new_pad):
Fix non-C89 variable declaration not at the start of a block. Should
help some compilers.

18 years agotests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir)
Tim-Philipp Müller [Thu, 29 Dec 2005 12:43:22 +0000 (12:43 +0000)]
tests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir)

Original commit message from CVS:
* tests/check/Makefile.am:
And now fix 'make distcheck' (builddir != srcdir)

18 years agoNew cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there...
Tim-Philipp Müller [Thu, 29 Dec 2005 12:22:24 +0000 (12:22 +0000)]
New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there are still fixes required to pla...

Original commit message from CVS:
* configure.ac:
* ext/cdparanoia/Makefile.am:
* ext/cdparanoia/gstcdparanoia.c:
* ext/cdparanoia/gstcdparanoia.h:
* ext/cdparanoia/gstcdparanoiasrc.c:
(gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
(gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
(gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
(gst_cd_paranoia_paranoia_callback),
(gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
(gst_cd_paranoia_src_set_property),
(gst_cd_paranoia_src_get_property), (plugin_init):
* ext/cdparanoia/gstcdparanoiasrc.h:
New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
plugin again (there are still fixes required to playbin to make
cdda:// uris work there).

18 years agotests/check/Makefile.am: Fix test case compilation.
Tim-Philipp Müller [Thu, 29 Dec 2005 12:13:57 +0000 (12:13 +0000)]
tests/check/Makefile.am: Fix test case compilation.

Original commit message from CVS:
* tests/check/Makefile.am:
Fix test case compilation.

18 years agogst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uniniti...
Tim-Philipp Müller [Thu, 29 Dec 2005 11:49:11 +0000 (11:49 +0000)]
gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uninitialised variable.

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_update_duration),
(gst_cdda_base_src_calculate_cddb_id):
An integer is not a string. Fix access to uninitialised variable.
* tests/check/Makefile.am:
Add cddabasesrc unit test; also actually enable the vorbis test.
* tests/check/generic/states.c:
Blacklist new cd audio elements as well.
* tests/check/libs/cddabasesrc.c:
Unit test for GstCddaBaseSrc (discid calculation mostly).

18 years agodocs/libs/: Add docs for libgstcdda/GstCddaBaseSrc.
Tim-Philipp Müller [Wed, 28 Dec 2005 18:19:25 +0000 (18:19 +0000)]
docs/libs/: Add docs for libgstcdda/GstCddaBaseSrc.

Original commit message from CVS:
* docs/libs/Makefile.am:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* docs/libs/gst-plugins-base-libs.types:
Add docs for libgstcdda/GstCddaBaseSrc.
* gst-libs/gst/interfaces/mixertrack.h:
Do one struct member per line with a semicolon at the end, that way
even gtk-doc might parse it without complaining.

18 years agoAdd new libgstcdda with GstCddaBaseSrc class.
Tim-Philipp Müller [Wed, 28 Dec 2005 18:06:50 +0000 (18:06 +0000)]
Add new libgstcdda with GstCddaBaseSrc class.

Original commit message from CVS:
* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/cdda/Makefile.am:
* gst-libs/gst/cdda/base64.c:
* gst-libs/gst/cdda/base64.h:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
(gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
(gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
(gst_cdda_base_src_get_property),
(gst_cdda_base_src_get_track_from_sector),
(gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
(gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
(gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
(gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
(gst_cdda_base_src_uri_get_protocols),
(gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
(gst_cdda_base_src_uri_handler_init),
(gst_cdda_base_src_setup_interfaces),
(gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
(cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
(lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
(gst_cdda_base_src_add_tags),
(gst_cdda_base_src_add_index_associations),
(gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
(gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
(gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
(gst_cdda_base_src_create):
* gst-libs/gst/cdda/gstcddabasesrc.h:
* gst-libs/gst/cdda/sha1.c:
* gst-libs/gst/cdda/sha1.h:
Add new libgstcdda with GstCddaBaseSrc class.

18 years agoext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class...
Tim-Philipp Müller [Wed, 28 Dec 2005 14:59:41 +0000 (14:59 +0000)]
ext/gnomevfs/gstgnomevfssink.h: Use GstBaseSinkClass as parent_class member for class struct, not

Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssink.h:
Use GstBaseSinkClass as parent_class member for class struct, not
GstBaseSink.

18 years agogst/videotestsrc/gstvideotestsrc.c: Add start method to reset running time and number...
Tim-Philipp Müller [Tue, 27 Dec 2005 22:29:43 +0000 (22:29 +0000)]
gst/videotestsrc/gstvideotestsrc.c: Add start method to reset running time and number of frames sent

Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_start):
Add start method to reset running time and number of frames sent
when starting up (fixes #324696; patch by: Michal Benes).

18 years agodocs/plugins/: Add docs stuff for gnomevfssrc and gnomevfssink.
Tim-Philipp Müller [Tue, 27 Dec 2005 21:58:28 +0000 (21:58 +0000)]
docs/plugins/: Add docs stuff for gnomevfssrc and gnomevfssink.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.signals:
Add docs stuff for gnomevfssrc and gnomevfssink.
* ext/gnomevfs/gstgnomevfssrc.c:
Fix example pipeline in gtk-doc blurb.

18 years agoext/gnomevfs/: Port gnomevfssink; add gtk-doc blurb.
Tim-Philipp Müller [Tue, 27 Dec 2005 21:42:23 +0000 (21:42 +0000)]
ext/gnomevfs/: Port gnomevfssink; add gtk-doc blurb.

Original commit message from CVS:
* ext/gnomevfs/Makefile.am:
* ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
(gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
(gst_gnome_vfs_handle_get_type), (plugin_init):
* ext/gnomevfs/gstgnomevfs.h:
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
(gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
(gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
(gst_gnome_vfs_sink_set_property),
(gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
(gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
(gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
(gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
(gst_gnome_vfs_sink_uri_get_type),
(gst_gnome_vfs_sink_uri_get_protocols),
(gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
(gst_gnome_vfs_sink_uri_handler_init):
* ext/gnomevfs/gstgnomevfssink.h:
Port gnomevfssink; add gtk-doc blurb.
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
(gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
(gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
(gst_gnome_vfs_src_uri_get_type),
(gst_gnome_vfs_src_uri_get_protocols),
(gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
(gst_gnome_vfs_src_uri_handler_init),
(gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
(gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
(gst_gnome_vfs_src_send_additional_headers_callback),
(gst_gnome_vfs_src_received_headers_callback),
(gst_gnome_vfs_src_push_callbacks),
(gst_gnome_vfs_src_pop_callbacks),
(gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
(gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
(gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
* ext/gnomevfs/gstgnomevfssrc.h:
s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
file; add gtk-doc blurb with example pipelines.

18 years agoback to HEAD
Thomas Vander Stichele [Fri, 23 Dec 2005 18:16:22 +0000 (18:16 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.10.1
Thomas Vander Stichele [Fri, 23 Dec 2005 18:08:39 +0000 (18:08 +0000)]
releasing 0.10.1

Original commit message from CVS:
releasing 0.10.1

18 years agoiLBC30 and iLBC20 added to typefind.
Edgard Lima [Wed, 21 Dec 2005 20:59:52 +0000 (20:59 +0000)]
iLBC30 and iLBC20 added to typefind.

Original commit message from CVS:
iLBC30 and iLBC20 added to typefind.

18 years agoprereleasing
Thomas Vander Stichele [Tue, 20 Dec 2005 15:57:06 +0000 (15:57 +0000)]
prereleasing

Original commit message from CVS:
prereleasing

18 years agostop making fun of older compilers
Thomas Vander Stichele [Tue, 20 Dec 2005 12:24:29 +0000 (12:24 +0000)]
stop making fun of older compilers

Original commit message from CVS:
stop making fun of older compilers

18 years agogst-libs/gst/audio/: update strings, values are in microseconds change the default...
Thomas Vander Stichele [Tue, 20 Dec 2005 12:00:26 +0000 (12:00 +0000)]
gst-libs/gst/audio/: update strings, values are in microseconds change the default sink buffer time to something that...

Original commit message from CVS:

* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_class_init):
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_class_init):
update strings, values are in microseconds
change the default sink buffer time to something that is smaller
(to help software volume mixing have a slightly lower delay) but
still be acceptable on Wim's laptop

18 years agogst-libs/gst/riff/riff-media.c: Made a quack, forgot to add DUCK to the riff video...
Edward Hervey [Tue, 20 Dec 2005 10:13:05 +0000 (10:13 +0000)]
gst-libs/gst/riff/riff-media.c: Made a quack, forgot to add DUCK to the riff video template.

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
Made a quack, forgot to add DUCK to the riff video template.

18 years agoext/ogg/gstogmparse.c: Make sure pads are initialized correctly.
Edward Hervey [Mon, 19 Dec 2005 15:00:38 +0000 (15:00 +0000)]
ext/ogg/gstogmparse.c: Make sure pads are initialized correctly.

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
(gst_ogm_parse_init), (gst_ogm_audio_parse_init),
(gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
(gst_ogm_parse_chain):
Make sure pads are initialized correctly.
* gst-libs/gst/riff/riff-ids.h:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
(gst_riff_create_video_template_caps):
Add a whole bunch of FOURCC <=> MimeType.
Extend the riff video pad template to support the newly added fourcc.

18 years agoext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains.
Jan Schmidt [Sun, 18 Dec 2005 15:04:21 +0000 (15:04 +0000)]
ext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
(gst_ogg_demux_activate_chain):
Extra debug output when activating/deactivating chains.

* gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
(is_demuxer_element), (try_to_link_1), (remove_element_chain),
(unlinked):
Remove a queue from our list when it becomes unlinked.
Don't add queues to elements in class 'Demux' if they
can only produce one pad

18 years agogst-libs/gst/video/gstvideosink.c: Add a debug category.
Julien Moutte [Sun, 18 Dec 2005 10:54:33 +0000 (10:54 +0000)]
gst-libs/gst/video/gstvideosink.c: Add a debug category.

Original commit message from CVS:
2005-12-18  Julien MOUTTE  <julien@moutte.net>

* gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
(gst_video_sink_get_type): Add a debug category.

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our...
Philippe Kalaf [Sun, 18 Dec 2005 00:56:07 +0000 (00:56 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our own newsegment before the next bu...

Original commit message from CVS:
2005-12-17  Philippe Khalaf  <burger@speedy.org>

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
Handle downstream newsegment by sending our own newsegment before the
next buffer to be released. (#323900)

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well (as...
Philippe Kalaf [Sun, 18 Dec 2005 00:41:10 +0000 (00:41 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well (as opposed to just the first buffer)....

Original commit message from CVS:
2005-12-17  Philippe Khalaf  <burger@speedy.org>

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_set_gst_timestamp):
add queue delay to new segment as well (as opposed to just the first
buffer). (bug #322347)

18 years agoext/libvisual/visual.c: change some char* into char[]
Stefan Kost [Fri, 16 Dec 2005 22:00:07 +0000 (22:00 +0000)]
ext/libvisual/visual.c: change some char* into char[]

Original commit message from CVS:
* ext/libvisual/visual.c: (make_valid_name):
change some char* into char[]
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
(gst_audio_test_src_create):
* gst/audiotestsrc/gstaudiotestsrc.h:
prepare to handle EOS and SEGMENT_DONE

18 years agotests/check/generic/states.c: Blacklist cdparanoia element in state test.
Tim-Philipp Müller [Fri, 16 Dec 2005 12:32:37 +0000 (12:32 +0000)]
tests/check/generic/states.c: Blacklist cdparanoia element in state test.

Original commit message from CVS:
* tests/check/generic/states.c: (GST_START_TEST):
Blacklist cdparanoia element in state test.

18 years agogst/tcp/: Add <string.h> includes for memset and FD_ZERO (fixes #323878;
Benjamin Pineau [Fri, 16 Dec 2005 11:25:51 +0000 (11:25 +0000)]
gst/tcp/: Add <string.h> includes for memset and FD_ZERO (fixes #323878;

Original commit message from CVS:
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
Add <string.h> includes for memset and FD_ZERO (fixes #323878;
patch by: Benjamin Pineau).

18 years agogst/videorate/gstvideorate.c: Fix timestamping for videorate when the first buffer...
Michael Smith [Thu, 15 Dec 2005 14:43:38 +0000 (14:43 +0000)]
gst/videorate/gstvideorate.c: Fix timestamping for videorate when the first buffer it sees has a non-zero timestamp. ...

Original commit message from CVS:
* gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
(gst_video_rate_chain):
Fix timestamping for videorate when the first buffer it sees has a
non-zero timestamp. Fix some misleading debug output.

18 years agogst/audioresample/gstaudioresample.c: Don't leak all input buffers to audioresample.
Michael Smith [Thu, 15 Dec 2005 10:30:14 +0000 (10:30 +0000)]
gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audioresample.

Original commit message from CVS:
* gst/audioresample/gstaudioresample.c:
Don't leak all input buffers to audioresample.

18 years agoext/pango/gsttextoverlay.c: Don't operate on empty text buffers. Strip newlines and...
Tim-Philipp Müller [Thu, 15 Dec 2005 10:15:10 +0000 (10:15 +0000)]
ext/pango/gsttextoverlay.c: Don't operate on empty text buffers. Strip newlines and tabs only from the end of the tex...

Original commit message from CVS:
* ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
Don't operate on empty text buffers. Strip newlines and
tabs only from the end of the text, but leave them intact
in the middle. Fix typo in gtk-doc description.

18 years agogst/playback/: Make sure the video frame buffer we return to apps via the "frame...
Tim-Philipp Müller [Thu, 15 Dec 2005 09:48:19 +0000 (09:48 +0000)]
gst/playback/: Make sure the video frame buffer we return to apps via the "frame" property always has caps set on it....

Original commit message from CVS:
* gst/playback/gstplaybasebin.c:
* gst/playback/gstplaybin.c: (handoff):
Make sure the video frame buffer we return to apps via the
"frame" property always has caps set on it. Modify
_gst_gvalue_set_object() macro to handle NULL objects
gracefully too.

18 years agogst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add wtays...
Stefan Kost [Wed, 14 Dec 2005 20:42:11 +0000 (20:42 +0000)]
gst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add wtays new cool seeking capabillities

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_init),
(gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
(gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
(gst_audio_test_src_create):
* gst/audiotestsrc/gstaudiotestsrc.h:
Adjust to some recent api changes and add wtays new cool seeking
capabillities

18 years agoext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface...
Tim-Philipp Müller [Wed, 14 Dec 2005 17:58:48 +0000 (17:58 +0000)]
ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class.

Original commit message from CVS:
* ext/alsa/Makefile.am:
* ext/alsa/gstalsadeviceprobe.c:
* ext/alsa/gstalsadeviceprobe.h:
Helper functions to add device probing via the GstPropertyProbe
interface to a class.
* ext/alsa/gstalsamixer.h:
Comment out GST_ALSA_MIXER, it returns a struct that's not
used.
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
Add some debug info.
* ext/alsa/gstalsamixerelement.c:
(gst_alsa_mixer_element_interface_supported),
(gst_implements_interface_init),
(gst_alsa_mixer_element_init_interfaces),
(gst_alsa_mixer_element_class_init),
(gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
(gst_alsa_mixer_element_set_property),
(gst_alsa_mixer_element_get_property),
(gst_alsa_mixer_element_change_state):
* ext/alsa/gstalsamixerelement.h:
Add 'device' and 'device-name' properties. Add GstPropertyProbe
for device handling (gnome-volume-control will need that).

18 years agoupdates to activate cdparanoia plugin
Christian Schaller [Mon, 12 Dec 2005 20:31:24 +0000 (20:31 +0000)]
updates to activate cdparanoia plugin

Original commit message from CVS:
updates to activate cdparanoia plugin

18 years agoext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories.
Michael Smith [Mon, 12 Dec 2005 19:13:09 +0000 (19:13 +0000)]
ext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
Use the correct function to free list of typefind factories.

18 years agogst/videotestsrc/gstvideotestsrc.*: Implement seeking in videotestsrc.
Wim Taymans [Mon, 12 Dec 2005 15:09:55 +0000 (15:09 +0000)]
gst/videotestsrc/gstvideotestsrc.*: Implement seeking in videotestsrc.

Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_init),
(gst_video_test_src_parse_caps), (gst_video_test_src_query),
(gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
(gst_video_test_src_create):
* gst/videotestsrc/gstvideotestsrc.h:
Implement seeking in videotestsrc.
Small cleanups.

18 years agoext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a plugin...
Wim Taymans [Mon, 12 Dec 2005 15:06:46 +0000 (15:06 +0000)]
ext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a plugin like this..

Original commit message from CVS:
* ext/cdparanoia/Makefile.am:
* ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
(gst_paranoia_endian_get_type), (_do_init),
(cdparanoia_class_init), (cdparanoia_init),
(cdparanoia_set_property), (cdparanoia_get_property),
(cdparanoia_do_seek), (cdparanoia_is_seekable),
(cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
(cdparanoia_convert), (cdparanoia_get_query_types),
(cdparanoia_query), (cdparanoia_set_index),
(cdparanoia_uri_set_uri):
* ext/cdparanoia/gstcdparanoia.h:
Partially ported cdparanoia now that basesrc can support a
plugin like this..

18 years agotests/examples/seek/scrubby.c: Set higher priority for bus events so they don't get...
Wim Taymans [Mon, 12 Dec 2005 13:03:50 +0000 (13:03 +0000)]
tests/examples/seek/scrubby.c: Set higher priority for bus events so they don't get reordered with gtk gui events.

Original commit message from CVS:
* tests/examples/seek/scrubby.c: (main):
Set higher priority for bus events so they don't get reordered with
gtk gui events.

* tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
(flush_toggle_cb), (main):
Added checkbox do disable flushing seeks.
Disable scrubbing when doing non flushing seeks.

18 years agogst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't rely...
Tim-Philipp Müller [Mon, 12 Dec 2005 09:52:37 +0000 (09:52 +0000)]
gst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't rely on g_return_if_fail; make sure we...

Original commit message from CVS:
* gst/subparse/gstsubparse.c: (gst_sub_parse_init),
(gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
(parser_state_init), (handle_buffer), (gst_sub_parse_chain),
(gst_sub_parse_sink_event), (gst_sub_parse_change_state):
Implement some sort of event handling that doesn't rely on
g_return_if_fail; make sure we always push the last chunk of an
.srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
state change function; remove some old cruft. Seeking is still
rather unlikely to work though.
* tools/.cvsignore:
Ignore more.

18 years agosys/xvimage/xvimagesink.c: Fixed a leak of the current image reference when cleaning up.
Julien Moutte [Sun, 11 Dec 2005 22:26:08 +0000 (22:26 +0000)]
sys/xvimage/xvimagesink.c: Fixed a leak of the current image reference when cleaning up.

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

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
Fixed a leak of the current image reference when cleaning up.
Thanks to Arwed von Merkatz (alley_cat) for pointing it out.

18 years agotools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.
Michael Smith [Fri, 9 Dec 2005 10:23:42 +0000 (10:23 +0000)]
tools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.

Original commit message from CVS:
* tools/Makefile.am:
* tools/gst-launch-ext-m.m:
Remove gst-launch-ext. It doesn't work, and is no longer
particularly useful.

18 years agoext/ogg/gstogmparse.c: don't pass random values to ogmparse convert function.
Luca Ognibene [Thu, 8 Dec 2005 18:53:57 +0000 (18:53 +0000)]
ext/ogg/gstogmparse.c: don't pass random values to ogmparse convert function.

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
don't pass random values to ogmparse convert function.
Make seeking possible in the exile1.ogm file.

18 years agogst/playback/: Work around refcount problem with g_value_set_object() that occur...
Tim-Philipp Müller [Wed, 7 Dec 2005 18:51:35 +0000 (18:51 +0000)]
gst/playback/: Work around refcount problem with g_value_set_object() that occur if the core has been compiled agains...

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
* gst/playback/gstplaybin.c: (gst_play_bin_get_property):
Work around refcount problem with g_value_set_object() that occur
if the core has been compiled against GLib-2.6 (g_value_set_object()
will only g_object_ref() the element, but the caller will
gst_object_unref() it and bad things will happen due to the way
GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
totem for people on FC4 using Thomas's 0.10 RPMs.

18 years agoTime to welcome ogm to 0.10 :)
Edward Hervey [Wed, 7 Dec 2005 11:34:37 +0000 (11:34 +0000)]
Time to welcome ogm to 0.10 :)

Original commit message from CVS:
Time to welcome ogm to 0.10 :)
* ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
(gst_ogg_pad_typefind):
Oggdemux can now properly typefind elements with dynamic pads.
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
Properly set caps on src pad, and set caps on outgoing buffers.

18 years agoexpand tabs
Thomas Vander Stichele [Tue, 6 Dec 2005 19:42:02 +0000 (19:42 +0000)]
expand tabs

Original commit message from CVS:
expand tabs

18 years agoput back stability level
Thomas Vander Stichele [Tue, 6 Dec 2005 19:28:24 +0000 (19:28 +0000)]
put back stability level

Original commit message from CVS:
put back stability level

18 years agoback to HEAD
Thomas Vander Stichele [Mon, 5 Dec 2005 18:11:49 +0000 (18:11 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.10.0
Thomas Vander Stichele [Mon, 5 Dec 2005 18:02:48 +0000 (18:02 +0000)]
releasing 0.10.0

Original commit message from CVS:
releasing 0.10.0

18 years agoUpdate .po files
Thomas Vander Stichele [Mon, 5 Dec 2005 16:16:54 +0000 (16:16 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

18 years agoupdate translations
Thomas Vander Stichele [Mon, 5 Dec 2005 14:51:03 +0000 (14:51 +0000)]
update translations

Original commit message from CVS:
update translations

18 years agotests/examples/seek/Makefile.am: Build fix for when gtk is not available.
Jan Schmidt [Mon, 5 Dec 2005 13:11:20 +0000 (13:11 +0000)]
tests/examples/seek/Makefile.am: Build fix for when gtk is not available.

Original commit message from CVS:
* tests/examples/seek/Makefile.am:
Build fix for when gtk is not available.

18 years agoUpdate for alloc_buffer changes.
Andy Wingo [Mon, 5 Dec 2005 13:02:12 +0000 (13:02 +0000)]
Update for alloc_buffer changes.

Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

* ext/libvisual/visual.c: (get_buffer):
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
* ext/pango/gsttextrender.c: (gst_text_render_chain):
* ext/theora/theoradec.c: (theora_handle_data_packet):
* ext/theora/theoraenc.c: (theora_buffer_from_packet),
(theora_enc_chain):
* ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
* gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
Update for alloc_buffer changes.

18 years agogst-libs/gst/rtp/gstbasertpdepayload.c
Kai Vehmanen [Mon, 5 Dec 2005 10:47:55 +0000 (10:47 +0000)]
gst-libs/gst/rtp/gstbasertpdepayload.c

Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

patch by: Kai Vehmanen <kv2004 eca cx>

* gst-libs/gst/rtp/gstbasertpdepayload.c
(gst_base_rtp_depayload_thread): Fix busy loop (#323017).

18 years agopkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Sebastien Cote [Sun, 4 Dec 2005 22:43:43 +0000 (22:43 +0000)]
pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.

Original commit message from CVS:
2005-12-04  Andy Wingo  <wingo@pobox.com>

patch by: Sebastien Cote <sebas642 yahoo ca>

* pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
Fixes #319172.

18 years agoadd pango plugin to spec
Christian Schaller [Sun, 4 Dec 2005 22:07:01 +0000 (22:07 +0000)]
add pango plugin to spec

Original commit message from CVS:
add pango plugin to spec

18 years agoAdd gtk-doc blurbs to pango elements.
Tim-Philipp Müller [Fri, 2 Dec 2005 16:52:54 +0000 (16:52 +0000)]
Add gtk-doc blurbs to pango elements.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttextoverlay.c:
* ext/pango/gsttextrender.c:
* ext/pango/gsttimeoverlay.c:
Add gtk-doc blurbs to pango elements.

18 years agogst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiatio...
Wim Taymans [Fri, 2 Dec 2005 11:34:50 +0000 (11:34 +0000)]
gst/audioresample/: Fix audioresample, seek torture, new segments, reverse negotiation etc.. work fine.

Original commit message from CVS:
* gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
* gst/audioresample/buffer.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/gstaudioresample.h:
* gst/audioresample/resample.c: (resample_input_flush),
(resample_input_pushthrough), (resample_input_eos),
(resample_get_output_size_for_input),
(resample_get_input_size_for_output), (resample_get_output_size),
(resample_get_output_data):
* gst/audioresample/resample.h:
* gst/audioresample/resample_ref.c: (resample_scale_ref):
Fix audioresample, seek torture, new segments, reverse negotiation
etc.. work fine.

18 years agoext/vorbis/vorbisdec.c: Small cleanups.
Wim Taymans [Fri, 2 Dec 2005 10:47:55 +0000 (10:47 +0000)]
ext/vorbis/vorbisdec.c: Small cleanups.

Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
Small cleanups.

18 years agogst/audioconvert/gstaudioconvert.c: Post errors.
Wim Taymans [Fri, 2 Dec 2005 10:17:35 +0000 (10:17 +0000)]
gst/audioconvert/gstaudioconvert.c: Post errors.

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_transform):
Post errors.

18 years agoback to HEAD
Thomas Vander Stichele [Thu, 1 Dec 2005 19:17:52 +0000 (19:17 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agoreleasing 0.9.7
Thomas Vander Stichele [Thu, 1 Dec 2005 19:13:54 +0000 (19:13 +0000)]
releasing 0.9.7

Original commit message from CVS:
releasing 0.9.7

18 years agoUpdate .po files
Thomas Vander Stichele [Thu, 1 Dec 2005 17:47:27 +0000 (17:47 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

18 years agoupdate majorminor of windows stuff
Thomas Vander Stichele [Thu, 1 Dec 2005 17:40:29 +0000 (17:40 +0000)]
update majorminor of windows stuff

Original commit message from CVS:
update majorminor of windows stuff

18 years agoadd win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
Thomas Vander Stichele [Thu, 1 Dec 2005 16:22:36 +0000 (16:22 +0000)]
add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP

Original commit message from CVS:
add win32 MANIFEST file
in a possibly vain attempt to make high blood pressure an AP

18 years agoext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS
Tim-Philipp Müller [Thu, 1 Dec 2005 15:56:53 +0000 (15:56 +0000)]
ext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS

Original commit message from CVS:
* ext/Makefile.am:
Add $(PANGO_DIR) to SUBDIRS
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttimeoverlay.c:
Fix and improve element descriptions.

18 years agoadd pango plugin to docs
Thomas Vander Stichele [Thu, 1 Dec 2005 15:52:27 +0000 (15:52 +0000)]
add pango plugin to docs

Original commit message from CVS:
add pango plugin to docs

18 years agomoving pango to base
Thomas Vander Stichele [Thu, 1 Dec 2005 15:14:11 +0000 (15:14 +0000)]
moving pango to base

Original commit message from CVS:
moving pango to base

18 years agoupdate translations
Thomas Vander Stichele [Thu, 1 Dec 2005 15:11:07 +0000 (15:11 +0000)]
update translations

Original commit message from CVS:
update translations

18 years agoadd stress test for xoverlay from Julien
Thomas Vander Stichele [Thu, 1 Dec 2005 14:50:24 +0000 (14:50 +0000)]
add stress test for xoverlay from Julien

Original commit message from CVS:
add stress test for xoverlay from Julien

18 years agoDo burger's rename for rtp payloaders and depayloaders
Thomas Vander Stichele [Thu, 1 Dec 2005 14:29:59 +0000 (14:29 +0000)]
Do burger's rename for rtp payloaders and depayloaders

Original commit message from CVS:

* docs/libs/tmpl/gstcolorbalance.sgml:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
* gst-libs/gst/rtp/gstbasertppayload.c:
* gst-libs/gst/rtp/gstrtpbuffer.c:
* gst-libs/gst/rtp/gstrtpbuffer.h:
Do burger's rename for rtp payloaders and depayloaders

18 years agoborgify
Thomas Vander Stichele [Thu, 1 Dec 2005 14:29:09 +0000 (14:29 +0000)]
borgify

Original commit message from CVS:
borgify

18 years agoadd visual studio 6 build files
Thomas Vander Stichele [Thu, 1 Dec 2005 10:20:15 +0000 (10:20 +0000)]
add visual studio 6 build files

Original commit message from CVS:
add visual studio 6 build files

18 years agoupdate documentation
Thomas Vander Stichele [Thu, 1 Dec 2005 01:29:46 +0000 (01:29 +0000)]
update documentation

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* docs/libs/tmpl/gstaudio.sgml:
* docs/libs/tmpl/gstringbuffer.sgml:
* gst-libs/gst/interfaces/xoverlay.c:
* gst-libs/gst/video/gstvideofilter.c:
* gst-libs/gst/video/gstvideosink.c:
update documentation