platform/upstream/gstreamer.git
16 years agoRelease 0.10.20 RELEASE-0_10_20
Jan Schmidt [Wed, 18 Jun 2008 10:58:35 +0000 (10:58 +0000)]
Release 0.10.20

Original commit message from CVS:
Release 0.10.20

16 years agoUpdate .po files
Jan Schmidt [Wed, 18 Jun 2008 10:56:18 +0000 (10:56 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

16 years agoconfigure.ac: 0.10.19.3 pre-release
Jan Schmidt [Wed, 11 Jun 2008 21:14:17 +0000 (21:14 +0000)]
configure.ac: 0.10.19.3 pre-release

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

16 years agoRename DATADIR to GST_DATADIR to avoid build problems
David Schleef [Wed, 11 Jun 2008 20:07:31 +0000 (20:07 +0000)]
Rename DATADIR to GST_DATADIR to avoid build problems

Original commit message from CVS:
* configure.ac:
* gst/gstpreset.c:
Rename DATADIR to GST_DATADIR to avoid build problems
on win32. Patch By: David Schleef <ds@schleef.org>
Fixes: #536857

16 years agoconfigure.ac: Explicitely link with -ldl if dladdr() is found there. Before it was...
Sebastian Dröge [Thu, 5 Jun 2008 10:13:45 +0000 (10:13 +0000)]
configure.ac: Explicitely link with -ldl if dladdr() is found there. Before it was implicitely linked by the gmodule ...

Original commit message from CVS:
* configure.ac:
Explicitely link with -ldl if dladdr() is found there. Before it was
implicitely linked by the gmodule pkgconfig file but in glib 2.17.0
-ldl has moved from Libs to Libs.private. Fixes bug #536744.

16 years agoPut pre-release chaneglog entry where it actually happened
Jan Schmidt [Thu, 5 Jun 2008 09:42:31 +0000 (09:42 +0000)]
Put pre-release chaneglog entry where it actually happened

Original commit message from CVS:
Put pre-release chaneglog entry where it actually happened

16 years agoconfigure.ac: 0.10.19.2 pre-release
Jan Schmidt [Thu, 5 Jun 2008 09:41:25 +0000 (09:41 +0000)]
configure.ac: 0.10.19.2 pre-release

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

16 years agogst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).
Tim-Philipp Müller [Thu, 5 Jun 2008 08:55:41 +0000 (08:55 +0000)]
gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723).

Original commit message from CVS:
* gst/gsterror.c: (_gst_stream_errors_init):
Fix typo (spotted by Fabricio Godoy, #536723).

16 years agolibs/gst/base/gstbasesink.c: Add some debug.
Wim Taymans [Wed, 4 Jun 2008 11:47:16 +0000 (11:47 +0000)]
libs/gst/base/gstbasesink.c: Add some debug.

Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled),
(gst_base_sink_set_ts_offset), (gst_base_sink_perform_qos):
Add some debug.
Make sure we don't generate invalid QoS messages.

16 years agogst/gstevent.c: Add some assert and docs for invalid input to the qos function.
Wim Taymans [Wed, 4 Jun 2008 11:31:15 +0000 (11:31 +0000)]
gst/gstevent.c: Add some assert and docs for invalid input to the qos function.

Original commit message from CVS:
* gst/gstevent.c: (gst_event_new_qos):
Add some assert and docs for invalid input to the qos function.

