platform/upstream/gst-plugins-base.git
15 years agoRename files and types from speexresample to audioresample
Sebastian Dröge [Fri, 23 Jan 2009 11:31:06 +0000 (12:31 +0100)]
Rename files and types from speexresample to audioresample

Rename files and types from speexresample to audioresample
to finish the move and to prevent any confusion.

15 years agoAdd some more debugging to the Xv strides
Wim Taymans [Fri, 23 Jan 2009 10:44:53 +0000 (11:44 +0100)]
Add some more debugging to the Xv strides

Add some more debugging to the strides as they are received from the server and
the expected strides.

15 years agoAdd typefind function for gsm
Wim Taymans [Fri, 23 Jan 2009 10:40:26 +0000 (11:40 +0100)]
Add typefind function for gsm

Because core now supports typefindfactories without a typefind function we can
register a factory fo GSM that will --if all else fails-- assume the file is a
GSM file based on the registered extension.
Fixes #566661.

15 years agoUse more performant link function
Wim Taymans [Fri, 23 Jan 2009 10:37:45 +0000 (11:37 +0100)]
Use more performant link function

We can use gst_element_link_pads() instead of the more generic
gst_element_link() function because we know the pads. This saves some cycles
because the more generic function needs to search for possible compatible caps
etc.

15 years agoAdd more codec ids for RIFF formats
Wim Taymans [Fri, 23 Jan 2009 10:33:29 +0000 (11:33 +0100)]
Add more codec ids for RIFF formats

Handle codec ID for various other AAC formats.
Sync the list of possible codec ids with that of ffmpeg.
Fixes #567255

15 years agoUse rounded values for image strides and sizes
Wim Taymans [Fri, 23 Jan 2009 10:27:16 +0000 (11:27 +0100)]
Use rounded values for image strides and sizes

Round up the height before calculating the expected size and
strides of the output image.

15 years agoImprove debug message
Wim Taymans [Fri, 23 Jan 2009 10:23:09 +0000 (11:23 +0100)]
Improve debug message

Improve the debug message when alsa returns an error.

15 years agoReset queued_bytes counter when flushing
Wim Taymans [Fri, 23 Jan 2009 10:07:05 +0000 (11:07 +0100)]
Reset queued_bytes counter when flushing

Set the amount of queued bytes in the internal queue back to 0 when we clear the
queue.
Fixes #567982

15 years agoAdd typefinder for Mobile XMF. Fixes bug #568707.
Benjamin Gaignard [Fri, 23 Jan 2009 09:19:27 +0000 (10:19 +0100)]
Add typefinder for Mobile XMF. Fixes bug #568707.

15 years agoFix linking on Solaris. Fixes bug #568482.
Brian Cameron [Fri, 23 Jan 2009 09:00:11 +0000 (10:00 +0100)]
Fix linking on Solaris. Fixes bug #568482.

Check for nsl and socket libraries and add them to
LIBS if they're found. They're needed for socket()
and gethostbyname() on Solaris.

15 years agoFix use-after-unref problem noticed by Josep Torra Valles, and run
Jan Schmidt [Thu, 22 Jan 2009 22:09:47 +0000 (22:09 +0000)]
Fix use-after-unref problem noticed by Josep Torra Valles, and run
gst-indent

15 years agoUpdate common snapshot.
Stefan Kost [Thu, 22 Jan 2009 15:46:59 +0000 (17:46 +0200)]
Update common snapshot.

15 years agoFix pre-commit hook
Sebastian Dröge [Thu, 22 Jan 2009 12:47:24 +0000 (13:47 +0100)]
Fix pre-commit hook

15 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-base
Wim Taymans [Thu, 22 Jan 2009 12:12:02 +0000 (13:12 +0100)]
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-base

15 years agoReduce the number of allocations for creating FFT contexts
Sebastian Dröge [Thu, 22 Jan 2009 09:14:28 +0000 (10:14 +0100)]
Reduce the number of allocations for creating FFT contexts

Reduce the number of allocations from 2 to 1 for every FFT
context by allocating enough memory for the FFT context
and passing parts of it to the kissfft allocation functions.

15 years agoBack to devel -> 0.10.22.1
Jan Schmidt [Thu, 22 Jan 2009 11:32:56 +0000 (11:32 +0000)]
Back to devel -> 0.10.22.1

15 years agoInstall and use pre-commit indentation hook from common
Edward Hervey [Thu, 22 Jan 2009 04:57:53 +0000 (05:57 +0100)]
Install and use pre-commit indentation hook from common

15 years agoAvoid overflows in the padding checks by doing the check slightly
Wim Taymans [Wed, 21 Jan 2009 12:09:29 +0000 (13:09 +0100)]
Avoid overflows in the padding checks by doing the check slightly
differently.
Add a unit test to check for correct behaviour.

15 years agoautogen.sh : Use git submodule
Edward Hervey [Wed, 21 Jan 2009 03:31:32 +0000 (04:31 +0100)]
autogen.sh : Use git submodule

15 years agoRelease 0.10.22 GIT_CONVERSION RELEASE-0_10_22
Jan Schmidt [Mon, 19 Jan 2009 23:10:50 +0000 (23:10 +0000)]
Release 0.10.22

Original commit message from CVS:
Release 0.10.22

15 years agoUpdate .po files
Jan Schmidt [Mon, 19 Jan 2009 22:01:01 +0000 (22:01 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

15 years agogst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memor...
Sebastian Dröge [Fri, 16 Jan 2009 11:44:04 +0000 (11:44 +0000)]
gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ...

Original commit message from CVS:
* gst-libs/gst/fft/_kiss_fft_guts_f32.h:
* gst-libs/gst/fft/_kiss_fft_guts_f64.h:
* gst-libs/gst/fft/_kiss_fft_guts_s16.h:
* gst-libs/gst/fft/_kiss_fft_guts_s32.h:
* gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc):
* gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc):
* gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc):
* gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc):
Use correct struct alignment everywhere to prevent unaligned
memory accesses, resulting in SIGBUS on sparc and probably others.
Fixes bug #500833.

