gst/gstpad.c: Return a newly allocated buffer when the pad has no peer.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2
3         * gst/gstpad.c: (gst_pad_alloc_buffer):
4           Return a newly allocated buffer when the pad has no peer.
5
6 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7
8         * gst/gstclock.c: (gst_clock_get_time):
9           make it compile with gcc 2.95 again.
10           Patch by Scott Wheeler
11
12 2004-01-15  David Schleef  <ds@schleef.org>
13
14         * gst/gstcaps.h:
15         Added gst_caps_is_simple() macro.
16         * testsuite/caps/caps.c: (test1):
17         * testsuite/caps/intersect2.c: (main):
18         * testsuite/caps/intersection.c: (main):
19         Fixes to make 'make check' work again after removing
20         gst_caps_is_chained().
21
22 2004-01-15  Leif Johnson <leif@ambient.2y.net>
23
24         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
25         and additions to the MIDI document.
26
27 2004-01-15  David Schleef  <ds@schleef.org>
28
29         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
30         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
31         of GST_RPAD_, since we don't know if it's a real or ghost pad.
32
33 2004-01-15  David Schleef  <ds@schleef.org>
34
35         * gst/gstqueue.c:
36         * gst/gstqueue.h:
37         Fix the spelling of "treshold" and make min_threshold actually
38         affect the queue.
39
40 2004-01-15  David Schleef  <ds@schleef.org>
41
42         * gst/gstcaps.c:
43         Add lots of documentation.
44         * gst/gstcaps.h:
45         Deprecate a few functions.
46         * gst/gstpad.c:
47         Removed use of deprecated functions.
48
49 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
50
51         * gst/gstpad.c: (gst_pad_is_linked):
52         * gst/gstpad.h:
53           implement gst_pad_is_linked
54         * gst/gstelement.h:
55           reserve space for initiate_state_change
56
57 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
58
59         * gst/autoplug/gstspideridentity.c:
60         (gst_spider_identity_sink_loop_type_finding):
61           break infinite loop by just returning instead of looping
62         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
63           set event time difference correctly. Set it to 1 second instead
64           of 100ms to be more tolerant
65         * gst/gstelement.c: (gst_element_set_time):
66           add debugging output
67
68 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
69
70         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
71           query if buffers are inside the pool, ignore events
72
73 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
74
75         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
76         (gst_clock_set_speed), (gst_clock_set_active),
77         (gst_clock_is_active), (gst_clock_reset),
78         (gst_clock_handle_discont):
79         * gst/gstclock.h:
80           deprecate old interface and disable functions that aren't in use
81           anymore.
82         * gst/gstelement.h:
83         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
84         (gst_element_set_time), (gst_element_adjust_time):
85           add concept of "element time" and functions to get/set this time.
86         * gst/gstelement.c: (gst_element_change_state):
87           update element time correctly.
88         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
89           This is a debug message, not a g_critical.
90         * gst/gstpad.c: (gst_pad_event_default):
91           handle discontinuous events right with element time.
92         * gst/gstscheduler.c: (gst_scheduler_state_transition):
93           update to clocking fixes.
94           set clocks on elements in READY=>PAUSED. The old behaviour caused
95           a wrong element time on the first element that started playing.
96         * gst/schedulers/gstbasicscheduler.c:
97         (gst_basic_scheduler_class_init):
98         * gst/schedulers/gstoptimalscheduler.c:
99         (gst_opt_scheduler_class_init):
100           remove code that just implements the default behaviour.
101         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
102           update to use new clocking functions
103         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
104         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
105           update to test new element time.
106         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
107           use _get_allowed_caps instead of _get_caps. This catches filtered
108           caps correctly.
109         * testsuite/debug/commandline.c:
110           update for new GST_DEBUG syntax.
111         * testsuite/threads/Makefile.am:
112           disable a test that only works sometimes.
113
114 2004-01-13  Julien MOUTTE <julien@moutte.net>
115
116         * po/LINGUAS: Adding fr.
117         * po/fr.po: Adding french translation.
118
119 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
120
121         * gst/parse/grammar.y:
122         * po/POTFILES.in:
123         * po/nl.po:
124         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
125           translate parsing error messages
126
127 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
128
129         * po/POTFILES.in: adding gst-launch
130         * po/nl.po: updated translation, all 99 strings translated
131         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
132         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
133           fix strings for translation
134
135 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
136
137         * gst/gst.c:
138           - capitalize beginnings of popt options
139           - fix strings for translation
140           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
141
142 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
143
144         * po/README: add some notes on how to update translations
145
146 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
147
148         * ABOUT-NLS: removed, is autogenerated from autopoint
149         * autogen.sh: add autopoint stuff
150         * configure.ac: fix up gettext stuff
151         * gst/Makefile.am: add i18n headers to noinst_HEADERS
152         * gst/elements/gsttypefindelement.c: add header include
153         * gst/gettext.h: add header, copy from system-installed header
154         * gst/gst-i18n-app.h: to be included by each app having translations
155         * gst/gst-i18n-lib.h: to be included by each lib having translations
156         * gst/gst.c: (init_pre): fix up gettext calls
157         * gst/gst_private.h: remove i18n stuff, moving to separate headers
158         * po/LINGUAS: the new way to specify translations present
159         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
160         * po/Makevars: the variables filled in for GStreamer
161         * po/POTFILES.in: added new files with translations
162         * po/de.po: has new strings
163         * po/nl.po: readded, has new strings
164
165 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
166
167         * gst/gsttag.c: fix some strings marked for translation
168
169 2004-01-13  Iain <iain@prettypeople.org>
170
171         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
172         group when we add an element to it, cos we unref it when we remove one
173
174 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
175
176         * testsuite/debug/commandline.c: (debug_not_reached):
177         * testsuite/debug/output.c: (check_message):
178           fix testsuite
179
180 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
181
182         * examples/cutter/.cvsignore:
183         * examples/helloworld/.cvsignore:
184         * examples/launch/.cvsignore:
185         * examples/manual/.cvsignore:
186         * examples/mixer/.cvsignore:
187         * examples/pingpong/.cvsignore:
188         * examples/plugins/.cvsignore:
189         * examples/queue/.cvsignore:
190         * examples/queue2/.cvsignore:
191         * examples/queue3/.cvsignore:
192         * examples/queue4/.cvsignore:
193         * examples/retag/.cvsignore:
194         * examples/thread/.cvsignore:
195         * examples/typefind/.cvsignore:
196         * examples/xml/.cvsignore:
197         * gst/.cvsignore:
198         * gst/autoplug/.cvsignore:
199         * gst/elements/.cvsignore:
200         * gst/indexers/.cvsignore:
201         * gst/parse/.cvsignore:
202         * gst/registries/.cvsignore:
203         * gst/schedulers/.cvsignore:
204         * libs/gst/bytestream/.cvsignore:
205         * libs/gst/control/.cvsignore:
206         * libs/gst/getbits/.cvsignore:
207         * tests/.cvsignore:
208         * tests/bufspeed/.cvsignore:
209         * tests/instantiate/.cvsignore:
210         * tests/memchunk/.cvsignore:
211         * tests/muxing/.cvsignore:
212         * tests/sched/.cvsignore:
213         * tests/seeking/.cvsignore:
214         * tests/threadstate/.cvsignore:
215         * testsuite/.cvsignore:
216         * testsuite/caps/.cvsignore:
217         * testsuite/cleanup/.cvsignore:
218         * testsuite/dynparams/.cvsignore:
219         * testsuite/plugin/.cvsignore:
220         * tools/.cvsignore:
221           update - this is huge, because it includes *.bb, *.bbg and *.da files
222           which are generated for gcov.
223
224 2004-01-11  David Schleef  <ds@schleef.org>
225
226         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
227         a function to parse integers in ways that strto[u]l() does not.
228
229 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
230
231         * tools/gst-inspect.c: (print_caps):
232           improve output of caps a bit
233
234 2004-01-11  David Schleef  <ds@schleef.org>
235
236         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
237         inherit correct flags (READONLY and DONTKEEP).
238
239 2004-01-11  David Schleef  <ds@schleef.org>
240
241         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
242         (gst_filesrc_map_region):
243         * gst/gstbuffer.c: (_gst_buffer_initialize),
244         (_gst_buffer_sub_free), (gst_buffer_default_copy),
245         (gst_buffer_new), (gst_buffer_create_sub),
246         (gst_buffer_is_span_fast), (gst_buffer_span):
247         * gst/gstbuffer.h:
248         Change GstBuffer private structure element names. (all files)
249         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
250         (gst_queue_link):
251         * gst/gstqueue.h:
252         Implement getcaps/pad_link functions that handle the case where
253         there are data in the queue.
254
255 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
256
257         * gst/elements/gstbufferstore.c:
258           initialize debugging structure correctly
259         * gst/elements/gsttee.c: (gst_tee_set_property):
260           g_object_notify when property was changed
261         * gst/elements/gsttypefindelement.c:
262         (gst_type_find_element_change_state):
263           clear caps correctly
264
265 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
266
267         * gst/gstqueue.c: (gst_queue_init):
268           Use better defaults for when a queue should block. This
269           gets rid of jerky playback for quite a few files.
270           It takes more memory.
271
272 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         (gst_xml_registry_parse_padtemplate):
275           make critical message slightly more useful
276
277 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
278
279         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
280         (gst_debug_message_get), (gst_debug_log_default):
281         * gst/gstinfo.h:
282           Change gst_debug_log(_valist) to take a const format string.
283           Change prototype of log function and functions using those to 
284           take a GstDebugMessage instead of a string that requires using
285           gst_debug_message_get.
286
287 2004-01-08  David Schleef  <ds@schleef.org>
288
289         * Makefile.am:
290         * configure.ac:
291         Add option --enable-gcov to build GStreamer with -fprofile-arcs
292         and -ftest-coverage, which allows gcov to show information about
293         testsuite coverage.
294
295 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
296
297         * gst/gstutils.h:
298           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
299           GST_PARENT_CALL_WITH_DEFAULT
300         * gst/elements/gstaggregator.c: 
301         * gst/elements/gstbufferstore.c: 
302         * gst/elements/gstfakesink.c: 
303         * gst/elements/gstfakesrc.c: 
304         * gst/elements/gstfdsink.c: 
305         * gst/elements/gstfdsrc.c: 
306         * gst/elements/gstfilesink.c: 
307         * gst/elements/gstfilesrc.c: 
308         * gst/elements/gstidentity.c: 
309         * gst/elements/gstmd5sink.c: 
310         * gst/elements/gstmultidisksrc.c:
311         * gst/elements/gstpipefilter.c: 
312         * gst/elements/gstshaper.c:
313         * gst/elements/gststatistics.c:
314         * gst/elements/gsttee.c:
315         * gst/elements/gsttypefindelement.c:
316           use them.
317
318 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
319
320         * docs/gst/gstreamer-docs.sgml: remove props
321         * docs/gst/gstreamer-sections.txt: remove props
322         * docs/gst/tmpl/gst.sgml:
323         * docs/gst/tmpl/gstbin.sgml:
324         * docs/gst/tmpl/gstbuffer.sgml:
325         * docs/gst/tmpl/gstcaps.sgml:
326         * docs/gst/tmpl/gstclock.sgml:
327         * docs/gst/tmpl/gstelement.sgml:
328         * docs/gst/tmpl/gstindex.sgml:
329         * docs/gst/tmpl/gstobject.sgml:
330         * docs/gst/tmpl/gstpad.sgml:
331         * docs/gst/tmpl/gstpadtemplate.sgml:
332         * docs/gst/tmpl/gstreamer-unused.sgml:
333         * docs/gst/tmpl/gstthread.sgml:
334         * docs/gst/tmpl/gstxml.sgml:
335           sync with code reorganization
336
337 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
338
339         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
340         Make the 'Could not find compatible pad' message more informative.
341
342 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
343
344         * gst/gstcaps.c: (gst_caps_append_structure):
345           Move the poisoning to allow a NULL structure
346         * gst/gstevent.c: (_gst_event_free):
347           When freeing a navigation event, free the structure
348           also
349
350 2004-01-04  David Schleef  <ds@schleef.org>
351
352         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
353         Remove usage of gst_pad_proxy_fixate.
354         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
355         (gst_caps_split_one), (gst_caps_replace):
356         Add poisoning code.
357         * gst/gstmarshal.list:
358         Add pointer__pointer for fixate signal
359         * gst/gstpad.c: (gst_real_pad_class_init),
360         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
361         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
362         (gst_pad_set_explicit_caps), (gst_pad_template_new):
363         Add poisoning code. Add fixate signal on RealPad. Change
364         set_explicit_caps() to take const GstCaps, like try_set_caps().
365         * gst/gstpad.h:
366         * testsuite/caps/Makefile.am:
367         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
368
369 2004-01-03  David Schleef  <ds@schleef.org>
370
371         * gst/elements/gsttypefindelement.c:
372         (gst_type_find_element_have_type), (gst_type_find_element_init):
373         Use gst_pad_use_explicit_caps for src pad.
374         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
375         before using it.
376
377 2004-01-03  David Schleef  <ds@schleef.org>
378
379         * gst/gstelement.c: (gst_element_link_pads_filtered),
380         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
381         that linking was successful.
382         * gst/gstpad.c: (gst_pad_link_free),
383         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
384         (gst_pad_link_try), (gst_pad_link_unnegotiate),
385         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
386         GstPadLinkReturn correctly between functions, and don't fail
387         when DELAYED is used (DELAYED is very important).  Better
388         cleanup on unlinking and unnegotiation.  Should fix some spider
389         bugs.
390
391 2004-01-02  David Schleef  <ds@schleef.org>
392
393         * gst/gstelement.c: (gst_element_class_init),
394         (gst_element_base_class_init): ->padtemplates should be cleared
395         in base_init, since we need to have a fresh list for every
396         class.  (Alternately, we chould copy the list and share the
397         actual pad templates (not the list), but that would require
398         changing every plugin to move pad template registration from
399         base_init to class_init.)
400
401 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
402
403         * gst/gstelement.c: (gst_element_class_add_pad_template):
404           Refuse registering a pad template if another pad template
405           with the same name already exists (#114715).
406
407 2004-01-02  David Schleef  <ds@schleef.org>
408
409         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
410         (gst_caps_is_equal_fixed): Add new function.
411         * gst/gstcaps.h: ditto.
412         * gst/gstpad.c: (gst_real_pad_class_init),
413         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
414         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
415         check new caps against existing caps -- if they're the same, return
416         OK without renegotiating.  caps-nego-failed signal fixed so that
417         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
418         to save an extra caps copy.  Don't complete negotiation if a pad
419         link function returns DELAYED.
420
421 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
422
423         * gst/gstpad.c: (gst_pad_try_relink_filtered):
424           Fix wrong g_return_if_fail
425
426 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
427
428         * gst/gstbin.c: (gst_bin_class_init):
429         Change the marshalling of element_added/element_removed
430         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
431         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
432
433 2004-01-01  David Schleef  <ds@schleef.org>
434
435         * gst/gstpad.c: (gst_pad_set_explicit_caps),
436         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
437         (gst_pad_use_explicit_caps):
438         * gst/gstpad.h:
439         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
440         to use an internal getcaps and link fuction so that negotiation
441         always results in the explicitly set caps.
442         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
443         are particularly useful for decoders.
444
445 2003-12-31  David Schleef  <ds@schleef.org>
446
447         * gst/elements/gstidentity.c: (gst_identity_class_init),
448         (gst_identity_init), (gst_identity_chain),
449         (gst_identity_set_property), (gst_identity_get_property):
450         * gst/elements/gstidentity.h:
451         * gst/gstqueue.c: (gst_queue_init):
452           Negotiation fixes.
453
454 2003-12-31  David Schleef  <ds@schleef.org>
455
456         * gst/gstcaps.c: (gst_caps_intersect),
457         (_gst_caps_normalize_foreach), (gst_caps_normalize):
458           Implement gst_caps_normalize().
459         * testsuite/caps/normalisation.c: (main):
460           Add an additional test
461
462 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
463
464         * gst/gstqueue.c: (gst_queue_init):
465           use gst_pad_proxy_getcaps()
466
467 2003-12-31  David Schleef  <ds@schleef.org>
468
469         * gst/elements/gstshaper.c: (gst_shaper_link):
470         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
471         * gst/gstqueue.c: (gst_queue_link):
472           Negotiation fixes.
473
474 2003-12-31  David Schleef  <ds@schleef.org>
475
476         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
477         * gst/gstpad.h: Add functions that are useful as default pad
478         link and fixate functions for elements.
479
480 2003-12-30  David Schleef  <ds@schleef.org>
481
482         * gst/gstpad.c: (gst_pad_link_try):
483           Fix segfault when attempting to return to old caps
484
485 2003-12-29  David Schleef  <ds@schleef.org>
486
487         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
488         (gst_caps_structure_simplify), (gst_caps_simplify):
489         * gst/gstcaps.h:
490           Add simplify function
491         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
492         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
493         * gst/gstpad.h:
494           Copy over srcnotify, sinknotify when calling old pad_link
495           functions.  Add new is_negotiated() function.
496         * gst/gststructure.c: (gst_structure_copy):
497           Fix an incredibly stupid bug that should have been noticed
498           weeks ago.  _copy() returned the argument, not the new copy.
499
500 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
501
502         * gst/gstcaps.c: (gst_caps_append):
503           add sanity checks
504         * gst/gstcaps.h: (gst_caps_debug):
505           remove, it doesn't exist anymore.
506         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
507         (gst_element_threadsafe_properties_post_run):
508           make debugging messages not clutter up THREAD debug category
509         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
510         (gst_element_change_state):
511           update to new caps API
512         * gst/gstinterface.c: (gst_implements_interface_cast):
513           don't put vital code in g_return_if_fail
514         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
515         (gst_pad_link_filtered):
516           add pst_pad_try_link and use it.
517         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
518           implement correctly, deprecate first one.
519         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
520           add and implement.
521         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
522           implement.
523         (gst_pad_get_negotiated_caps):
524           add and implement. Make GST_PAD_CAPS call this function.
525         (gst_pad_get_caps):
526           remove unneeded check..
527         (gst_pad_recover_caps_error):
528           disable, always return FALSE.
529         (gst_real_pad_dispose):
530           don't free caps and appfilter anymore, they're unused.
531         * gst/gstpad.h:
532           Reflect changes mentioned above.
533         * gst/gstsystemclock.c: (gst_system_clock_wait):
534           Make 'clock is way behind' a debugging message.
535         * gst/gstthread.c: (gst_thread_change_state):
536           Fix debugging message
537
538 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
539
540         * gst/gstinfo.h:
541           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
542         * docs/gst/tmpl/gstreamer-unused.sgml:
543           removed all traces of cvs conflicts
544
545 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
546
547         * configure.ac:
548         * gst/schedulers/cothreads_compat.h:
549         * libs/Makefile.am:
550           remove last instances of wingo cothread usage
551
552 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
553
554         * gst/gstplugin.c:
555         * gst/gstversion.h.in:
556         * gst/parse/grammar.y:
557           change comment block from /** to /* when not gtk-doc comments
558
559 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
560
561         * gst/gst.c: whitespace and doc style fixes
562
563 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
564
565         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
566
567 2003-12-24  Colin Walters  <walters@verbum.org>
568
569         * gst/elements/gsttypefindelement.c:
570           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
571           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
572           Don't double-free caps.
573
574 2003-12-23  David Schleef  <ds@schleef.org>
575
576         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
577           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
578           Many little fixes and additions of debug statements to
579           get rhythmbox working.
580
581 2003-12-23  Colin Walters  <walters@verbum.org>
582
583         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
584         Use GST_PAD_LINK_SUCCESSFUL.
585
586 2003-12-23  David Schleef  <ds@schleef.org>
587
588         * gst/elements/gstaggregator.c:
589         * gst/elements/gsttee.c:
590           Use gst_pad_proxy_getcaps().
591         * gst/gstpad.c:
592         * gst/gstpad.h:
593           Add gst_pad_proxy_getcaps(), which filter elements can use
594           as a generic getcaps implementation.
595           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
596           was advertised.
597
598 2003-12-23  David Schleef  <ds@schleef.org>
599
600         * gst/gstpad.c:
601           Rearrange/rewrite much of the pad negotiation code, since it
602           resembled pasta.  This actually changes the way some
603           negotiation works, since the previous code was inconsistent
604           depending on how it was invoked.  Add (internal) structure
605           GstPadLink, which is used to hold some information (more in
606           the future) about the link between two pads.  Fixes a number
607           of bugs, including random lossage of filter caps when the
608           initial negotiation is delayed.  A few functions are still
609           unimplemented.
610         * gst/gstpad.h:
611           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
612           these when testing GstPadLinkReturn values instead of comparing
613           directly.
614
615 2003-12-23  David Schleef  <ds@schleef.org>
616
617         * gst/gstvalue.c: 
618         * gst/gstvalue.h:
619           Rearrange lots of code.  Change registration of compare function
620           into registration of compare/serialize/deserialize functions.
621           Doesn't include implementation of gst_value_[de]serialize(),
622           but that should be easy.
623
624 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
625
626         * docs/gst/gstreamer-sections.txt:
627         * docs/gst/tmpl/gstprops.sgml: removed
628         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
629           David removed props and caps code, so let's remove their docs as well.
630           Removed all no longer existing symbols from gstreamer-sections.txt
631           
632 2003-12-22  Colin Walters  <walters@verbum.org>
633
634         * gst/gsttaginterface.c, gst/gsttaginterface.h,
635           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
636           of tags directly.
637
638 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
639
640         * gst/elements/gstelements.c:
641           Set ranks of elements to NONE, so the autoplugger doesn't use them.
642         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
643           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
644           gst_caps (peer).
645
646 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
647
648         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
649         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
650         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
651         (gst_spider_identity_sink_loop_type_finding):
652         * gst/autoplug/gstspideridentity.h:
653           Fix autoplugging in spider element, so it works with new caps.
654           This was mainly caused by identifying empty caps incorrectly.
655
656 2003-12-22  David Schleef  <ds@schleef.org>
657
658         * gststructure.c, gstvalue.c, gstvalue.h: Add
659           gst_value_init_and_copy() and use it, to avoid silly mistakes in
660           using g_value_copy()
661
662 2003-12-21  David Schleef  <ds@schleef.org>
663
664         * many, many files: Merge CAPS branch.  This includes:
665           - implemention of GstValue and several GstValue types
666           - implemention of GstStructure
667           - entire rewrite of GstCaps
668           - removal of GstProps
669           - many changes to GstPad to compensate for new caps paradigm
670           - removal of GstBufferpool
671         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
672         gstvalue.h, gst/gstcaps[2]*.[ch]:
673           - rename gstcaps2.[ch] to gstcaps.[ch]
674
675 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
676
677         * gst/gstqueue.c: (gst_queue_handle_pending_events),
678         (gst_queue_chain), (gst_queue_handle_src_event):
679           implement timeout for sending events. Workaround for if the
680           pipeline on this queue is not passing any data.
681
682 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
683                                                                                 
684         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
685         * moved CVS to freedesktop.org
686