[farsight2/master] Remove chain, getcaps, setcaps functions
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:18:53 PST 2008
---
gst-libs/gst/farsight/fs-base-conference.c | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-base-conference.c b/gst-libs/gst/farsight/fs-base-conference.c
index fb210a0..a6bb4f0 100644
--- a/gst-libs/gst/farsight/fs-base-conference.c
+++ b/gst-libs/gst/farsight/fs-base-conference.c
@@ -123,9 +123,6 @@ static void fs_base_conference_set_property (GObject *object, guint prop_id,
GParamSpec *pspec);
static void fs_base_conference_get_property (GObject *object, guint prop_id,
GValue *value, GParamSpec *pspec);
-static GstFlowReturn fs_base_conference_chain (GstPad *pad, GstBuffer *buffer);
-static GstCaps *fs_base_conference_getcaps (GstPad *pad);
-static gboolean fs_base_conference_setcaps (GstPad *pad, GstCaps *caps);
static FsSession *fs_base_conference_new_session (FsConference *conf,
FsMediaType media_type);
@@ -223,26 +220,6 @@ fs_base_conference_implements_interface_init (
}
-static GstCaps *
-fs_base_conference_getcaps (GstPad * pad)
-{
- FsBaseConference *conf;
- GstPad *otherpad;
- GstCaps *caps;
-
- conf = FS_BASE_CONFERENCE (gst_pad_get_parent (pad));
-
- //otherpad = (pad == conf->srcpad) ? conf->sinkpad : trans->srcpad;
-
- return caps;
-}
-
-/* called when new caps arrive on the sink or source pad */
-static gboolean
-fs_base_conference_setcaps (GstPad * pad, GstCaps * caps)
-{
-}
-
void _remove_session_ptr (FsBaseConference *conf, FsSession *session)
{
if (!g_ptr_array_remove (conf->priv->session_list, session))
--
1.5.6.5
More information about the farsight-commits
mailing list