2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2002-01-13 22:46:34 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_pass = \
|
gst/elements/gsttee.c: Remove usage of gst_pad_proxy_fixate.
Original commit message from CVS:
* gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
Remove usage of gst_pad_proxy_fixate.
* gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
(gst_caps_split_one), (gst_caps_replace):
Add poisoning code.
* gst/gstmarshal.list:
Add pointer__pointer for fixate signal
* gst/gstpad.c: (gst_real_pad_class_init),
(_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
(_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
(gst_pad_set_explicit_caps), (gst_pad_template_new):
Add poisoning code. Add fixate signal on RealPad. Change
set_explicit_caps() to take const GstCaps, like try_set_caps().
* gst/gstpad.h:
* testsuite/caps/Makefile.am:
* testsuite/caps/app_fixate.c: Add a test for the fixate signal
2004-01-04 23:43:11 +00:00
|
|
|
app_fixate \
|
2003-10-15 01:25:41 +00:00
|
|
|
intersection \
|
|
|
|
compatibility \
|
|
|
|
normalisation \
|
|
|
|
union \
|
|
|
|
string-conversions \
|
|
|
|
fixed \
|
2003-12-22 02:11:52 +00:00
|
|
|
intersect2 \
|
|
|
|
caps \
|
|
|
|
value_compare \
|
2004-03-31 21:49:19 +00:00
|
|
|
value_intersect \
|
2004-04-13 02:22:02 +00:00
|
|
|
value_serialize \
|
2004-04-20 02:43:35 +00:00
|
|
|
audioscale \
|
|
|
|
filtercaps
|
2003-10-15 01:25:41 +00:00
|
|
|
|
|
|
|
tests_fail =
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2002-01-13 22:46:34 +00:00
|
|
|
|
gst/elements/gsttee.c: Remove usage of gst_pad_proxy_fixate.
Original commit message from CVS:
* gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
Remove usage of gst_pad_proxy_fixate.
* gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
(gst_caps_split_one), (gst_caps_replace):
Add poisoning code.
* gst/gstmarshal.list:
Add pointer__pointer for fixate signal
* gst/gstpad.c: (gst_real_pad_class_init),
(_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
(_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
(gst_pad_set_explicit_caps), (gst_pad_template_new):
Add poisoning code. Add fixate signal on RealPad. Change
set_explicit_caps() to take const GstCaps, like try_set_caps().
* gst/gstpad.h:
* testsuite/caps/Makefile.am:
* testsuite/caps/app_fixate.c: Add a test for the fixate signal
2004-01-04 23:43:11 +00:00
|
|
|
app_fixate_LDADD = $(GST_LIBS)
|
|
|
|
app_fixate_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2002-01-13 22:46:34 +00:00
|
|
|
intersection_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
intersection_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2002-01-13 22:46:34 +00:00
|
|
|
compatibility_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
compatibility_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2002-01-13 22:46:34 +00:00
|
|
|
normalisation_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
normalisation_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2003-06-13 19:12:33 +00:00
|
|
|
union_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
union_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2003-05-17 00:48:34 +00:00
|
|
|
string_conversions_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
string_conversions_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2003-06-13 19:12:33 +00:00
|
|
|
fixed_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
fixed_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2003-10-08 07:49:11 +00:00
|
|
|
intersect2_LDADD = $(GST_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
intersect2_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2004-04-20 02:43:35 +00:00
|
|
|
filtercaps_LDADD = $(GST_LIBS)
|
|
|
|
filtercaps_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
2003-10-08 07:49:11 +00:00
|
|
|
|
2003-12-22 02:11:52 +00:00
|
|
|
|
|
|
|
|