From d5ce5ad5e87eefb7e9cd2488599ad8b04623f859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 21 Nov 2005 11:26:07 +0000 Subject: [PATCH] docs/gst/gstreamer.types: gst_collectpads_get_type => gst_collect_pads_get_type. Original commit message from CVS: * docs/gst/gstreamer.types: gst_collectpads_get_type => gst_collect_pads_get_type. * gst/base/gstbasetransform.c: Remove unused SIGNAL_HANDOFF enum. --- ChangeLog | 11 ++++++++++- docs/gst/gstreamer.types | 2 +- gst/base/gstbasetransform.c | 1 - libs/gst/base/gstbasetransform.c | 1 - 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 428b1dde56..2da5b84db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-11-21 Tim-Philipp Müller + + * docs/gst/gstreamer.types: + gst_collectpads_get_type => gst_collect_pads_get_type. + + * gst/base/gstbasetransform.c: + Remove unused SIGNAL_HANDOFF enum. + 2005-11-21 Andy Wingo * gst/gstevent.h (GstEventTypeFlags): New data type, the flags of @@ -32,7 +40,8 @@ (gst_collect_pads_chain): * gst/base/gstcollectpads.h: Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document - unimplemented functions as unimplemented (#320766). + unimplemented functions as unimplemented. Add padding to + GstCollectData. (#320766, #320423) 2005-11-21 Tim-Philipp Müller diff --git a/docs/gst/gstreamer.types b/docs/gst/gstreamer.types index 324f2425e1..9889412654 100644 --- a/docs/gst/gstreamer.types +++ b/docs/gst/gstreamer.types @@ -47,7 +47,7 @@ gst_adapter_get_type gst_base_src_get_type gst_base_sink_get_type gst_base_transform_get_type -gst_collectpads_get_type +gst_collect_pads_get_type gst_push_src_get_type % elements diff --git a/gst/base/gstbasetransform.c b/gst/base/gstbasetransform.c index b3889c3b2e..75903729bd 100644 --- a/gst/base/gstbasetransform.c +++ b/gst/base/gstbasetransform.c @@ -198,7 +198,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_transform_debug); /* BaseTransform signals and args */ enum { - SIGNAL_HANDOFF, /* FILL ME */ LAST_SIGNAL }; diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c index b3889c3b2e..75903729bd 100644 --- a/libs/gst/base/gstbasetransform.c +++ b/libs/gst/base/gstbasetransform.c @@ -198,7 +198,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_transform_debug); /* BaseTransform signals and args */ enum { - SIGNAL_HANDOFF, /* FILL ME */ LAST_SIGNAL };