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