15 years agogst-libs/gst/tag/gsttagdemux.c: Forward unknown events upstream to allow latency...
Sebastian Dröge [Fri, 16 Jan 2009 11:40:02 +0000 (11:40 +0000)]
gst-libs/gst/tag/gsttagdemux.c: Forward unknown events upstream to allow latency configuration.

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
Forward unknown events upstream to allow latency configuration.
Fixes bug #567960.

15 years agogst/playback/gstplaybin2.c: Provide the right arguments to a debug line.
Wim Taymans [Tue, 13 Jan 2009 14:47:19 +0000 (14:47 +0000)]
gst/playback/gstplaybin2.c: Provide the right arguments to a debug line.

Original commit message from CVS:
* gst/playback/gstplaybin2.c: (groups_set_locked_state):
Provide the right arguments to a debug line.

15 years agosys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. Fixes...
Stefan Kost [Tue, 13 Jan 2009 06:51:54 +0000 (06:51 +0000)]
sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. Fixes #567511.

Original commit message from CVS:
* sys/xvimage/xvimagesink.c:
Don't reset the colorkey when element is reused. Fixes #567511.

15 years agoconfigure.ac: 0.10.21.3 pre-release
Jan Schmidt [Fri, 9 Jan 2009 23:42:22 +0000 (23:42 +0000)]
configure.ac: 0.10.21.3 pre-release

Original commit message from CVS:
* configure.ac:
0.10.21.3 pre-release

15 years agogst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when...
Jan Schmidt [Fri, 9 Jan 2009 23:13:17 +0000 (23:13 +0000)]
gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when registering the pull-buffer signal.

Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c:
Store the returned signal id in the right slot when
registering the pull-buffer signal.
Fixes #567168
Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>

15 years agogst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn...
Tim-Philipp Müller [Fri, 9 Jan 2009 17:17:50 +0000 (17:17 +0000)]
gst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn't free the constant GList retur...

