gstreamer/testsuite/caps
David Schleef 6a096813d4 configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
Original commit message from CVS:
* configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
GST_PRINTF_EXTENSION_FORMAT_DEFINE.
* docs/random/ds/0.9-suggested-changes: Notes from Company.
* gst/gstcaps.c: (gst_caps_to_string): Add comment.
* gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
(gst_debug_log_default), (_gst_info_printf_extension),
(_gst_info_printf_extension_arginfo):  Add printf extension.
* gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
* gst/gststructure.c: (gst_structure_to_string),
(_gst_structure_parse_value): Use gst_value_deserialize() and
remove old code.
* gst/gstvalue.c: (gst_value_deserialize_fourcc),
(gst_value_deserialize_boolean), (gst_strtoi),
(gst_value_deserialize_int), (gst_value_deserialize_double),
(gst_value_deserialize_string), (gst_value_deserialize): Implement
a bunch of deserialize functions and gst_value_deserialize.
* gst/gstvalue.h: er, _de_serialize, not unserialize
* testsuite/caps/string-conversions.c: (main): We don't currently
handle (float) in caps, so convert these to (double).
* testsuite/debug/Makefile.am: Add new test for the printf extension
* testsuite/debug/printf_extension.c: (main): same
2004-01-29 01:20:23 +00:00
..
.gitignore update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
app_fixate.c gst/elements/gsttee.c: Remove usage of gst_pad_proxy_fixate. 2004-01-04 23:43:11 +00:00
caps.c gst/gstcaps.h: Added gst_caps_is_simple() macro. 2004-01-16 00:58:06 +00:00
compatibility.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
fixed.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
intersect2.c gst/gstcaps.h: Added gst_caps_is_simple() macro. 2004-01-16 00:58:06 +00:00
intersection.c gst/gstcaps.h: Added gst_caps_is_simple() macro. 2004-01-16 00:58:06 +00:00
Makefile.am Revert accidental checkin and start over 2004-01-26 23:16:21 +00:00
normalisation.c Implement gst_caps_normalize() 2004-01-01 02:17:44 +00:00
string-conversions.c configure.ac: Add detection for HAVE_PRINTF_EXTENSION and 2004-01-29 01:20:23 +00:00
union.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
value_compare.c Move testsuite/caps2 code to testsuite/caps 2003-12-22 02:11:52 +00:00
value_intersect.c Add test for a bug in GstValueList 2003-12-22 03:03:31 +00:00