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 539137 - manual review - text update and new diagrams
manual review - text update and new diagrams
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.19
Other Linux
: Normal enhancement
: 0.10.21
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-19 14:11 UTC by Luc Pi
Modified: 2008-06-27 07:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
general content improvement (650.94 KB, patch)
2008-06-19 14:12 UTC, Luc Pi
committed Details | Review
update diagrams (558.68 KB, patch)
2008-06-19 14:13 UTC, Luc Pi
committed Details | Review

Description Luc Pi 2008-06-19 14:11:52 UTC
Here are two more patches that improve the manual with some text upgrade, and new diagrams.
Comment 1 Luc Pi 2008-06-19 14:12:28 UTC
Created attachment 113044 [details] [review]
general content improvement
Comment 2 Luc Pi 2008-06-19 14:13:04 UTC
Created attachment 113045 [details] [review]
update diagrams
Comment 3 Luc Pi 2008-06-23 09:56:47 UTC
You may miss this:
-------------------------------------------------------
index 406588e..2939403 100644
--- a/docs/manual/Makefile.am
+++ b/docs/manual/Makefile.am
@@ -16,7 +16,7 @@ XML = $(notdir $(wildcard $(srcdir)/*.xml))
 CSS = base.css
 
 # image sources
-PNG_SRC = 
+PNG_SRC = $(notdir $(wildcard $(srcdir)/*.png))
 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
 
 # extra sources to copy in build directory
-------------------------------------------------------
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2008-06-27 07:03:09 UTC
2008-06-27  Stefan Kost  <ensonic@users.sf.net>

	patch by: Luc Pionchon  <luc.pionchon@nokia.com>

	* docs/manual/advanced-autoplugging.xml:
	* docs/manual/advanced-threads.xml:
	* docs/manual/basics-bins.xml:
	* docs/manual/basics-elements.xml:
	* docs/manual/basics-helloworld.xml:
	* docs/manual/basics-pads.xml:
	  Add scale factor for pdf output.

	* docs/manual/intro-basics.xml:
	  Switched sections "pads" and "bins" and added a pipeline diagram.

	* docs/manual/intro-gstreamer.xml:
	  Added more info on gstreamer.

	* docs/manual/intro-motivation.xml:
	  Commented out the whole section "current problem", which sounds
	  historical and somehow osolete; it could be turned in a positive
	  way and reused to improve the design principles.

	* docs/manual/intro-preface.xml:
	  - Update URLs to library.gnome.org. 
	  - Do not mention GTK+ in preliminary reading (irrelevant). 
	  - Mention Plugin Writer's Manual and further reading only in the
	    previous section.
	  - Added a list of most relevant GObject/glib topics.

	* docs/manual/Makefile.am:
	* docs/manual/bin-element-ghost.fig:
	* docs/manual/bin-element-ghost.png:
	* docs/manual/bin-element-noghost.fig:
	* docs/manual/bin-element-noghost.png:
	* docs/manual/bin-element.fig:
	* docs/manual/bin-element.png:
	* docs/manual/filter-element-multi.fig:
	* docs/manual/filter-element-multi.png:
	* docs/manual/filter-element.fig:
	* docs/manual/filter-element.png:
	* docs/manual/gstreamer-overview.png:
	* docs/manual/hello-world.fig:
	* docs/manual/hello-world.png:
	* docs/manual/linked-elements.fig:
	* docs/manual/linked-elements.png:
	* docs/manual/mime-world.fig:
	* docs/manual/mime-world.png:
	* docs/manual/queue.fig:
	* docs/manual/queue.png:
	* docs/manual/simple-player.png:
	* docs/manual/sink-element.fig:
	* docs/manual/sink-element.png:
	* docs/manual/src-element.fig:
	* docs/manual/src-element.png:
	* docs/manual/diagrams-general.svg:
	* docs/manual/diagrams-pipelines.svg:
	  Removed .fig, added .png counterpart.
	  
	  Fixes: #539137