After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 399323 - gst-template script doesn't translate GST_IS_PLUGIN_TEMPLATE
gst-template script doesn't translate GST_IS_PLUGIN_TEMPLATE
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-22 09:56 UTC by Philip Jägenstedt
Modified: 2007-01-22 12:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
the promised and trivial patch (636 bytes, patch)
2007-01-22 09:57 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2007-01-22 09:56:41 UTC
attached is a patch to make the make_element tool in gst-template properly translate the GST_IS_PLUGIN_TEMPLATE and GST_IS_PLUGIN_TEMPLATE_CLASS macro.
Comment 1 Philip Jägenstedt 2007-01-22 09:57:31 UTC
Created attachment 80874 [details] [review]
the promised and trivial patch
Comment 2 Tim-Philipp Müller 2007-01-22 12:16:26 UTC
Committed, thanks:

 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).