mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
ac8289c7a9
Original commit message from CVS: 2005-10-10 Andy Wingo <wingo@pobox.com> Merged in popt removal + GOption addition patch from Ronald, bug #169772. * docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move GstElement macros around, remove popt-related symbols, add goption stuff. * configure.ac: Remove popt checks, require GLib 2.6 for GOption. * docs/gst/Makefile.am: * docs/libs/Makefile.am: No POPT_CFLAGS. * examples/manual/Makefile.am: * docs/manual/basics-init.xml: Doc updates with an example. * gst/gst.c: (gst_init_get_option_group), (gst_init_check), (gst_init), (parse_one_option), (parse_goption_arg): * gst/gst.h: Removed gst_init_with_popt_table and friends. Took a bit of hand merging and debugging to get the GOption stuff working tho. * tests/Makefile.am: * tools/Makefile.am: * tools/gst-inspect.c: (main): * tools/gst-launch.c: (main): * tools/gst-run.c: (main): * tools/gst-xmlinspect.c: (main): Thanks Ronald! |
||
---|---|---|
.. | ||
images | ||
.gitignore | ||
advanced-autoplugging.xml | ||
advanced-clocks.xml | ||
advanced-dataaccess.xml | ||
advanced-dparams.xml | ||
advanced-interfaces.xml | ||
advanced-metadata.xml | ||
advanced-position.xml | ||
advanced-threads.xml | ||
appendix-checklist.xml | ||
appendix-integration.xml | ||
appendix-licensing.xml | ||
appendix-porting.xml | ||
appendix-programs.xml | ||
appendix-quotes.xml | ||
appendix-win32.xml | ||
base.css | ||
basics-bins.xml | ||
basics-bus.xml | ||
basics-data.xml | ||
basics-elements.xml | ||
basics-helloworld.xml | ||
basics-init.xml | ||
basics-pads.xml | ||
basics-plugins.xml | ||
bin-element-ghost.fig | ||
bin-element-noghost.fig | ||
bin-element.fig | ||
filter-element-multi.fig | ||
filter-element.fig | ||
hello-world.fig | ||
highlevel-components.xml | ||
highlevel-xml.xml | ||
intro-basics.xml | ||
intro-motivation.xml | ||
intro-preface.xml | ||
linked-elements.fig | ||
Makefile.am | ||
manual.xml | ||
mime-world.fig | ||
outline.txt | ||
queue.fig | ||
README | ||
sink-element.fig | ||
src-element.fig | ||
state-diagram.fig |
Current requirements for building the docs : -------------------------------------------- libxslt >= 1.0.6 libxml2 >= 2.4.12 These are not included with RH72. They are in debian. GDE has good rpms. To build pdf's from xslt stuff, you need xmltex and (on redhat) passivetex. They are not known to have been built on either redhat or debian yet though. Wingo's new comments on the doc building : ------------------------------------------ * Well he should add them soon here since he overhauled it. And did a good job on it too ;) Thomas's new comments on the doc building : ------------------------------------------- * originally the manual was written with DocBook 3.0 in mind, which supported the graphic tag. That is now deprecated, so I changed it to the new mediaobject tag set. * eps files in images/ should be generated from the makefile. You need to have fig2dev installed for that. Wtay's original comments : -------------------------- For now use: db2html gstreamer-manual (On debian, db2html is in the cygnus-stylesheets package) You will need the png support for docbook (see GNOME documentation project) convert the fig images to png with: fig2dev -L png -s 16 fig/<input file>.fig images/<input file>.png Put a link in the gstreamer-manual directory with ln -s ../images gstreamer-manual/images point your browser to gstreamer-manual/gstreamer.html Fix typing errors and correct bad english. Let me know about the stuff that needs some more explanation. Let me know about the structure of the document.