gstreamer/testsuite
Andy Wingo 7c0804b15c testsuite/caps/value_serialize.c: merge from HEAD.
Original commit message from CVS:
2005-02-10  Andy Wingo  <wingo@pobox.com>

* testsuite/caps/value_serialize.c: merge from HEAD.

* testsuite/caps/subtract.c:
* testsuite/caps/filtercaps.c:
* testsuite/caps/enumcaps.c:
* testsuite/caps/deserialize.c:
* testsuite/caps/caps.c:
* testsuite/caps/audioscale.c: Unref caps, not free.

* testsuite/caps/caps_strings: Merged from HEAD.

* gst/elements/gstidentity.c (gst_identity_proxy_getcaps): Getcaps
implementation for identity.

* gst/gststructure.h
* gst/gststructure.c
(gst_caps_structure_fixate_field_nearest_double):
(gst_caps_structure_fixate_field_nearest_int): Moved from
gstcaps.c because we need the private IS_MUTABLE macro.
(IS_MUTABLE): New macro, determines if a
structure is mutable or not.
(gst_structure_free): Don't allow free while holding a pointer to
a parent's refcount.
(gst_structure_set_name): Check for writability.
(gst_structure_id_set_value): Same.
(gst_structure_set_value): Same.
(gst_structure_set_valist): Same.
(gst_structure_remove_field): Same.
(gst_structure_remove_all_fields): Same.
(gst_structure_map_in_place): New routine, like _foreach but
allows the function to mutate the value (via a non-const
prototype). Check for writability.
(gst_structure_foreach): Redefine to only take non-mutating
functions.

* gst/gstcaps.c (IS_WRITABLE): New macro, returns TRUE if the caps
are writable.
(gst_caps_copy): Add some docs about mutability, etc.
(_gst_caps_free): Set the parent refcount pointer on structures to
NULL before freeing them.
(gst_caps_ref): Document.
(gst_caps_make_writable): Doc.
(gst_caps_make_writable): Changed to make_writable, get_writable
sounds too much like retrieving a property.
(gst_caps_copy_1): Removed, not very useful.
(gst_caps_ref_by_count): Removed, no need to have something GLib
doesn't.
(gst_caps_copy_conditional): Ref instead of copying.
(gst_static_caps_get): Retain a reference to the returned caps, so
that the static caps will remain immutable.
(gst_caps_remove_and_get_structure): Set the parent refcount to
NULL when removing the structure.
(gst_caps_append): Fix to work with structure parent refcounts.
Check for writability.
(gst_caps_append_structure): Check for writability, work with
parent refcounts.
(gst_caps_remove_structure): Check for writability.
(gst_caps_set_simple): Check for writability.
(gst_caps_set_simple_valist): Check for writability.
(gst_caps_is_fixed_foreach): Update for non-mutating foreach.
(gst_structure_is_equal_foreach): Same.
(gst_caps_structure_intersect_field): Same.
(gst_caps_structure_subtract_field): Same. Make static.
(gst_caps_normalize_foreach): Same.
(gst_caps_structure_figure_out_union): Same.
(gst_caps_switch_structures): New static function, switches out
structures inside a caps, taking care of parent_refcount setting.

* gst/gstpad.c (gst_pad_get_allowed_caps): Remove the restriction
on only src pads, wim von masterhack claims it was bogus.

* testsuite/caps/Makefile.am
* testsuite/caps/app_fixate.c: Removed app_fixate test, things are
done a bit differently in THREADED.
2005-02-10 19:40:23 +00:00
..
bins Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
caps testsuite/caps/value_serialize.c: merge from HEAD. 2005-02-10 19:40:23 +00:00
cleanup fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
clock Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
debug fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
dlopen Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
dynparams testsuite/: s/gst_pad_new/&_from_template/ prepare deprecation of gst_pad_new 2004-08-17 10:16:35 +00:00
elements /me kicks ds 2004-07-29 15:37:44 +00:00
ghostpads fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
indexers fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
negotiation fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
parse Since parse can do 'element name=a:b' make 'a:b.' work as well. 2004-10-19 09:38:20 +00:00
plugin fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
refcounting testsuite/: s/gst_pad_new/&_from_template/ prepare deprecation of gst_pad_new 2004-08-17 10:16:35 +00:00
schedulers Added testcase for schduler segfault. 2004-11-04 11:03:48 +00:00
states Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
tags fold enumcaps into caps/; clean up Makefile.am files 2004-07-28 11:43:04 +00:00
threads Added testcase for failing bin iterate function due to glib thread-unsafeness. 2004-11-29 17:29:37 +00:00
.gitignore ignore some more 2004-03-15 17:26:30 +00:00
Makefile.am testsuite/bytestream: Removed, getrange replaces bytestream in 2005-02-10 11:23:06 +00:00
Rules change plugin path 2004-07-02 10:15:14 +00:00
test_gst_init.c gst-indent run on core 2004-03-13 15:27:01 +00:00