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 538619 - manual's helloworld update
manual's helloworld update
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.19
Other Linux
: Normal normal
: 0.10.21
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-16 14:58 UTC by Luc Pi
Modified: 2008-06-25 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hello world patch (obsolete) (12.53 KB, patch)
2008-06-16 14:58 UTC, Luc Pi
rejected Details | Review
hello world patch update (13.59 KB, patch)
2008-06-17 12:52 UTC, Luc Pi
committed Details | Review

Description Luc Pi 2008-06-16 14:58:29 UTC
This is a patch to update the hello world in the manual
Comment 1 Luc Pi 2008-06-16 14:58:54 UTC
Created attachment 112841 [details] [review]
hello world patch (obsolete)
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-06-17 06:57:53 UTC
thanks for the patch. some comments:

* was the hello-workd.fig meant to be part of the patch?
* parser   = gst_element_factory_make ("oggdemux",      "ogg-parser");
  name the element maybe "ogg-demux" too?
* I think its fine to leave the comments lower case (its still not consistent anyway)
Comment 3 Luc Pi 2008-06-17 09:16:50 UTC
(In reply to comment #2)
> thanks for the patch. some comments:
> 
> * was the hello-workd.fig meant to be part of the patch?

yes, the diagram is missing 2 elements. 
(I redrew the diagram in svg, but I still need to integrate this with the build system, so I did a quick .fig update)

> * parser   = gst_element_factory_make ("oggdemux",      "ogg-parser");
>   name the element maybe "ogg-demux" too?
ok

> * I think its fine to leave the comments lower case (its still not consistent
> anyway)
(I don't get it)
Comment 4 Luc Pi 2008-06-17 12:52:59 UTC
Created attachment 112904 [details] [review]
hello world patch update
Comment 5 Luc Pi 2008-06-17 12:55:52 UTC
Comment on attachment 112841 [details] [review]
hello world patch (obsolete)

(what is the way to mark attachments obsolete? I thought there was an option here...)
Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2008-06-25 14:33:01 UTC
Thanks!

2008-06-25  Stefan Kost  <ensonic@users.sf.net>

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

	* docs/manual/basics-helloworld.xml:
	* docs/manual/hello-world.fig:
	  - Explicitely include glib.h.
	  - Do not use global variables.
	  - Use g_printerr() instead of g_print().
	  - Minor formating/renaming to increase readibility.
	  - Renamed new_pad() to on_pad_added()
	  - Improved explenatory comments.
	  - renamed ogg parser to ogg demuxer
	  - Use "autoaudiosink" instead of "alsasink".
	  Fixes: #538619