removing last mentions of wingo cothreads
[platform/upstream/gstreamer.git] / ChangeLog
1 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * configure.ac:
4         * gst/schedulers/cothreads_compat.h:
5         * libs/Makefile.am:
6           remove last instances of wingo cothread usage
7
8 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         * gst/gstplugin.c:
11         * gst/gstversion.h.in:
12         * gst/parse/grammar.y:
13           change comment block from /** to /* when not gtk-doc comments
14
15 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * gst/gst.c: whitespace and doc style fixes
18
19 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
22
23 2003-12-24  Colin Walters  <walters@verbum.org>
24
25         * gst/elements/gsttypefindelement.c:
26           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
27           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
28           Don't double-free caps.
29
30 2003-12-23  David Schleef  <ds@schleef.org>
31
32         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
33           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
34           Many little fixes and additions of debug statements to
35           get rhythmbox working.
36
37 2003-12-23  Colin Walters  <walters@verbum.org>
38
39         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
40         Use GST_PAD_LINK_SUCCESSFUL.
41
42 2003-12-23  David Schleef  <ds@schleef.org>
43
44         * gst/elements/gstaggregator.c:
45         * gst/elements/gsttee.c:
46           Use gst_pad_proxy_getcaps().
47         * gst/gstpad.c:
48         * gst/gstpad.h:
49           Add gst_pad_proxy_getcaps(), which filter elements can use
50           as a generic getcaps implementation.
51           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
52           was advertised.
53
54 2003-12-23  David Schleef  <ds@schleef.org>
55
56         * gst/gstpad.c:
57           Rearrange/rewrite much of the pad negotiation code, since it
58           resembled pasta.  This actually changes the way some
59           negotiation works, since the previous code was inconsistent
60           depending on how it was invoked.  Add (internal) structure
61           GstPadLink, which is used to hold some information (more in
62           the future) about the link between two pads.  Fixes a number
63           of bugs, including random lossage of filter caps when the
64           initial negotiation is delayed.  A few functions are still
65           unimplemented.
66         * gst/gstpad.h:
67           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
68           these when testing GstPadLinkReturn values instead of comparing
69           directly.
70
71 2003-12-23  David Schleef  <ds@schleef.org>
72
73         * gst/gstvalue.c: 
74         * gst/gstvalue.h:
75           Rearrange lots of code.  Change registration of compare function
76           into registration of compare/serialize/deserialize functions.
77           Doesn't include implementation of gst_value_[de]serialize(),
78           but that should be easy.
79
80 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
81
82         * docs/gst/gstreamer-sections.txt:
83         * docs/gst/tmpl/gstprops.sgml: removed
84         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
85           David removed props and caps code, so let's remove their docs as well.
86           Removed all no longer existing symbols from gstreamer-sections.txt
87           
88 2003-12-22  Colin Walters  <walters@verbum.org>
89
90         * gst/gsttaginterface.c, gst/gsttaginterface.h,
91           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
92           of tags directly.
93
94 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
95
96         * gst/elements/gstelements.c:
97           Set ranks of elements to NONE, so the autoplugger doesn't use them.
98         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
99           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
100           gst_caps (peer).
101
102 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
103
104         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
105         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
106         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
107         (gst_spider_identity_sink_loop_type_finding):
108         * gst/autoplug/gstspideridentity.h:
109           Fix autoplugging in spider element, so it works with new caps.
110           This was mainly caused by identifying empty caps incorrectly.
111
112 2003-12-22  David Schleef  <ds@schleef.org>
113
114         * gststructure.c, gstvalue.c, gstvalue.h: Add
115           gst_value_init_and_copy() and use it, to avoid silly mistakes in
116           using g_value_copy()
117
118 2003-12-21  David Schleef  <ds@schleef.org>
119
120         * many, many files: Merge CAPS branch.  This includes:
121           - implemention of GstValue and several GstValue types
122           - implemention of GstStructure
123           - entire rewrite of GstCaps
124           - removal of GstProps
125           - many changes to GstPad to compensate for new caps paradigm
126           - removal of GstBufferpool
127         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
128         gstvalue.h, gst/gstcaps[2]*.[ch]:
129           - rename gstcaps2.[ch] to gstcaps.[ch]
130
131 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
132
133         * gst/gstqueue.c: (gst_queue_handle_pending_events),
134         (gst_queue_chain), (gst_queue_handle_src_event):
135           implement timeout for sending events. Workaround for if the
136           pipeline on this queue is not passing any data.
137
138 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
139                                                                                 
140         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
141         * moved CVS to freedesktop.org
142