summaryrefslogtreecommitdiff
path: root/docs/random
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05porting: update porting statusWim Taymans1-7/+7
2011-10-04update porting listWim Taymans1-2/+2
2011-10-04update porting listWim Taymans1-3/+3
2011-10-04add porting listWim Taymans1-0/+588
2011-09-29update release notesWim Taymans1-1/+4
Change the mail addresses to the freedesktop ones
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge29-39/+39
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 Fusik29-39/+39
https://bugzilla.gnome.org/show_bug.cgi?id=658449
2011-08-15docs: update porting docWim Taymans1-0/+2
2011-08-03porting-to-0.11: Add section about GstIteratorSebastian Dröge1-0/+4
2011-07-28gst: fix awkward dest_format inout parameter in query utility functionsTim-Philipp Müller1-0/+13
The idea was originally that if one passed &dest_fmt with dest_fmt=GST_FORMAT_DEFAULT, then the code answering the query could change dest_fmt to the actual default format used. However, in more than half a decade of GStreamer 0.10 no piece of code in GStreamer has ever used that feature, nor are there that many users of this API that actually check whether the format returned is the original format passed before using the values returned. Also, it's just annoying-to-use API in its own right. For all these reasons, make it so that the destination format is passed directly and can't be changed by the element queried.
2011-07-24talk about the basetransform sink_event vmethodWim Taymans1-0/+7
2011-06-26Remove GstImplementsInterfaceTim-Philipp Müller1-0/+5
It was a bit too clever, and didn't really work as an API, confusing people to no end. Better implement specific methods whether an interface is usable/available/ready on the interface itself, or even add GError arguments, rather than try to have per-instance interfaces.
2011-06-14docs: update docsWim Taymans1-0/+192
2011-06-05docs: update for API changesTim-Philipp Müller1-1/+14
Also remove GST_PAD_CHECKGETRANGEFUNC macro
2011-06-03docs: update porting docWim Taymans1-3/+56
2011-05-27basetransform: Pass the complete caps to transform_capsSebastian Dröge1-1/+5
Instead of passing it structure by structure. This allows better optimized transform_caps functions and allows better transformation decisions. See bug #619844.
2011-05-26Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-05-25docs: update release instructions for gnome changeTim-Philipp Müller1-1/+1
2011-05-17element: Consider GstPadTemplate as immutableSebastian Dröge1-0/+3
Don't copy the templates when creating subclasses but only increase their refcount.
2011-05-17padtemplate: Create pad templates with floating refsSebastian Dröge1-0/+3
And take ownership of the floating ref in gst_element_add_pad_template()
2011-05-17padtemplate: Improve reference handling of the template's capsSebastian Dröge1-0/+2
gst_pad_template_new() does not take ownership of the caps anymore.
2011-05-17pad: Let template related functions return new referencesSebastian Dröge1-0/+8
gst_pad_template_get_caps(), gst_pad_get_pad_template_caps() and gst_pad_get_pad_template() return a new reference of the caps or template now and the return value needs to be unreffed after usage.
2011-05-16base: Improve negotiation with new getcaps() filterSebastian Dröge1-1/+4
2011-05-16gst: Add a filter caps parameter to all get_caps() functionsSebastian Dröge1-0/+4
This is used to pass the possible caps and preferences to the pad and to allow better negotiation decisions.
2011-05-10porting: update porting docWim Taymans1-0/+2
2011-05-10porting: update porting docWim Taymans1-0/+26
2011-05-06porting: update porting docWim Taymans1-0/+6
2011-05-03docs: improve porting docWim Taymans1-0/+5
2011-05-03porting: update porting documentWim Taymans1-0/+2
2011-05-03core: store presets, registry and plugins in XDG directories.Philippe Normand1-0/+5
Presets and plugins moved to $XDG_DATA_HOME/gstreamer-0.11/ root directory. Registry moved to $XDG_CACHE_HOME/gstreamer-0.11/. Fixes bug #518597.
2011-04-19utils: Remove GST_BOILERPLATE and friendsSebastian Dröge1-0/+2
2011-04-18bin: Enable DURATION query cachingSebastian Dröge1-0/+3
Elements must now post a DURATION message on the bus if they change the duration in PAUSED or PLAYING.
2011-04-16element: Inherit element metadata and pad templates from parent classesSebastian Dröge1-0/+5
This allows to add pad templates and set metadata in class_init instead of base_init. base_init is a concept that is not supported by almost all languages and copying the templates/metadata for subclasses is the more intuitive way of doing things. Subclasses can override pad templates of parent classes by adding a new template with the same now. Also gst_element_class_add_pad_template() now takes ownership of the pad template, which was assumed by all code before anyway. Fixes bug #491501.
2011-04-07Merge branch 'master' into 0.11Wim Taymans1-7/+0
2011-04-07docs: remove file as we have docs/design/part-missing-plugins.txtStefan Kost1-7/+0
2011-04-01docs: update porting guide with bufferlist changesWim Taymans1-0/+12
2011-03-31docs: update porting docWim Taymans1-2/+65
2011-02-23docs: update porting guideWim Taymans1-1/+8
2011-02-23docs: update porting guideWim Taymans1-0/+38
2011-02-22Merge branch 'master' into 0.11Wim Taymans6-6/+6
Conflicts: configure.ac gst/gstelement.c gst/gstelement.h gst/gstpad.c gst/gstutils.c libs/gst/base/Makefile.am libs/gst/check/Makefile.am libs/gst/controller/Makefile.am libs/gst/dataprotocol/Makefile.am libs/gst/net/Makefile.am win32/common/libgstreamer.def
2011-01-26docs: fix a few more typosZhang Wanming5-5/+5
https://bugzilla.gnome.org/show_bug.cgi?id=640502
2010-12-31docs: fix typoZhang Wanming1-1/+1
Signed-off-by: Zhang Wanming <Wanming.Zhang@tieto.com>
2010-12-07porting: update porting documentWim Taymans1-0/+9
2010-12-07porting: update porting docWim Taymans1-0/+16
2010-12-07Merge branch 'master' into 0.11Wim Taymans1-0/+51
2010-12-07docs: some notes about our plugin docs workflowStefan Kost1-0/+51
2010-12-07object: Removed deprecated fields and methodsWim Taymans1-0/+19
Make GstObject extend from GInitiallyUnowned, remove the FLOATING flag and use GObject methods for managing the floating ref. Remove class lock, it was a workaround for a glib < 2.8 bug. Remove the parent-set and parent-unset signals, attempt to implement with notify but disabled because deadlocks in deep-notify.
2010-12-06porting: mention removal of protocol propertyWim Taymans1-0/+3
2010-12-06docs: update porting docWim Taymans1-0/+3
2010-12-06porting: Add porting docWim Taymans1-0/+2