change caps in template to GST_CAPS_ANY
authorDavid Schleef <ds@schleef.org>
Sun, 14 Sep 2003 11:21:55 +0000 (11:21 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 14 Sep 2003 11:21:55 +0000 (11:21 +0000)
Original commit message from CVS:
change caps in template to GST_CAPS_ANY

gst/debug/efence.c

index d5b9fcd..505be40 100644 (file)
@@ -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);