2001-09-10 19:00:42 +00:00
|
|
|
VOID:VOID
|
|
|
|
VOID:BOOLEAN
|
|
|
|
VOID:INT
|
|
|
|
VOID:STRING
|
2004-02-18 05:26:59 +00:00
|
|
|
VOID:BOXED
|
2001-09-10 19:00:42 +00:00
|
|
|
VOID:POINTER
|
2003-11-13 02:47:03 +00:00
|
|
|
VOID:POINTER,OBJECT
|
2001-09-10 19:00:42 +00:00
|
|
|
VOID:OBJECT
|
2002-02-05 21:11:43 +00:00
|
|
|
VOID:OBJECT,PARAM
|
2001-06-25 19:59:33 +00:00
|
|
|
VOID:OBJECT,POINTER
|
2004-02-18 05:26:59 +00:00
|
|
|
VOID:OBJECT,BOXED
|
2004-03-09 14:44:36 +00:00
|
|
|
VOID:OBJECT,OBJECT,STRING
|
2002-02-06 19:05:19 +00:00
|
|
|
VOID:OBJECT,STRING
|
2001-06-25 19:59:33 +00:00
|
|
|
VOID:INT,INT
|
2002-06-08 11:57:49 +00:00
|
|
|
VOID:INT64
|
2003-10-28 20:25:30 +00:00
|
|
|
VOID:UINT,BOXED
|
2003-12-24 07:42:43 +00:00
|
|
|
VOID:UINT,POINTER
|
2003-10-14 00:00:37 +00:00
|
|
|
BOOLEAN:VOID
|
2003-10-28 20:25:30 +00:00
|
|
|
BOOLEAN:POINTER
|
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
|
|
|
POINTER:POINTER
|
2004-02-18 05:26:59 +00:00
|
|
|
BOXED:BOXED
|