summaryrefslogtreecommitdiff
path: root/docs/pwg
AgeCommit message (Collapse)AuthorFilesLines
2011-09-07docs, gst: typo fixesPiotr Fusik6-7/+7
https://bugzilla.gnome.org/show_bug.cgi?id=658449
2011-08-11docs: fix typo in PWGTim-Philipp Müller1-1/+1
RBG -> RGB. Spotted by Will Thompson. https://bugzilla.gnome.org/show_bug.cgi?id=656326
2011-07-24pwd: discontinous event -> newsegment eventStefan Kost2-6/+6
Fix a 0.8 leftover as mentioned on bug #621121.
2011-03-09pwg: fix element name "videodrop" to "videorate"Stefan Kost1-1/+1
2011-01-14docs: fix garbled UTF-8 characters when generating app dev manual ps/pdfTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=639448
2011-01-04pwg: Fix link to GObject documentationEdward Hervey1-1/+1
Better have gnome.org than viagra :)
2010-11-28docs: some small fixes to the plugin writer's guidereynaldo1-11/+16
Fix wrongly placed example and weirdly phrased 'note' lacking proper formatting. Fix missing hint for autogen.sh location and rephrase 'built and installed' sentence. Fix wrongly phrased and redundant paragraph in PWG https://bugzilla.gnome.org/show_bug.cgi?id=634921
2010-09-17pwg: Make a sentence clearer.Edward Hervey1-1/+1
2010-05-02pwg: remove confusing metadata example with 0.8 codeTim-Philipp Müller1-67/+2
Fixes #534314.
2010-04-16docs: Consistently use MyFilter instead of sometimes ExampleFilter in the ↵Sebastian Dröge2-3/+3
example Fixes bug #615579.
2010-03-16pwg: mention how to build after using the project stampStefan Kost1-0/+16
2010-02-12pwg: several typo fixesArun Raghavan15-47/+47
Fixes #609286.
2010-01-07pwg: remove empty midi sectionStefan Kost2-8/+0
2009-12-04pwg: make the enum example (based on videotestsrc) actually match videotestsrcPeter van Hardenberg1-3/+3
2009-08-21docs: add link to cgit tarball download of gst-template in PWGTim-Philipp Müller1-0/+7
So people who can't use git for some reason still can get hold of the code. See #591069.
2009-06-11docs: Bump common, fix the upload logic inclusionJan Schmidt1-2/+2
Update the common submodule, and fix the docs upload rules to include the right makefile snippet from common.
2009-03-04pwg: update for CVS-to-git migrationTim-Philipp Müller2-27/+16
Fixes #573946.
2009-02-19docs: fix constants for G_LITTLE_ENDIAN and G_BIG_ENDIANTim-Philipp Müller2-12/+12
We got the constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN the wrong way around in some docs (fixes: #572392). Also mention G_BYTE_ORDER in the audio types section.
2008-10-06docs/pwg/advanced-request.xml: Fix 0.8 api usage in example. Fixes #554561Stefan Kost2-11/+11
Original commit message from CVS: * docs/pwg/advanced-request.xml: Fix 0.8 api usage in example. Fixes #554561 * docs/pwg/appendix-porting.xml: Change 0.9 to 0.10 here.
2008-07-12docs/pwg/building-testapp.xml: Don't use an undeclared variable in the ↵tmatth1-0/+2
example program. Original commit message from CVS: Patch by: tmatth <le dot businessman at gmail dot com> * docs/pwg/building-testapp.xml: Don't use an undeclared variable in the example program. Fixes bug #542573.
2008-05-25docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to ↵Tim-Philipp Müller1-21/+26
rewrite the nonsensical examples right now. Original commit message from CVS: * docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to rewrite the nonsensical examples right now.
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ↵Sebastian Dröge3-4/+6
everywhere for GParamSpecs that use static... Original commit message from CVS: * docs/pwg/advanced-dparams.xml: * docs/pwg/building-props.xml: * docs/pwg/other-source.xml: * gst/glib-compat.h: * gst/gstbin.c: (gst_bin_class_init): * gst/gstclock.c: (gst_clock_class_init): * gst/gstindex.c: (gst_index_class_init): * gst/gstobject.c: (gst_object_class_init): * gst/gstpad.c: (gst_pad_class_init): * gst/gstpipeline.c: (gst_pipeline_class_init): * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init): * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init): * libs/gst/base/gstbasetransform.c: (gst_base_transform_class_init): * libs/gst/base/gstdataqueue.c: (gst_data_queue_class_init): * libs/gst/check/gstcheck.c: (_gst_check_fault_handler_restore), (_gst_check_fault_handler_sighandler), (_gst_check_fault_handler_setup), (gst_check_init): * libs/gst/controller/gstcontroller.c: (_gst_controller_class_init): * libs/gst/controller/gstlfocontrolsource.c: (gst_lfo_control_source_class_init): * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_class_init): * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_class_init): * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init): * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init): * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init): * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init): * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init): * plugins/elements/gstfilesink.c: (gst_file_sink_class_init): * plugins/elements/gstfilesrc.c: (gst_file_src_class_init): * plugins/elements/gstidentity.c: (gst_identity_class_init): * plugins/elements/gstmultiqueue.c: (gst_multi_queue_class_init): * plugins/elements/gstqueue.c: (gst_queue_class_init): * plugins/elements/gsttee.c: (gst_tee_class_init): * plugins/elements/gsttypefindelement.c: (gst_type_find_element_class_init): * plugins/indexers/gstfileindex.c: (gst_file_index_class_init): Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static strings (i.e. all). This gives us less memory usage, fewer allocations and thus less memory defragmentation. Fixes bug #523806.
2007-07-26docs/pwg/building-testapp.xml: Mention that GST_PLUGIN_PATH or ↵Steve Fink1-1/+10
--gst-plugin-path might be needed if people try to bui... Original commit message from CVS: Patch by: Steve Fink <sphink gmail com> * docs/pwg/building-testapp.xml: Mention that GST_PLUGIN_PATH or --gst-plugin-path might be needed if people try to build or install the example from the plugin template against a GStreamer from package using the configure defaults.
2007-07-22docs/pwg/advanced-types.xml: Fix typo and duplicate entry in video formats list.Tim-Philipp Müller1-8/+8
Original commit message from CVS: * docs/pwg/advanced-types.xml: Fix typo and duplicate entry in video formats list.
2007-06-21docs/pwg/advanced-types.xml: Fix typo in iana.org URI.Tim-Philipp Müller1-1/+1
Original commit message from CVS: * docs/pwg/advanced-types.xml: Fix typo in iana.org URI.
2007-06-15docs/pwg/advanced-types.xml: Added more formats to caps table.Stefan Kost1-7/+35
Original commit message from CVS: * docs/pwg/advanced-types.xml: Added more formats to caps table.
2007-06-14docs/pwg/building-boiler.xml: Fix typos, spotted by Thijs Vermeir (#447190).Tim-Philipp Müller1-9/+6
Original commit message from CVS: * docs/pwg/building-boiler.xml: Fix typos, spotted by Thijs Vermeir (#447190).
2007-03-21docs/pwg/advanced-types.xml: Fix some errors in the typefinding docs pointed ↵Michael Smith1-3/+3
out on irc. Original commit message from CVS: * docs/pwg/advanced-types.xml: Fix some errors in the typefinding docs pointed out on irc.
2007-01-26docs/pwg/building-testapp.xml: Add some audioconverts and audioresample to ↵Tim-Philipp Müller1-12/+64
the pipeline, and some more comments and e... Original commit message from CVS: * docs/pwg/building-testapp.xml: Add some audioconverts and audioresample to the pipeline, and some more comments and error handling.
2007-01-26docs/: Fix typo (#400987).Tim-Philipp Müller1-1/+1
Original commit message from CVS: * docs/manual/manual.xml: * docs/pwg/pwg.xml: Fix typo (#400987).
2006-11-22docs/pwg/advanced-types.xml: add more missing type detailsStefan Kost1-2/+10
Original commit message from CVS: * docs/pwg/advanced-types.xml: add more missing type details * tools/gst-run.c: (main): remove unused variable
2006-11-07docs/pwg/advanced-types.xml: documents the new caps elements (see #363118)Stefan Kost1-10/+21
Original commit message from CVS: * docs/pwg/advanced-types.xml: documents the new caps elements (see #363118)
2006-09-16More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp section.Stefan Kost1-15/+17
Original commit message from CVS: * docs/pwg/building-boiler.xml: * plugins/elements/gstcapsfilter.c: More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp section.
2006-08-17docs/pwg/: Update for 0.10 API (#340627). Add myself to authors list.Tim-Philipp Müller2-239/+237
Original commit message from CVS: * docs/pwg/advanced-events.xml: * docs/pwg/titlepage.xml: Update for 0.10 API (#340627). Add myself to authors list.
2006-07-19Fix typos (#348000).Tim-Philipp Müller1-3/+3
Original commit message from CVS: * docs/pwg/advanced-scheduling.xml: * gst/gstpad.c: Fix typos (#348000).
2006-07-18docs/pwg/intro-basics.xml: Fix wrong links (#347927).Tim-Philipp Müller1-2/+2
Original commit message from CVS: * docs/pwg/intro-basics.xml: Fix wrong links (#347927).
2006-04-29move upload.mak to commonThomas Vander Stichele1-1/+1
Original commit message from CVS: * common/Makefile.am: * docs/Makefile.am: * docs/faq/Makefile.am: * docs/gst/Makefile.am: * docs/libs/Makefile.am: * docs/manual/Makefile.am: * docs/plugins/Makefile.am: * docs/pwg/Makefile.am: * docs/slides/Makefile.am: * docs/upload.mak: * common/upload.mak: move upload.mak to common
2006-03-08docs/manual/advanced-dataaccess.xml: Add some very very basic error checking.Tim-Philipp Müller1-11/+40
Original commit message from CVS: * docs/manual/advanced-dataaccess.xml: Add some very very basic error checking. * docs/pwg/appendix-checklist.xml: Some updates to the list of things to check when writing an element.
2006-03-07docs/pwg/: Applied patch from Christophe Fergeau, fixes #333416Wim Taymans2-5/+5
Original commit message from CVS: * docs/pwg/advanced-tagging.xml: * docs/pwg/building-pads.xml: Applied patch from Christophe Fergeau, fixes #333416
2006-02-09docs/pwg/building-boiler.xml: Vincent Torri1-15/+18
Original commit message from CVS: * docs/pwg/building-boiler.xml: PWG patch from #326800 (Patch by Vincent Torri)
2006-02-02docs/: describe dparams (controller) for plugins unify docs a little moreStefan Kost4-162/+91
Original commit message from CVS: * docs/README: * docs/manual/intro-basics.xml: * docs/manual/intro-preface.xml: * docs/manual/manual.xml: * docs/pwg/advanced-dparams.xml: * docs/pwg/intro-basics.xml: * docs/pwg/intro-preface.xml: * docs/pwg/pwg.xml: describe dparams (controller) for plugins unify docs a little more
2006-01-31docs/: more dparam docsStefan Kost1-307/+24
Original commit message from CVS: * docs/manual/advanced-dparams.xml: * docs/pwg/advanced-dparams.xml: more dparam docs * gst/gstindex.c: fix docs * libs/gst/controller/lib.c: (gst_controller_init): init just once
2006-01-30docs/manual/advanced-dparams.xml: describe controllerStefan Kost2-66/+81
Original commit message from CVS: * docs/manual/advanced-dparams.xml: describe controller * docs/manual/advanced-position.xml: * docs/manual/basics-init.xml: * docs/manual/manual.xml: * docs/manual/titlepage.xml: * docs/pwg/pwg.xml: * docs/pwg/titlepage.xml: cleanup xml (more to come) * libs/gst/controller/gstcontroller.c: fix typo
2006-01-19docs/pwg/advanced-scheduling.xml: Update from 0.9.x to 0.10 API and make ↵Tim-Philipp Müller1-9/+32
example a bit clearer. Original commit message from CVS: * docs/pwg/advanced-scheduling.xml: Update from 0.9.x to 0.10 API and make example a bit clearer.
2006-01-04docs/pwg/advanced-types.xml: fix doc borkageThomas Vander Stichele1-2/+2
Original commit message from CVS: * docs/pwg/advanced-types.xml: fix doc borkage
2006-01-04Small updates to various docs.Wim Taymans3-24/+5
Original commit message from CVS: * docs/manual/basics-pads.xml: * docs/plugins/Makefile.am: * docs/plugins/gstreamer-plugins-docs.sgml: * docs/plugins/gstreamer-plugins-sections.txt: * docs/pwg/advanced-clock.xml: * docs/pwg/advanced-scheduling.xml: * docs/pwg/advanced-types.xml: * plugins/elements/gstfdsink.c: * plugins/elements/gstfdsrc.c: * plugins/elements/gstfdsrc.h: * plugins/elements/gstidentity.c: (gst_identity_class_init): * plugins/elements/gstidentity.h: * plugins/elements/gstqueue.h: * plugins/elements/gsttee.c: * plugins/elements/gsttee.h: * plugins/elements/gsttypefindelement.c: (gst_type_find_element_class_init): * plugins/elements/gsttypefindelement.h: Small updates to various docs. Added core plugins to docs.
2005-12-11docs/pwg/: Update state change stuff for 0.10 (fixes #322969).Tim-Philipp Müller4-24/+37
Original commit message from CVS: * docs/pwg/building-chainfn.xml: * docs/pwg/building-pads.xml: * docs/pwg/building-state.xml: * docs/pwg/other-source.xml: Update state change stuff for 0.10 (fixes #322969).
2005-12-05libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)Wim Taymans1-3/+3
Original commit message from CVS: 2005-12-05 Andy Wingo <wingo@pobox.com> patch by: Wim Taymans <wim@fluendo.com> * libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf) (gst_base_transform_buffer_alloc): * plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call alloc_buffer_and_set_caps. * gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call set_caps on the source pad. (gst_pad_alloc_buffer_and_set_caps): New function, does what alloc_buffer used to do. Fixes #322874. * docs/gst/gstreamer-sections.txt: * docs/design/part-negotiation.txt: * docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer changes.
2005-11-23remove mentions of sinesrcThomas Vander Stichele1-2/+3
Original commit message from CVS: remove mentions of sinesrc
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h ↵Andy Wingo1-1/+1
(GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * *.h: * *.c: Ran scripts/update-macros. Oh yes. * gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) (GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from GST_GET_LOCK, etc. * scripts/update-macros: New script. Run it on your files to change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as well.