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  <jan.schmidt@sun.com>
+
+	* 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  <ensonic@users.sf.net>
 
 	* 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 @@
         </para>
       </answer>
     </qandaentry>
+    <qandaentry>
+    <question id="developing-translations">
+    <para>I have translated one of the module .po files into a new language. How do I get it into CVS?</para>
+    </question>
+    <answer>
+    <para>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.</para>
+    <para>New translations submitted via the Translation Project are merged periodically into CVS by the maintainers by running 'make download-po' in the various modules.</para>
+    </answer>
+    </qandaentry>
   </qandaset>
 </sect1>
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 @@
     - 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 @@
   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,