16 years agolibs/gst/base/gstbasesink.c: The reported position must always be smaller than the...
Wim Taymans [Fri, 30 May 2008 15:48:52 +0000 (15:48 +0000)]
libs/gst/base/gstbasesink.c: The reported position must always be smaller than the last seen timestamps (or timestamp...

Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
(gst_base_sink_get_position):
The reported position must always be smaller than the last seen
timestamps (or timestamp + duration for reverse).

16 years agogst/gstregistry.c: Don't recurse into .debug directories as some distros install...
Rob Bradford [Fri, 30 May 2008 07:36:17 +0000 (07:36 +0000)]
gst/gstregistry.c: Don't recurse into .debug directories as some distros install the debugging symbols next to the pl...

Original commit message from CVS:
Patch by: Rob Bradford <rob at robster dot org dot uk>
* gst/gstregistry.c: (gst_registry_scan_path_level):
Don't recurse into .debug directories as some distros install
the debugging symbols next to the plugins in .debug directories
and dlopen() crashes on them sometimes. Fixes bug #508070.
Add FIXME for 0.11 to not recurse into directories at all because
it's very inconsistent to the behaviour of other PATH environment
variables.

16 years agolibs/gst/base/gstbasesink.c: Fix position query range checks in reverse playback.
Wim Taymans [Thu, 29 May 2008 16:34:22 +0000 (16:34 +0000)]
libs/gst/base/gstbasesink.c: Fix position query range checks in reverse playback.

Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
(gst_base_sink_get_position_last), (gst_base_sink_get_position):
Fix position query range checks in reverse playback.

16 years agogst/gstelement.*: Deprecated gst_element_get_pad() as it can't be used sanely. It...
Sebastian Dröge [Thu, 29 May 2008 07:19:47 +0000 (07:19 +0000)]
gst/gstelement.*: Deprecated gst_element_get_pad() as it can't be used sanely. It's not clear of the reference to the...

Original commit message from CVS:
* gst/gstelement.c:
* gst/gstelement.h:
Deprecated gst_element_get_pad() as it can't be used sanely. It's not
clear of the reference to the resulting pad must be released later
or not, resulting in possible leaks. Fixes bug #533865.

16 years agogst/gstelementfactory.c: Small doc fix. Fixes #535285.
José Alburquerque [Wed, 28 May 2008 16:46:07 +0000 (16:46 +0000)]
gst/gstelementfactory.c: Small doc fix. Fixes #535285.

Original commit message from CVS:
Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
* gst/gstelementfactory.c:
Small doc fix. Fixes #535285.

16 years agolibs/gst/base/gstbasesrc.c: Make sending an EOS event to the basesrc non-blocking...
Bjarne Rosengren [Wed, 28 May 2008 13:48:17 +0000 (13:48 +0000)]
libs/gst/base/gstbasesrc.c: Make sending an EOS event to the basesrc non-blocking even if the implementation does blo...

Original commit message from CVS:
Based on patch by: Bjarne Rosengren <bjarne at axis dot com>
* libs/gst/base/gstbasesrc.c: (gst_base_src_send_event),
(gst_base_src_get_range), (gst_base_src_pad_get_range),
(gst_base_src_loop), (gst_base_src_set_flushing),
(gst_base_src_change_state):
Make sending an EOS event to the basesrc non-blocking even if the
implementation does blocking waits in the create function. This is done
by unlocking the create function when EOS is sent.
Fixes #535218.

16 years agotools/gst-inspect.c: If possible print the element type of GValueArray properties.
Sebastian Dröge [Wed, 28 May 2008 10:44:15 +0000 (10:44 +0000)]
tools/gst-inspect.c: If possible print the element type of GValueArray properties.

Original commit message from CVS:
* tools/gst-inspect.c: (print_element_properties_info):
If possible print the element type of GValueArray properties.

16 years agogst/gstiterator.c: Remove an unused field from the private GstListIterator struct.
Sebastian Dröge [Wed, 28 May 2008 07:47:22 +0000 (07:47 +0000)]
gst/gstiterator.c: Remove an unused field from the private GstListIterator struct.

Original commit message from CVS:
* gst/gstiterator.c:
Remove an unused field from the private GstListIterator struct.

16 years agolibs/gst/controller/gstcontroller.c: Add parameter guards.
Stefan Kost [Tue, 27 May 2008 20:19:17 +0000 (20:19 +0000)]
libs/gst/controller/gstcontroller.c: Add parameter guards.

Original commit message from CVS:
* libs/gst/controller/gstcontroller.c:
Add parameter guards.

16 years agotests/check/gst/gstpipeline.c: Revert test change and add comment why it should not...
Stefan Kost [Tue, 27 May 2008 19:47:49 +0000 (19:47 +0000)]
tests/check/gst/gstpipeline.c: Revert test change and add comment why it should not work.

Original commit message from CVS:
* tests/check/gst/gstpipeline.c:
Revert test change and add comment why it should not work.

16 years agotests/check/gst/gstpipeline.c: Extending the test a little to verify that we also...
Stefan Kost [Tue, 27 May 2008 18:31:39 +0000 (18:31 +0000)]
tests/check/gst/gstpipeline.c: Extending the test a little to verify that we also get the NULL state- change message.

Original commit message from CVS:
* tests/check/gst/gstpipeline.c:
Extending the test a little to verify that we also get the NULL state-
change message.

16 years agogst/gstpreset.c: Add Since: markers to docs blurbs.
Tim-Philipp Müller [Tue, 27 May 2008 16:37:32 +0000 (16:37 +0000)]
gst/gstpreset.c: Add Since: markers to docs blurbs.

Original commit message from CVS:
* gst/gstpreset.c: (gst_preset_default_get_meta),
(gst_preset_get_preset_names), (gst_preset_get_property_names),
(gst_preset_load_preset), (gst_preset_save_preset),
(gst_preset_rename_preset), (gst_preset_delete_preset),
(gst_preset_set_meta):
Add Since: markers to docs blurbs.
* win32/common/libgstreamer.def:
Add recently-added API.

16 years agoconfigure.ac: Add DATADIR for storing presets.
Stefan Kost [Tue, 27 May 2008 15:11:35 +0000 (15:11 +0000)]
configure.ac: Add DATADIR for storing presets.

Original commit message from CVS:
Patch by: Stefan Kost  <ensonic@users.sf.net>
* configure.ac:
Add DATADIR for storing presets.
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types.in:
Add GstPreset to docs.
* gst/Makefile.am:
* gst/gst.h:
* gst/gstpreset.c: (preset_get_paths), (preset_skip_property),
(preset_open_and_parse_header), (preset_parse_version),
(preset_merge), (preset_get_keyfile),
(gst_preset_default_get_preset_names),
(gst_preset_default_get_property_names),
(gst_preset_default_load_preset),
(gst_preset_default_save_presets_file),
(gst_preset_default_save_preset),
(gst_preset_default_rename_preset),
(gst_preset_default_delete_preset), (gst_preset_default_set_meta),
(gst_preset_default_get_meta), (gst_preset_default_randomize),
(gst_preset_default_reset), (gst_preset_get_preset_names),
(gst_preset_get_property_names), (gst_preset_load_preset),
(gst_preset_save_preset), (gst_preset_rename_preset),
(gst_preset_delete_preset), (gst_preset_set_meta),
(gst_preset_get_meta), (gst_preset_class_init),
(gst_preset_base_init), (gst_preset_get_type):
* gst/gstpreset.h:
Add GstPreset to core. Fixes #396779
* tests/check/Makefile.am:
* tests/check/gst/gstpreset.c: (gst_preset_test_get_property),
(gst_preset_test_set_property), (gst_preset_test_class_init),
(gst_preset_test_base_init), (gst_preset_test_get_type),
(gst_preset_test_plugin_init), (GST_START_TEST),
(remove_preset_file), (test_setup), (test_teardown),
(gst_preset_suite):
Add GstPreset unit tests.

16 years agogst/gstpad.c: The default event function on a sinkpad should return TRUE when there...
Wim Taymans [Tue, 27 May 2008 10:59:38 +0000 (10:59 +0000)]
gst/gstpad.c: The default event function on a sinkpad should return TRUE when there are no internal links but should ...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_event_default_dispatch):
The default event function on a sinkpad should return TRUE when
there are no internal links but should collect the return values from
the internal links otherwise.

16 years agoplugins/elements/gsttypefindelement.c: Use faster and safer _pad_push_event().
Wim Taymans [Tue, 27 May 2008 10:57:11 +0000 (10:57 +0000)]
plugins/elements/gsttypefindelement.c: Use faster and safer _pad_push_event().

Original commit message from CVS:
* plugins/elements/gsttypefindelement.c:
(gst_type_find_element_src_event),
(gst_type_find_element_handle_event):
Use faster and safer _pad_push_event().

