summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/debug/efence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/debug/efence.c b/gst/debug/efence.c
index d5b9fcd6..505be406 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);