summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstpipefilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstpipefilter.c')
-rw-r--r--gst/oldcore/gstpipefilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/oldcore/gstpipefilter.c b/gst/oldcore/gstpipefilter.c
index 678551b9..623b9a1f 100644
--- a/gst/oldcore/gstpipefilter.c
+++ b/gst/oldcore/gstpipefilter.c
@@ -50,7 +50,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
GST_DEBUG_CATEGORY_STATIC (gst_pipefilter_debug);
#define GST_CAT_DEFAULT gst_pipefilter_debug
-GstElementDetails gst_pipefilter_details = GST_ELEMENT_DETAILS ("Pipefilter",
+GstElementDetails gst_pipefilter_details = GST_ELEMENT_DETAILS ("Pipe filter",
"Filter",
"Interoperate with an external program using stdin and stdout",
"Erik Walthinsen <omega@cse.ogi.edu>, "