summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgst/videofilter/make_filter1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videofilter/make_filter b/gst/videofilter/make_filter
index 06bb1fed..1efdf6fd 100755
--- a/gst/videofilter/make_filter
+++ b/gst/videofilter/make_filter
@@ -19,6 +19,7 @@ open OUT, ">gst$template.c";
map { s/Videotemplate/$Template/g;
s/videotemplate/$template/g;
s/VIDEOTEMPLATE/$TEMPLATE/g;
+ s/\$Id$/$1/g;
} @lines;
print OUT @lines;