From e939dfe8d8f20c89b0c1d2832d09c54d00e1d7a8 Mon Sep 17 00:00:00 2001 From: Philip Jägenstedt Date: Mon, 22 Jan 2007 12:16:02 +0000 Subject: tools/make_element: Translate FOO_IS_MY_PLUGIN macro as well according to the template (#399323). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Philip Jägenstedt * tools/make_element: Translate FOO_IS_MY_PLUGIN macro as well according to the template (#399323). --- gst-plugin/ChangeLog | 8 ++++++++ gst-plugin/tools/make_element | 1 + 2 files changed, 9 insertions(+) (limited to 'gst-plugin') diff --git a/gst-plugin/ChangeLog b/gst-plugin/ChangeLog index 7a36c85..08209ec 100644 --- a/gst-plugin/ChangeLog +++ b/gst-plugin/ChangeLog @@ -1,3 +1,11 @@ +2007-01-22 Tim-Philipp Müller + + Patch by: Philip Jägenstedt + + * tools/make_element: + Translate FOO_IS_MY_PLUGIN macro as well according to the template + (#399323). + 2006-07-04 Tim-Philipp Müller * autogen.sh: diff --git a/gst-plugin/tools/make_element b/gst-plugin/tools/make_element index c83e4c4..cdfedd2 100755 --- a/gst-plugin/tools/make_element +++ b/gst-plugin/tools/make_element @@ -45,6 +45,7 @@ sed \ -e "s/gst_type_plugin_template/gst_$template/g" \ -e "s/GST_PLUGIN_TEMPLATE/GST_$TEMPLATE/g" \ -e "s/GST_TYPE_PLUGIN_TEMPLATE/GST_TYPE_$TEMPLATE/g" \ + -e "s/GST_IS_PLUGIN_TEMPLATE/GST_IS_$TEMPLATE/g" \ -e 's/\$I[d]: \([^$]*\)\$/\1/g' \ -e 's/SOURCEFILE/gstobject\.c/g' \ -e "s%MAKEFILTERVERSION%$id%g" \ -- cgit v1.2.3