diff options
author | Philip Jägenstedt <philipj@opera.com> | 2007-01-22 12:16:02 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-22 12:16:02 +0000 |
commit | e939dfe8d8f20c89b0c1d2832d09c54d00e1d7a8 (patch) | |
tree | 72b5ea5a4b0f106e48e18c535e812d33105cfefe /gst-plugin | |
parent | 30d862600744c10b1cced854edc25be2b0d41bf2 (diff) |
tools/make_element: Translate FOO_IS_MY_PLUGIN macro as well according to the template (#399323).
Original commit message from CVS:
Patch by: Philip Jägenstedt <philipj at opera com>
* tools/make_element:
Translate FOO_IS_MY_PLUGIN macro as well according to the template
(#399323).
Diffstat (limited to 'gst-plugin')
-rw-r--r-- | gst-plugin/ChangeLog | 8 | ||||
-rwxr-xr-x | gst-plugin/tools/make_element | 1 |
2 files changed, 9 insertions, 0 deletions
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 <tim at centricular dot net> + + Patch by: Philip Jägenstedt <philipj at opera com> + + * tools/make_element: + Translate FOO_IS_MY_PLUGIN macro as well according to the template + (#399323). + 2006-07-04 Tim-Philipp Müller <tim at centricular dot net> * 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" \ |