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