From: Jan Schmidt Date: Wed, 21 Nov 2007 00:24:04 +0000 (+0000) Subject: docs/faq/developing.xml: Add a question about how to submit new translations. X-Git-Tag: RELEASE-0_10_16~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6fdd66fa5a22532c62b9227dbddb5ca90e3ae03;p=platform%2Fupstream%2Fgstreamer.git docs/faq/developing.xml: Add a question about how to submit new translations. Original commit message from CVS: * docs/faq/developing.xml: Add a question about how to submit new translations. * docs/random/release: Update the contact email address for the Translation Project * plugins/elements/gstfdsrc.c: The parent_class for fdsrc is pushsrc, not GstElement. --- diff --git a/ChangeLog b/ChangeLog index ff30a01..9666368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-11-21 Jan Schmidt + + * docs/faq/developing.xml: + Add a question about how to submit new translations. + + * docs/random/release: + Update the contact email address for the Translation Project + + * plugins/elements/gstfdsrc.c: + The parent_class for fdsrc is pushsrc, not GstElement. + 2007-11-20 Stefan Kost * gst/gstpreset.c: diff --git a/docs/faq/developing.xml b/docs/faq/developing.xml index cef5d60..1900770 100644 --- a/docs/faq/developing.xml +++ b/docs/faq/developing.xml @@ -202,5 +202,14 @@ sent to the mailing list. + + + I have translated one of the module .po files into a new language. How do I get it into CVS? + + + GStreamer translations are uniformly managed through the Translation Project (http://translationproject.org). There are some instructions on how to join the Translation Project team and submit new translations at http://translationproject.org/html/translators.html. + New translations submitted via the Translation Project are merged periodically into CVS by the maintainers by running 'make download-po' in the various modules. + + diff --git a/docs/random/release b/docs/random/release index 3776f3f..4cd94ab 100644 --- a/docs/random/release +++ b/docs/random/release @@ -53,7 +53,7 @@ RELEASE PROCEDURE: - Run bin/data-put in www/ to sync the new tarballs to the website - Announce the availability of the new tarballs - Tell the translation project by sending an email to - translation@iro.umontreal.ca, eg: + coordinator@translationproject.org, eg: Subject: gst-plugins-bad-0.10.5.2.pot available Tarball is at http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.5.2.tar.bz2 FIXME: Not sure if the translation project bot parses version strings diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c index 2c595a1..d986eb1 100644 --- a/plugins/elements/gstfdsrc.c +++ b/plugins/elements/gstfdsrc.c @@ -101,7 +101,7 @@ _do_init (GType fd_src_type) GST_DEBUG_CATEGORY_INIT (gst_fd_src_debug, "fdsrc", 0, "fdsrc element"); } -GST_BOILERPLATE_FULL (GstFdSrc, gst_fd_src, GstElement, GST_TYPE_PUSH_SRC, +GST_BOILERPLATE_FULL (GstFdSrc, gst_fd_src, GstPushSrc, GST_TYPE_PUSH_SRC, _do_init); static void gst_fd_src_set_property (GObject * object, guint prop_id,