- 28 Nov, 2005 10 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstplugin.c: (gst_plugin_register_func): everything causing a plugin not to load should be at least a WARNING
-
Thomas Vander Stichele authored
Original commit message from CVS: log caps
-
Thomas Vander Stichele authored
Original commit message from CVS: fix docs
-
Stefan Kost authored
Original commit message from CVS: * docs/random/ensonic/dparams.txt: some TODOs for the next dev cycle * libs/gst/controller/gstcontroller.c: (gst_controlled_property_set_interpolation_mode), (gst_controlled_property_new): * libs/gst/controller/gstcontroller.h: use base type to assign acccessor functions
-
Jan Schmidt authored
Original commit message from CVS: * check/Makefile.am: Oops, that should have been top_srcdir
-
Thomas Vander Stichele authored
Original commit message from CVS: disable pipeline test until someone fixes the unreliable errors
-
Jan Schmidt authored
check/: Use a cmdline define to specify the location of a file to use for testing, to avoid breaking distcheck. Original commit message from CVS: * check/Makefile.am: * check/elements/fdsrc.c: (GST_START_TEST): Use a cmdline define to specify the location of a file to use for testing, to avoid breaking distcheck.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-11-28 Andy Wingo <wingo@pobox.com> * gst/gstpad.c (fixate_value): Use array functions for arrays.
-
Edward Hervey authored
Original commit message from CVS: * tools/gst-launch.c: (main): Clarify the output strings, makes it easier to translate. Fixes #322626
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/Makefile.am: don't try and build net if we don't even have <sys/socket.h>
-
- 27 Nov, 2005 9 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * check/Makefile.am: * check/elements/fdsrc.c: (event_func), (setup_fdsrc), (cleanup_fdsrc), (GST_START_TEST), (fdsrc_suite), (main): Add tests for fdsrc seekability * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init), (gst_fdsrc_init), (gst_fdsrc_update_fd), (gst_fdsrc_start), (gst_fdsrc_set_property), (gst_fdsrc_is_seekable), (gst_fdsrc_get_size), (gst_fdsrc_uri_set_uri): * gst/elements/gstfdsrc.h: fdsrc should not be a 'live' source. Implement seeking on seekable fd's. * gst/gstquery.c: (gst_query_new_seeking), (gst_query_parse_seeking): * gst/gstquery.h: Implement SEEKING query functions: *_new_seeking and *_parse_seeking
-
Stefan Kost authored
Original commit message from CVS: * gst/gstelement.c: (gst_element_dispose): don't loop forever * gst/gstiterator.c: * gst/gststructure.c: doc fixes * libs/gst/controller/gstcontroller.c: (gst_controlled_property_set_interpolation_mode): * libs/gst/controller/gstcontroller.h: * libs/gst/controller/gstinterpolation.c: (interpolate_none_get_enum_value_array): support controlling enums
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/gstvalue.c: Improve documentation for gst_value_union(). * gst/gstvalue.h: Change return value for union, intersect and subtract functions from gint to gboolean.
-
Tim-Philipp Müller authored
gst/gstvalue.*: Use gint, gdouble and gchar in our API instead of int, double and char (and make usage in gstvalue.c ... Original commit message from CVS: * gst/gstvalue.c: (gst_value_serialize_any_list), (gst_value_transform_any_list_string), (gst_value_deserialize_list), (gst_value_deserialize_array), (gst_value_set_int_range), (gst_value_deserialize_int_range), (gst_value_set_double_range), (gst_value_deserialize_double_range), (gst_value_set_fraction_range_full), (gst_value_deserialize_fraction_range), (gst_value_deserialize_caps), (gst_value_deserialize_buffer), (gst_value_deserialize_boolean), (gst_value_deserialize_int_helper), (gst_value_deserialize_double), (gst_value_serialize_float), (gst_value_deserialize_float), (gst_string_wrap), (gst_value_deserialize_string), (gst_value_deserialize_enum), (gst_value_deserialize_flags), (gst_value_union_int_range_int_range), (gst_value_intersect_int_range_int_range), (gst_value_intersect_double_range_double_range), (gst_value_create_new_range), (gst_value_subtract_int_range_int), (gst_value_subtract_int_range_int_range), (gst_value_subtract_double_double_range), (gst_value_subtract_double_range_double_range), (gst_value_deserialize_fraction): * gst/gstvalue.h: Use gint, gdouble and gchar in our API instead of int, double and char (and make usage in gstvalue.c more consistent).
-
Thomas Vander Stichele authored
Original commit message from CVS: add undefined for core
-
Thomas Vander Stichele authored
Original commit message from CVS: fix up Makefile.am and remove GST_ENABLE_NEW
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/base/Makefile.am: * gst/check/Makefile.am: * gst/elements/Makefile.am: * gst/net/Makefile.am: update LDFLAGS use some more
-
Thomas Vander Stichele authored
Original commit message from CVS: Fixes #312589
-
Thomas Vander Stichele authored
Original commit message from CVS: add some additional fail_if's
-
- 26 Nov, 2005 1 commit
-
-
Edward Hervey authored
gst/gstpluginfeature.c: This shouldn't issue a g_warning since it returns NULL if it couldn't find the plugin, and al... Original commit message from CVS: * gst/gstpluginfeature.c: (gst_plugin_feature_load): This shouldn't issue a g_warning since it returns NULL if it couldn't find the plugin, and all functions using this behave properly on a NULL return. Switching to a GST_WARNING.
-
- 25 Nov, 2005 3 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstbin.c: (gst_bin_handle_message_func): Don't leak clock messages.
-
Wim Taymans authored
Original commit message from CVS: * gst/gstutils.c: (gst_util_uint64_scale_int64), (gst_util_uint64_scale_int): Optimisations, remove unneeded vars.
-
Wim Taymans authored
Original commit message from CVS: * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite): Added more checks for the high precision uint64 cases. * gst/gstutils.c: (gst_util_uint64_scale_int64), (gst_util_uint64_scale), (gst_util_uint64_scale_int): Implement high precission (guint64 * guint64) / guint64.
-
- 24 Nov, 2005 11 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst/base/gstbasesrc.c: (gst_base_src_query): Fix wrong percentage query. * gst/gstutils.c: (gst_util_uint64_scale), (gst_util_uint64_scale_int): Add some more common cases that can be handled efficiently to _scale.
-
Thomas Vander Stichele authored
Original commit message from CVS: remove wrongly commited comments
-
Thomas Vander Stichele authored
check/gst/gstminiobject.c: don't use check calls from threads; check probably isn't threadsafe and using a lock to ma... Original commit message from CVS: * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST), (gst_mini_object_suite): don't use check calls from threads; check probably isn't threadsafe and using a lock to make it threadsafe would defeat the purpose of this check * gst/check/gstcheck.c: * gst/check/gstcheck.h: use GST_DEBUG some more
-
Wim Taymans authored
Original commit message from CVS: * gst/gstutils.c: (gst_util_uint64_scale), (gst_util_uint64_scale_int): Chain trivial case to _scale_int.
-
Wim Taymans authored
Original commit message from CVS: * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite): Added test for scaling. * gst/gstclock.h: Small doc fix. * gst/gstutils.c: (gst_util_uint64_scale_int): Implemented high precision scaling code.
-
Stefan Kost authored
Original commit message from CVS: * gst/gstinfo.h: do not crash on pad==NULL
-
Stefan Kost authored
Original commit message from CVS: Patch by: Stefan Kost * common/gtk-doc.mak: * docs/gst/Makefile.am: * docs/libs/Makefile.am: Fix distcheck issues for the libraries docs build Closes #319599
-
Michael Smith authored
Original commit message from CVS: * docs/manual/basics-helloworld.xml: Fix bug #315027: memory leak in example code in docs.
-
Michael Smith authored
Original commit message from CVS: 2005-11-24 Michael Smith <msmith@fluendo.com> * gst/base/gstbasesink.c: (gst_base_sink_handle_object): Unlock the PREROLL_LOCK in a failure case.
-
Thomas Vander Stichele authored
Original commit message from CVS: ignore more
-
Wim Taymans authored
Original commit message from CVS: Doc fixes.
-
- 23 Nov, 2005 6 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: removed directories
-
Thomas Vander Stichele authored
Original commit message from CVS: fix dist
-
Thomas Vander Stichele authored
Original commit message from CVS: add a torture target
-
Thomas Vander Stichele authored
Original commit message from CVS: remove obsolete tests
-
Thomas Vander Stichele authored
Original commit message from CVS: remove obsolete tests
-
Thomas Vander Stichele authored
Original commit message from CVS: remove trigger subdir
-