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