summaryrefslogtreecommitdiff
path: root/docs/manual
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02docs: some 0.10 -> 1.0 changesWim Taymans3-5/+5
2012-10-02pwg: flesh out allocation docsWim Taymans2-1/+5
Add more examples. Add example for implementing new metadata. Add programs to the docs (again?), it seems to contain useful info.
2012-09-25docs: updatesWim Taymans2-51/+113
MIME-type -> Media type Fix some old gst-inspect output
2012-09-25manual: fix up the manualWim Taymans15-248/+308
MIME-type -> media types Fix up the manual in various places with the 1.0 way of doing things such as probes, static elements, scheduling, ... Add porting from 0.10 to 1.0 chapter. Add probe example to build. Remove some docs for remove components such as GstMixer and GstPropertyProbe, XML...
2012-09-25docs: gst-python is no moreWim Taymans1-1/+1
gst-python is no more and gst-libav is one of the main modules that we release.
2012-09-21manual: update controller documentationMark Nauwelaerts1-15/+6
2012-09-19docs: remove reference to 0.8 GstBin API from manualTim-Philipp Müller1-4/+6
https://bugzilla.gnome.org/show_bug.cgi?id=684048
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts2-3/+3
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts2-2/+2
2012-09-13docs: fix some docsWim Taymans4-28/+23
from git grep for ffmpegcolorspace and x-raw-
2012-04-04gst: Change versioningSebastian Dröge1-2/+2
Remove GST_MAJORMINOR and replace it by GST_API_VERSION Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely now. All versions are at 1.0.0 now for the release soon but API/ABI can still change until the 1.0.0 release. Next release versions until 1.0.0 will be 0.10.9X and these will be release candidates. GST_VERSION_* will nonetheless stay at 1.0.0.0.
2012-03-11caps: avoid using in-place oprationsWim Taymans1-2/+2
Rework some caps operations so they don't rely on writable caps but instead take ownership of the input caps and do _make_writable() only when needed. Remove some const from caps functions, it does not make much sense for refcounted objects and does not allow us to return a refcount to the const input caps. Rework the base classes fixate vmethods to not operate on the caps in-place. All this saves us around 30% of caps and structure copy and new operations.
2012-01-25Add new GstMapInfoWim Taymans1-11/+9
Use a structure to hold info about the mapping. The application then keeps track of this state and we can use it to unmap the memory again later.
2012-01-02docs: fix build of docs examplesWim Taymans1-1/+1
Update for registry method rename
2011-11-15pad: _get_caps() -> _query_caps()Wim Taymans2-4/+4
2011-11-09Merge branch 'master' into 0.11Wim Taymans1-7/+7
2011-11-08docs: also fix wrong call order for controller in manualStefan Sauer1-7/+7
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge9-11/+11
Conflicts: docs/design/draft-buffer2.txt docs/design/part-TODO.txt docs/design/part-block.txt docs/design/part-bufferlist.txt docs/design/part-caps.txt docs/design/part-element-transform.txt docs/design/part-events.txt docs/design/part-negotiation.txt gst/gstcaps.c gst/gstevent.h gst/gstghostpad.c gst/gstinterface.c gst/gstpad.c gst/gstpad.h gst/gstutils.c libs/gst/base/gstbasesink.c libs/gst/base/gstbasesrc.c libs/gst/base/gstbasetransform.c libs/gst/base/gsttypefindhelper.c plugins/elements/gstcapsfilter.c plugins/elements/gsttee.c tests/check/generic/sinks.c tools/gst-launch.1.in
2011-09-07docs, gst: typo fixesPiotr Fusik9-11/+11
https://bugzilla.gnome.org/show_bug.cgi?id=658449
2011-08-10Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-6/+6
Conflicts: gst/gstdebugutils.c gst/gstelementdetails.h gst/gstregistrychunks.c tools/gst-run.c
2011-08-07docs: fix helloworld compile command line for newer gccTim-Philipp Müller1-6/+6
https://bugzilla.gnome.org/show_bug.cgi?id=656092
2011-07-28manual: update for position/duration query API changeTim-Philipp Müller1-3/+2
2011-07-21Merge branch 'master' into 0.11Wim Taymans1-2/+4
Conflicts: libs/gst/base/gstbaseparse.c libs/gst/base/gstbasesink.c
2011-07-18docs: clarify clocks docs in manualStefan Kost1-2/+4
After a question on the mailing list, mention that *flushing* seeks reset the running time.
2011-06-21Merge branch 'master' into 0.11Wim Taymans1-0/+0
Conflicts: configure.ac win32/common/config.h win32/common/gstversion.h
2011-06-21images: strip images of extra text tagsStefan Kost1-0/+0
2011-05-16update manual code examples for new _get_caps()Wim Taymans2-4/+5
2011-03-28memory: port code to new buffer data APIWim Taymans1-7/+18
2011-02-10docs: mention that it's necessary to set the state of elements added to an ↵Tim-Philipp Müller3-1/+45
already-running pipeline https://bugzilla.gnome.org/show_bug.cgi?id=641631
2011-01-18docs: fix spelling of 'threshold' in app dev manualTim-Philipp Müller1-3/+3
2010-11-27manual: Improve states documentationThiago Santos1-1/+3
Be more explicit about being on NULL before unrefs
2010-09-01manual: improve clock docs a littleWim Taymans1-7/+13
2010-08-05manual: update gst-controller chapterStefan Kost1-24/+42
The docs were still describing deprecated api. Update it to tell about control-cources.
2010-07-16docs: fix some typos and add some missing links in the app dev manualMichael Bunk11-43/+56
Fixes #624164.
2010-07-01docs: fix a couple of typos in the manualTim-Philipp Müller6-11/+20
Spotted by Alexander Saprykin. Fixes #622379.
2010-06-30docs: update 'XML in GStreamer' section in application developer's manualTim-Philipp Müller1-256/+9
2010-06-17manual: fix another typo and some inaccuraciesTim-Philipp Müller1-10/+16
Fix a wrong statement and flesh out section on messages and queries a bit.
2010-06-17manual: Fix another typoAlexander Saprykin1-1/+1
2010-06-17manual: Fix typoAlexander Saprykin1-1/+1
2010-05-02manual: add minimal tag reading exampleTim-Philipp Müller1-0/+107
Should probably put that into tests/examples and figure out how to get it included automatically, but can't be bothered right now.
2010-03-31docs: improve communication picture and sectionStefan Kost3-10597/+10694
Indicate that only messages go via bus. Also add queries between elements.
2010-03-31docs: add communication overview to docsStefan Kost3-109/+835
Add a section to the basics that show buffers, events, messages and queries together and describe the basics.
2010-01-26docs: Fix basics-bus docsThiago Santos1-1/+1
Fix wrong information about bus watch functions in the application development manual. Fixes #608127
2009-11-28docs: fix another typoWim Taymans1-2/+2
2009-11-28docs: fix typoWim Taymans1-1/+1
2009-11-25docs: improve GstMixer and GstTuner docsTim-Philipp Müller1-0/+31
Mention that elements implementing GstMixer and GstTuner need to be in the right state before they can be used. Also mention GLib functions for converting filenames to and from URIs. Fixes #602877.
2009-11-09docs: don't forget to unref the padWim Taymans1-0/+2
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-08-19docs: Don't talk about the deprecated libgnome and GNOME-VFSSebastian Dröge1-18/+22
Instead talk about GIO and change the option parsing example to not initialize libgnome but only GTK. Fixes bug #592233.
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.