Stefan Kost
1d637d2a61
pwg: fix element name "videodrop" to "videorate"
2011-03-09 16:16:07 +02:00
Tim-Philipp Müller
4583b4f0f2
docs: fix garbled UTF-8 characters when generating app dev manual ps/pdf
...
https://bugzilla.gnome.org/show_bug.cgi?id=639448
2011-01-14 00:20:43 +00:00
Edward Hervey
499b5e2c74
pwg: Fix link to GObject documentation
...
Better have gnome.org than viagra :)
2011-01-04 18:36:41 +01:00
reynaldo
c802bc7c26
docs: some small fixes to the plugin writer's guide
...
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-11-28 19:58:28 +00:00
Edward Hervey
47743aa7ac
pwg: Make a sentence clearer.
2010-09-17 10:01:01 +02:00
Tim-Philipp Müller
62a37d79c9
pwg: remove confusing metadata example with 0.8 code
...
Fixes #534314 .
2010-05-02 20:02:40 +01:00
Sebastian Dröge
bd38b09366
docs: Consistently use MyFilter instead of sometimes ExampleFilter in the example
...
Fixes bug #615579 .
2010-04-16 20:09:40 +02:00
Stefan Kost
74ea1b5fcf
pwg: mention how to build after using the project stamp
2010-03-16 10:44:01 +02:00
Arun Raghavan
8d1c45f513
pwg: several typo fixes
...
Fixes #609286 .
2010-02-12 11:19:27 +00:00
Stefan Kost
045b66caca
pwg: remove empty midi section
2010-01-07 17:42:57 +02:00
Peter van Hardenberg
bfef4a70bf
pwg: make the enum example (based on videotestsrc) actually match videotestsrc
2009-12-04 12:17:07 -08:00
Tim-Philipp Müller
78ef5ff4c7
docs: add link to cgit tarball download of gst-template in PWG
...
So people who can't use git for some reason still can get hold
of the code. See #591069 .
2009-08-21 10:02:17 +01:00
Jan Schmidt
29170a4cfa
docs: Bump common, fix the upload logic inclusion
...
Update the common submodule, and fix the docs upload rules to include
the right makefile snippet from common.
2009-06-11 13:16:29 +01:00
Tim-Philipp Müller
5fd1bf613c
pwg: update for CVS-to-git migration
...
Fixes #573946 .
2009-03-04 10:47:38 +00:00
Tim-Philipp Müller
acb98b0938
docs: fix constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN
...
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.
2009-02-19 11:18:07 +00:00
Stefan Kost
a76176f9e9
docs/pwg/advanced-request.xml: Fix 0.8 api usage in example. Fixes #554561
...
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-10-06 07:30:57 +00:00
tmatth
c12e6b2e20
docs/pwg/building-testapp.xml: Don't use an undeclared variable in the 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-07-12 17:43:15 +00:00
Tim-Philipp Müller
8acbecfd60
docs/pwg/advanced-tagging.xml: Small docs update, can't be bothered to 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-05-25 16:13:38 +00:00
Sebastian Dröge
b0346dff44
Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it 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 .
2008-03-22 14:56:17 +00:00
Steve Fink
896e1a3d5d
docs/pwg/building-testapp.xml: Mention that GST_PLUGIN_PATH or --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-26 08:46:46 +00:00
Tim-Philipp Müller
fc135f7f7c
docs/pwg/advanced-types.xml: Fix typo and duplicate entry in video formats list.
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix typo and duplicate entry in video formats list.
2007-07-22 18:16:19 +00:00
Tim-Philipp Müller
9dd0ba7c8f
docs/pwg/advanced-types.xml: Fix typo in iana.org URI.
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Fix typo in iana.org URI.
2007-06-21 09:46:02 +00:00
Stefan Kost
0caaa7deee
docs/pwg/advanced-types.xml: Added more formats to caps table.
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Added more formats to caps table.
2007-06-15 07:27:00 +00:00
Tim-Philipp Müller
1b343395e7
docs/pwg/building-boiler.xml: Fix typos, spotted by Thijs Vermeir ( #447190 ).
...
Original commit message from CVS:
* docs/pwg/building-boiler.xml:
Fix typos, spotted by Thijs Vermeir (#447190 ).
2007-06-14 08:52:51 +00:00
Michael Smith
b20f57c44e
docs/pwg/advanced-types.xml: Fix some errors in the typefinding docs pointed 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-03-21 18:13:40 +00:00
Tim-Philipp Müller
476cdb3904
docs/pwg/building-testapp.xml: Add some audioconverts and audioresample to 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-26 18:24:56 +00:00
Tim-Philipp Müller
0b60f83664
docs/: Fix typo ( #400987 ).
...
Original commit message from CVS:
* docs/manual/manual.xml:
* docs/pwg/pwg.xml:
Fix typo (#400987 ).
2007-01-26 13:07:36 +00:00
Stefan Kost
73fbb4bea0
docs/pwg/advanced-types.xml: add more missing type details
...
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-22 12:29:41 +00:00
Stefan Kost
a91e03b7be
docs/pwg/advanced-types.xml: documents the new caps elements (see #363118 )
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
documents the new caps elements (see #363118 )
2006-11-07 07:34:43 +00:00
Stefan Kost
139e6f8be4
More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp section.
...
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-09-16 21:38:09 +00:00
Tim-Philipp Müller
477870c544
docs/pwg/: Update for 0.10 API ( #340627 ). Add myself to authors list.
...
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-08-17 18:11:11 +00:00
Tim-Philipp Müller
5014b37cd3
Fix typos ( #348000 ).
...
Original commit message from CVS:
* docs/pwg/advanced-scheduling.xml:
* gst/gstpad.c:
Fix typos (#348000 ).
2006-07-19 12:40:54 +00:00
Tim-Philipp Müller
815afde246
docs/pwg/intro-basics.xml: Fix wrong links ( #347927 ).
...
Original commit message from CVS:
* docs/pwg/intro-basics.xml:
Fix wrong links (#347927 ).
2006-07-18 20:38:45 +00:00
Thomas Vander Stichele
3795e5a571
move upload.mak to common
...
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-04-29 00:36:47 +00:00
Tim-Philipp Müller
fe20af8eae
docs/manual/advanced-dataaccess.xml: Add some very very basic error checking.
...
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-08 14:30:40 +00:00
Wim Taymans
2ee0cdf799
docs/pwg/: Applied patch from Christophe Fergeau, fixes #333416
...
Original commit message from CVS:
* docs/pwg/advanced-tagging.xml:
* docs/pwg/building-pads.xml:
Applied patch from Christophe Fergeau, fixes #333416
2006-03-07 17:06:53 +00:00
Vincent Torri
e126aa34c3
docs/pwg/building-boiler.xml:
...
Original commit message from CVS:
* docs/pwg/building-boiler.xml:
PWG patch from #326800 (Patch by Vincent Torri)
2006-02-09 23:40:43 +00:00
Stefan Kost
523041b533
docs/: describe dparams (controller) for plugins unify docs a little more
...
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-02-02 11:24:19 +00:00
Stefan Kost
dad303a342
docs/: more dparam docs
...
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-31 16:56:28 +00:00
Stefan Kost
a768c44689
docs/manual/advanced-dparams.xml: describe controller
...
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-30 21:11:38 +00:00
Tim-Philipp Müller
5fadea40de
docs/pwg/advanced-scheduling.xml: Update from 0.9.x to 0.10 API and make 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-19 10:39:27 +00:00
Thomas Vander Stichele
f7734a104d
docs/pwg/advanced-types.xml: fix doc borkage
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
fix doc borkage
2006-01-04 23:52:35 +00:00
Wim Taymans
4f15126b53
Small updates to various docs.
...
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.
2006-01-04 12:41:35 +00:00
Tim-Philipp Müller
bce6eeb204
docs/pwg/: Update state change stuff for 0.10 ( fixes #322969 ).
...
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-11 18:24:27 +00:00
Wim Taymans
4f28ca8331
libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)
...
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-12-05 13:01:35 +00:00
Thomas Vander Stichele
3dfcce5a99
remove mentions of sinesrc
...
Original commit message from CVS:
remove mentions of sinesrc
2005-11-23 15:49:06 +00:00
Andy Wingo
44c548b205
*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (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.
2005-11-21 16:34:26 +00:00
Tim-Philipp Müller
fa0afcafb4
gst/gstvalue.c: More robust fraction string parsing.
...
Original commit message from CVS:
* gst/gstvalue.c: (gst_value_deserialize_fraction):
More robust fraction string parsing.
* docs/pwg/appendix-porting.xml:
Mention gst_pad_use_explicit_caps() => gst_pad_use_fixed_caps()
2005-09-29 12:05:51 +00:00
Tim-Philipp Müller
3940710283
docs/pwg/appendix-porting.xml: And something about newsegment events and caps-on-buffers to the porting guide (feel f...
...
Original commit message from CVS:
* docs/pwg/appendix-porting.xml:
And something about newsegment events and caps-on-buffers to
the porting guide (feel free to improve).
2005-09-21 15:55:12 +00:00
Michael Smith
686a044c4f
Update the manual section on state changes for wingo's new API
...
Original commit message from CVS:
Update the manual section on state changes for wingo's new API
2005-09-08 11:45:12 +00:00