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