16 years agoAPI: add gst_bin_find_unlinked_pad()
Tim-Philipp Müller [Tue, 27 May 2008 10:50:49 +0000 (10:50 +0000)]
API: add gst_bin_find_unlinked_pad()

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstutils.c: (element_find_unlinked_pad),
(gst_bin_find_unlinked_pad), (gst_bin_find_unconnected_pad),
* gst/gstutils.h:
API: add gst_bin_find_unlinked_pad()
API: deprecate gst_bin_find_unconnected_pad() (#401456)

16 years agogst/: Fixed a bunch of typos.
Peter Kjellerstedt [Mon, 26 May 2008 10:07:09 +0000 (10:07 +0000)]
gst/: Fixed a bunch of typos.

Original commit message from CVS:
* gst/gstclock.c:
* gst/gstclock.h:
* gst/gsttask.c:
* gst/gsttask.h:
Fixed a bunch of typos.

16 years agogst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).
Tim-Philipp Müller [Sun, 25 May 2008 16:34:32 +0000 (16:34 +0000)]
gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).

Original commit message from CVS:
* gst/gstpad.h:
* gst/gstutils.c: (gst_element_unlink), (element_find_unlinked_pad),
(gst_bin_find_unconnected_pad), (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
'unconnected pad' -> 'unlinked pad' for consistency (#401456).

16 years agodocs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to rewrite the...
Tim-Philipp Müller [Sun, 25 May 2008 16:13:38 +0000 (16:13 +0000)]
docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to rewrite the nonsensical examples right now.

Original commit message from CVS:
* docs/pwg/advanced-tagging.xml:
Small docs update, can't be bothered to rewrite the nonsensical
examples right now.

16 years agogst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR (#534505).
Tim-Philipp Müller [Sun, 25 May 2008 14:44:44 +0000 (14:44 +0000)]
gst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR (#534505).

Original commit message from CVS:
* gst/gstevent.h:
Clarify docs for GST_SEEK_TYPE_CUR (#534505).

16 years agogst/parse/grammar.y: Remove unneeded casts.
Tim-Philipp Müller [Sun, 25 May 2008 14:13:22 +0000 (14:13 +0000)]
gst/parse/grammar.y: Remove unneeded casts.

Original commit message from CVS:
* gst/parse/grammar.y:
Remove unneeded casts.

16 years agoGet all missing elements from a parse launch string if possible (ie. if the FATAL_ERR...
Tim-Philipp Müller [Sun, 25 May 2008 13:56:38 +0000 (13:56 +0000)]
Get all missing elements from a parse launch string if possible (ie. if the FATAL_ERRORS flag has been specified). Fi...

Original commit message from CVS:
* gst/parse/grammar.y:
* tests/check/pipelines/parse-launch.c:
Get all missing elements from a parse launch string if possible
(ie. if the FATAL_ERRORS flag has been specified). Fixes #528178.

16 years agotests/check/: Add some unit tests for the new gst_parse_launch*_full() API. (Exposes...
Tim-Philipp Müller [Sat, 24 May 2008 16:38:15 +0000 (16:38 +0000)]
tests/check/: Add some unit tests for the new gst_parse_launch*_full() API. (Exposes a previously-existing memory lea...

Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/pipelines/parse-launch.c:
Add some unit tests for the new gst_parse_launch*_full() API.
(Exposes a previously-existing memory leak in the error code
path, so adding to VALGRIND_TO_FIX for now).

16 years agoAPI: gst_parse_launch_full()
Tim-Philipp Müller [Sat, 24 May 2008 15:33:53 +0000 (15:33 +0000)]
API: gst_parse_launch_full()

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (init_post):
* gst/gst_private.h: (_GstParseContext):
* gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
(gst_parse_context_free), (gst_parse_context_get_missing_elements),
(gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
(gst_parse_launch_full):
* gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
(GstParseFlags), (GstParseContext):
* gst/gstutils.c: (gst_parse_bin_from_description),
(gst_parse_bin_from_description_full):
* gst/gstutils.h:
* gst/parse/grammar.y:
* gst/parse/types.h:
* win32/common/libgstreamer.def:
Add new gst_parse_*_full API (#528178):
API: gst_parse_launch_full()
API: gst_parse_launchv_full()
API: gst_parse_bin_from_description_full()
API: gst_parse_context_new()
API: gst_parse_context_free()
API: gst_parse_context_get_missing_elements()

16 years agodocs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled.
Suresh Kumar P [Fri, 23 May 2008 06:50:10 +0000 (06:50 +0000)]
docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled.

Original commit message from CVS:
patch by: Suresh Kumar P <sureshkumar.pp@gmail.com>
* docs/faq/gst-uninstalled:
Also support ffmpeg in gst-uninstalled.

16 years agoconfigure.ac: After discussion on IRC use the binary registry as default but allow...
Sebastian Dröge [Thu, 22 May 2008 20:29:20 +0000 (20:29 +0000)]
configure.ac: After discussion on IRC use the binary registry as default but allow to disable it with --disable-binar...

Original commit message from CVS:
* configure.ac:
After discussion on IRC use the binary registry as default
but allow to disable it with --disable-binary-registry.
* win32/common/libgstreamer.def:
Add the two new symbols for the binary registry.

16 years agogst/: More guards against bad input; typo fix; some minor clean-ups.
Tim-Philipp Müller [Thu, 22 May 2008 15:38:54 +0000 (15:38 +0000)]
gst/: More guards against bad input; typo fix; some minor clean-ups.

Original commit message from CVS:
* gst/gstparse.c: (_gst_parse_escape), (gst_parse_launchv):
* gst/gstutils.c: (gst_parse_bin_from_description):
* gst/parse/grammar.y: (graph):
More guards against bad input; typo fix; some minor clean-ups.

16 years agolibs/gst/base/gstbasesink.c: If nothing else can be used, use the last buffer's start...
Sjoerd Simons [Thu, 22 May 2008 08:33:27 +0000 (08:33 +0000)]
libs/gst/base/gstbasesink.c: If nothing else can be used, use the last buffer's start time as the segment's last stop...

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
If nothing else can be used, use the last buffer's start time as
the segment's last stop. Fixes bug #534258.

16 years agogst/gstpad.c: Move size sanity check to the right place: downstream may return a...
Tim-Philipp Müller [Wed, 21 May 2008 18:33:08 +0000 (18:33 +0000)]
gst/gstpad.c: Move size sanity check to the right place: downstream may return a buffer with a smaller size if the bu...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_alloc_buffer_full):
Move size sanity check to the right place: downstream may return
a buffer with a smaller size if the buffer caps are different than
the requested ones, as may happen when doing reverse negotiation.

16 years agoplugins/elements/: Small cleanups. Add note adbout g_fopen() on windows and why we...
Wim Taymans [Wed, 21 May 2008 16:06:53 +0000 (16:06 +0000)]
plugins/elements/: Small cleanups. Add note adbout g_fopen() on windows and why we don't use it yet.

Original commit message from CVS:
* plugins/elements/gstfilesink.c: (gst_file_sink_set_location),
(gst_file_sink_render):
* plugins/elements/gstfilesrc.c: (gst_file_src_set_location),
(gst_file_src_start):
Small cleanups. Add note adbout g_fopen() on windows and why we don't
use it yet.

16 years agoDon't use gst_element_get_pad().
Wim Taymans [Wed, 21 May 2008 15:57:52 +0000 (15:57 +0000)]
Don't use gst_element_get_pad().

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_load_and_link):
* gst/gstutils.c: (gst_element_link_pads),
(gst_element_unlink_pads):
* libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
(gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
(gst_check_teardown_sink_pad),
(gst_check_element_push_buffer_list):
* tests/check/elements/fakesink.c: (GST_START_TEST):
* tests/check/elements/filesink.c:
* tests/check/elements/filesrc.c: (GST_START_TEST):
* tests/check/elements/multiqueue.c: (setup_multiqueue),
(mq_sinkpad_to_srcpad):
* tests/check/elements/tee.c: (GST_START_TEST):
* tests/check/generic/sinks.c: (GST_START_TEST):
* tests/check/gst/gstbin.c: (GST_START_TEST):
* tests/check/gst/gstevent.c: (GST_START_TEST):
* tests/check/gst/gstghostpad.c: (GST_START_TEST):
* tests/check/gst/gstpipeline.c: (GST_START_TEST):
* tests/check/gst/gstquery.c: (GST_START_TEST):
* tests/check/gst/gstutils.c: (GST_START_TEST):
* tests/check/libs/basesrc.c: (GST_START_TEST):
* tests/check/pipelines/parse-launch.c: (run_delayed_test),
(gst_parse_test_element_change_state):
Don't use gst_element_get_pad().

16 years agodocs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled.
Felipe Contreras [Wed, 21 May 2008 15:54:28 +0000 (15:54 +0000)]
docs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled.

Original commit message from CVS:
* docs/Makefile.am:
Fix installing plugin documentation when gtk-doc is disabled.

16 years agodocs/manual/: Avoid using a bad function in the example code.
Wim Taymans [Wed, 21 May 2008 15:51:25 +0000 (15:51 +0000)]
docs/manual/: Avoid using a bad function in the example code.

Original commit message from CVS:
* docs/manual/advanced-autoplugging.xml:
* docs/manual/basics-helloworld.xml:
* docs/manual/basics-pads.xml:
* docs/manual/highlevel-components.xml:
Avoid using a bad function in the example code.

16 years agogst/gstclock.c: Fix debug of the new clock rate.
Wim Taymans [Wed, 21 May 2008 15:49:21 +0000 (15:49 +0000)]
gst/gstclock.c: Fix debug of the new clock rate.

Original commit message from CVS:
* gst/gstclock.c: (gst_clock_set_calibration):
Fix debug of the new clock rate.

16 years agowin32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported symbols.
Sebastian Dröge [Wed, 21 May 2008 11:10:32 +0000 (11:10 +0000)]
win32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported symbols.

Original commit message from CVS:
* win32/common/libgstbase.def:
Add gst_base_sink_wait_clock() to the exported symbols.

16 years agolibs/gst/base/gstbasetransform.c: Unref events that the GstBaseTransform::event vfunc...
Tim-Philipp Müller [Tue, 20 May 2008 08:28:24 +0000 (08:28 +0000)]
libs/gst/base/gstbasetransform.c: Unref events that the GstBaseTransform::event vfunc didn't want to have forwarded b...

Original commit message from CVS:
Patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_sink_event):
Unref events that the GstBaseTransform::event vfunc didn't want to
have forwarded by the base class. Closes a leak in identity.
Fixes bug #446763.

16 years agoExpose a method that was previously used internally to synchronize against the clock...
Wim Taymans [Mon, 19 May 2008 16:36:51 +0000 (16:36 +0000)]
Expose a method that was previously used internally to synchronize against the clock because it can be useful for sub...

Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/gstbasesink.c: (gst_base_sink_wait_clock):
* libs/gst/base/gstbasesink.h:
Expose a method that was previously used internally to synchronize
against the clock because it can be useful for subclasses too.
GstBaseSink::gst_base_sink_wait_clock()

16 years agogst/gstpad.c: Add sanity check to make sure we don't get smaller buffers than request...
Tim-Philipp Müller [Mon, 19 May 2008 11:59:34 +0000 (11:59 +0000)]
gst/gstpad.c: Add sanity check to make sure we don't get smaller buffers than requested (and fallback to normal buffe...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_buffer_alloc_unchecked):
Add sanity check to make sure we don't get smaller buffers
than requested (and fallback to normal buffer alloc if we do).

16 years agolibs/gst/base/gstbasesink.c: Refactor adjusting the running_time with latency and...
Wim Taymans [Mon, 19 May 2008 11:11:49 +0000 (11:11 +0000)]
libs/gst/base/gstbasesink.c: Refactor adjusting the running_time with latency and offset into a separate method.

Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_adjust_time),
(gst_base_sink_wait_clock), (gst_base_sink_wait_eos),
(gst_base_sink_do_sync), (gst_base_sink_chain_unlocked):
Refactor adjusting the running_time with latency and offset into a
separate method.
When doing clipping, we still want to use the subclass get_times method,
just in case the DURATION or TIMESTAMP are not set.

16 years agoAPI: add gst_type_find_suggest_simple(), #533740.
Tim-Philipp Müller [Mon, 19 May 2008 10:46:44 +0000 (10:46 +0000)]
API: add gst_type_find_suggest_simple(), #533740.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gsttypefind.c: (gst_type_find_suggest_simple):
* gst/gsttypefind.h:
* win32/common/libgstreamer.def:
API: add gst_type_find_suggest_simple(), #533740.

16 years agolibs/gst/base/gstbasesrc.c: Use right error code when typefinding fails, so we can...
Tim-Philipp Müller [Mon, 19 May 2008 10:29:57 +0000 (10:29 +0000)]
libs/gst/base/gstbasesrc.c: Use right error code when typefinding fails, so we can use the default (translated) error...

Original commit message from CVS:
* libs/gst/base/gstbasesrc.c: (gst_base_src_start):
Use right error code when typefinding fails, so we can use
the default (translated) error messages.

16 years agolibs/gst/base/gstbasesrc.c: When the subclass did not set caps on outgoing buffers...
Wim Taymans [Mon, 19 May 2008 10:03:09 +0000 (10:03 +0000)]
libs/gst/base/gstbasesrc.c: When the subclass did not set caps on outgoing buffers, configure the caps we negotiated ...

Original commit message from CVS:
* libs/gst/base/gstbasesrc.c: (gst_base_src_get_range),
(gst_base_src_start):
When the subclass did not set caps on outgoing buffers, configure the
caps we negotiated on the source pad.
When the typefind helper does not find caps, error out properly instead
of doing things with NULL caps.

16 years agogst/gsttypefind.h: Tabs to spaces, oh yes!
Tim-Philipp Müller [Sun, 18 May 2008 18:53:50 +0000 (18:53 +0000)]
gst/gsttypefind.h: Tabs to spaces, oh yes!

Original commit message from CVS:
* gst/gsttypefind.h:
Tabs to spaces, oh yes!

16 years agoChangeLog surgery
Tim-Philipp Müller [Sun, 18 May 2008 12:13:42 +0000 (12:13 +0000)]
ChangeLog surgery

Original commit message from CVS:
ChangeLog surgery

16 years agotests/check/gst/gstcaps.c: Add David's and Benjamin's tests for array subtraction...
Tim-Philipp Müller [Sun, 18 May 2008 11:52:39 +0000 (11:52 +0000)]
tests/check/gst/gstcaps.c: Add David's and Benjamin's tests for array subtraction to the unit test suite, which sugge...

Original commit message from CVS:
* tests/check/gst/gstcaps.c: (test_intersect2), (gst_caps_suite):
Add David's and Benjamin's tests for array subtraction to the
unit test suite, which suggests that #147931 is fixed these days.

16 years agogst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation()...
Tim-Philipp Müller [Sun, 18 May 2008 11:35:43 +0000 (11:35 +0000)]
gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation() take ownership of the taglist/struct...

Original commit message from CVS:
* gst/gstevent.c:
Document that gst_event_new_tag() and gst_event_new_navigation()
take ownership of the taglist/structure passed to them. (#533635).

16 years agodocs/Makefile.am: Don't descend into the plugins dir if plugin docs building is disabled.
Jan Schmidt [Sat, 17 May 2008 17:20:51 +0000 (17:20 +0000)]
docs/Makefile.am: Don't descend into the plugins dir if plugin docs building is disabled.

Original commit message from CVS:
* docs/Makefile.am:
Don't descend into the plugins dir if plugin docs building
is disabled.
* docs/README:
Add a note about the new type:GTypeName syntax for the plugin
documentation .types file.

16 years agogst/gstmessage.*: Mark the debug string parameters as const. Fixes bug #533490.
Sebastian Dröge [Sat, 17 May 2008 13:54:52 +0000 (13:54 +0000)]
gst/gstmessage.*: Mark the debug string parameters as const. Fixes bug #533490.

Original commit message from CVS:
* gst/gstmessage.c: (gst_message_new_error),
(gst_message_new_warning), (gst_message_new_info):
* gst/gstmessage.h:
Mark the debug string parameters as const. Fixes bug #533490.

16 years agolibs/gst/base/gsttypefindhelper.c: Sort buffer cache list by end offsets. This makes...
Sebastian Dröge [Fri, 16 May 2008 21:09:45 +0000 (21:09 +0000)]
libs/gst/base/gsttypefindhelper.c: Sort buffer cache list by end offsets. This makes sure that we don't stop to searc...

Original commit message from CVS:
* libs/gst/base/gsttypefindhelper.c: (helper_find_peek):
Sort buffer cache list by end offsets. This makes sure that we don't
stop to search for a cached buffer that contains the requested data
too early.
Also read a minimum of 4k bytes instead of 512 bytes as this is a bit
more efficient. Fixes bug #459862.

16 years agogst/gstinfo.c: Explain why we copy the list.
Stefan Kost [Wed, 14 May 2008 18:17:34 +0000 (18:17 +0000)]
gst/gstinfo.c: Explain why we copy the list.

Original commit message from CVS:
* gst/gstinfo.c:
Explain why we copy the list.
* gst/gstpipeline.c:
Improve docs.
* gst/gstutils.c:
Add one debug-log statement to help tracing probelms with linking pads.

16 years agotests/check/gst/gstinfo.c: Add a test for removing the default log handler. Seems...
Stefan Kost [Wed, 14 May 2008 18:09:01 +0000 (18:09 +0000)]
tests/check/gst/gstinfo.c: Add a test for removing the default log handler. Seems to fail under windows.

Original commit message from CVS:
* tests/check/gst/gstinfo.c:
Add a test for removing the default log handler. Seems to fail under
windows.

16 years agogst/gstpad.c: Release pad lock before calling out to avoid a possible deadlock.
Wim Taymans [Wed, 14 May 2008 13:52:59 +0000 (13:52 +0000)]
gst/gstpad.c: Release pad lock before calling out to avoid a possible deadlock.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_peer_accept_caps):
Release pad lock before calling out to avoid a possible deadlock.

16 years agogst/parse/grammar.y: Remove unneeded value unset.
Wim Taymans [Wed, 14 May 2008 10:22:17 +0000 (10:22 +0000)]
gst/parse/grammar.y: Remove unneeded value unset.

Original commit message from CVS:
* gst/parse/grammar.y:
Remove unneeded value unset.
* tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
Add unit test for de/serialization of caps.

16 years agoplugins/elements/: Use custom marshalers that take GstMiniObject as first parameter.
Sebastian Dröge [Tue, 13 May 2008 12:54:00 +0000 (12:54 +0000)]
plugins/elements/: Use custom marshalers that take GstMiniObject as first parameter.

Original commit message from CVS:
* plugins/elements/gstfakesink.c:
(marshal_VOID__MINIOBJECT_OBJECT), (gst_fake_sink_class_init):
* plugins/elements/gstfakesrc.c: (marshal_VOID__MINIOBJECT_OBJECT),
(gst_fake_src_class_init):
Use custom marshalers that take GstMiniObject as first parameter.
Using OBJECT as parameter while a GstMiniObject is given will lead
to assertions if built with G_ENABLE_DEBUG. Fixes bug #525532.

16 years agoplugins/elements/gsttypefindelement.c: Clean up on FLUSH_STOP and not FLUSH_START...
Sebastian Dröge [Tue, 13 May 2008 12:38:31 +0000 (12:38 +0000)]
plugins/elements/gsttypefindelement.c: Clean up on FLUSH_STOP and not FLUSH_START. Forward both events immediately.

Original commit message from CVS:
* plugins/elements/gsttypefindelement.c:
(gst_type_find_element_handle_event),
(gst_type_find_element_send_cached_events),
(gst_type_find_element_change_state):
Clean up on FLUSH_STOP and not FLUSH_START. Forward both events
immediately.

16 years agoplugins/elements/gsttypefindelement.c: Forward FLUSH_START events immediately and...
Sebastian Dröge [Tue, 13 May 2008 11:45:24 +0000 (11:45 +0000)]
plugins/elements/gsttypefindelement.c: Forward FLUSH_START events immediately and clean up instead of caching them.

Original commit message from CVS:
* plugins/elements/gsttypefindelement.c:
(gst_type_find_handle_src_query), (stop_typefinding),
(gst_type_find_element_handle_event),
(gst_type_find_element_send_cached_events),
(gst_type_find_element_change_state):
Forward FLUSH_START events immediately and clean up instead of
caching them.

16 years agolibs/gst/base/gstbasetransform.c: Check the caps of the buffer returned by gst_pad_al...
Sjoerd Simons [Tue, 13 May 2008 07:11:05 +0000 (07:11 +0000)]
libs/gst/base/gstbasetransform.c: Check the caps of the buffer returned by gst_pad_alloc_buffer() and fall back to de...

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_buffer_alloc):
Check the caps of the buffer returned by gst_pad_alloc_buffer() and
fall back to default negotiation in the chain function if the caps
are different from what was requested. Fixes bug #526768.

16 years agoNo, let's not use g_slice_{dup|copy} here, since they only exist since GLib 2.14...
Tim-Philipp Müller [Fri, 9 May 2008 20:48:24 +0000 (20:48 +0000)]
No, let's not use g_slice_{dup|copy} here, since they only exist since GLib 2.14 and we still depend only on >= 2.12....

Original commit message from CVS:
* gst/gstsegment.c:
* tests/check/gst/gstsegment.c:
No, let's not use g_slice_{dup|copy} here, since they only exist
since GLib 2.14 and we still depend only on >= 2.12. Also add
unit test for gst_segment_copy().

16 years agogst/gstutils.h: Try to fix 'dereferencing type-punned pointer will break strict alias...
Tim-Philipp Müller [Fri, 9 May 2008 18:25:44 +0000 (18:25 +0000)]
gst/gstutils.h: Try to fix 'dereferencing type-punned pointer will break strict aliasing rules' warnings with C++ com...

Original commit message from CVS:
* gst/gstutils.h: (GST_BOILERPLATE_FULL):
Try to fix 'dereferencing type-punned pointer will break strict
aliasing rules' warnings with C++ compilers and GLib >= 2.14.0: GLib
changed the default GType typedef from gulong to gsize at some point,
but kept GType typedef'ed to gulong for C++ for ABI reasons; the
g_once_* functions all take a gsize * though, so work around the type
mismatch for C++ by doing everything in gsize and casting to GType
later.

16 years agoplugins/elements/gstmultiqueue.c: Add documentation for the signals to push our core...
Jan Schmidt [Fri, 9 May 2008 14:02:53 +0000 (14:02 +0000)]
plugins/elements/gstmultiqueue.c: Add documentation for the signals to push our core plugin docs coverage back up to ...

Original commit message from CVS:
* plugins/elements/gstmultiqueue.c:
Add documentation for the signals to push our core plugin docs
coverage back up to 100%.

16 years agogst/gstinfo.h (GST_FUNCTION): Reverted GST_FUNCTION to the old version as we don...
Ole André Vadla Ravnås [Thu, 8 May 2008 14:23:16 +0000 (14:23 +0000)]
gst/gstinfo.h (GST_FUNCTION): Reverted GST_FUNCTION to the old version as we don't want the full signature in C++ cod...

Original commit message from CVS:
* gst/gstinfo.h (GST_FUNCTION):
Reverted GST_FUNCTION to the old version as we don't want the
full signature in C++ code. Also added support for MSVC.

16 years agogst/gstutils.h: Intern the type name string, similar to what G_DEFINE_TYPE does.
Sebastian Dröge [Thu, 8 May 2008 11:37:03 +0000 (11:37 +0000)]
gst/gstutils.h: Intern the type name string, similar to what G_DEFINE_TYPE does.

Original commit message from CVS:
* gst/gstutils.h:
Intern the type name string, similar to what G_DEFINE_TYPE does.

16 years agogst/gstutils.h: Make GST_BOILERPLATE thread-safe if building with GLib 2.14 or newer.
Sebastian Dröge [Thu, 8 May 2008 11:27:56 +0000 (11:27 +0000)]
gst/gstutils.h: Make GST_BOILERPLATE thread-safe if building with GLib 2.14 or newer.

Original commit message from CVS:
* gst/gstutils.h:
Make GST_BOILERPLATE thread-safe if building with GLib 2.14 or newer.

16 years agolibs/gst/base/gstbasetransform.c: Don't passthrough buffer allocation too easily...
Sjoerd Simons [Thu, 8 May 2008 05:55:34 +0000 (05:55 +0000)]
libs/gst/base/gstbasetransform.c: Don't passthrough buffer allocation too easily if the caps change.

Original commit message from CVS:
Based on a patch by: Sjoerd Simons <sjoerd at luon dot net>
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_buffer_alloc):
Don't passthrough buffer allocation too easily if the caps change.
This breaks when working in passthrough mode and upstream changes
it's caps. Fixes bug #526768.

16 years agogst/gstinfo.c (gst_debug_log_valist): Improved the __FILE__ part of debug output...
Ole André Vadla Ravnås [Wed, 7 May 2008 19:24:44 +0000 (19:24 +0000)]
gst/gstinfo.c (gst_debug_log_valist): Improved the __FILE__ part of debug output for MSVC.

Original commit message from CVS:
* gst/gstinfo.c (gst_debug_log_valist):
Improved the __FILE__ part of debug output for MSVC.

16 years agolibs/gst/base/gstbasesrc.c (gst_base_src_default_query): Declaration after statement...
Ole André Vadla Ravnås [Wed, 7 May 2008 19:15:14 +0000 (19:15 +0000)]
libs/gst/base/gstbasesrc.c (gst_base_src_default_query): Declaration after statement fix for compilers like MSVC.

Original commit message from CVS:
* libs/gst/base/gstbasesrc.c (gst_base_src_default_query):
Declaration after statement fix for compilers like MSVC.

16 years agowin32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much...
Ole André Vadla Ravnås [Wed, 7 May 2008 19:09:08 +0000 (19:09 +0000)]
win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than h...

Original commit message from CVS:
* win32/common/config.h.in:
Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
use the real thing than having "???" unconditionally.

16 years agogst/gstinfo.h (GST_FUNCTION): Made GST_FUNCTION an alias for G_STRFUNC to avoid dupli...
Ole André Vadla Ravnås [Wed, 7 May 2008 18:51:22 +0000 (18:51 +0000)]
gst/gstinfo.h (GST_FUNCTION): Made GST_FUNCTION an alias for G_STRFUNC to avoid duplication.

Original commit message from CVS:
* gst/gstinfo.h (GST_FUNCTION):
Made GST_FUNCTION an alias for G_STRFUNC to avoid duplication.

16 years agolibs/gst/base/gstadapter.c: Small code cleanup.
Wim Taymans [Wed, 7 May 2008 09:47:27 +0000 (09:47 +0000)]
libs/gst/base/gstadapter.c: Small code cleanup.

Original commit message from CVS:
* libs/gst/base/gstadapter.c: (gst_adapter_available_fast):
Small code cleanup.
* libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
(gst_base_sink_set_flushing):
* libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
Fix some comments.

16 years agoplugins/elements/gstfakesrc.*: Added format property to control the format of the...
Wim Taymans [Wed, 7 May 2008 09:34:58 +0000 (09:34 +0000)]
plugins/elements/gstfakesrc.*: Added format property to control the format of the newsegment events.

Original commit message from CVS:
* plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
(gst_fake_src_init), (gst_fake_src_set_property),
(gst_fake_src_get_property), (gst_fake_src_start):
* plugins/elements/gstfakesrc.h:
Added format property to control the format of the newsegment events.
API: GstFakeSrc:format

16 years agowin32/common/libgstreamer.def: Add gst_pad_has_name() to the exported symbols.
Sebastian Dröge [Tue, 6 May 2008 08:45:07 +0000 (08:45 +0000)]
win32/common/libgstreamer.def: Add gst_pad_has_name() to the exported symbols.

Original commit message from CVS:
* win32/common/libgstreamer.def:
Add gst_pad_has_name() to the exported symbols.

16 years agoDon't allow negative sizes when allocating new buffers.
Sebastian Dröge [Tue, 6 May 2008 08:43:57 +0000 (08:43 +0000)]
Don't allow negative sizes when allocating new buffers.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_alloc_buffer_full):
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_prepare_output_buffer):
Don't allow negative sizes when allocating new buffers.
Fixes bug #461253.

16 years agogst/gstbus.c: Don't print a warning if the queue is empty when we try to pop here...
Sjoerd Simons [Mon, 5 May 2008 16:47:29 +0000 (16:47 +0000)]
gst/gstbus.c: Don't print a warning if the queue is empty when we try to pop here. That could happen if another threa...

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon net>
* gst/gstbus.c: (gst_bus_source_dispatch):
Don't print a warning if the queue is empty when we try to pop
here. That could happen if another thread or callback set the
bus to flushing between the source's check/prepare and the
dispatch being called (#531538).

16 years agoplugins/elements/gstmultiqueue.c: Small docs fix.
Tim-Philipp Müller [Mon, 5 May 2008 16:25:23 +0000 (16:25 +0000)]
plugins/elements/gstmultiqueue.c: Small docs fix.

Original commit message from CVS:
* plugins/elements/gstmultiqueue.c:
Small docs fix.

16 years agotests/check/gst/gstvalue.c: Add unit test for deserializing uint64s and check some...
Sebastian Dröge [Mon, 5 May 2008 15:50:36 +0000 (15:50 +0000)]
tests/check/gst/gstvalue.c: Add unit test for deserializing uint64s and check some really large numbers in the int64 ...

Original commit message from CVS:
* tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
Add unit test for deserializing uint64s and check some really large
numbers in the int64 test.

16 years agotools/gst-inspect.c: Use "%s" as format string instead of printing strings directly.
Sebastian Dröge [Sun, 4 May 2008 19:07:21 +0000 (19:07 +0000)]
tools/gst-inspect.c: Use "%s" as format string instead of printing strings directly.

Original commit message from CVS:
* tools/gst-inspect.c: (n_print), (print_hierarchy),
(print_interfaces), (print_element_properties_info),
(print_signal_info):
Use "%s" as format string instead of printing strings directly.

16 years agogst/gstclock.c: Make some checks actually useful.
Sebastian Dröge [Sun, 4 May 2008 14:25:07 +0000 (14:25 +0000)]
gst/gstclock.c: Make some checks actually useful.

Original commit message from CVS:
* gst/gstclock.c: (gst_clock_set_calibration):
Make some checks actually useful.
* gst/gstregistrybinary.c: (gst_registry_binary_load_plugin):
Remove some unused code. Unsigned integers tend to be >= 0.

16 years agogst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs blurb...
Tim-Philipp Müller [Sat, 3 May 2008 19:23:43 +0000 (19:23 +0000)]
gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this function was not in the uns...

Original commit message from CVS:
* gst/gstminiobject.c: (gst_value_get_mini_object):
Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this
function was not in the unscheduled 0.10.19 release.

16 years agogst/gstregistry.c: Only print one log message per non-plugin file.
Tim-Philipp Müller [Sat, 3 May 2008 19:13:47 +0000 (19:13 +0000)]
gst/gstregistry.c: Only print one log message per non-plugin file.

Original commit message from CVS:
* gst/gstregistry.c: (gst_registry_scan_path_level):
Only print one log message per non-plugin file.

16 years agogst/gstinfo.c: Fix alignment of debug log columns on 64-bit.
Tim-Philipp Müller [Sat, 3 May 2008 19:08:50 +0000 (19:08 +0000)]
gst/gstinfo.c: Fix alignment of debug log columns on 64-bit.

Original commit message from CVS:
* gst/gstinfo.c: (gst_debug_log_default):
Fix alignment of debug log columns on 64-bit.

16 years agodocs/libs/: Ignore private controller headers for docs.
Tim-Philipp Müller [Sat, 3 May 2008 16:52:16 +0000 (16:52 +0000)]
docs/libs/: Ignore private controller headers for docs.

Original commit message from CVS:
* docs/libs/Makefile.am:
* docs/libs/gstreamer-libs-sections.txt:
Ignore private controller headers for docs.

16 years agolibs/gst/controller/: Move some private declarations into private headers.
Sebastian Dröge [Sat, 3 May 2008 15:25:25 +0000 (15:25 +0000)]
libs/gst/controller/: Move some private declarations into private headers.

Original commit message from CVS:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gsthelper.c:
* libs/gst/controller/gstinterpolation.c:
* libs/gst/controller/gstinterpolationcontrolsource.c:
(gst_interpolation_control_source_set_interpolation_mode):
* libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
* libs/gst/controller/lib.c:
Move some private declarations into private headers.

16 years agogst/gstdebugutils.c: Remove some code that is unused after Stefan's refactoring and...
Sebastian Dröge [Fri, 2 May 2008 10:12:33 +0000 (10:12 +0000)]
gst/gstdebugutils.c: Remove some code that is unused after Stefan's refactoring and uses uninitialized variables now,...

Original commit message from CVS:
* gst/gstdebugutils.c: (debug_dump_element_pad):
Remove some code that is unused after Stefan's refactoring and uses
uninitialized variables now, resulting in a compiler warning.

16 years agogst/gstregistry.c: Run g_str_has_suffix() only on the file name, not the entire file...
Tim-Philipp Müller [Thu, 1 May 2008 13:03:51 +0000 (13:03 +0000)]
gst/gstregistry.c: Run g_str_has_suffix() only on the file name, not the entire file path.

Original commit message from CVS:
* gst/gstregistry.c: (gst_registry_scan_path_level):
Run g_str_has_suffix() only on the file name, not the
entire file path.

16 years agoplugins/elements/gstqueue.c: Since we're not called only from the chain function...
Tim-Philipp Müller [Wed, 30 Apr 2008 14:20:48 +0000 (14:20 +0000)]
plugins/elements/gstqueue.c: Since we're not called only from the chain function any longer, we can't assume that the...

Original commit message from CVS:
* plugins/elements/gstqueue.c: (gst_queue_leak_downstream):
Since we're not called only from the chain function any longer,
we can't assume that there's always data in the queue, so move
the is_full check to the beginning of the loop (otherwise we'd
hit the assert when changing the limit properties while the
queue is empty or not running yet).
Also, only set a discont if items were actually removed from
the queue.
* tests/check/elements/queue.c: (test_leaky_downstream):
Test case for the above.

16 years agoplugins/elements/gstqueue.c: When changing thr max capacity of a leaky queue, immedia...
Jonas Holmberg [Wed, 30 Apr 2008 09:35:43 +0000 (09:35 +0000)]
plugins/elements/gstqueue.c: When changing thr max capacity of a leaky queue, immediatly drop buffers instead of wait...

Original commit message from CVS:
Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
* plugins/elements/gstqueue.c: (gst_queue_leak_downstream),
(gst_queue_chain), (queue_capacity_change),
(gst_queue_set_property):
When changing thr max capacity of a leaky queue, immediatly drop buffers
instead of waiting for a push on the sinkpad. Fixes #530637.

16 years agogst/gstdebugutils.c: Refactor code and fix handling of ghostpads and their proxypads.
Stefan Kost [Wed, 30 Apr 2008 07:56:39 +0000 (07:56 +0000)]
gst/gstdebugutils.c: Refactor code and fix handling of ghostpads and their proxypads.

Original commit message from CVS:
* gst/gstdebugutils.c:
Refactor code and fix handling of ghostpads and their proxypads.

16 years agoAdd method to conveniently check the name of a custom event with gst_event_has_name().
Wim Taymans [Tue, 29 Apr 2008 11:23:51 +0000 (11:23 +0000)]
Add method to conveniently check the name of a custom event with gst_event_has_name().

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstevent.c: (gst_event_has_name):
* gst/gstevent.h:
* tests/check/gst/gstevent.c: (GST_START_TEST):
Add method to conveniently check the name of a custom event with
gst_event_has_name().
Reformat the event docs so that related methods are put together instead
of the default alphabetical sort.
Update unit test with new method.
API: GstEvent::gst_event_has_name()

16 years agolibs/gst/check/Makefile.am: Don't add an explicit link to libgstreamer-0.10.la; it...
Michael Smith [Mon, 28 Apr 2008 18:44:48 +0000 (18:44 +0000)]
libs/gst/check/Makefile.am: Don't add an explicit link to libgstreamer-0.10.la; it's already included in GST_OBJ_LIBS.

Original commit message from CVS:
* libs/gst/check/Makefile.am:
Don't add an explicit link to libgstreamer-0.10.la; it's already
included in GST_OBJ_LIBS.

16 years agogst/gst.c: Register GstClock type from a type-safe context. Fixes bug #530317.
Sebastian Dröge [Mon, 28 Apr 2008 09:21:33 +0000 (09:21 +0000)]
gst/gst.c: Register GstClock type from a type-safe context. Fixes bug #530317.

Original commit message from CVS:
* gst/gst.c:
Register GstClock type from a type-safe context. Fixes bug #530317.