remove bufferpool documentation
[platform/upstream/gstreamer.git] / ChangeLog
1 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * docs/gst/gstreamer-sections.txt:
4         * docs/gst/tmpl/gstreamer-bufferpool.sgml:
5           David removed bufferpool code, so let's remove docs as well.
6
7 2003-12-22  Colin Walters  <walters@verbum.org>
8
9         * gst/gsttaginterface.c, gst/gsttaginterface.h,
10           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
11           of tags directly.
12
13 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14
15         * gst/elements/gstelements.c:
16           Set ranks of elements to NONE, so the autoplugger doesn't use them.
17         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
18           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
19           gst_caps (peer).
20
21 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22
23         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
24         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
25         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
26         (gst_spider_identity_sink_loop_type_finding):
27         * gst/autoplug/gstspideridentity.h:
28           Fix autoplugging in spider element, so it works with new caps.
29           This was mainly caused by identifying empty caps incorrectly.
30
31 2003-12-22  David Schleef  <ds@schleef.org>
32
33         * gststructure.c, gstvalue.c, gstvalue.h: Add
34           gst_value_init_and_copy() and use it, to avoid silly mistakes in
35           using g_value_copy()
36
37 2003-12-21  David Schleef  <ds@schleef.org>
38
39         * many, many files: Merge CAPS branch.  This includes:
40           - implemention of GstValue and several GstValue types
41           - implemention of GstStructure
42           - entire rewrite of GstCaps
43           - removal of GstProps
44           - many changes to GstPad to compensate for new caps paradigm
45           - removal of GstBufferpool
46         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
47         gstvalue.h, gst/gstcaps[2]*.[ch]:
48           - rename gstcaps2.[ch] to gstcaps.[ch]
49
50 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
51
52         * gst/gstqueue.c: (gst_queue_handle_pending_events),
53         (gst_queue_chain), (gst_queue_handle_src_event):
54           implement timeout for sending events. Workaround for if the
55           pipeline on this queue is not passing any data.
56
57 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
58                                                                                 
59         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
60         * moved CVS to freedesktop.org
61