summaryrefslogtreecommitdiff
path: root/gst-plugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'gst-plugin/README')
-rw-r--r--gst-plugin/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-plugin/README b/gst-plugin/README
index 1acafff..1905684 100644
--- a/gst-plugin/README
+++ b/gst-plugin/README
@@ -27,7 +27,8 @@ cd src;
This will create gstmyfilter.c and gstmyfilter.h. Open them in an editor and
start editing. There are several occurances of the string "template", update
those with real values. The plugin will be called 'myfilter' and it will have
-one element called 'myfilter' too.
+one element called 'myfilter' too. Also look for "FIXME:" markers that point you
+to places where you need to edit the code.
You still need to adjust the Makefile.am.