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 624164 - Application Development Manual fixes
Application Development Manual fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal trivial
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-12 12:43 UTC by Michael Bunk
Modified: 2010-07-16 17:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch creates symlinks I found to be required for getting to build the manual locally on the Cygwin platform. This can be ignored. (1.21 KB, patch)
2010-07-12 12:43 UTC, Michael Bunk
rejected Details | Review
Fix a typo in the man page of gst-inspect (959 bytes, patch)
2010-07-12 12:44 UTC, Michael Bunk
committed Details | Review
Fix some typos and add some missing links in the App Dev Manual (16.70 KB, patch)
2010-07-12 12:45 UTC, Michael Bunk
committed Details | Review

Description Michael Bunk 2010-07-12 12:43:24 UTC
Created attachment 165730 [details] [review]
This patch creates symlinks I found to be required for getting to build the manual locally on the Cygwin platform.  This can be ignored.

This patchset fixes some typos and adds some missing links in the Application Development Manual.

2. The second patch fixes a typo in the man page of gst-inspect.

3. The third patch is the main point of this bug :)
Comment 1 Michael Bunk 2010-07-12 12:44:23 UTC
Created attachment 165731 [details] [review]
Fix a typo in the man page of gst-inspect
Comment 2 Michael Bunk 2010-07-12 12:45:23 UTC
Created attachment 165733 [details] [review]
Fix some typos and add some missing links in the App Dev Manual
Comment 3 Tim-Philipp Müller 2010-07-16 17:33:51 UTC
Comment on attachment 165730 [details] [review]
This patch creates symlinks I found to be required for getting to build the manual locally on the Cygwin platform.  This can be ignored.

Yeah, I don't think this is something we want. You should be able to set environent variables to point to the desired binaries if they're not picked up automatically IIRC.

gstenumtypes/gstmarshal are generated at build time. You need to let 'make' build the other directories before you can do stuff in docs/, thats just how it is.
Comment 4 Tim-Philipp Müller 2010-07-16 17:39:57 UTC
Pushed the other fixes, many thanks for the patch:

commit a646c9b2cad2d677c6449b13bdc0873adde3b8c8
Author: Michael Bunk <bunk@iat.uni-leipzig.de>
Date:   Mon Jul 12 14:39:00 2010 +0200

    docs: fix some typos and add some missing links in the app dev manual
    
    Fixes #624164.

commit 6df8250d01946dd43ce0b7eb9cf54e77a0c91201
Author: Michael Bunk <bunk@iat.uni-leipzig.de>
Date:   Mon Jul 12 14:22:50 2010 +0200

    docs: fix typo on gst-inspect man page
    
    See #624164.