From ea1f88abb680c699b40a9f3ee8905cf70b405859 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 14 Sep 2003 11:21:55 +0000 Subject: [PATCH] change caps in template to GST_CAPS_ANY Original commit message from CVS: change caps in template to GST_CAPS_ANY --- gst/debug/efence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/debug/efence.c b/gst/debug/efence.c index d5b9fcd6a1..505be406c0 100644 --- a/gst/debug/efence.c +++ b/gst/debug/efence.c @@ -63,14 +63,14 @@ GST_PAD_TEMPLATE_FACTORY (gst_efence_sink_factory, "sink", GST_PAD_SINK, GST_PAD_ALWAYS, - NULL /* no caps */ + GST_CAPS_ANY ); GST_PAD_TEMPLATE_FACTORY (gst_efence_src_factory, "src", GST_PAD_SRC, GST_PAD_ALWAYS, - NULL /* no caps */ + GST_CAPS_ANY ); static void gst_efence_class_init (GstEFenceClass *klass);