From 9139cc81ba780d0455b98dc391b6acf41c0a953d Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 18 Jan 2003 21:41:34 +0000 Subject: [PATCH] comment out unused caps_changed related functions and prototypes Original commit message from CVS: comment out unused caps_changed related functions and prototypes --- gst/autoplug/gstautoplugger.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/autoplug/gstautoplugger.c b/gst/autoplug/gstautoplugger.c index 2ef9313..08a6380 100644 --- a/gst/autoplug/gstautoplugger.c +++ b/gst/autoplug/gstautoplugger.c @@ -91,8 +91,10 @@ static void gst_autoplugger_get_property (GObject *object, guint prop_id, GVa /*static GstElementStateReturn gst_autoplugger_change_state (GstElement *element);*/ +/* static void gst_autoplugger_external_sink_caps_changed (GstPad *pad, GstCaps *caps, GstAutoplugger *autoplugger); static void gst_autoplugger_external_src_caps_changed (GstPad *pad, GstCaps *caps, GstAutoplugger *autoplugger); +*/ static void gst_autoplugger_external_sink_caps_nego_failed (GstPad *pad, gboolean *result, GstAutoplugger *autoplugger); static void gst_autoplugger_external_src_caps_nego_failed (GstPad *pad, gboolean *result, GstAutoplugger *autoplugger); /* defined but not used @@ -259,6 +261,7 @@ gst_autoplugger_external_src_linked(GstPad *pad, GstPad *peerpad, GstAutoplugger }*/ +/* static void gst_autoplugger_external_sink_caps_changed(GstPad *pad, GstCaps *caps, GstAutoplugger *autoplugger) { @@ -272,6 +275,7 @@ gst_autoplugger_external_src_caps_changed(GstPad *pad, GstCaps *caps, GstAutoplu GST_INFO(GST_CAT_AUTOPLUG, "have cache:src caps of %s\n",gst_caps_get_mime(caps)); autoplugger->srccaps = caps; } +*/ static gboolean -- 2.7.4