summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-10-30 08:42:21 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-10-30 08:42:21 +0000
commit250d72a3de4139a494e53a52e3c67d15fb472443 (patch)
tree6c38a4c196c89129a8e36431314fa841ae6cdac6
parent09f9a894c43c34c75db831ce42060ceafee5d588 (diff)
tools/make_element: Don't replace GstPlugin.
Original commit message from CVS: * tools/make_element: Don't replace GstPlugin.
m---------common0
-rw-r--r--gst-plugin/ChangeLog5
-rwxr-xr-xgst-plugin/tools/make_element4
3 files changed, 7 insertions, 2 deletions
diff --git a/common b/common
-Subproject d70ca17ae6fbe6020996e4567275d5e14972ed4
+Subproject 2802bb17517a6cfbbb1be6da61ec19151be0750
diff --git a/gst-plugin/ChangeLog b/gst-plugin/ChangeLog
index fd587e4..3ee08e3 100644
--- a/gst-plugin/ChangeLog
+++ b/gst-plugin/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-30 Stefan Kost <ensonic@users.sf.net>
+
+ * tools/make_element:
+ Don't replace GstPlugin.
+
2008-08-11 Stefan Kost <ensonic@users.sf.net>
* README:
diff --git a/gst-plugin/tools/make_element b/gst-plugin/tools/make_element
index ffd2515..da4ba5a 100755
--- a/gst-plugin/tools/make_element
+++ b/gst-plugin/tools/make_element
@@ -52,7 +52,7 @@ sed \
-e 's/SOURCEFILE/gstobject\.c/g' \
-e "s%MAKEFILTERVERSION%$id%g" \
-e "s/plugin/$template/g" \
- -e "s/Plugin/$Template/g" \
+ -e "s/\([^G][^s][^t]\)Plugin/\1$Template/g" \
-e "s/YEAR/$YEAR/g" \
-e "s/AUTHOR_NAME/$REAL_NAME/g" \
-e "s/AUTHOR_EMAIL/<$EMAIL_ADDRESS>/g" \
@@ -71,7 +71,7 @@ if [ -e $srcfile_h ]; then
-e 's/SOURCEFILE/gstobject\.c/g' \
-e "s%MAKEFILTERVERSION%$id%g" \
-e "s/plugin/$template/g" \
- -e "s/Plugin/$Template/g" \
+ -e "s/\([^G][^s][^t]\)Plugin/\1$Template/g" \
-e "s/YEAR/$YEAR/g" \
-e "s/AUTHOR_NAME/$REAL_NAME/g" \
-e "s/AUTHOR_EMAIL/<$EMAIL_ADDRESS>/g" \