Original commit message from CVS:
* gst-libs/gst/interfaces/mixer.c:
Small docs addition to clarify that one really mustn't free
the constant GList returned (#566812).

15 years agoAdd GType for GstRTSPUrl and expose a copy function because we can.
Wim Taymans [Thu, 8 Jan 2009 17:18:24 +0000 (17:18 +0000)]
Add GType for GstRTSPUrl and expose a copy function because we can.

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
(gst_rtsp_url_get_type), (gst_rtsp_url_copy):
* gst-libs/gst/rtsp/gstrtspurl.h:
* win32/common/libgstrtsp.def:
Add GType for GstRTSPUrl and expose a copy function because we can.
API: gst_rtsp_url_copy()
Fixes #567027.

15 years agoAdd plugin dependency for the GIO and GVfs modules.
Sebastian Dröge [Wed, 7 Jan 2009 18:36:04 +0000 (18:36 +0000)]
Add plugin dependency for the GIO and GVfs modules.

Original commit message from CVS:
* configure.ac:
* ext/gio/gstgio.c: (plugin_init):
Add plugin dependency for the GIO and GVfs modules.
Fixes bug #566876.

15 years agoAdd plugin dependency for the gnomevfs modules.
Sebastian Dröge [Wed, 7 Jan 2009 18:32:33 +0000 (18:32 +0000)]
Add plugin dependency for the gnomevfs modules.

Original commit message from CVS:
* configure.ac:
* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
Add plugin dependency for the gnomevfs modules.
Fixes bug #566875.

15 years agowin32/common/libgstcdda.def: Add new symbol to the list of exported symbols.
Sebastian Dröge [Wed, 7 Jan 2009 18:30:52 +0000 (18:30 +0000)]
win32/common/libgstcdda.def: Add new symbol to the list of exported symbols.

Original commit message from CVS:
* win32/common/libgstcdda.def:
Add new symbol to the list of exported symbols.

15 years agogst/playback/gstplaybin2.c: Fix some comments and docs.
Wim Taymans [Wed, 7 Jan 2009 13:52:14 +0000 (13:52 +0000)]
gst/playback/gstplaybin2.c: Fix some comments and docs.

Original commit message from CVS:
* gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
(gst_play_bin_set_uri), (gst_play_bin_set_suburi),
(no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
(activate_group), (deactivate_group), (groups_set_locked_state),
(gst_play_bin_change_state):
Fix some comments and docs.
Post an error message when we fail to link the selector to the sink.
Remove pushing of EOS, this seems unneeded.
Lock the state of deactivated groups so that they don't accidentally
reactivate when the playbin2 state changes.
Reuse uridecodebins.
Unlock and relock state of groups when playbin goes to NULL.
Fixes #566654.
Fixes #566341.
* gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
Only do something in the pad removed callback when we are dealing with
our sourcepads because the sinkpads don't have a ghostpad.

15 years agogst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode public for...
Sebastian Dröge [Wed, 7 Jan 2009 10:50:15 +0000 (10:50 +0000)]
gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode public for bindings.

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
* gst-libs/gst/cdda/gstcddabasesrc.h:
Make the GType of GstCDDABaseSrcMode public for bindings.
Fixes bug #566837.

15 years agoUse new core API to make registry re-scan the plugin whenever visualisations are...
Tim-Philipp Müller [Tue, 6 Jan 2009 18:03:51 +0000 (18:03 +0000)]
Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477).

Original commit message from CVS:
* configure.ac:
* ext/libvisual/visual.c: (plugin_init):
Use new core API to make registry re-scan the plugin
whenever visualisations are added or removed (see #350477).

15 years agogst-libs/gst/audio/gstaudioclock.*: Make gst_audio_clock_new use const gchar* to...
José Alburquerque [Tue, 6 Jan 2009 17:30:31 +0000 (17:30 +0000)]
gst-libs/gst/audio/gstaudioclock.*: Make gst_audio_clock_new use const gchar* to ease the wrapping of

Original commit message from CVS:
Patch by: José Alburquerque <jaalburqu svn gnome org>
* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
* gst-libs/gst/audio/gstaudioclock.h:
Make gst_audio_clock_new use const gchar* to ease the wrapping of
C++ bindings. Fixes #566723.

15 years agoAdd pkg-config files for libgstapp. Fixes bug #566761.
Sebastian Dröge [Tue, 6 Jan 2009 12:16:18 +0000 (12:16 +0000)]
Add pkg-config files for libgstapp. Fixes bug #566761.

Original commit message from CVS:
* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-app-uninstalled.pc.in:
* pkgconfig/gstreamer-app.pc.in:
Add pkg-config files for libgstapp. Fixes bug #566761.

15 years agogst-libs/gst/app/: Make debug categories static. Use _element_class_set_details_simple().
Tim-Philipp Müller [Tue, 6 Jan 2009 11:10:29 +0000 (11:10 +0000)]
gst-libs/gst/app/: Make debug categories static. Use _element_class_set_details_simple().

Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c:
* gst-libs/gst/app/gstappsink.h:
* gst-libs/gst/app/gstappsrc.c:
* gst-libs/gst/app/gstappsrc.h:
Make debug categories static. Use _element_class_set_details_simple().

15 years agogst-libs/gst/app/: Move private data into a private instance struct. Add padding...
Tim-Philipp Müller [Tue, 6 Jan 2009 10:56:45 +0000 (10:56 +0000)]
gst-libs/gst/app/: Move private data into a private instance struct. Add padding to instance and class structures exp...

Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
(gst_app_sink_class_init), (gst_app_sink_init),
(gst_app_sink_dispose), (gst_app_sink_finalize),
(gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
(gst_app_sink_flush_unlocked), (gst_app_sink_start),
(gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
(gst_app_sink_render), (gst_app_sink_getcaps),
(gst_app_sink_set_caps), (gst_app_sink_get_caps),
(gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
(gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
(gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
(gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
(gst_app_sink_pull_buffer)::
* gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink)::
* gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
(gst_app_src_class_init), (gst_app_src_init),
(gst_app_src_flush_queued), (gst_app_src_dispose),
(gst_app_src_finalize), (gst_app_src_set_property),
(gst_app_src_get_property), (gst_app_src_unlock),
(gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
(gst_app_src_is_seekable), (gst_app_src_check_get_range),
(gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
(gst_app_src_set_caps), (gst_app_src_get_caps),
(gst_app_src_set_size), (gst_app_src_get_size),
(gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
(gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
(gst_app_src_set_latencies), (gst_app_src_set_latency),
(gst_app_src_get_latency), (gst_app_src_push_buffer_full),
(gst_app_src_push_buffer_action), (gst_app_src_end_of_stream)::
* gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate)::
Move private data into a private instance struct. Add padding to
instance and class structures exposed in public headers. Add
Since markers to the gtk-doc blurbs (#566750).

15 years agotests/examples/app/appsrc_ex.c: Some comments.
Wim Taymans [Tue, 6 Jan 2009 10:50:37 +0000 (10:50 +0000)]
tests/examples/app/appsrc_ex.c: Some comments.

Original commit message from CVS:
* tests/examples/app/appsrc_ex.c: (main):
Some comments.
When pulling a buffer we can get NULL when the element is EOS, don't try
to unref this NULL buffer.

15 years agogst-libs/gst/video/: Fix up build flags and include statement for the new generated...
Jan Schmidt [Tue, 6 Jan 2009 10:16:16 +0000 (10:16 +0000)]
gst-libs/gst/video/: Fix up build flags and include statement for the new generated enumtypes files, to fix dist.

Original commit message from CVS:
* gst-libs/gst/video/Makefile.am:
* gst-libs/gst/video/video.h:
Fix up build flags and include statement for the new generated
enumtypes files, to fix dist.

15 years agoMove AppSrc/AppSink from gst-plugins-bad. Fixes #564421
Jan Schmidt [Mon, 5 Jan 2009 23:04:57 +0000 (23:04 +0000)]
Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421

Original commit message from CVS:
* configure.ac:
* docs/libs/Makefile.am:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* 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.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/gst-plugins-base-plugins.signals:
* docs/plugins/inspect/plugin-app.xml:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/app/gstappsink.c:
* gst-libs/gst/app/gstappsrc.c:
* tests/examples/Makefile.am:
* tests/examples/app/Makefile.am:
Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421

15 years agogst-libs/gst/audio/gstbaseaudiosink.c: Avoid holding the OBJECT_LOCK when calling...
Wim Taymans [Mon, 5 Jan 2009 17:13:13 +0000 (17:13 +0000)]
gst-libs/gst/audio/gstbaseaudiosink.c: Avoid holding the OBJECT_LOCK when calling ringbuffer functions that take the ...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_change_state):
Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
this because the async_play method is deprecated and usually not called
anymore.

15 years agogst/playback/gstplaybin2.c: Disconnect signal handlers before destroying a previous...
Wim Taymans [Mon, 5 Jan 2009 12:18:52 +0000 (12:18 +0000)]
gst/playback/gstplaybin2.c: Disconnect signal handlers before destroying a previous decodebin so that we don't end up...

Original commit message from CVS:
* gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
Disconnect signal handlers before destroying a previous decodebin so
that we don't end up causing deadlocks. Fixes #566586.

15 years agogst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling.
Wim Taymans [Mon, 5 Jan 2009 10:59:35 +0000 (10:59 +0000)]
gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling.

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_init),
(gst_audio_test_src_check_get_range),
(gst_audio_test_src_set_property),
(gst_audio_test_src_get_property):
* gst/audiotestsrc/gstaudiotestsrc.h:
Add property to control pull/push based scheduling.

15 years agoMake the seek and colorkey examples depend on gtk+-x11 as they use
Alessandro Decina [Fri, 2 Jan 2009 15:04:13 +0000 (15:04 +0000)]
Make the seek and colorkey examples depend on gtk+-x11 as they use

Original commit message from CVS:
* configure.ac:
* tests/examples/seek/Makefile.am:
* tests/icles/Makefile.am:
Make the seek and colorkey examples depend on gtk+-x11 as they use
GDK_WINDOW_XID.
Fixes the build with gtk+-quartz.

15 years agowin32/common/: Add new exports to win32 files.
Jan Schmidt [Wed, 31 Dec 2008 16:04:26 +0000 (16:04 +0000)]
win32/common/: Add new exports to win32 files.

Original commit message from CVS:
* win32/common/libgstaudio.def:
* win32/common/libgsttag.def:
* win32/common/libgstvideo.def:
Add new exports to win32 files.

15 years agogst-libs/gst/tag/gsttagdemux.*: Add GType for GstTagDemuxResult enum.
Edward Hervey [Wed, 31 Dec 2008 13:31:55 +0000 (13:31 +0000)]
gst-libs/gst/tag/gsttagdemux.*: Add GType for GstTagDemuxResult enum.

Original commit message from CVS:
* gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
* gst-libs/gst/tag/gsttagdemux.h:
Add GType for GstTagDemuxResult enum.

15 years agogst-libs/gst/video/: Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
Edward Hervey [Wed, 31 Dec 2008 13:01:30 +0000 (13:01 +0000)]
gst-libs/gst/video/: Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.

Original commit message from CVS:
* gst-libs/gst/video/Makefile.am:
* gst-libs/gst/video/video.h:
Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
This will help bindings to use it.

15 years agoSwitch glib-mkenum for gst-libs/gst/audio from multichannel- to audio- in order to...
Edward Hervey [Wed, 31 Dec 2008 11:20:26 +0000 (11:20 +0000)]
Switch glib-mkenum for gst-libs/gst/audio from multichannel- to audio- in order to wrap all enums declarations of tha...

Original commit message from CVS:
* gst-libs/gst/audio/Makefile.am:
* gst-libs/gst/audio/audio.c:
* gst-libs/gst/audio/multichannel.h:
* gst-libs/gst/audio/testchannels.c:
* win32/MANIFEST:
* win32/common/audio-enumtypes.c:
(gst_audio_channel_position_get_type),
(gst_ring_buffer_state_get_type),
(gst_ring_buffer_seg_state_get_type),
(gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
* win32/common/audio-enumtypes.h:
* win32/common/multichannel-enumtypes.c:
* win32/common/multichannel-enumtypes.h:
* win32/vs6/grammar.dsp:
* win32/vs6/libgstaudio.dsp:
* win32/vs7/libgstaudio.vcproj:
* win32/vs8/libgstaudio.vcproj:
Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
audio- in order to wrap all enums declarations of that library.
This modification should not matter since that header file is not a
public header (it will be included by public headers).
Modify win32 crap^Wfiles accordingly.

15 years agogst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slav...
Edward Hervey [Tue, 30 Dec 2008 17:55:07 +0000 (17:55 +0000)]
gst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slave_method_get_type() methods.

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.h:
* gst-libs/gst/audio/gstbaseaudiosink.h:
Complete Sebastien's commit from the 13th by exporting the
_slave_method_get_type() methods.

15 years agogst-libs/gst/app/gstappsrc.*: Add properties and methods to configure and retrieve...
Wim Taymans [Mon, 29 Dec 2008 16:45:20 +0000 (16:45 +0000)]
gst-libs/gst/app/gstappsrc.*: Add properties and methods to configure and retrieve the min and max latencies.

Original commit message from CVS:
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_init), (gst_app_src_set_property),
(gst_app_src_get_property), (gst_app_src_query),
(gst_app_src_set_latencies), (gst_app_src_set_latency),
(gst_app_src_get_latency), (gst_app_src_push_buffer_full):
* gst-libs/gst/app/gstappsrc.h:
Add properties and methods to configure and retrieve the min and max
latencies.

15 years agoext/: Implement URI query. Fixes bug #562949.
Sebastian Dröge [Sat, 20 Dec 2008 17:38:41 +0000 (17:38 +0000)]
ext/: Implement URI query. Fixes bug #562949.

Original commit message from CVS:
* ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
* ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
(gst_gio_base_src_query):
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
(gst_gnome_vfs_src_query):
Implement URI query. Fixes bug #562949.

15 years agogst/playback/gstplaybin2.c: Add some debug info.
Wim Taymans [Sat, 20 Dec 2008 12:48:43 +0000 (12:48 +0000)]
gst/playback/gstplaybin2.c: Add some debug info.

Original commit message from CVS:
* gst/playback/gstplaybin2.c: (no_more_pads_cb):
Add some debug info.
* gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
(gst_play_sink_reconfigure), (gst_play_sink_request_pad),
(gst_play_sink_release_pad):
Add some more debug info.
Reconfigure the audio chain when we switch between raw and encoded audio
in gapless playback.

15 years agogst-libs/gst/audio/gstbaseaudiosink.c: Pause the write thread before deactivating...
Wim Taymans [Sat, 20 Dec 2008 12:45:03 +0000 (12:45 +0000)]
gst-libs/gst/audio/gstbaseaudiosink.c: Pause the write thread before deactivating and releasing the ringbuffer to avo...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_setcaps):
Pause the write thread before deactivating and releasing the ringbuffer
to avoid a deadlock when we do gapless playback with different sample
rates in playbin2.  Fixes #564929.

15 years agogst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function...
Sebastian Dröge [Fri, 19 Dec 2008 13:03:00 +0000 (13:03 +0000)]
gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function non-static as it's public now.

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
Make GstAudioSrcSlaveMethod get_type() function non-static
as it's public now.
* win32/common/libgstaudio.def:
* win32/common/libgstnetbuffer.def:
Add some missing functions to the list of exported symbols.

15 years agogst-libs/gst/netbuffer/gstnetbuffer.*: Make gst_netaddress_get_ip4_address fail for...
Andrew Feren [Thu, 18 Dec 2008 12:37:33 +0000 (12:37 +0000)]
gst-libs/gst/netbuffer/gstnetbuffer.*: Make gst_netaddress_get_ip4_address fail for v6 addresses.

Original commit message from CVS:
Patch by: Andrew Feren <acferen at yahoo dot com>
* gst-libs/gst/netbuffer/gstnetbuffer.c:
(gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
(gst_netaddress_get_address_bytes),
(gst_netaddress_set_address_bytes):
* gst-libs/gst/netbuffer/gstnetbuffer.h:
Make gst_netaddress_get_ip4_address fail for v6 addresses.
Make gst_netaddress_get_ip6_address either fail or return the v4
address as a transitional v6 address.
Add two convenience functions:
API: gst_netaddress_get_address_bytes()
API: gst_netaddress_set_address_bytes()
Fixes #564896.

15 years agoAdd appsrc and appsink documentation.
Wim Taymans [Wed, 17 Dec 2008 13:51:46 +0000 (13:51 +0000)]
Add appsrc and appsink documentation.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst-libs/gst/app/gstappsink.c:
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init):
Add appsrc and appsink documentation.

15 years agogst/adder/: Cleanup variable names to make the adder-loop easier to understand.
Stefan Kost [Wed, 17 Dec 2008 08:51:34 +0000 (08:51 +0000)]
gst/adder/: Cleanup variable names to make the adder-loop easier to understand.

Original commit message from CVS:
* gst/adder/Makefile.am:
* gst/adder/gstadder.c:
Cleanup variable names to make the adder-loop easier to understand.
Also try to use liboil to spee it up, but ifdef it out as it does not
make any change for me (Intel pentim M (sse,sse2) please try on other
systems).

15 years agoAdd minimal docs to make the remaining tcp elements show up.
Wim Taymans [Tue, 16 Dec 2008 20:16:17 +0000 (20:16 +0000)]
Add minimal docs to make the remaining tcp elements show up.

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:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpserversrc.c:
Add minimal docs to make the remaining tcp elements show up.
Fixes #564139.

15 years agoexamples/app/: Fix example to unref after emiting the push-buffer action.
Wim Taymans [Mon, 15 Dec 2008 12:02:26 +0000 (12:02 +0000)]
examples/app/: Fix example to unref after emiting the push-buffer action.

Original commit message from CVS:
* examples/app/appsrc-ra.c: (feed_data):
* examples/app/appsrc-seekable.c: (feed_data):
* examples/app/appsrc-stream.c: (read_data):
* examples/app/appsrc-stream2.c: (feed_data):
Fix example to unref after emiting the push-buffer action.
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_push_buffer_full), (gst_app_src_push_buffer),
(gst_app_src_push_buffer_action):
Don't take the ref on the buffer in push-buffer action because it's too
awkward for bindings. Fixes #564482.

15 years agowin32/common/config.h: Update to CVS version.
Tim-Philipp Müller [Sat, 13 Dec 2008 19:32:13 +0000 (19:32 +0000)]
win32/common/config.h: Update to CVS version.

Original commit message from CVS:
* win32/common/config.h:
Update to CVS version.
* win32/common/config.h.in:
Hardcode path to plugin install helper exe, just like we hardcode
the paths in core. Removes another source of VCS conflicts for
people hacking gst-plugins-base on systems with autotools.

15 years agom4/Makefile.am: And a couple more .m4 that don't exist anymore with gettext 0.17
Edward Hervey [Sat, 13 Dec 2008 16:21:12 +0000 (16:21 +0000)]
m4/Makefile.am: And a couple more .m4 that don't exist anymore with gettext 0.17

Original commit message from CVS:
* m4/Makefile.am:
And a couple more .m4 that don't exist anymore with gettext 0.17

15 years agom4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we...
Edward Hervey [Sat, 13 Dec 2008 12:41:56 +0000 (12:41 +0000)]
m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...

Original commit message from CVS:
* m4/Makefile.am:
inttypes.m4 hasn't been available since gettext-0.15, and since we now
require gettext >= 0.17 ... we can remove it from the list of files to
dist.

15 years agogst-libs/gst/audio/: API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the...
Sebastian Dröge [Sat, 13 Dec 2008 06:57:09 +0000 (06:57 +0000)]
gst-libs/gst/audio/: API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the public API. This is needed for the C...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_slave_method_get_type),
(gst_base_audio_sink_class_init):
* gst-libs/gst/audio/gstbaseaudiosink.h:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_slave_method_get_type),
(gst_base_audio_src_class_init):
* gst-libs/gst/audio/gstbaseaudiosrc.h:
API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
public API. This is needed for the C++ bindings to be able
to use this base classes. Fixes bug #564200, #564206.

15 years agogst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().
Edward Hervey [Fri, 12 Dec 2008 19:41:28 +0000 (19:41 +0000)]
gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_handle_event):
Remove erroneous gst_buffer_ref().
* tests/check/libs/rtp.c: (GST_START_TEST):
Don't forget to unref the buffer once you're done with it.

15 years agogst/playback/: XRef to GstXOverlay.
Stefan Kost [Fri, 12 Dec 2008 13:06:48 +0000 (13:06 +0000)]
gst/playback/: XRef to GstXOverlay.

Original commit message from CVS:
* gst/playback/gstplaybin.c:
* gst/playback/gstplaybin2.c:
XRef to GstXOverlay.

15 years agogst/playback/gsturidecodebin.c: Free the factory array when finalizing.
Edward Hervey [Fri, 12 Dec 2008 10:54:45 +0000 (10:54 +0000)]
gst/playback/gsturidecodebin.c: Free the factory array when finalizing.

Original commit message from CVS:
* gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
Free the factory array when finalizing.
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
Use a GstStaticPadTemplate since the src pad caps are fixed.

15 years agoext/vorbis/vorbisenc.c: Make vorbisenc's pad template behave like vorbisdec's. Fixes...
Edward Hervey [Fri, 12 Dec 2008 07:17:21 +0000 (07:17 +0000)]
ext/vorbis/vorbisenc.c: Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with pad templates.

Original commit message from CVS:
* ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
(gst_vorbis_enc_init):
Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
pad templates.

15 years agogst-libs/gst/riff/riff-media.c: Add mapping for VP6 in avi/riff.
Edward Hervey [Fri, 12 Dec 2008 07:15:22 +0000 (07:15 +0000)]
gst-libs/gst/riff/riff-media.c: Add mapping for VP6 in avi/riff.

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
(gst_riff_create_video_template_caps):
Add mapping for VP6 in avi/riff.

15 years agogst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to strict...
Edward Hervey [Thu, 11 Dec 2008 15:49:12 +0000 (15:49 +0000)]
gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to strict formatting of the input and neve...

Original commit message from CVS:
* gst/subparse/samiparse.c: (sami_context_push_state),
(sami_context_pop_state), (start_sami_element), (end_sami_element):
Some versions of libxml seem to be very picky as to strict formatting
of the input and never 'close' the final </body> tag.
In order to fix that bad behaviour, we trigger the flushing of
remaining data on both </body> and </sami>.
Fixes #557365

15 years agogst/typefind/gsttypefindfunctions.c: Add typefinders for MS Word files and OS X ...
Guillaume Emont [Thu, 11 Dec 2008 12:32:03 +0000 (12:32 +0000)]
gst/typefind/gsttypefindfunctions.c: Add typefinders for MS Word files and OS X .DS_Store files to prevent them to be...

Original commit message from CVS:
Patch by: Guillaume Emont <guillaume at fluendo dot com>
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Add typefinders for MS Word files and OS X .DS_Store files to
prevent them to be recognized as MPEG files. Fixes bug #564098.

15 years agogst/playback/gstplaysink.c: Add some more debug info.
Wim Taymans [Thu, 11 Dec 2008 11:04:14 +0000 (11:04 +0000)]
gst/playback/gstplaysink.c: Add some more debug info.

Original commit message from CVS:
* gst/playback/gstplaysink.c: (gen_audio_chain),
(gst_play_sink_reconfigure):
Add some more debug info.
Fix linking of just an encoded sink.
Handle failure to create a sink chain more gracefully than crashing.

15 years agotests/check/pipelines/theoraenc.c: Pushing 10 buffers is enough to run the test.
Wim Taymans [Thu, 11 Dec 2008 10:33:48 +0000 (10:33 +0000)]
tests/check/pipelines/theoraenc.c: Pushing 10 buffers is enough to run the test.

Original commit message from CVS:
* tests/check/pipelines/theoraenc.c: (GST_START_TEST):
Pushing 10 buffers is enough to run the test.

15 years agotests/examples/seek/seek.c: Hook up the SKIP seek flag.
Wim Taymans [Thu, 11 Dec 2008 10:28:43 +0000 (10:28 +0000)]
tests/examples/seek/seek.c: Hook up the SKIP seek flag.

Original commit message from CVS:
* tests/examples/seek/seek.c: (do_seek), (stop_cb),
(skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
(main):
Hook up the SKIP seek flag.

15 years agogst/playback/gstplaybin2.c: Error out with a missing-plugin error when the input...
Wim Taymans [Wed, 10 Dec 2008 18:43:32 +0000 (18:43 +0000)]
gst/playback/gstplaybin2.c: Error out with a missing-plugin error when the input-selector was not found.

Original commit message from CVS:
* gst/playback/gstplaybin2.c: (pad_added_cb):
Error out with a missing-plugin error when the input-selector was not
found.
* gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
Indentation.

15 years agogst/playback/gstplaysink.c: Use G_DEFINE_TYPE.
Wim Taymans [Wed, 10 Dec 2008 17:39:32 +0000 (17:39 +0000)]
gst/playback/gstplaysink.c: Use G_DEFINE_TYPE.

Original commit message from CVS:
* gst/playback/gstplaysink.c: (gst_play_sink_class_init),
(gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
(gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
(gst_play_sink_send_event), (gst_play_sink_change_state):
Use G_DEFINE_TYPE.
Try to set the selected sink to READY before using it. This will allow
for detection of incompatible formats sooner.
Don't cause a fatal error when conversion elements are missing but post
a missing-element message and a warning instead because things might
still link and run fine.
Simplyfy the construction of audio and video sink chains.

15 years agoext/ogg/gstoggdemux.c: Use G_DEFINE_TYPE for the OggPad to get some threadsafe type...
Wim Taymans [Wed, 10 Dec 2008 14:55:10 +0000 (14:55 +0000)]
ext/ogg/gstoggdemux.c: Use G_DEFINE_TYPE for the OggPad to get some threadsafe type init from glib.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
(gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
init from glib.

15 years agogst/: Include glib.h instead of a specific GLib header. Including single
Luis Menina [Wed, 10 Dec 2008 08:19:13 +0000 (08:19 +0000)]
gst/: Include glib.h instead of a specific GLib header. Including single

Original commit message from CVS:
Patch by: Luis Menina <liberforce at freeside dot fr>
* gst-libs/gst/floatcast/floatcast.h:
* gst/typefind/gsttypefindfunctions.c:
Include glib.h instead of a specific GLib header. Including single
GLib headers is deprecated. Fixes bug #563904.

15 years agogst-libs/gst/riff/riff-media.c: Support higher max audio rates for some formats ...
Julien Moutte [Tue, 9 Dec 2008 18:30:10 +0000 (18:30 +0000)]
gst-libs/gst/riff/riff-media.c: Support higher max audio rates for some formats (WAV, Vorbis, LPCM).

Original commit message from CVS:
2008-12-09  Julien Moutte  <julien@fluendo.com>

* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
Support higher max audio rates for some formats (WAV, Vorbis, LPCM).

15 years agogst-libs/gst/riff/riff-read.c: Fix handling of odd chunks in riff metadata.
Stefan Kost [Tue, 9 Dec 2008 17:21:37 +0000 (17:21 +0000)]
gst-libs/gst/riff/riff-read.c: Fix handling of odd chunks in riff metadata.

Original commit message from CVS:
* gst-libs/gst/riff/riff-read.c:
Fix handling of odd chunks in riff metadata.

15 years agogst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic...
Wim Taymans [Mon, 8 Dec 2008 18:44:22 +0000 (18:44 +0000)]
gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic properties and any pending volume/mu...

Original commit message from CVS:
* gst/volume/gstvolume.c: (gst_volume_class_init),
(volume_before_transform), (volume_transform_ip):
Use new basetransform vmethod to reconfigure the dynamic properties and
any pending volume/mute changes. Fixes #563508.

15 years agoconfigure.ac: First check for "theoraenc theoradec" and if that failed check for...
Sebastian Dröge [Mon, 8 Dec 2008 18:12:18 +0000 (18:12 +0000)]
configure.ac: First check for "theoraenc theoradec" and if that failed check for "theora >= 1.0alpha5". The former ap...

Original commit message from CVS:
* configure.ac:
First check for "theoraenc theoradec" and if that failed check
for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
deprecate the latter. Also linking on Windows fails with just "theora"
and the version check would fail for the release candidates.
Fixes bug #563718.

15 years agogst/playback/: Add basic docs to decodebin and link to decodebin from decodebin2.
Stefan Kost [Mon, 8 Dec 2008 15:25:13 +0000 (15:25 +0000)]
gst/playback/: Add basic docs to decodebin and link to decodebin from decodebin2.

Original commit message from CVS:
* gst/playback/gstdecodebin.c:
* gst/playback/gstdecodebin2.c:
Add basic docs to decodebin and link to decodebin from decodebin2.

15 years agogst-libs/gst/rtp/gstrtcpbuffer.*: Implement gst_rtcp_packet_remove(). Fixes #563174.
Olivier Crete [Mon, 8 Dec 2008 12:08:32 +0000 (12:08 +0000)]
gst-libs/gst/rtp/gstrtcpbuffer.*: Implement gst_rtcp_packet_remove(). Fixes #563174.

Original commit message from CVS:
Patch by: Olivier Crete  <tester at tester ca>
* gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
* gst-libs/gst/rtp/gstrtcpbuffer.h:
Implement gst_rtcp_packet_remove(). Fixes #563174.
* tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
Add unit test for some RTCP functions.

15 years agoconfigure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro...
Sebastian Dröge [Thu, 4 Dec 2008 20:09:19 +0000 (20:09 +0000)]
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.

Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.

15 years agoconfigure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Sebastian Dröge [Thu, 4 Dec 2008 19:47:12 +0000 (19:47 +0000)]
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.

Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.

15 years agosys/: Clear all flags on buffers returned from the image pool.
Edward Hervey [Wed, 3 Dec 2008 17:47:44 +0000 (17:47 +0000)]
sys/: Clear all flags on buffers returned from the image pool.

Original commit message from CVS:
* sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
Clear all flags on buffers returned from the image pool.
Fixes #563143

15 years agogst-libs/gst/app/gstappsrc.c: Don't forget to release the lock again if we bail out...
이문형 [Mon, 1 Dec 2008 19:36:35 +0000 (19:36 +0000)]
gst-libs/gst/app/gstappsrc.c: Don't forget to release the lock again if we bail out because some pad is flushing or w...

Original commit message from CVS:
Patch by: 이문형 <iwings at gmail dot com>
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_push_buffer):
Don't forget to release the lock again if we bail out because some
pad is flushing or we've reached EOS, otherwise things will lock up
next time _push_buffer() is called (#562802).

15 years agoRequire gettext 0.17 because older versions don't mix with libtool 2.2. At build...
Sebastian Dröge [Sat, 29 Nov 2008 13:31:47 +0000 (13:31 +0000)]
Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s...

Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* autogen.sh:
* configure.ac:
Require gettext 0.17 because older versions don't mix with libtool
2.2. At build time an older gettext version will still work.
Fixes bug #556091.

15 years agofix build
Christian Schaller [Fri, 28 Nov 2008 13:30:36 +0000 (13:30 +0000)]
fix build

Original commit message from CVS:
fix build

15 years agoUpdate documentation of speexresample for the new element name.
Sebastian Dröge [Fri, 28 Nov 2008 09:44:12 +0000 (09:44 +0000)]
Update documentation of speexresample for the new element name.

Original commit message from CVS:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/inspect/plugin-videorate.xml:
* gst/speexresample/gstspeexresample.c:
Update documentation of speexresample for the new element name.

15 years agogst/speexresample/README: Update README with the latest diff between the Speex resamp...
Sebastian Dröge [Fri, 28 Nov 2008 09:04:46 +0000 (09:04 +0000)]
gst/speexresample/README: Update README with the latest diff between the Speex resampler and our copy.

Original commit message from CVS:
* gst/speexresample/README:
Update README with the latest diff between the Speex resampler
and our copy.

15 years agogst/speexresample/gstspeexresample.c: Update the debug category from speex_resample...
Sebastian Dröge [Fri, 28 Nov 2008 08:37:50 +0000 (08:37 +0000)]
gst/speexresample/gstspeexresample.c: Update the debug category from speex_resample to audioresample.

Original commit message from CVS:
* gst/speexresample/gstspeexresample.c: (plugin_init):
Update the debug category from speex_resample to audioresample.

15 years agoRemove audioresample files.
Sebastian Dröge [Thu, 27 Nov 2008 19:13:59 +0000 (19:13 +0000)]
Remove audioresample files.

Original commit message from CVS:
* gst/audioresample/Makefile.am:
* gst/audioresample/buffer.c:
* gst/audioresample/buffer.h:
* gst/audioresample/debug.c:
* gst/audioresample/debug.h:
* gst/audioresample/functable.c:
* gst/audioresample/functable.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/gstaudioresample.h:
* gst/audioresample/resample.c:
* gst/audioresample/resample.h:
* gst/audioresample/resample_chunk.c:
* gst/audioresample/resample_functable.c:
* gst/audioresample/resample_ref.c:
* tests/check/elements/audioresample.c:
Remove audioresample files.

15 years agodocs/plugins/inspect/plugin-audioresample.xml: Regenerated for library filename change.
Sebastian Dröge [Thu, 27 Nov 2008 17:04:07 +0000 (17:04 +0000)]
docs/plugins/inspect/plugin-audioresample.xml: Regenerated for library filename change.

Original commit message from CVS:
* docs/plugins/inspect/plugin-audioresample.xml:
Regenerated for library filename change.

15 years agoRename the moved speexresample to audioresample, integrate into the build system...
Sebastian Dröge [Thu, 27 Nov 2008 16:57:09 +0000 (16:57 +0000)]
Rename the moved speexresample to audioresample, integrate into the build system and remove the old audioresample fro...

Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* 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.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/inspect/plugin-adder.xml:
* docs/plugins/inspect/plugin-alsa.xml:
* docs/plugins/inspect/plugin-audioconvert.xml:
* docs/plugins/inspect/plugin-audiorate.xml:
* docs/plugins/inspect/plugin-audioresample.xml:
* docs/plugins/inspect/plugin-audiotestsrc.xml:
* docs/plugins/inspect/plugin-cdparanoia.xml:
* docs/plugins/inspect/plugin-decodebin.xml:
* docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
* docs/plugins/inspect/plugin-gdp.xml:
* docs/plugins/inspect/plugin-gio.xml:
* docs/plugins/inspect/plugin-gnomevfs.xml:
* docs/plugins/inspect/plugin-libvisual.xml:
* docs/plugins/inspect/plugin-ogg.xml:
* docs/plugins/inspect/plugin-pango.xml:
* docs/plugins/inspect/plugin-playback.xml:
* docs/plugins/inspect/plugin-queue2.xml:
* docs/plugins/inspect/plugin-subparse.xml:
* docs/plugins/inspect/plugin-tcp.xml:
* docs/plugins/inspect/plugin-theora.xml:
* docs/plugins/inspect/plugin-typefindfunctions.xml:
* docs/plugins/inspect/plugin-uridecodebin.xml:
* docs/plugins/inspect/plugin-video4linux.xml:
* docs/plugins/inspect/plugin-videorate.xml:
* docs/plugins/inspect/plugin-videoscale.xml:
* docs/plugins/inspect/plugin-videotestsrc.xml:
* docs/plugins/inspect/plugin-volume.xml:
* docs/plugins/inspect/plugin-vorbis.xml:
* docs/plugins/inspect/plugin-ximagesink.xml:
* docs/plugins/inspect/plugin-xvimagesink.xml:
* gst/speexresample/gstspeexresample.c: (plugin_init):
* gst/speexresample/Makefile.am:
* tests/check/Makefile.am:
* tests/check/elements/speexresample.c: (setup_speexresample),
(GST_START_TEST), (test_pipeline):
Rename the moved speexresample to audioresample, integrate into the
build system and remove the old audioresample from the build system.
Fixes bug #558124, #385061, #346218, #116051.

15 years agogst-libs/gst/audio/gstbaseaudiosrc.c: Avoid nasty int overflows after about 12 hours...
Wim Taymans [Thu, 27 Nov 2008 16:47:41 +0000 (16:47 +0000)]
gst-libs/gst/audio/gstbaseaudiosrc.c: Avoid nasty int overflows after about 12 hours and 25 minutes when these code p...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_get_offset), (gst_base_audio_src_create):
Avoid nasty int overflows after about 12 hours and 25 minutes when these
code paths are triggered.
A free beer to Håvard Graff for finding this!

15 years agogst-libs/gst/rtsp/gstrtspconnection.c: A successful gst_poll_wait() doesn't always...
이문형 [Thu, 27 Nov 2008 11:16:44 +0000 (11:16 +0000)]
gst-libs/gst/rtsp/gstrtspconnection.c: A successful gst_poll_wait() doesn't always mean successful connect() on

Original commit message from CVS:
Patch by: 이문형 <iwings at gmail dot com>
* gst-libs/gst/rtsp/gstrtspconnection.c:
(gst_rtsp_connection_connect):
A successful gst_poll_wait() doesn't always mean successful connect() on
Windows.  We should check errors by calling gst_poll_fd_has_error().
See #561924.

15 years agotests/check/elements/speexresample.c: Make unit test again faster to prevent timeouts...
Sebastian Dröge [Tue, 25 Nov 2008 16:37:50 +0000 (16:37 +0000)]
tests/check/elements/speexresample.c: Make unit test again faster to prevent timeouts with valgrind.

Original commit message from CVS:
* tests/check/elements/speexresample.c: (test_pipeline):
Make unit test again faster to prevent timeouts with valgrind.