autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-06-24  David Schleef  <ds@schleef.org>
2
3         * autogen.sh:  Remove call to env, since the buildbot isn't
4         broken anymore.
5
6 2004-06-24  Wim Taymans  <wim@fluendo.com>
7
8         * gst/elements/Makefile.am:
9         * gst/elements/gstelements.c:
10         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
11         (gst_multifdsink_class_init), (gst_multifdsink_init),
12         (gst_multifdsink_add), (gst_multifdsink_remove),
13         (gst_multifdsink_clear), (gst_multifdsink_chain),
14         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15         * gst/elements/gstmultifdsink.h:
16         Added an element that writes to multiple filedescriptors at once.
17
18 2004-06-24  Benjamin Otte  <otte@gnome.org>
19
20         * gst/parse/grammar.y:
21           don't try to link elements before they have been added to bins
22
23 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24
25         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
26         (gst_file_pad_get_length):
27         * libs/gst/bytestream/filepad.h:
28           add 2 new functions
29
30 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
31
32         * docs/gst/gstreamer-sections.txt:
33         remove from docs, the define that Benjamin removed from gstelement.h
34
35 2004-06-22  Benjamin Otte  <otte@gnome.org>
36
37         * gst/gstelement.h:
38           remove define that referenced a nonexisting GstElement struct member
39
40 2004-06-20  Benjamin Otte  <otte@gnome.org>
41
42         * gst/gstdata.c: (gst_data_is_writable):
43           whoops, return values were wrong, so writable data was marked as
44           non-writable and vice versa. (fixes #143953, spotted by Francis
45           Labonte)
46           Shows how rarely we need to copy data ;)
47
48 2004-06-20  Benjamin Otte  <otte@gnome.org>
49
50         * testsuite/schedulers/.cvsignore:
51         * testsuite/schedulers/Makefile.am:
52         * testsuite/schedulers/143777-2.c: (main):
53           add test for opt breakage in bug #143777
54
55 2004-06-20  Benjamin Otte  <otte@gnome.org>
56
57         * gst/gstpad.c: (gst_pad_call_chain_function):
58           check for if we were unlinked while inside the chainfunction (fixes
59           entrygthread having issues with #143777)
60         * testsuite/schedulers/143777.c: (main):
61         * testsuite/schedulers/Makefile.am:
62           add a test for that fix
63
64 2004-06-20  Benjamin Otte  <otte@gnome.org>
65
66         * gst/gstvalue.c: (gst_value_set_int_range):
67           test that start is smaller then end
68         * libs/gst/bytestream/Makefile.am:
69         * libs/gst/bytestream/filepad.c: 
70         * libs/gst/bytestream/filepad.h:
71           add GstFilePad - a pad that behaves like a FILE*
72         * testsuite/bytestream/.cvsignore:
73         * testsuite/bytestream/Makefile.am:
74         * testsuite/bytestream/filepadsink.c: 
75           test for the GstFilePad
76
77 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
78
79         * gst/elements/gstidentity.c: (gst_identity_class_init),
80         (gst_identity_init), (gst_identity_set_clock),
81         (gst_identity_chain), (gst_identity_set_property),
82         (gst_identity_get_property):
83         * gst/elements/gstidentity.h:
84         * gst/gstclock.c: (gst_clock_id_wait):
85           add a "sync" property to sync to the clock
86
87 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
88
89         * gst/gstelementfactory.c: (gst_element_factory_create):
90           make the freakin "elementfactory bla has no type" message more
91           useful. So we actually can do something when someone shows up
92           complaining about it.
93
94 2004-06-15  Johan Dahlin  <johan@gnome.org>
95
96         * tools/gst-inspect.c (main): Fallback to plugin if no element is
97         found. This matches the old behavior better. Thanks to Thomas for
98         pointing out.
99
100 2004-06-14  David Schleef  <ds@schleef.org>
101
102         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
103         -fomit-frame-pointer.  Appears to generate correct code in
104         other cases as well.
105
106 2004-06-14  Johan Dahlin  <johan@gnome.org>
107
108         * tools/gst-inspect.c (main): Add two new command line options: -a
109         to print all elements and -n to print the name on each line. Also
110         fix some error reporting.
111         (main): Simplify, remove -n and always print names if -a is specified
112
113 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
114
115         * win32/gstconfig.h:
116         * win32/GSTreamer.vcproj:
117         * win32/Makefile:
118         * gst/gstconfig.h.in:
119         * gst/gst.h:
120         * gst/gstbin.h:
121         * gst/gstelement.h:
122         * gst/gstevent.h:
123         * gst/gstobject.h:
124         * gst/gstpad.h:
125         * docs/gst/gstreamer-sections.txt:
126         * docs/gst/tmpl/gstconfig.sgml:
127           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
128
129 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
130         * docs/gst/gstreamer-sections.txt:
131         * docs/gst/tmpl/gstconfig.sgml:
132         Add the GSTREAMER_EXPORT macro to the docs
133
134 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
135
136         * tools/gst-compprep.c: (handle_xmlerror), (main):
137         Add a check for the version that introduced SetStructuredError to fix
138         the build on FC1
139
140 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
141
142         * win32/msvc71.sln:
143         * win32/testsuite/:
144           prepare to compile the testsuite with MSVC
145
146 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
147
148         * docs/manual/win32.xml:
149           attempt to transform the Win32 README into an XML doc
150
151 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
152
153         * gst/gst.c:
154         * gst/gstbin.*:
155         * gst/config.h.in:
156         * gst/gstelement.*:
157         * gst/gstevent.h:
158         * gst/gstobject.*:
159         * gst/gstpad.h:
160         * tools/gst-register.c:
161         * win32/gstreamer.def:
162           extern symbols are now exported for the Windows DLL
163
164 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
165
166         * gst/gstinfo.h:
167           fix a problem to enable/disable DEBUG under MSVC
168
169 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
170
171         * win32/:
172           enable more debug code in DEBUG build
173
174 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
175
176         * win32/config.h:
177         * gst/gst-i18n-app.h:
178           enable NLS under Windows
179
180 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
181         * tools/gst-compprep.c: (handle_xmlerror), (main):
182           Make an error that baffled me a bit clearer
183
184 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
185
186         * gst/gstqueue.c:
187           don't use g_queue_get_length () because it's 2.4, use ->length
188
189 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
190
191         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
192
193         * tools/gst-inspect.c: (print_signal_info):
194           don't free random data twice. (fixes #144185)
195
196 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
197
198         * gst/gstqueue.c:
199         * gst/gstqueue.h:
200           fix removing from the wrong queue on event timeout
201           fix disposing of the event queue by casting correctly
202           add mutexes for handling the event queue
203           someone was sleeping when fixing queue last time around :)
204
205 2004-06-10  Johan Dahlin  <johan@gnome.org>
206
207         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
208         errors, like gtk. It makes it more useful in bindings.
209
210 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
211
212         * docs/random/gdp:
213         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
214         * libs/gst/dataprotocol/dataprotocol.c:
215         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
216         (gst_dp_buffer_from_header):
217         * libs/gst/dataprotocol/dataprotocol.h:
218         * libs/gst/dataprotocol/dp-private.h:
219           rev version to 0.1, add buffer flags and copy them
220
221 2004-06-09  Johan Dahlin  <johan@gnome.org>
222
223         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
224         the flags from the buffer we're copying.
225
226 2004-06-09  Wim Taymans  <wim@fluendo.com>
227
228         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
229         * gst/elements/gstidentity.c: (gst_identity_init),
230         (gst_identity_chain):
231         Print more buffer info in fakesink.
232         Make identity output similar to fakesink.
233
234 2004-06-07  Daniel Gazard  <dany42@free.fr>
235
236         reviewed by Benjamin Otte  <otte@gnome.org>
237
238         * configure.ac:
239           fix cross compiling not working. (fixes #143741)
240
241 2004-06-07  Benjamin Otte  <otte@gnome.org>
242
243         * gst/gstelement.c: (gst_element_set_time_delay):
244           add failure check
245         * gst/gstinfo.h:
246           put brackets around macro arguments of GST_TIME_ARGS, add note to
247           move it to correct header in 0.9
248
249 2004-06-07  Benjamin Otte  <otte@gnome.org>
250
251         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
252         (gst_file_index_load), (_file_index_id_save_entries),
253         (gst_file_index_commit), (gst_file_index_add_association),
254         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
255         (gst_file_index_plugin_init):
256           make debugging use a default category
257
258 2004-06-06  David Moore  <dcm@acm.org>
259
260         reviewed by Benjamin Otte  <otte@gnome.org>
261
262         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
263         (gst_fdsrc_change_state):
264           reset offset counter when going READY => PAUSED. (fixes #142903)
265
266 2004-06-06  ed@catmur.co.uk
267
268         reviewed by Benjamin Otte  <otte@gnome.org>
269
270         * gst/registries/gstxmlregistry.c:
271         (gst_xml_registry_rebuild_recurse):
272           don't rely on g_dir_open to figure out if a file is a directory, use
273           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
274           directories. (fixes #142850)
275
276 2004-06-06  Benjamin Otte  <otte@gnome.org>
277
278         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
279           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
280         * libs/gst/bytestream/adapter.c:
281         * libs/gst/bytestream/adapter.h:
282           fix copyright in header and typo in debugging category name
283
284 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
285
286         * configure.ac:
287           bump nano to cvs
288
289 === release 0.8.3 ===
290
291 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
292
293         * configure.ac:
294           update libtool versioning
295           do a new release
296         * docs/gst/tmpl/gstelement.sgml:
297         * docs/gst/tmpl/gsttypes.sgml:
298         * gst/gstinfo.c: (_gst_debug_init):
299           put back GST_CAT_DATAFLOW to fix API breakage
300
301 2004-06-04  David Schleef  <ds@schleef.org>
302
303         * autogen.sh: Add a temporary 'env' to test buildbot problems.
304
305 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
306
307         * configure.ac:
308           bump nano to cvs
309
310 === release 0.8.2 ===
311
312 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
313
314         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
315           check GST_DEBUG environment variable which is parsed the same way
316           as --gst-debug=
317
318 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
319
320         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
321                             gstmd5sink.c gstshaper.c gsttee.c
322                             gsttypefindelement.c
323         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
324
325           - removing trailing commas at end of enums
326             it is correct C99 code but C90 compilers would complain
327             (AIX, Forte, ...)
328             ('should' fix #143290, at least partially)
329
330 2004-05-27  Wim Taymans  <wim@fluendo.com>
331
332         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
333         (chain_group_set_enabled), (create_group), (add_to_group),
334         (merge_groups), (setup_group_scheduler), (group_elements),
335         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
336         Don't try to follow the pad connections with other groups
337         when a loop based element is added to the scheduler because
338         the bin will inform the scheduler about the pad links a little
339         later.
340
341 2004-05-27  Wim Taymans  <wim@fluendo.com>
342
343         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
344         (remove_from_chain), (chain_group_set_enabled),
345         (setup_group_scheduler), (group_element_set_enabled),
346         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
347         (gst_opt_scheduler_show):
348         Elements without a group can do a state change as well, just wait
349         with the setup of the scheduling function when it is added to a
350         chain.
351
352 2004-05-27  Wim Taymans  <wim@fluendo.com>
353
354         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
355         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
356         (merge_groups), (setup_group_scheduler),
357         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
358         (gst_opt_scheduler_show):
359         Fixes to maintain internal consistency of the scheduler data
360         structures. 
361          - adding an enabled group to a chain should increment the
362            number of enabled elements in that chain.
363          - removing an enabled group from a chain could disable the
364            chain.
365          - removing a disabled group from a chain could enable the
366            chain.
367          - add g_assert when internal inconsistency is detected.
368          - adding an element to a group could increase the number of
369            links this group has with other groups.
370          - merging two groups also merges the chains.
371          - also show group links in the _show method.
372            
373
374 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
375
376         * gst/gstcaps.c: (gst_caps_structure_simplify):
377           don't print error messages when there is no error
378         * gst/gstvalue.c: (gst_value_compare_int_range):
379           compare the second value, too
380         * testsuite/caps/Makefile.am:
381         * testsuite/caps/random.c: (assert_on_error), (main):
382           add tests to make sure the two things above are checked for
383
384 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
385
386         * configure.ac:
387         * libs/gst/dataprotocol/Makefile.am:
388         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
389         * libs/gst/dataprotocol/dataprotocol.h:
390           wrap header in GST_ENABLE_NEW.  make code use it
391
392 2004-05-23  Johan Dahlin  <johan@gnome.org>
393
394         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
395         so verbose and print GstElement signal names all the time.
396
397 2004-05-22  David Schleef  <ds@schleef.org>
398
399         * gst/registries/gstxmlregistry.c:
400         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
401         (bug #142957)
402
403 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
404
405         * configure.ac:
406           scrub cflags for glib2 so gcc doesn't complain when glib is in
407           /usr/local
408
409 2004-05-21  Johan Dahlin  <johan@gnome.org>
410
411         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
412         __GNUC__, patch from Brian Cameron, fixes bug #142804
413
414 2004-05-20  David Schleef  <ds@schleef.org>
415
416         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
417         comparison code.  (bug #142819)
418
419 2004-05-20  Wim Taymans  <wim@fluendo.com>
420
421         * gst/gstbuffer.c: (gst_buffer_default_copy):
422         * gst/gstbuffer.h:
423         Added Comment to a flag.
424         copy relevant flags in _buffer_copy.
425
426 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
427
428         reviewed by: Wim Taymans <wim at fluendo dot com>
429
430         * gst/gstbuffer.h:
431           add GST_BUFFER_IN_CAPS buffer flag
432         * gst/gststructure.c: (gst_structure_value_get_generic_type),
433         (gst_structure_parse_any_list), (gst_structure_parse_list),
434         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
435         * gst/gstvalue.c: (gst_value_serialize_any_list),
436         (gst_value_transform_any_list_string),
437         (gst_value_list_prepend_value), (gst_value_list_append_value),
438         (gst_value_list_get_size), (gst_value_list_get_value),
439         (gst_value_transform_list_string),
440         (gst_value_transform_fixed_list_string),
441         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
442         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
443         (_gst_value_initialize):
444         * gst/gstvalue.h:
445           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
446           < , > as a format.
447         * testsuite/caps/string-conversions.c: (main):
448           add regression tests for < >
449
450 2004-05-20  Johan Dahlin  <johan@gnome.org>
451
452         * docs/gst/Makefile.am (all-local): Re-add
453
454 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
455
456         * docs/gst/Makefile.am:
457         * docs/gst/gstreamer-docs.sgml:
458         * docs/libs/Makefile.am:
459         * docs/libs/gstreamer-libs-docs.sgml:
460           fix distcheck issues
461
462 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
463
464         * libs/gst/dataprotocol/Makefile.am:
465           add to autotest
466
467 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
468
469         * libs/gst/dataprotocol/Makefile.am:
470         * libs/gst/dataprotocol/dataprotocol.c:
471         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
472         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
473         * libs/gst/dataprotocol/dp-private.h:
474           use GST macros to read/write fixed length ints
475           add some more asserts
476
477 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * docs/libs/gstreamer-libs-docs.sgml:
480         * docs/libs/gstreamer-libs-sections.txt:
481           remove idct and putbits
482         * configure.ac:
483         * docs/libs/tmpl/gstdataprotocol.sgml:
484         * libs/gst/Makefile.am:
485         * libs/gst/dataprotocol/Makefile.am:
486         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
487         (buffer_test), (caps_test), (event_test), (main):
488         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
489         (gst_dp_dump_byte_array), (gst_dp_init),
490         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
491         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
492         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
493         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
494         (gst_dp_validate_header), (gst_dp_validate_payload),
495         (gst_dp_validate_packet), (plugin_init):
496         * libs/gst/dataprotocol/dataprotocol.h:
497         * libs/gst/dataprotocol/dp-private.h:
498           add dataprotocol
499
500 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
501
502         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
503           fix int variable deserialization and add a helper so we can actually
504           debug this.
505
506 2004-05-18  David Schleef  <ds@schleef.org>
507
508         * testsuite/debug/commandline.c: (main): Call ./commandline, not
509           argv[0].  Calling yourself is probably not the best way to
510           construct a test like this, btw.
511
512 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
513
514         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
515           don't claim to be more intelligent than a scheduler when the
516           scheduler claims the pipeline is stopped
517         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
518         (safe_cothread_destroy),
519         (gst_entry_scheduler_remove_all_cothreads),
520         (gst_entry_scheduler_reset), (_remove_cothread),
521         (gst_entry_scheduler_state_transition):
522           hold off cothread destruction if we're not in main cothread
523         * configure.ac:
524         * testsuite/Makefile.am:
525           add new test dir
526         * testsuite/schedulers/.cvsignore:
527         * testsuite/schedulers/Makefile.am:
528           add tests
529         * testsuite/schedulers/relink.c: (cb_handoff), (main):
530           check relinking and adding/removing elements from a running pipeline
531         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
532           check unlinking in a running pipeline
533         * testsuite/schedulers/unref.c: (cb_handoff), (main):
534           check unreffing a running pipeline
535         * testsuite/schedulers/useless_iteration.c: (main):
536           check iterating a pipeline that contains running threads works
537
538 2004-05-18  David Schleef  <ds@schleef.org>
539
540         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
541           is false.
542
543 2004-05-18  Wim Taymans  <wim@fluendo.com>
544
545         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
546         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
547         Fixed an error introduced with patch for 1.63. When setting
548         a get based element as the entry point in a group, make sure
549         to mark the group as GET based.
550
551 2004-05-18  Wim Taymans  <wim@fluendo.com>
552
553         * gst/schedulers/gstoptimalscheduler.c: (create_group),
554         (setup_group_scheduler), (loop_group_schedule_function),
555         (gst_opt_scheduler_pad_link):
556         Added some more debug info and fixed a bug where the group
557         type was set to LOOP but it was in fact unknown.
558
559 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
560
561         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
562           make resetting scheduler work twice in a row
563
564 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
565
566         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
567         (CREATE_USERIALIZATION), (_gst_value_initialize),
568         (gst_value_compare_float), (gst_value_serialize_float),
569         (gst_value_deserialize_float), (gst_value_compare_enum),
570         (gst_value_serialize_enum), (gst_value_deserialize_enum):
571           add serialization and comparison functions for long, int64, enum and
572           float values
573         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
574           use best serialization function in type hierarchy instead of only a
575           matching one. This is required for enums to work.
576         * gst/parse/grammar.y:
577           use gst_caps_deserialize
578         * testsuite/parse/Makefile.am:
579           parse1 now works
580         * testsuite/parse/parse1.c: (main):
581           remove aggregator check, aggregator is broken, this test works now
582           but fails because of bug #138012
583         * testsuite/parse/parse2.c: (main):
584           s/xvideosink/xvimagesink - this test looks a lot like we should
585           disable it
586
587 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
588
589         * gst/gstelement.c: (gst_element_class_init):
590           whoops, store the signal id correctly
591         * gst/schedulers/gstbasicscheduler.c:
592         (gst_basic_scheduler_chain_wrapper):
593           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
594           chain function isn't linked
595
596 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
597         * configure.ac:
598         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
599         support until we decide where the flags should be used
600         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
601         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
602         * gst/gstpad.c: (gst_pad_link_call_link_functions):
603         Output refused caps in the debug info
604
605 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
606
607         * gst/elements/gstidentity.c: (gst_identity_chain):
608           add duration debug
609         * gst/gstinfo.c: (gst_debug_log_default):
610           add timestamp
611
612 2004-05-13  Benjamin Otte  <otte@gnome.org>
613
614         * gst/gstpipeline.c: (gst_pipeline_dispose),
615         (gst_pipeline_change_state):
616           call gst_scheduler_reset on dispose (fixes #141416)
617
618 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
619
620         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
621           compute mapsize correctly
622         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
623           use correct datatypes when calling a varargs function
624         * gst/elements/gsttypefindelement.c: (stop_typefinding):
625           push a DISCONT event as first thing
626         * gst/gst_private.h:
627         * gst/gstinfo.c: (_gst_debug_init):
628           remove GST_DATAFLOW debugging category
629         * gst/gstbin.c: (gst_bin_iterate):
630           use GST_SCHEDULING category
631         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
632         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
633         (gst_pad_call_get_function):
634           add GST_DATAFLOW to easily track flow of buffers or events.
635         * gst/gstqueue.c: (gst_queue_get_type),
636         (gst_queue_handle_pending_events), (gst_queue_chain),
637         (gst_queue_get), (gst_queue_handle_src_event):
638           use own static debugging category GST_DATAFLOW for dataflow,
639           use DEBUG category for showing which path events go, use LOG
640           category for buffers.
641
642 2004-05-10  David Schleef  <ds@schleef.org>
643
644         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
645
646 2004-05-10  David Schleef  <ds@schleef.org>
647
648         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
649         symbols, because otherwise we don't know what they are.  Thanks,
650         the GStreamer team.
651         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
652
653 2004-05-10  David Schleef  <ds@schleef.org>
654
655         (from Steve Lhomme)
656         * win32/Makefile: When using make clean the MS Visual Studio makefiles
657         are deleted.  Fix.
658         * win32/Makefile.inspect:
659         * win32/Makefile.launch:
660         * win32/Makefile.register:
661
662 2004-05-10  David Schleef  <ds@schleef.org>
663
664         * gst/gstinfo.h: Add missing inline function.
665         * gst/gsttrace.c: add include
666         * gst/parse/grammar.y: remove unused code
667         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
668         more portable.
669         * tools/gst-register.c: wrap unistd.h
670         
671         More additions/fixes from Steve for the MSVC build.
672         * win32/GStreamer.vcproj:
673         * win32/Makefile:
674         * win32/Makefile.inspect:
675         * win32/Makefile.launch:
676         * win32/Makefile.register:
677         * win32/README.txt:
678         * win32/gst-inspect.vcproj:
679         * win32/gst-launch.vcproj:
680         * win32/gst-register.vcproj:
681         * win32/gstbytestream.def:
682         * win32/gstbytestream.vcproj:
683         * win32/gstconfig.h:
684         * win32/gstelements.def:
685         * win32/gstelements.vcproj:
686         * win32/gstenumtypes.c:
687         * win32/gstenumtypes.h:
688         * win32/gstoptimalscheduler.def:
689         * win32/gstoptimalscheduler.vcproj:
690         * win32/gstreamer.def:
691         * win32/gstspider.def:
692         * win32/gstspider.vcproj:
693         * win32/gstversion.h:
694         * win32/msvc71.sln:
695
696 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
697
698         * gst/gstelement.c: (gst_element_class_init),
699         (gst_element_no_more_pads):
700         * gst/gstelement.h:
701           add gst_element_no_more_pads and the "no-more-pads" signal
702
703 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
704
705         * gst/gstregistry.c: (gst_registry_add_plugin):
706           refuse to add plugins when a plugin with same name is already
707           registered. Fixes a bunch of "How to remove plugins?" issues.
708           May lead to other problems though, let's test
709
710 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
711
712         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
713         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
714         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
715
716 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
717
718         * tests/Makefile.am: fix am16 issue
719
720 2004-05-09  Benjamin Otte  <otte@gnome.org>
721
722         * libs/gst/bytestream/Makefile.am:
723           we should indeed add .c files to makefiles or they won't be built
724           (d'oh)
725
726 2004-05-08  Benjamin Otte  <otte@gnome.org>
727
728         * gst/gstpad.c: (gst_pad_proxy_fixate):
729           really reduce the set of caps
730
731 2004-05-08  Benjamin Otte  <otte@gnome.org>
732
733         * tests/Makefile.am:
734         * tests/spidey_bench.c: (handoff), (main):
735           add benchmark to test how long spider needs to create a pipeline
736
737 2004-05-08  Benjamin Otte  <otte@gnome.org>
738
739         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
740           mark links as unengaged when unnegotiating instead of deactivating.
741           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
742
743 2004-05-08  Benjamin Otte  <otte@gnome.org>
744
745         * docs/manual/helloworld.xml:
746           s/audiosink/osssink (patch by Patrick Guimond)
747
748 2004-05-07  David Schleef  <ds@schleef.org>
749
750         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
751         since it contains important stuff.
752
753 2004-05-07  David Schleef  <ds@schleef.org>
754
755         * testsuite/caps/caps.c: (test3), (main): A check for appending
756         ANY caps.
757
758 2004-05-07  David Schleef  <ds@schleef.org>
759
760         * common/m4/as-compiler-flag.m4: Properly quote arguments,
761         which may contain commas.  Fixes detection of -Wa,-mregnames
762
763 2004-05-06  David Schleef  <ds@schleef.org>
764
765         Changes to handle compilers that don't have variadic macro
766         support.  In particular, glib headers define some inlines
767         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
768         builds.
769         * gst/Makefile.am:
770         * gst/cothreads.c:
771         * gst/elements/gstfdsink.c:
772         * gst/elements/gstfdsrc.c:
773         * gst/elements/gstfilesink.c:
774         * gst/elements/gstfilesrc.c:
775         * gst/gst_private.h:
776         * gst/gstatomic.c:
777         * gst/gstcaps.c: (gst_caps_append):
778         * gst/gstcpu.c: (gst_cpuid_i386):
779         * gst/gstelement.c:
780         * gst/gsterror.c:
781         * gst/gstfilter.c:
782         * gst/gstinfo.h:
783         * gst/gstprobe.c:
784         * gst/gstquery.c:
785         * gst/gstregistry.c:
786         * gst/gststructure.c:
787         * gst/gsttaginterface.c:
788         * gst/gsttrace.c: (gst_trace_new):
789         * gst/gsttrashstack.c:
790         * gst/gsturi.c:
791         * gst/gstvalue.c:
792         * gst/parse/grammar.y:
793         * gst/parse/parse.l:
794         * tools/gst-inspect.c: (main):
795         * tools/gst-launch.c: (main):
796         * tools/gst-xmlinspect.c: (PUT_STRING):
797
798 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
799
800         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
801         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
802         * gst/elements/gstfilesrc.h:
803           send NEW_MEDIA events correctly
804         * gst/elements/gsttypefindelement.c: (start_typefinding),
805         (gst_type_find_element_handle_event):
806           restart typefinding when we get a NEW_MEDIA event
807         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
808         (gst_bin_dispose):
809           don't die when someone removes elements in callbacks
810         * gst/gstelement.c: (gst_element_change_state):
811           improve debugging
812         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
813           we need a NEW_MEDIA event to engage a link
814         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
815           don't g_print debugging stuff
816         * testsuite/caps/simplify.c: (check_caps):
817
818 2004-05-04  Benjamin Otte  <otte@gnome.org>
819
820         * gst/parse/grammar.y:
821           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
822
823 2004-05-04  Benjamin Otte  <otte@gnome.org>
824
825         * testsuite/caps/renegotiate.c: (main):
826           improve output in error case
827
828 2004-05-04  Benjamin Otte  <otte@gnome.org>
829
830         * gst/parse/grammar.y:
831           fix assert to not trigger when there's no error argument
832         * gst/parse/parse.l:
833           fix definition of caps to allow more than two structures
834         * testsuite/caps/Makefile.am:
835         * testsuite/caps/renegotiate.c: (main):
836           it's sinesrc and works in that case
837
838 2004-05-04  Wim Taymans  <wim@fluendo.com>
839
840         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
841         (group_dec_link), (gst_opt_scheduler_pad_unlink):
842         when removing an element from a group, we always need to
843         decrement the link count that this group had with other 
844         groups through the element.
845         added an extra assert to catch inconsistencies when decrementing
846         the link count.
847
848 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
849
850         * configure.ac:
851         * docs/gst/Makefile.am:
852         * docs/gst/gstreamer-sections.txt:
853         * docs/gst/tmpl/gstcompat.sgml:
854         * examples/appreader/Makefile.am:
855         * examples/cutter/Makefile.am:
856         * examples/events/Makefile.am:
857         * examples/helloworld/Makefile.am:
858         * examples/helloworld2/Makefile.am:
859         * examples/launch/Makefile.am:
860         * examples/manual/Makefile.am:
861         * examples/mixer/Makefile.am:
862         * examples/pingpong/Makefile.am:
863         * examples/plugins/Makefile.am:
864         * examples/queue/Makefile.am:
865         * examples/queue2/Makefile.am:
866         * examples/queue3/Makefile.am:
867         * examples/queue4/Makefile.am:
868         * examples/retag/Makefile.am:
869         * examples/thread/Makefile.am:
870         * examples/typefind/Makefile.am:
871         * examples/xml/Makefile.am:
872         * gst/Makefile.am:
873         * gst/autoplug/Makefile.am:
874         * gst/elements/Makefile.am:
875         * gst/gstcompat.h:
876         * gst/indexers/Makefile.am:
877         * gst/parse/Makefile.am:
878         * gst/registries/Makefile.am:
879         * gst/schedulers/Makefile.am:
880         * libs/gst/bytestream/Makefile.am:
881         * libs/gst/control/Makefile.am:
882         * libs/gst/getbits/Makefile.am:
883         * po/af.po:
884         * po/az.po:
885         * po/en_GB.po:
886         * po/fr.po:
887         * po/nl.po:
888         * po/sr.po:
889         * po/sv.po:
890         * po/tr.po:
891         * po/uk.po:
892         * tests/Makefile.am:
893         * tests/bufspeed/Makefile.am:
894         * tests/instantiate/Makefile.am:
895         * tests/memchunk/Makefile.am:
896         * tests/muxing/Makefile.am:
897         * tests/negotiation/Makefile.am:
898         * tests/probes/Makefile.am:
899         * tests/sched/Makefile.am:
900         * tests/seeking/Makefile.am:
901         * tests/threadstate/Makefile.am:
902         * testsuite/caps/Makefile.am:
903         * testsuite/cleanup/Makefile.am:
904         * testsuite/dlopen/Makefile.am:
905         * testsuite/dynparams/Makefile.am:
906         * testsuite/plugin/Makefile.am:
907         * testsuite/states/Makefile.am:
908         * tools/Makefile.am:
909           reorganize compile/link flags to be consistent
910           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
911
912 2004-05-04  David Schleef  <ds@schleef.org>
913
914         The "once more, with feeling" check-in.
915         * testsuite/caps/Makefile.am: dist caps_strings
916         * testsuite/caps/renegotiate.c: (main): This test triggers a
917           segfault in the core.  Marking as failing.
918
919 2004-05-03  David Schleef  <ds@schleef.org>
920
921         * testsuite/caps/deserialize.c: (main): Fix problems noticed
922           by the build bots.
923         * testsuite/caps/renegotiate.c: (main): Same.
924
925 2004-05-03  David Schleef  <ds@schleef.org>
926
927         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
928
929 2004-05-03  David Schleef  <ds@schleef.org>
930
931         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
932           variable to find our source file.
933
934 2004-05-03  David Schleef  <ds@schleef.org>
935
936         * configure.ac:  Link plugins with libgstreamer and dependent
937           libraries
938         * testsuite/caps/Makefile.am:
939         * testsuite/caps/caps_strings:
940         * testsuite/caps/deserialize.c: (main): Add a little test to slog
941           through a file of caps strings and test each one
942
943 2004-05-04  Benjamin Otte  <otte@gnome.org>
944
945         * libs/gst/bytestream/Makefile.am:
946         * libs/gst/bytestream/adapter.c: 
947         * libs/gst/bytestream/adapter.h:
948           add GstAdapter, similar to bytestream, but doesn't require ugly event
949           handling or uglier loopbased elements
950
951 2004-05-03  David Schleef  <ds@schleef.org>
952
953         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
954         * testsuite/caps/erathostenes.c:
955         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
956
957 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
958
959         * docs/pwg/pwg.xml:
960           remove hardcoded stylesheet path (duh)
961         * docs/random/release:
962         * docs/gst/gstreamer-sections.txt:
963         * gst/Makefile.am:
964         * gst/gst.h:
965         * gst/gst_private.h:
966         * gst/gstcaps.c:
967         * gst/gstevent.c:
968         * gst/gstformat.c:
969         * gst/gstinfo.c:
970         * gst/gstinfo.h:
971         * gst/gstinterface.c:
972         * gst/gstmemchunk.c:
973         * gst/gstprobe.c:
974         * gst/gstquery.c:
975         * gst/gstregistry.c:
976         * gst/gstregistrypool.c:
977         * gst/gststructure.c:
978         * gst/gsttaginterface.c:
979         * gst/gstthread.c:
980         * gst/gsttrace.c:
981         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
982         * gst/gsturi.c:
983         * gst/gstvalue.c:
984           deprecate gst_info; remove gstlog.h
985    
986
987 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
988
989         * Makefile.am:
990         * po/en_GB.po:
991         * po/sv.po:
992         * po/uk.po:
993           updated translations
994
995 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
996
997         * gst/gstbin.c: (gst_bin_dispose):
998           better debugging
999
1000 2004-05-03  Johan Dahlin  <johan@gnome.org>
1001
1002         * gst/schedulers/gstoptimalscheduler.c
1003         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
1004         really is a GstElement. Avoids critical when running gst-launch -v
1005         and a oggdemux/decoding pipeline.
1006
1007 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1008
1009         * docs/gst/tmpl/gstpipeline.sgml :
1010         * docs/manual/elements-api.xml :
1011                 doc fix by Patrick Guimond (Protector) from devel ML
1012                 reviewed by ronald
1013
1014 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1015
1016         * docs/gst/Makefile.am :
1017         * docs/libs/Makefile.am :
1018                 apply a patch from Arwed v. Merkatz so that gtk-doc
1019                 generated docs install (same for .devhelp file)
1020                 (fixes part 1 of #138836)
1021
1022 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1023
1024         * docs/faq/dependencies.xml: typo
1025         * docs/faq/getting.xml :
1026             - fix download URL for new gstreamer site
1027             - hide sf.net download page as latest version aren't there
1028             - fix apt URLs
1029             - fill "get via CVS" paragraph (link to dev page on the site)
1030         * docs/faq/general.xml:
1031             hide status tables as they no more exists
1032             change case on plugins license file to reflect reality
1033         * docs/faq/troubleshooting.xml:
1034             remove the wiki question/answer as there is no more wiki
1035
1036 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1037
1038         * gst/gsterror.h:
1039           include the headers needed for declarations used in this header
1040
1041 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1042
1043         * docs/random/uraeus/gstreamer_and_midi.txt :
1044           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
1045           (fixes #132288)
1046
1047 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
1048
1049         reviewed by Benjamin Otte  <otte@gnome.org>
1050
1051         * gst/schedulers/gthread-cothreads.h:
1052           free allocated data for main cothread, too when destroying context
1053           (fixes #141417)
1054
1055 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1056
1057         * docs/manual/goals.xml : remove duplicated paragraph at end 
1058         of doc page (fixes #141448)
1059
1060 2004-04-29  David Schleef  <ds@schleef.org>
1061
1062         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
1063         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
1064
1065 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1066
1067         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
1068           fix property
1069         * gst/gstcaps.c:
1070           fix doc string
1071         * po/POTFILES.in:
1072           rename typefind source file
1073
1074 2004-04-28  David Schleef  <ds@schleef.org>
1075
1076         Several new files from Steve Lhomme's MSVC patch (bug #141317):
1077         * win32/GStreamer.vcproj:
1078         * win32/Makefile:
1079         * win32/config.h:
1080         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
1081         (_trewinddir), (_ttelldir), (_tseekdir):
1082         * win32/dirent.h:
1083         * win32/gst-inspect.vcproj:
1084         * win32/gst-launch.vcproj:
1085         * win32/gst-register.vcproj:
1086         * win32/gstbytestream.vcproj:
1087         * win32/gstelements.vcproj:
1088         * win32/gstoptimalscheduler.vcproj:
1089         * win32/gstspider.vcproj:
1090         * win32/gtchar.h:
1091         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
1092         * win32/mman.h:
1093         * win32/mman.inl:
1094         * win32/msvc71.sln:
1095
1096 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1097
1098         * gst/gst.c: (init_post):
1099         * gst/gstinfo.c:
1100           remove useless _gst_progname stuff
1101         * tools/gst-inspect.c: (print_field), (print_caps):
1102           improve caps output
1103
1104 2004-04-28  David Schleef  <ds@schleef.org>
1105
1106         Disable parsing of a lot of files that aren't part of the
1107         exported API.  Move corresponding template files to old/,
1108         waiting for removal when they don't contain anything
1109         interesting.
1110         * docs/gst/Makefile.am:
1111         * docs/gst/gstreamer-sections.txt:
1112         * docs/gst/tmpl/cothreads.sgml:
1113         * docs/gst/tmpl/cothreads_compat.sgml:
1114         * docs/gst/tmpl/gettext.sgml:
1115         * docs/gst/tmpl/gobject2gtk.sgml:
1116         * docs/gst/tmpl/grammar.tab.sgml:
1117         * docs/gst/tmpl/gst-i18n-app.sgml:
1118         * docs/gst/tmpl/gst-i18n-lib.sgml:
1119         * docs/gst/tmpl/gst_private.sgml:
1120         * docs/gst/tmpl/gstaggregator.sgml:
1121         * docs/gst/tmpl/gstarch.sgml:
1122         * docs/gst/tmpl/gstatomic_impl.sgml:
1123         * docs/gst/tmpl/gstbufferstore.sgml:
1124         * docs/gst/tmpl/gstdata_private.sgml:
1125         * docs/gst/tmpl/gstdisksink.sgml:
1126         * docs/gst/tmpl/gstdisksrc.sgml:
1127         * docs/gst/tmpl/gstelementfactory.sgml:
1128         * docs/gst/tmpl/gstextratypes.sgml:
1129         * docs/gst/tmpl/gstfakesink.sgml:
1130         * docs/gst/tmpl/gstfakesrc.sgml:
1131         * docs/gst/tmpl/gstfdsink.sgml:
1132         * docs/gst/tmpl/gstfdsrc.sgml:
1133         * docs/gst/tmpl/gstfilesink.sgml:
1134         * docs/gst/tmpl/gstfilesrc.sgml:
1135         * docs/gst/tmpl/gsthttpsrc.sgml:
1136         * docs/gst/tmpl/gstidentity.sgml:
1137         * docs/gst/tmpl/gstindexfactory.sgml:
1138         * docs/gst/tmpl/gstmarshal.sgml:
1139         * docs/gst/tmpl/gstmd5sink.sgml:
1140         * docs/gst/tmpl/gstmultidisksrc.sgml:
1141         * docs/gst/tmpl/gstmultifilesrc.sgml:
1142         * docs/gst/tmpl/gstpadtemplate.sgml:
1143         * docs/gst/tmpl/gstpipefilter.sgml:
1144         * docs/gst/tmpl/gstschedulerfactory.sgml:
1145         * docs/gst/tmpl/gstsearchfuncs.sgml:
1146         * docs/gst/tmpl/gstshaper.sgml:
1147         * docs/gst/tmpl/gstspider.sgml:
1148         * docs/gst/tmpl/gstspideridentity.sgml:
1149         * docs/gst/tmpl/gststatistics.sgml:
1150         * docs/gst/tmpl/gsttee.sgml:
1151         * docs/gst/tmpl/gsttimecache.sgml:
1152         * docs/gst/tmpl/gsttypefind.sgml:
1153         * docs/gst/tmpl/gsttypefindfactory.sgml:
1154         * docs/gst/tmpl/gstxmlregistry.sgml:
1155         * docs/gst/tmpl/gthread-cothreads.sgml:
1156         * docs/gst/tmpl/old/cothreads.sgml:
1157         * docs/gst/tmpl/old/cothreads_compat.sgml:
1158         * docs/gst/tmpl/old/gettext.sgml:
1159         * docs/gst/tmpl/old/gobject2gtk.sgml:
1160         * docs/gst/tmpl/old/grammar.tab.sgml:
1161         * docs/gst/tmpl/old/gst-i18n-app.sgml:
1162         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
1163         * docs/gst/tmpl/old/gst_private.sgml:
1164         * docs/gst/tmpl/old/gstaggregator.sgml:
1165         * docs/gst/tmpl/old/gstarch.sgml:
1166         * docs/gst/tmpl/old/gstatomic_impl.sgml:
1167         * docs/gst/tmpl/old/gstbufferstore.sgml:
1168         * docs/gst/tmpl/old/gstdata_private.sgml:
1169         * docs/gst/tmpl/old/gstdisksink.sgml:
1170         * docs/gst/tmpl/old/gstdisksrc.sgml:
1171         * docs/gst/tmpl/old/gstelementfactory.sgml:
1172         * docs/gst/tmpl/old/gstextratypes.sgml:
1173         * docs/gst/tmpl/old/gstfakesink.sgml:
1174         * docs/gst/tmpl/old/gstfakesrc.sgml:
1175         * docs/gst/tmpl/old/gstfdsink.sgml:
1176         * docs/gst/tmpl/old/gstfdsrc.sgml:
1177         * docs/gst/tmpl/old/gstfilesink.sgml:
1178         * docs/gst/tmpl/old/gstfilesrc.sgml:
1179         * docs/gst/tmpl/old/gsthttpsrc.sgml:
1180         * docs/gst/tmpl/old/gstidentity.sgml:
1181         * docs/gst/tmpl/old/gstindexfactory.sgml:
1182         * docs/gst/tmpl/old/gstmarshal.sgml:
1183         * docs/gst/tmpl/old/gstmd5sink.sgml:
1184         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
1185         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
1186         * docs/gst/tmpl/old/gstpadtemplate.sgml:
1187         * docs/gst/tmpl/old/gstpipefilter.sgml:
1188         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
1189         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
1190         * docs/gst/tmpl/old/gstshaper.sgml:
1191         * docs/gst/tmpl/old/gstspider.sgml:
1192         * docs/gst/tmpl/old/gstspideridentity.sgml:
1193         * docs/gst/tmpl/old/gststatistics.sgml:
1194         * docs/gst/tmpl/old/gsttee.sgml:
1195         * docs/gst/tmpl/old/gsttimecache.sgml:
1196         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
1197         * docs/gst/tmpl/old/gstxmlregistry.sgml:
1198         * docs/gst/tmpl/old/gthread-cothreads.sgml:
1199         * docs/gst/tmpl/old/types.sgml:
1200         * docs/gst/tmpl/types.sgml:
1201
1202         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
1203         gtkdoc-scan doesn't like files with the same name in different
1204         directories.
1205         * gst/elements/Makefile.am:
1206         * gst/elements/gstelements.c:
1207         * gst/elements/gsttypefind.c: 
1208         * gst/elements/gsttypefind.h:
1209         * gst/elements/gsttypefindelement.c:
1210         * gst/elements/gsttypefindelement.h:
1211
1212 2004-04-28  David Schleef  <ds@schleef.org>
1213
1214         A bunch of portability fixes, derived from Steve Lhomme's MSVC
1215         patch (bug #141317):
1216         * gst/gst-i18n-lib.h: Allow disabling gettext.
1217         * gst/gstatomic_impl.h: disable warning when it's dumb.
1218         * gst/gstclock.c: fix include
1219         * gst/gstcompat.h: fix variadic macro
1220         * gst/gstinfo.c: fix include
1221         * gst/gstmacros.h: add defines for inlines on MSVC
1222         * gst/gstplugin.c: fix includes
1223         * gst/gstregistry.c: fix includes
1224         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
1225         * gst/gstsystemclock.c: fix include
1226         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
1227         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
1228         * gst/registries/gstxmlregistry.c:
1229         (gst_xml_registry_parse_element_factory): fix use of non-portable
1230         functions
1231         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
1232         * libs/gst/control/dparammanager.h: same
1233
1234 2004-04-28  David Schleef  <ds@schleef.org>
1235
1236         Move a bunch of unused files to old/ with names that are
1237         not case-insensitive-unique.  These files still contain some
1238         useful information that needs to be merged into gstbin.sgml,
1239         etc., so they shouldn't be deleted yet.
1240         * docs/gst/tmpl/GstBin.sgml:
1241         * docs/gst/tmpl/GstBuffer.sgml:
1242         * docs/gst/tmpl/GstCaps.sgml:
1243         * docs/gst/tmpl/GstClock.sgml:
1244         * docs/gst/tmpl/GstCompat.sgml:
1245         * docs/gst/tmpl/GstData.sgml:
1246         * docs/gst/tmpl/GstElement.sgml:
1247         * docs/gst/tmpl/GstEvent.sgml:
1248         * docs/gst/tmpl/GstIndex.sgml:
1249         * docs/gst/tmpl/GstStructure.sgml:
1250         * docs/gst/tmpl/GstTag.sgml:
1251         * docs/gst/tmpl/old/GstBin.sgml:
1252         * docs/gst/tmpl/old/GstBuffer.sgml:
1253         * docs/gst/tmpl/old/GstCaps.sgml:
1254         * docs/gst/tmpl/old/GstClock.sgml:
1255         * docs/gst/tmpl/old/GstCompat.sgml:
1256         * docs/gst/tmpl/old/GstData.sgml:
1257         * docs/gst/tmpl/old/GstElement.sgml:
1258         * docs/gst/tmpl/old/GstEvent.sgml:
1259         * docs/gst/tmpl/old/GstIndex.sgml:
1260         * docs/gst/tmpl/old/GstStructure.sgml:
1261         * docs/gst/tmpl/old/GstTag.sgml:
1262
1263 2004-04-28  David Schleef  <ds@schleef.org>
1264
1265         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
1266         (gst_caps_append), (gst_caps_append_structure),
1267         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
1268         (gst_caps_set_simple), (gst_caps_set_simple_valist),
1269         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
1270         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
1271         (gst_caps_intersect), (gst_caps_normalize),
1272         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
1273         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
1274         * gst/gstcaps.h: use GST_IS_CAPS().
1275
1276 2004-04-26  David Schleef  <ds@schleef.org>
1277
1278         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
1279         assembly.  gcc doesn't handle it correctly. (bug #141083)
1280         * gst/gsttrashstack.h: same
1281
1282 2004-04-25  Benjamin Otte  <otte@gnome.org>
1283
1284         * gst/gstelement.c: (gst_element_change_state):
1285           fix assertion to do an int comparison
1286
1287 2004-04-25  Benjamin Otte  <otte@gnome.org>
1288
1289         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1290           better debugging output on error
1291
1292 2004-04-25  Benjamin Otte  <otte@gnome.org>
1293
1294         * gst/gstcaps.c: (gst_caps_subtract):
1295           fix memleak
1296
1297 2004-04-23  Benjamin Otte  <otte@gnome.org>
1298
1299         * gst/gstvalue.c: (gst_value_compare_buffer),
1300         (_gst_value_initialize):
1301           add comparison function for buffers
1302
1303 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1304
1305         * docs/pwg/pwg.xml:
1306           Just found out that this so-called "ima-wav" format is really
1307           just "dvi adpcm" (according to the MS WAV documentation). So
1308           renaming it. We didn't use it yet anyway.
1309
1310 2004-04-23  Benjamin Otte  <otte@gnome.org>
1311
1312         * gst/gstcaps.c: (gst_caps_is_always_compatible):
1313           call gst_caps_is_subset
1314
1315 2004-04-23  Benjamin Otte  <otte@gnome.org>
1316
1317         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
1318         (gst_caps_is_subset):
1319           add documentation
1320
1321 2004-04-23  Benjamin Otte  <otte@gnome.org>
1322           
1323         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
1324         (gst_caps_structure_subtract), (gst_caps_subtract),
1325         (gst_caps_structure_figure_out_union),
1326         (gst_caps_structure_simplify), (gst_caps_do_simplify):
1327           fix simplifying and subtracting not working correctly with optional
1328           properties
1329           solve assorted problems that make it now simplify ebven more
1330         * docs/gst/tmpl/gstcaps.sgml:
1331         * gst/gstcaps.h:
1332           make gst_caps_do_simplify return a bool to indicate if it simplified
1333         * testsuite/caps/simplify.c: (main):
1334           add more checks. The tests is quite a bit useless right now because
1335           the core is heavily simplifying itself.
1336         * testsuite/caps/caps.h:
1337           fix caps to contain all optional properties
1338
1339 2004-04-22  Benjamin Otte  <otte@gnome.org>
1340
1341         * docs/gst/tmpl/gstcaps.sgml:
1342         * docs/gst/tmpl/gstfilesrc.sgml:
1343         * docs/gst/tmpl/gststructure.sgml:
1344         * docs/gst/tmpl/gstvalue.sgml:
1345           update for recent API changes
1346         * gst/gstcaps.c: (gst_caps_do_simplify):
1347           fix to stop trying with a freed structure
1348         * gst/gstpad.c: (gst_pad_link_fixate):
1349           simplify caps
1350         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
1351           remove C++ comment
1352         * gst/gstpad.h:
1353           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
1354         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1355         (gst_structure_to_string):
1356           keep the correct type when using lists of ranges
1357         * gst/gstvalue.c: (gst_value_list_prepend_value),
1358         (gst_value_list_append_value):
1359           copy the value before adding to the list (d'oh)
1360         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
1361         (gst_value_subtract_int_range_int_range):
1362           handle overflows correctly
1363         * gst/gstvalue.c: (gst_value_subtract_from_list):
1364           fix memleak
1365         * testsuite/caps/caps.h:
1366           add a caps that caused segfaults
1367
1368 2004-04-22  Benjamin Otte  <otte@gnome.org>
1369
1370         * testsuite/refcounting/pad.c: (main):
1371           fix test
1372
1373 2004-04-22  Benjamin Otte  <otte@gnome.org>
1374
1375         * gst/gstcaps.c: (gst_caps_subtract):
1376           allow subtracting ANY and EMPTY from ANY caps
1377
1378 2004-04-22  Benjamin Otte  <otte@gnome.org>
1379
1380         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
1381         (gst_caps_union):
1382           only simplify in functions that create new caps. Simplifying in
1383           gst_caps_append breaks tests.
1384
1385 2004-04-22  Benjamin Otte  <otte@gnome.org>
1386
1387         * gst/gstcaps.c: (gst_caps_structure_simplify):
1388           unset GValue after use
1389         * gst/gstcaps.c: (gst_caps_append), 
1390         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
1391           use gst_caps_simplify (reduces registry size by 30%)
1392         * gst/gstpad.c: (gst_pad_template_new):
1393           don't allow NULL caps
1394
1395 2004-04-22  Benjamin Otte  <otte@gnome.org>
1396
1397         * docs/gst/gstreamer-sections.txt:
1398           add gst_caps_do_simplify
1399         * gst/gstcaps.c:
1400           add documentation for gst_caps_do_simplify
1401         * gst/gstvalue.h:
1402           fix typo in gst_value_register_subtract_func declaration for gst-doc
1403
1404 2004-04-22  Benjamin Otte  <otte@gnome.org>
1405
1406         * gst/gstcaps.c: (gst_caps_from_string_inplace):
1407           fix bug when converting from empty string.
1408         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
1409         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
1410           use gst_caps_new_empty to allocate a new caps. Only that function
1411           allocates memory for caps now.
1412         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
1413         (gst_caps_remove_structure):
1414           add ability to remove one structure (but not to header yet)
1415         * gst/gstcaps.c: (gst_caps_compare_structures),
1416         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
1417         (gst_caps_structure_simplify), (gst_caps_do_simplify),
1418         * gst/gstcaps.h:
1419           add gst_caps_do_simplify that tries to simplify a caps in place.
1420           Deprecate old gst_caps_simplify function.
1421         * testsuite/caps/caps.h:
1422           add caps.h containing a common set of caps to test against.
1423         * testsuite/caps/sets.c: (check_caps), (main):
1424           use it.
1425         * testsuite/caps/.cvsignore:
1426         * testsuite/caps/Makefile.am:
1427         * testsuite/caps/simplify.c: (check_caps), (main):
1428           add test to check correctness and efficency of caps simplification.
1429
1430 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
1431
1432         reviewed by Benjamin Otte  <otte@gnome.org>
1433
1434         * gst/gstparse.c: (_gst_parse_escape):
1435           Free the GString used in _gst_parse_escape()
1436
1437 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1438
1439         * gst/gstpad.c: (gst_pad_link_negotiate):
1440           refuse to link if the link is not possible
1441         * configure.ac:
1442         * testsuite/Makefile.am:
1443         * testsuite/negotiation/.cvsignore:
1444         * testsuite/negotiation/Makefile.am:
1445         * testsuite/negotiation/pad_link.c: (main):
1446           add test that checks the above behaviour
1447
1448 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1449
1450         * docs/gst/gstreamer-sections.txt:
1451           add newly added API
1452
1453 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1454
1455         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
1456         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
1457         (gst_filesrc_open_file), (gst_filesrc_close_file),
1458         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
1459         * gst/elements/gstfilesrc.h:
1460           add support for non-regular files (#140734)
1461
1462 2004-04-21  Benjamin Otte  <otte@gnome.org>
1463
1464         * gst/gstpad.c: (gst_pad_link_fixate):
1465           add sophisticated error checking code to see if fixation functions
1466           did their fixation right
1467
1468 2004-04-21  Benjamin Otte  <otte@gnome.org>
1469
1470         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
1471           check for ANY caps before appending/unioning
1472         * gst/gstcaps.c: (gst_caps_is_subset),
1473         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
1474         (gst_caps_structure_subtract), (gst_caps_subtract):
1475         * gst/gstcaps.h:
1476           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
1477           the API. deprecate gst_caps_is_equal_fixed
1478         * gst/gstpad.c: (gst_pad_try_set_caps):
1479         * gst/gstqueue.c: (gst_queue_link):
1480           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
1481         * gst/gststructure.c: (gst_structure_get_name_id):
1482         * gst/gststructure.h:
1483           add function gst_structure_get_name_id
1484         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
1485         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
1486         (gst_value_subtract_int_range_int_range),
1487         (gst_value_subtract_double_double_range),
1488         (gst_value_subtract_double_range_double),
1489         (gst_value_subtract_double_range_double_range),
1490         (gst_value_subtract_from_list), (gst_value_subtract_list),
1491         (gst_value_can_intersect), (gst_value_subtract),
1492         (gst_value_can_subtract), (gst_value_register_subtract_func),
1493         (_gst_value_initialize):
1494         * gst/gstvalue.h:
1495           add support for subtracting values from each other. Note that
1496           subtracting means subtracting as in set theory. Required for caps
1497           stuff above.
1498         * testsuite/caps/.cvsignore:
1499         * testsuite/caps/Makefile.am:
1500         * testsuite/caps/erathostenes.c: (erathostenes), (main):
1501         * testsuite/caps/sets.c: (check_caps), (main):
1502         * testsuite/caps/subtract.c: (check_caps), (main):
1503           add tests for subtraction and equality code.
1504
1505 2004-04-20  David Schleef  <ds@schleef.org>
1506
1507         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
1508         * gst/indexers/Makefile.am:
1509         * gst/schedulers/Makefile.am:
1510         * libs/gst/bytestream/Makefile.am:
1511         * libs/gst/control/Makefile.am:
1512         * libs/gst/getbits/Makefile.am:
1513
1514 2004-04-20  David Schleef  <ds@schleef.org>
1515
1516         * common/as-libtool.mak: Fine-tune DLL building.
1517         * configure.ac: Link plugins against libgstreamer.  Define plugindir
1518         (like gst-plugins)
1519         * examples/plugins/Makefile.am: remove plugindir
1520         * gst/autoplug/Makefile.am: DLL building fixes
1521         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
1522         Windows.
1523         * gst/elements/gstelements.c: Conditionally disable pipefilter.
1524         * gst/indexers/Makefile.am: DLL building fixes
1525         * gst/schedulers/Makefile.am: DLL building fixes.
1526         * libs/gst/bytestream/Makefile.am: DLL building fixes.
1527         * libs/gst/control/Makefile.am: same
1528         * libs/gst/getbits/Makefile.am: same
1529         * testsuite/Makefile.am: New dlopen directory
1530         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
1531         when dlopened.
1532         * testsuite/dlopen/dlopen_gst.c: (main): same
1533         * testsuite/dlopen/loadgst.c: (do_test): same
1534
1535 2004-04-20  David Schleef  <ds@schleef.org>
1536
1537         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
1538         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
1539
1540 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1541
1542         * gst/gstelement.c: (gst_element_wait),
1543         (gst_element_set_time_delay), (gst_element_change_state):
1544           Use GST_TIME_*
1545
1546 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1547
1548         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
1549         (gst_spider_identity_plug):
1550           improve debugging messages
1551         * gst/gstbin.c: (gst_bin_remove_func):
1552           make sure the state_change function is only called with simple state
1553           transitions
1554
1555 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1556
1557         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
1558         (gst_fakesink_set_property), (gst_fakesink_chain):
1559         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
1560         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
1561         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
1562         * gst/elements/gstidentity.c: (gst_identity_chain),
1563         (gst_identity_set_property):
1564         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
1565         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
1566           add warnings to _set_property for unknown arguments
1567           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
1568
1569 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1570
1571         * Makefile.am:
1572         * docs/manuals.mak:
1573           add .po file download snippet
1574           fix a bug in the doc makefile
1575
1576 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1577
1578         * Makefile.am:
1579         * po/LINGUAS:
1580         * po/en_GB.po:
1581           Added en_GB translation (Gareth Owen)
1582
1583 2004-04-20  Johan Dahlin  <johan@gnome.org>
1584
1585         * gst/gstpad.c (_invent_event): Clean up
1586
1587 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1588
1589         * testsuite/caps/filtercaps.c: (main):
1590           fix test to test things correctly (caps are complicated)
1591
1592 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1593
1594         * testsuite/caps/Makefile.am:
1595         * testsuite/caps/filtercaps.c: (main):
1596           add test (that doesn't work right now, but should)
1597
1598 2004-04-19  David Schleef  <ds@schleef.org>
1599
1600         * configure.ac: Add test for allowing unaligned access.  Add define
1601         to put in gstconfig.h.
1602         * docs/gst/gstreamer-sections.txt: New symbols
1603         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
1604         * docs/gst/tmpl/gstfilesrc.sgml:
1605         * docs/gst/tmpl/gstparse.sgml:
1606         * docs/gst/tmpl/gsttypes.sgml:
1607         * docs/gst/tmpl/gstutils.sgml:
1608         * docs/gst/tmpl/gstvalue.sgml:
1609         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
1610         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
1611         on most !i386/!powerpc architectures.  From Daniel Gazard
1612         <daniel.gazard@free.fr>.  (bug #140156)
1613         * po/af.po: Check in changes made by gettext.
1614         * po/az.po:
1615         * po/fr.po:
1616         * po/nl.po:
1617         * po/sr.po:
1618         * po/sv.po:
1619
1620 2004-04-20  Benjamin Otte  <otte@gnome.org>
1621
1622         * gst/schedulers/entryscheduler.c: 
1623         (gst_entry_scheduler_yield):
1624           refuse to yield when decoupled elements insist on doing that.
1625           At least it's better than crashing
1626
1627 2004-04-19  David Schleef  <ds@schleef.org>
1628
1629         * docs/libs/Makefile.am: Change sinclude to include
1630         * docs/gst/Makefile.am: same
1631         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
1632
1633 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1634
1635         * po/LINGUAS:
1636         * po/uk.po:
1637           Added Ukrainian translation (Maxim V. Dziumanenko)
1638
1639 2004-04-19  Johan Dahlin  <johan@gnome.org>
1640
1641         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
1642         checking here, do it before calling the function.
1643         Clean up, use for loops instead of while loops while iterating
1644         over lists.
1645
1646         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
1647         in debug message.
1648         (gst_spider_create_and_plug): Improve debug message.
1649         General: Replace while loops which iterates over GLists with for
1650         loops. Which are much cleaner, improves readability, especially
1651         for gst_spider_identity_plug
1652
1653         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
1654         fixes bug 140477
1655
1656 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1657
1658         * po/LINGUAS:
1659         * po/tr.po:
1660           Added Turkish translation (Baris Cicek)
1661
1662 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1663
1664         * docs/faq/troubleshooting.xml:
1665           Mention gst-register in the FAQ (fixes 139045).
1666
1667 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1668
1669         * docs/gst/gstreamer-sections.txt:
1670
1671 2004-04-17  Benjamin Otte  <otte@gnome.org>
1672
1673         * gst/gstelement.c: (gst_element_dispose):
1674           simplify
1675         * gst/gstpad.c: (gst_pad_call_chain_function):
1676           don't create loads of events due to bad macro usage
1677
1678 2004-04-16  David Schleef  <ds@schleef.org>
1679
1680         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
1681         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
1682         * gst/gstvalue.c: (gst_value_serialize_buffer),
1683         (gst_value_deserialize_buffer), (gst_type_is_fixed),
1684         (_gst_value_initialize): Create a new function gst_type_is_fixed()
1685         to indicate types that are fixed wrt caps or not.  Switching to
1686         this function fixes (bug #140298).
1687         * gst/gstvalue.h:
1688
1689 2004-04-16  David Schleef  <ds@schleef.org>
1690
1691         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
1692         for GST_UNALIGNED_ACESS, since we essentially know which archs
1693         are ok.
1694
1695 2004-04-17  Benjamin Otte  <otte@gnome.org>
1696
1697         * docs/gst/Makefile.am:
1698           ignore gst/parse directory when building docs (fixes #140205)
1699
1700 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1701
1702         * testsuite/refcounting/mem.c: (vmsize):
1703           do error checking
1704
1705 2004-04-16  Johan Dahlin  <johan@gnome.org>
1706
1707         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
1708         and gst_pad_call_get_function.
1709
1710 2004-04-15  David Schleef  <ds@schleef.org>
1711
1712         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
1713         checks if we can access unaligned memory.
1714         * configure.ac: Use it.
1715
1716 2004-04-16  Benjamin Otte  <otte@gnome.org>
1717
1718         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
1719         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
1720         * gst/elements/gstfilesrc.h:
1721           s/seek_happened/need_discont/ and require discont before sending any
1722           data
1723
1724 2004-04-15  David Schleef  <ds@schleef.org>
1725
1726         * gst/gstvalue.c: (gst_value_serialize_buffer),
1727         (gst_value_deserialize_buffer), (_gst_value_initialize):
1728         Register these types as fundamental types. (bug #140015)
1729
1730 2004-04-16  Benjamin Otte  <otte@gnome.org>
1731
1732         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
1733         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
1734         (gst_pad_pull):
1735           implement enforcing discont events before buffers are passed. This
1736           allows state changes of only some elements and later correctly going
1737           on where they left off (or in short: you can now set audio sinks to
1738           NULL to release the device when the pipeline is paused)
1739         * gst/gstpad.c: (gst_pad_call_chain_function),
1740         (gst_pad_call_get_function):
1741         * gst/gstpad.h:
1742           add gst_pad_call_chain_function and gst_pad_call_get_function for
1743           scheduler interaction. They are required because of the changes
1744           above.
1745         * gst/schedulers/entryscheduler.c: (get_buffer),
1746         (gst_entry_scheduler_chain_wrapper),
1747         (gst_entry_scheduler_get_wrapper),
1748         (gst_entry_scheduler_state_transition),
1749         (gst_entry_scheduler_pad_link):
1750         * gst/schedulers/gstbasicscheduler.c:
1751         (gst_basic_scheduler_chain_wrapper),
1752         (gst_basic_scheduler_src_wrapper),
1753         (gst_basic_scheduler_chainhandler_proxy),
1754         (gst_basic_scheduler_gethandler_proxy),
1755         (gst_basic_scheduler_cothreaded_chain),
1756         (gst_basic_scheduler_chain_elements):
1757         * gst/schedulers/gstoptimalscheduler.c:
1758         (get_group_schedule_function), (pad_clear_queued),
1759         (gst_opt_scheduler_pad_link):
1760           use the new functions instead of calling get/chain-functions
1761           directly.
1762
1763 2004-04-15  David Schleef  <ds@schleef.org>
1764
1765         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
1766         * docs/gst/tmpl/gstinfo.sgml: same
1767         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
1768         gtk-doc put here.
1769         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
1770         * examples/queue/queue.c: (main):  We iterate pipelines, not
1771         bins.  (bug #139996)
1772
1773 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1774
1775         * docs/pwg/advanced-types.xml:
1776           Add MS RLE support. Also document Qt RLE although I have no sample
1777           files for that yet. And document an extra property for ADPCM.
1778
1779 2004-04-15  David Schleef  <ds@schleef.org>
1780
1781         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
1782         (_gst_plugin_fault_handler_setup):  Disable more stuff on
1783         Windows.
1784
1785 2004-04-15  David Schleef  <ds@schleef.org>
1786
1787         * gst/gstinfo.c: (_gst_debug_init): Change some internal
1788         symbol names to not conflict with new gstinfo.h symbols.
1789         * gst/gstinfo.h: Add inline functions for all those crazy
1790         compilers that don't know how to handle variadic macros (MSVC).
1791
1792 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1793
1794         * configure.ac: bump nano to 1
1795
1796 === release 0.8.1 ===
1797
1798 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1799
1800         * NEWS:
1801         * RELEASE:
1802         * configure.ac:
1803           releasing 0.8.1, "Snow Brigade"
1804
1805 2004-04-14  David Schleef  <ds@schleef.org>
1806
1807         * testsuite/Makefile.am: define tests_ignore
1808         * testsuite/Rules: Added new tests_ignore, which get compiled,
1809         but not run (generally because they're inconsistent or have
1810         heisenbugs).  Now we can ensure all the .c files compile in
1811         testsuite/.
1812         * testsuite/bins/Makefile.am: define tests_ignore
1813         * testsuite/bytestream/Makefile.am:
1814         * testsuite/caps/Makefile.am:
1815         * testsuite/clock/Makefile.am:
1816         * testsuite/debug/Makefile.am:
1817         * testsuite/debug/global.c: (gst_debug_log_one),
1818         (gst_debug_log_two): Fix compilation problem.
1819         * testsuite/dynparams/Makefile.am:
1820         * testsuite/elements/Makefile.am:
1821         * testsuite/ghostpads/Makefile.am:
1822         * testsuite/indexers/Makefile.am:
1823         * testsuite/parse/Makefile.am:
1824         * testsuite/plugin/Makefile.am:
1825         * testsuite/refcounting/Makefile.am:
1826         * testsuite/refcounting/element_pad.c: (main): Don't return leak
1827         results, because it's not calculated correctly.
1828         * testsuite/refcounting/pad.c: (main): same
1829         * testsuite/states/Makefile.am:
1830         * testsuite/tags/Makefile.am:
1831         * testsuite/threads/Makefile.am:
1832
1833 2004-04-14  David Schleef  <ds@schleef.org>
1834
1835         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
1836         generating bad code around the cpu detection asm code.
1837
1838 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1839
1840         * tools/gst-inspect.c: (print_element_info):
1841           print numeric version of rank as well, since we added some - 1
1842           rank values to elements
1843
1844 2004-04-13  David Schleef  <ds@schleef.org>
1845
1846         * configure.ac:  Disable various code when compiling for MinGW.
1847         * gst/elements/Makefile.am:
1848         * gst/elements/gstelements.c:
1849         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
1850         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
1851         * gst/registries/gstxmlregistry.c: (make_dir):
1852
1853 2004-04-13  David Schleef  <ds@schleef.org>
1854
1855         * gst/Makefile.am:
1856         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
1857         assembly.
1858         * gst/gstcpuid_i386.s: remove
1859
1860 2004-04-13  David Schleef  <ds@schleef.org>
1861
1862         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
1863         seems to think it needs to be done.
1864         * docs/gst/tmpl/gstfakesink.sgml:
1865         * docs/gst/tmpl/gstfakesrc.sgml:
1866         * docs/gst/tmpl/gstfdsink.sgml:
1867         * docs/gst/tmpl/gstfdsrc.sgml:
1868         * docs/gst/tmpl/gstfilesink.sgml:
1869         * docs/gst/tmpl/gstfilesrc.sgml:
1870         * docs/gst/tmpl/gstidentity.sgml:
1871         * docs/gst/tmpl/gstmd5sink.sgml:
1872         * docs/gst/tmpl/gstmultifilesrc.sgml:
1873         * docs/gst/tmpl/gstpipefilter.sgml:
1874         * docs/gst/tmpl/gstshaper.sgml:
1875         * docs/gst/tmpl/gstspider.sgml:
1876         * docs/gst/tmpl/gstspideridentity.sgml:
1877         * docs/gst/tmpl/gststatistics.sgml:
1878         * docs/gst/tmpl/gsttee.sgml:
1879         * docs/gst/tmpl/gsttypefind.sgml:
1880         * docs/gst/tmpl/gstutils.sgml:
1881
1882 2004-04-13  David Schleef  <ds@schleef.org>
1883
1884         * configure.ac: Changes to remove POSIXisms (mmap in this case)
1885         and to build DLLs on Windows.
1886         * gst/Makefile.am:
1887         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
1888         (gst_filesrc_open_file):
1889         * gst/schedulers/Makefile.am:
1890
1891 2004-04-13  David Schleef  <ds@schleef.org>
1892
1893         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
1894         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
1895         fixating lists.
1896
1897 2004-04-12  David Schleef  <ds@schleef.org>
1898
1899         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
1900         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
1901         to using it.
1902         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
1903         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
1904         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
1905         * gst/gststructure.c: (gst_structure_set_valist),
1906         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
1907         support for buffers.
1908         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
1909         intended to be const.
1910         * gst/gsttag.h: same
1911         * gst/gstvalue.c: (gst_value_serialize_buffer),
1912         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
1913         to (de)serialize buffers.
1914         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
1915         * testsuite/caps/string-conversions.c: (main):
1916         * testsuite/caps/value_serialize.c: add new test
1917
1918 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1919
1920         * docs/pwg/advanced-types.xml:
1921           Document MS video 1 (video/x-msvideocodec) mimetype/format.
1922
1923 2004-04-11  Benjamin Otte  <otte@gnome.org>
1924
1925         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
1926           rename categories to basic_*
1927         * gst/schedulers/gstbasicscheduler.c: 
1928         (gst_basic_scheduler_chain_wrapper),
1929         (gst_basic_scheduler_chainhandler_proxy),
1930         (gst_basic_scheduler_gethandler_proxy),
1931         (gst_basic_scheduler_eventhandler_proxy):
1932           debugging category fixes - put common stuff in log category
1933         * gst/schedulers/gstbasicscheduler.c: 
1934         (gst_basic_scheduler_chain_elements):
1935           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
1936           active and linking two active chains
1937
1938 2004-04-10  Benjamin Otte  <otte@gnome.org>
1939
1940         * docs/pwg/intro-preface.xml:
1941           fix dead links and remove reference to Wiki
1942
1943 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1944
1945         * gst/schedulers/gstbasicscheduler.c:
1946           make sure we can switch back to the main function if we're still in
1947           the main function (supposed to fix #139617)
1948         * gst/schedulers/gthread-cothreads.h:
1949           don't throw an error when switching to the same cothread
1950
1951 2004-04-09  Benjamin Otte  <otte@gnome.org>
1952
1953         * gst/gstbin.c: (gst_bin_get_type):
1954         * gst/gstclock.c: (gst_clock_get_type):
1955         * gst/gstindex.c: (gst_index_get_type):
1956         * gst/gstobject.c: (gst_object_get_type),
1957         (gst_signal_object_get_type):
1958         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
1959         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
1960         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
1961         * gst/gstqueue.c: (gst_queue_get_type):
1962         * gst/gstregistry.c: (gst_registry_get_type):
1963         * gst/gstsystemclock.c: (gst_system_clock_get_type):
1964         * gst/gstthread.c: (gst_thread_get_type):
1965           don't use memchunks for these objects, use malloc instead
1966
1967 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1968
1969         * docs/gst/.cvsignore:
1970         * docs/gst/Makefile.am:
1971         * docs/gst/gstreamer-sections.txt:
1972         * docs/gst/tmpl/gstaggregator.sgml:
1973         * docs/gst/tmpl/gstbuffer.sgml:
1974         * docs/gst/tmpl/gstclock.sgml:
1975         * docs/gst/tmpl/gstelement.sgml:
1976         * docs/gst/tmpl/gstfakesink.sgml:
1977         * docs/gst/tmpl/gstfakesrc.sgml:
1978         * docs/gst/tmpl/gstfdsink.sgml:
1979         * docs/gst/tmpl/gstfdsrc.sgml:
1980         * docs/gst/tmpl/gstfilesink.sgml:
1981         * docs/gst/tmpl/gstfilesrc.sgml:
1982         * docs/gst/tmpl/gstidentity.sgml:
1983         * docs/gst/tmpl/gstindex.sgml:
1984         * docs/gst/tmpl/gstinfo.sgml:
1985         * docs/gst/tmpl/gstmd5sink.sgml:
1986         * docs/gst/tmpl/gstmultifilesrc.sgml:
1987         * docs/gst/tmpl/gstpad.sgml:
1988         * docs/gst/tmpl/gstpipefilter.sgml:
1989         * docs/gst/tmpl/gstpipeline.sgml:
1990         * docs/gst/tmpl/gstpluginfeature.sgml:
1991         * docs/gst/tmpl/gstqueue.sgml:
1992         * docs/gst/tmpl/gstregistry.sgml:
1993         * docs/gst/tmpl/gstscheduler.sgml:
1994         * docs/gst/tmpl/gstshaper.sgml:
1995         * docs/gst/tmpl/gstspider.sgml:
1996         * docs/gst/tmpl/gstspideridentity.sgml:
1997         * docs/gst/tmpl/gststatistics.sgml:
1998         * docs/gst/tmpl/gstsystemclock.sgml:
1999         * docs/gst/tmpl/gsttee.sgml:
2000         * docs/gst/tmpl/gstthread.sgml:
2001         * docs/gst/tmpl/gsttypefind.sgml:
2002         * docs/gst/tmpl/gstutils.sgml:
2003           further doc build fixes
2004
2005 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2006
2007         * docs/gst/Makefile.am:
2008           make docs exit on scanning problems
2009           fix nonsrcdir build issues
2010         * docs/gst/gstreamer-sections.txt:
2011           adding stuff from -unused
2012         * gst/gstqueue.h:
2013           create GstQueueSize
2014         * gst/schedulers/cothreads_compat.h:
2015           fix cothread warnings
2016
2017 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2018
2019         * docs/gst/gstreamer-sections.txt:
2020           remove defines deprecated by Benjamin
2021
2022 2004-04-07  Benjamin Otte  <otte@gnome.org>
2023
2024         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2025           when the buffer is complete, don't check if other buffers are needed
2026         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
2027           check that the offset is >0 so we don't try to read before the
2028           beginning of the file
2029         * gst/gstpad.c: (gst_pad_set_pad_template):
2030           sink the template, so we don't end up with 130k pad templates
2031
2032 2004-04-06  Benjamin Otte  <otte@gnome.org>
2033
2034         * gst/autoplug/gstspider.c: (gst_spider_link_add):
2035           don't ref the element, adding already reffed it. And we didn't unref
2036           it later anyway... (huge memleak when you used many spider elements)
2037         * gst/gstelement.c: (gst_element_base_class_finalize):
2038         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
2039         (gst_element_register):
2040         * gst/gsturi.c: (gst_element_make_from_uri):
2041           use gst_object_(un)ref instead of g_object(un)ref
2042
2043 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2044
2045         * gst/gstbuffer.h:
2046           remove macro that wouldn't work anymore because struct member has
2047           been removed.
2048         * gst/schedulers/entryscheduler.c: (schedule_forward):
2049           fix segfault for unconnected pads
2050         
2051 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2052
2053         reviewed by David Schleef <ds@schleef.org>
2054
2055         * gst/gstinfo.h:
2056           *_FORMAT modifiers should require putting a % in front of them for
2057           consistency reasons.
2058
2059 2004-04-05  Colin Walters  <walters@redhat.com>
2060
2061         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
2062         space.
2063
2064 2004-04-05  Benjamin Otte  <otte@gnome.org>
2065
2066         * configure.ac:
2067         * gst/Makefile.am:
2068         * gst/gst_private.h:
2069         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
2070           add support for detecting if GStreamer runs inside valgrind.
2071           requires valgrind (d'oh) and --enable-debug for correct cdetection.
2072           print a big message in valgrind that GStreamer has detected it's
2073           running inside and might now use different code.
2074         * gst/gstmemchunk.c: (populate), (free_area),
2075         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
2076         (gst_mem_chunk_free):
2077           flag memchunks for valgrind, so it can detect leaking of chunks.
2078           This allows detecting leaks of GstBuffer and GstEvent correctly
2079           inside valgrind.
2080
2081 2004-04-05  David Schleef  <ds@schleef.org>
2082
2083         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
2084           jensgr@gmx.net (Jens Granseuer)
2085
2086 2004-04-05  David Schleef  <ds@schleef.org>
2087
2088         * gst/gstbuffer.c: (_gst_buffer_sub_free),
2089         (gst_buffer_default_free), (gst_buffer_default_copy),
2090         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
2091         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
2092         structures in one place.
2093
2094 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2095
2096         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
2097           (GST_TIME_FORMAT, GST_TIME_ARGS)
2098
2099 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2100
2101         * testsuite/elements/Makefile.am:
2102           disable test until it stops breaking make distcheck
2103
2104 2004-04-05  Johan Dahlin  <johan@gnome.org>
2105
2106         * po/sv.po: Updated translation
2107
2108 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2109
2110         * gst/gstplugin.c: (gst_plugin_load_file):
2111           fix segfault for when original plugin was loaded statically
2112
2113 2004-04-05  Benjamin Otte  <otte@gnome.org>
2114
2115         * testsuite/debug/category.c: (main):
2116         * testsuite/debug/commandline.c: (main):
2117         * testsuite/debug/output.c: (main):
2118           fix tests to work again with debugging enabled
2119
2120 2004-04-05  Benjamin Otte  <otte@gnome.org>
2121
2122         * gst/schedulers/gstbasicscheduler.c:
2123         (gst_basic_scheduler_pad_link):
2124           fix to work with recent scheduling changes
2125
2126 2004-04-05  Benjamin Otte  <otte@gnome.org>
2127
2128         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
2129         prepareChangeLog doesn't work when cvs indents):
2130           don't throw an error when no element can be scheduled, there's too
2131           many weird reasons why it doesn't work. Return STOPPED instead.
2132           decoupled elemts' schedulability doesn't depend on bufpens.
2133
2134 2004-04-04  Benjamin Otte  <otte@gnome.org>
2135
2136         * gst/schedulers/gstbasicscheduler.c:
2137         (gst_basic_scheduler_pad_select):
2138           fix uninitialized variable warnings
2139
2140 2004-04-04  Benjamin Otte  <otte@gnome.org>
2141
2142         * gst/gstpad.c: (gst_pad_collect_valist):
2143           fix uninitialized variable warning
2144         * gst/schedulers/entryscheduler.c: (schedule_forward):
2145           fix shadowed variable
2146
2147 2004-04-04  Benjamin Otte  <otte@gnome.org>
2148
2149         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
2150         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
2151         (gst_pad_select):
2152         * gst/gstpad.h:
2153         * gst/gstscheduler.c: (gst_scheduler_pad_select),
2154         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
2155         * gst/gstscheduler.h:
2156           implement gst_pad_collect as replacement for gst_pad_select.
2157           deprecate gst_pad_select and gst_scheduler_(un)lock_element
2158           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
2159           new pad_select, lock and unlock calls.
2160         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
2161         * gst/cothreads.h:
2162         * gst/schedulers/cothreads_compat.h:
2163         * gst/schedulers/gthread-cothreads.h:
2164           remove unused cothread_lock and cothread_unlock calls
2165         * gst/schedulers/entryscheduler.c:
2166         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
2167         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
2168         (gst_entry_scheduler_pad_select):
2169           update to new API
2170         * gst/schedulers/gstbasicscheduler.c:
2171         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
2172         (gst_basic_scheduler_pad_select):
2173           remove useless lock and unlock calls, update pad_select to new API
2174           (untested)
2175         * gst/schedulers/gstoptimalscheduler.c:
2176         (gst_opt_scheduler_class_init):
2177           remove useless select, lock and unlock function calls
2178         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
2179           use gst_pad_collect instead of gst_pad_select
2180
2181 2004-04-04  Benjamin Otte  <otte@gnome.org>
2182
2183         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
2184         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
2185         (schedule_next_element), (print_entry):
2186           add can_schedule_pad to handle element states.
2187           add schedule_forward to select the correct entry to schedule next
2188
2189 2004-04-03  Benjamin Otte  <otte@gnome.org>
2190
2191         * gst/schedulers/entryscheduler.c: 
2192           remove unused variable, fix error inside Rb, fix compile warning in
2193           unreachable code
2194
2195 2004-04-03  Benjamin Otte  <otte@gnome.org>
2196
2197         * gst/schedulers/entryscheduler.c:
2198           completely revamp the inner workings, so it's a lot easier to
2199           understand and extend
2200
2201 2004-04-03  Andy Wingo  <wingo@pobox.com>
2202
2203         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
2204         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
2205         This allows better introspection of pipeline topology.
2206         (add_to_chain): Don't do trickery to put loop elements first;
2207         rather, queue a chain sort by marking the chain as dirty.
2208         (remove_from_chain): Mark the chain dirty.
2209         (sort_chain): New function. Sorts the group list so that terminal
2210         sinks are first. This means elements on the sink side will be
2211         preferentially sscheduled before elements on the src side of the
2212         pipeline.
2213         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
2214         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
2215         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
2216         (group_inc_link): Change argument and variable names to match the
2217         new link structure member names (src and sink).
2218         (group_dec_link): Add some description
2219
2220 2004-04-03  Benjamin Otte  <otte@gnome.org>
2221
2222         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
2223         * gst/gstinfo.h:
2224         * testsuite/debug/category.c: (main):
2225         * testsuite/debug/commandline.c: (main):
2226         * testsuite/debug/output.c: (main):
2227         * testsuite/debug/printf_extension.c: (main):
2228           fix to successfully build and test with --disable-gst-debug
2229           configure switch (fixes #138705)
2230
2231 2004-04-03  Benjamin Otte  <otte@gnome.org>
2232
2233         * docs/pwg/building-boiler.xml:
2234           add cvs login line and s/anonymous/anoncvs/
2235
2236 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
2237
2238         reviewed by Benjamin Otte  <otte@gnome.org>
2239
2240         * gst/gststructure.c: (gst_structure_free):
2241           memleak fix: free fields array (partial fix for #134839)
2242
2243 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2244
2245         * docs/random/ds/0.9-suggested-changes:
2246           Add a note to change handoff use in fakesrc to be usable in
2247           a more generic way (fakesrc should be renamed to appsrc or so).
2248         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2249           Change signal type to scope, so we can fill the buffer in the
2250           handoff handler (that's the whole use of this signal...).
2251
2252 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2253
2254         * docs/pwg/other-ntoone.xml:
2255           Document muxers and n-to-1 elements.
2256
2257 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
2258
2259         * gst/registries/gstxmlregistry.c
2260         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
2261         determine if a file is a G_MODULE. The old one discards paths
2262         containing "so" somewhere in the middle. My home directory is
2263         called "soto". Go figure...
2264
2265 2004-03-31  David Schleef  <ds@schleef.org>
2266
2267         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
2268         to eventually deprecate gst_buffer_merge().  (bug: #136408)
2269         * gst/gstbuffer.h:
2270
2271 2004-03-31  David Schleef  <ds@schleef.org>
2272
2273         * gst/gstvalue.c: (gst_value_union_int_int_range),
2274         (gst_value_union_int_range_int_range), (gst_value_can_union),
2275         (gst_value_union), (_gst_value_initialize):  Add some union
2276         implementations.  We didn't have any previously.
2277         * testsuite/caps/Makefile.am:
2278         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
2279         (gst_audioscale_getcaps), (test_caps), (main): A little test
2280         that is the same as the caps manipulation in audioscale.
2281
2282 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2283
2284         * docs/faq/general.xml:
2285           add entry about "does gst support format X?"
2286
2287 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2288
2289         * gst/gstthread.c:
2290           fix docs
2291         * gst/gstutils.h:
2292           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
2293
2294 2004-03-30  Benjamin Otte  <otte@gnome.org>
2295
2296         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2297           set the offset of the buffer to the requested offset
2298         * gst/elements/gsttypefind.c: (stop_typefinding):
2299           revert patch 1.18 (which I unfortunately don't know the reason for).
2300           This is needed to allow downstream elements to seek. Otherwise
2301           typefind might overwrite a previous seek by downstream elements.
2302           This lead to errors with id3tag and typefind on some mp3s.
2303         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
2304         (gst_entry_scheduler_iterate):
2305           be more verbose when debugging
2306
2307 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2308
2309         * gst/gstcaps.c: (gst_caps_from_string_inplace):
2310           make sure we don't get NULL strings
2311
2312 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2313
2314         * gst/gstcaps.c:
2315         * gst/gstelement.c:
2316         * gst/gstelementfactory.c: (gst_element_factory_get_type):
2317         * gst/gstindex.c: (gst_index_resolver_get_type),
2318         (gst_index_get_type), (gst_index_factory_get_type):
2319         * gst/gstinfo.c:
2320         * gst/gstpad.c:
2321         * gst/gstplugin.c:
2322         * gst/gsturi.c: (gst_uri_handler_get_type):
2323         * gst/gstvalue.c:
2324           first batch of documentation fixes
2325
2326 2004-03-29  David Schleef  <ds@schleef.org>
2327
2328         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
2329         * docs/gst/gstreamer-docs.sgml:  More hacking
2330         * docs/gst/gstreamer-sections.txt:
2331         * docs/gst/tmpl/cothreads_compat.sgml:
2332         * docs/gst/tmpl/gstcaps.sgml:
2333         * docs/gst/tmpl/gstclock.sgml:
2334         * docs/gst/tmpl/gstelement.sgml:
2335         * docs/gst/tmpl/gstevent.sgml:
2336         * docs/gst/tmpl/gstpad.sgml:
2337         * docs/gst/tmpl/gstutils.sgml:
2338         * docs/gst/tmpl/gstxml.sgml:
2339         * docs/gst/tmpl/gthread-cothreads.sgml:
2340         * docs/random/ds/0.9-suggested-changes:
2341         * gst/elements/gstfakesink.h: doc fixes
2342         * gst/elements/gstfakesrc.h: doc fixes
2343         * gst/gstcaps.c: doc fixes
2344         * gst/gstcaps.h: doc fixes
2345         * gst/gstelement.c: doc fixes
2346         * gst/gstelement.h: doc fixes
2347         * gst/gstindex.c: doc fixes
2348         * gst/gstinfo.c: doc fixes
2349         * gst/gstpad.c: doc fixes
2350         * gst/gstpad.h: doc fixes
2351         * gst/gstplugin.c: doc fixes
2352         * gst/gsttypefind.h: doc fixes
2353         * gst/gsturi.c: doc fixes
2354         * gst/gstvalue.c: doc fixes
2355
2356 2004-03-29  Colin Walters  <walters@redhat.com>
2357
2358         * gst/registries/gstxmlregistry.c (get_time)
2359         (plugin_times_older_than_recurse):
2360         Use the result of stat to determine whether a path is a file,
2361         so we don't attempt to opendir() files.
2362
2363 2004-03-29  Benjamin Otte  <otte@gnome.org>
2364
2365         * gst/gstpad.c: (gst_pad_set_explicit_caps):
2366           print caps in debugging output when setting caps failed
2367         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
2368         (schedule_next_element), (get_buffer), (run_chainhandler),
2369         (element_may_start), (gst_entry_scheduler_chain_handler),
2370         (gst_entry_scheduler_get_handler),
2371         (gst_entry_scheduler_state_transition),
2372         (gst_entry_scheduler_pad_link):
2373           make this scheduler a testcase for mandatory
2374           discont-before-first-buffer which is needed if we want to allow apps
2375           to release the sound device.
2376           add SCHED_ASSERT macro to print scheduler state before an assertion
2377           triggers.
2378
2379 2004-03-29  Benjamin Otte  <otte@gnome.org>
2380
2381         * COPYING:
2382           replace by LGPL (former COPYING.LIB). The core is completely
2383           licensed LGPL.
2384         * COPYING.LIB:
2385           remove
2386
2387 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * po/af.po:
2390         * po/sv.po:
2391           updated Afrikaans and Swedish
2392
2393 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2394
2395         * po/LINGUAS:
2396         * po/az.po:
2397           adding Azerbaijani (Mətin Əmirov)
2398
2399 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
2400
2401         * gst/gstelement.h: 
2402         * gst/gstelement.c (gst_element_set_time_delay): New function for
2403         setting element time taking into account a hardware buffering
2404         delay.
2405         (gst_element_set_time): Now just an invocation of
2406         gst_element_set_time_delay.
2407         * gst/gstclock.h: 
2408         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
2409         allowing to set event times in the future.
2410         (gst_clock_get_event_time): Now just an invocation of
2411         gst_clock_get_event_time_delay.
2412
2413 2004-03-28  Benjamin Otte  <otte@gnome.org>
2414
2415         * gst/gstbin.c: (gst_bin_set_element_sched),
2416         (gst_bin_unset_element_sched):
2417           don't add decoupled elements to schedulers - otherwise it's
2418           impossible to control if a link to a decoupled element was already
2419           removed from a scheduler or not.
2420         * gst/schedulers/cothreads_compat.h:
2421         * gst/schedulers/gthread-cothreads.h:
2422           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
2423           is no "unused" warning.
2424         * gst/schedulers/Makefile.am:
2425         * gst/schedulers/entryscheduler.c:
2426           add new scheduler, based on ideas from talking to David and Martin.
2427           It's supposed to be small and correct. Currently it's also slow (but
2428           it's not noticable)
2429         * examples/retag/retag.c: (main):
2430         * testsuite/bytestream/test1.c: (main):
2431           fix missing NULLs at end of variadic functions
2432         * testsuite/elements/.cvsignore:
2433           update
2434
2435 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
2436
2437         * gst/gstevent.h:
2438         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
2439
2440 2004-03-25  David Schleef  <ds@schleef.org>
2441
2442         * docs/gst/gstreamer-sections.txt:  More doc hacking.
2443         * docs/gst/tmpl/gstaggregator.sgml:
2444         * docs/gst/tmpl/gstautoplugfactory.sgml:
2445         * docs/gst/tmpl/gstbin.sgml:
2446         * docs/gst/tmpl/gstbuffer.sgml:
2447         * docs/gst/tmpl/gstbufferstore.sgml:
2448         * docs/gst/tmpl/gstfakesink.sgml:
2449         * docs/gst/tmpl/gstfakesrc.sgml:
2450         * docs/gst/tmpl/gstmd5sink.sgml:
2451         * docs/gst/tmpl/gstreamer-unused.sgml:
2452         * docs/gst/tmpl/gstsearchfuncs.sgml:
2453         * docs/gst/tmpl/gstshaper.sgml:
2454         * docs/gst/tmpl/gstspider.sgml:
2455         * docs/gst/tmpl/gsttee.sgml:
2456         * docs/gst/tmpl/gstutils.sgml:
2457         * docs/gst/tmpl/gstvalue.sgml:
2458         * docs/gst/tmpl/gstxml.sgml:
2459         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
2460         and we don't support it.
2461         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
2462         (gst_use_threads), (gst_has_threads): same
2463         * gst/gstthreaddummy.c: same
2464         * gst/autoplug/gstspider.c: Make gst_spider_details static.
2465         * gst/autoplug/gstspider.h: same
2466         * gst/elements/gstaggregator.h: Remove bogus function from header
2467         * gst/elements/gstfakesink.h: same
2468         * gst/elements/gstfakesrc.h: same
2469         * gst/elements/gstmd5sink.h: same
2470         * gst/elements/gstshaper.h: same
2471         * gst/elements/gsttee.h: same
2472         * gst/gstbin.c: doc fixes
2473         * gst/gstbin.h: Remove unused definition.
2474         * gst/gstbuffer.c: doc fixes
2475         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
2476         * gst/gstfilter.c: doc fixes
2477         * gst/gsttag.c: doc fixes
2478         * gst/gstvalue.c: doc fixes
2479
2480 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2481
2482         * docs/pwg/advanced-types.xml:
2483           Document typefinding.
2484         * docs/pwg/other-oneton.xml:
2485           Document one-to-n elements, demuxers and parsers.
2486
2487 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
2488
2489         reviewed by: David Schleef  <ds@schleef.org>
2490
2491         * configure.ac: Check bison version (bug #127838)
2492
2493 2004-03-25  David Schleef  <ds@schleef.org>
2494
2495         * docs/gst/gstreamer-docs.sgml: More fine tuning.
2496         * docs/gst/gstreamer-sections.txt:
2497         * docs/gst/tmpl/gstautoplug.sgml:
2498         * docs/gst/tmpl/gststaticautoplug.sgml:
2499         * docs/gst/tmpl/gststaticautoplugrender.sgml:
2500         * docs/gst/tmpl/gstutils.sgml:
2501         * docs/gst/tmpl/gstxml.sgml:
2502
2503 2004-03-24  David Schleef  <ds@schleef.org>
2504
2505         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
2506         manual being such complete crap, that I decided to do major
2507         hacking of it.  This checkin replaces any fine tuning that
2508         may have been done previously, with the benefit of actually
2509         being complete for much of the API that was changed since
2510         0.6.  Further fine tuning will occur shortly.  (bug #134721)
2511         * docs/gst/gstreamer-sections.txt:
2512         * docs/gst/tmpl/GstBin.sgml:
2513         * docs/gst/tmpl/GstBuffer.sgml:
2514         * docs/gst/tmpl/GstCaps.sgml:
2515         * docs/gst/tmpl/GstClock.sgml:
2516         * docs/gst/tmpl/GstCompat.sgml:
2517         * docs/gst/tmpl/GstData.sgml:
2518         * docs/gst/tmpl/GstElement.sgml:
2519         * docs/gst/tmpl/GstEvent.sgml:
2520         * docs/gst/tmpl/GstIndex.sgml:
2521         * docs/gst/tmpl/GstStructure.sgml:
2522         * docs/gst/tmpl/GstTag.sgml:
2523         * docs/gst/tmpl/cothreads.sgml:
2524         * docs/gst/tmpl/cothreads_compat.sgml:
2525         * docs/gst/tmpl/gettext.sgml:
2526         * docs/gst/tmpl/grammar.tab.sgml:
2527         * docs/gst/tmpl/gst-i18n-app.sgml:
2528         * docs/gst/tmpl/gst-i18n-lib.sgml:
2529         * docs/gst/tmpl/gst.sgml:
2530         * docs/gst/tmpl/gst_private.sgml:
2531         * docs/gst/tmpl/gstaggregator.sgml:
2532         * docs/gst/tmpl/gstarch.sgml:
2533         * docs/gst/tmpl/gstatomic.sgml:
2534         * docs/gst/tmpl/gstatomic_impl.sgml:
2535         * docs/gst/tmpl/gstbin.sgml:
2536         * docs/gst/tmpl/gstbuffer.sgml:
2537         * docs/gst/tmpl/gstbufferstore.sgml:
2538         * docs/gst/tmpl/gstcaps.sgml:
2539         * docs/gst/tmpl/gstclock.sgml:
2540         * docs/gst/tmpl/gstcompat.sgml:
2541         * docs/gst/tmpl/gstconfig.sgml:
2542         * docs/gst/tmpl/gstcpu.sgml:
2543         * docs/gst/tmpl/gstdata.sgml:
2544         * docs/gst/tmpl/gstdata_private.sgml:
2545         * docs/gst/tmpl/gstelement.sgml:
2546         * docs/gst/tmpl/gstenumtypes.sgml:
2547         * docs/gst/tmpl/gsterror.sgml:
2548         * docs/gst/tmpl/gstevent.sgml:
2549         * docs/gst/tmpl/gstfakesink.sgml:
2550         * docs/gst/tmpl/gstfakesrc.sgml:
2551         * docs/gst/tmpl/gstfilesink.sgml:
2552         * docs/gst/tmpl/gstfilter.sgml:
2553         * docs/gst/tmpl/gstindex.sgml:
2554         * docs/gst/tmpl/gstinfo.sgml:
2555         * docs/gst/tmpl/gstinterface.sgml:
2556         * docs/gst/tmpl/gstlog.sgml:
2557         * docs/gst/tmpl/gstmacros.sgml:
2558         * docs/gst/tmpl/gstmarshal.sgml:
2559         * docs/gst/tmpl/gstmd5sink.sgml:
2560         * docs/gst/tmpl/gstmultifilesrc.sgml:
2561         * docs/gst/tmpl/gstobject.sgml:
2562         * docs/gst/tmpl/gstpad.sgml:
2563         * docs/gst/tmpl/gstparse.sgml:
2564         * docs/gst/tmpl/gstpipeline.sgml:
2565         * docs/gst/tmpl/gstplugin.sgml:
2566         * docs/gst/tmpl/gstpluginfeature.sgml:
2567         * docs/gst/tmpl/gstqueue.sgml:
2568         * docs/gst/tmpl/gstreamer-unused.sgml:
2569         * docs/gst/tmpl/gstregistry.sgml:
2570         * docs/gst/tmpl/gstregistrypool.sgml:
2571         * docs/gst/tmpl/gstscheduler.sgml:
2572         * docs/gst/tmpl/gstsearchfuncs.sgml:
2573         * docs/gst/tmpl/gstshaper.sgml:
2574         * docs/gst/tmpl/gstspider.sgml:
2575         * docs/gst/tmpl/gstspideridentity.sgml:
2576         * docs/gst/tmpl/gststructure.sgml:
2577         * docs/gst/tmpl/gstsystemclock.sgml:
2578         * docs/gst/tmpl/gsttag.sgml:
2579         * docs/gst/tmpl/gsttaginterface.sgml:
2580         * docs/gst/tmpl/gsttee.sgml:
2581         * docs/gst/tmpl/gstthread.sgml:
2582         * docs/gst/tmpl/gsttrace.sgml:
2583         * docs/gst/tmpl/gsttrashstack.sgml:
2584         * docs/gst/tmpl/gsttypefind.sgml:
2585         * docs/gst/tmpl/gsttypes.sgml:
2586         * docs/gst/tmpl/gsturi.sgml:
2587         * docs/gst/tmpl/gsturitype.sgml:
2588         * docs/gst/tmpl/gstutils.sgml:
2589         * docs/gst/tmpl/gstvalue.sgml:
2590         * docs/gst/tmpl/gstversion.sgml:
2591         * docs/gst/tmpl/gstxml.sgml:
2592         * docs/gst/tmpl/gstxmlregistry.sgml:
2593         * docs/gst/tmpl/gthread-cothreads.sgml:
2594         * docs/gst/tmpl/types.sgml:
2595
2596 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2597
2598         * docs/pwg/other-sink.xml:
2599         * docs/pwg/other-source.xml:
2600           Documentation on how to write source and sink elements. Other
2601           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
2602           manager, autoplugger) are all still pending.
2603
2604 2004-03-25  Benjamin Otte  <otte@gnome.org>
2605
2606         * testsuite/elements/Makefile.am:
2607         * testsuite/elements/gst-compprep-check:
2608           add check to make sure gst-compprep works
2609         * testsuite/elements/gst-inspect-check.in:
2610           improve initialization output
2611         * testsuite/Makefile.am:
2612         * testsuite/gst-inspect-check:
2613           remove old file
2614
2615 2004-03-24  David Schleef  <ds@schleef.org>
2616
2617         * testsuite/elements/Makefile.am:
2618         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
2619         to the testsuite.
2620
2621 2004-03-24  Benjamin Otte  <otte@gnome.org>
2622
2623         * libs/gst/control/dparam.c: (gst_dparam_attach),
2624         (gst_dparam_detach):
2625         * libs/gst/control/dparammanager.c: (gst_dpman_init):
2626           fix lvalue casts for real
2627
2628 2004-03-24  Benjamin Otte  <otte@gnome.org>
2629
2630         * gst/schedulers/gstbasicscheduler.c:
2631         (gst_basic_scheduler_src_wrapper):
2632         * gst/schedulers/gstoptimalscheduler.c:
2633         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2634         (pad_clear_queued), (gst_opt_scheduler_add_element),
2635         (gst_opt_scheduler_remove_element):
2636           fix GStreamer to not have issues with lvalue casts anymore (fixes
2637           #136841)
2638
2639 2004-03-24  Benjamin Otte  <otte@gnome.org>
2640
2641         * gst/gstelement.c:
2642           add documentation about a gobject quirk where the object hasn't the
2643           correct class pointer set on initialization
2644         * gst/schedulers/gstbasicscheduler.c:
2645         (gst_basic_scheduler_src_wrapper):
2646           make sure to not run into an infinite loop
2647
2648 2004-03-22  Benjamin Otte  <otte@gnome.org>
2649
2650         * gst/gstutils.c: (gst_util_dump_mem):
2651         * gst/gstutils.h:
2652           first argument of gst_util_dump_mem should be const
2653
2654 2004-03-22  Johan Dahlin  <johan@gnome.org>
2655
2656         * gst/gstvalue.h: Clean up a little bit.
2657
2658 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
2659
2660         reviewed by Benjamin Otte  <otte@gnome.org>
2661
2662         * gst/autoplug/gstspider.c: (gst_spider_dispose):
2663         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
2664         (gst_aggregator_class_init), (gst_aggregator_init):
2665         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2666         (gst_filesrc_dispose), (gst_filesrc_set_location):
2667         * gst/elements/gstidentity.c: (gst_identity_finalize),
2668         (gst_identity_class_init), (gst_identity_chain):
2669         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
2670         * gst/elements/gststatistics.c: (gst_statistics_finalize),
2671         (gst_statistics_class_init):
2672         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
2673         (gst_tee_get_property):
2674           clean up used memory in this elements correctly on teardown (closes
2675           #137279)
2676
2677 2004-03-20  Colin Walters  <walters@redhat.com>
2678
2679         * gst/registries/gstxmlregistry.c:
2680         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
2681         registry saving atomic.
2682
2683 2004-03-20  Colin Walters  <walters@redhat.com>
2684
2685         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
2686         Just use
2687         access() instead of actually creating and deleting files.
2688
2689 2004-03-18  David Schleef  <ds@schleef.org>
2690
2691         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
2692         (bug #137625)
2693
2694 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2695
2696         * po/sv.po: updated translation (Christian Rose)
2697
2698 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2699
2700         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
2701         (gst_filesink_get_query_types), (_do_init),
2702         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
2703           return FALSE silently
2704         * po/af.po: updated translation (Petri Jooste)
2705
2706 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2707
2708         * Makefile.am:
2709         * configure.ac:
2710           dist common properly
2711         * po/af.po:
2712         * po/fr.po:
2713         * po/nl.po:
2714         * po/sr.po:
2715         * po/sv.po:
2716           refreshing translations
2717
2718 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2719
2720         * po/LINGUAS:
2721         * po/sv.po:
2722         * po/af.po:
2723           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
2724
2725 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2726
2727         * Makefile.am: use common/release.mak
2728
2729 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2730
2731         * docs/faq/gst-uninstalled:
2732           adding gst-monkeysaudio to the list of possible plugin dirs
2733
2734 2004-03-16  David Schleef  <ds@schleef.org>
2735
2736         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
2737         (gst_init_check_with_popt_table):  Fix some gettext strings to
2738         make them easier to translate.  Required making the strings
2739         non-const.
2740
2741 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2742
2743         * configure.ac: bump nano to 1
2744
2745 === release 0.8.0 ===
2746
2747 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2748
2749         * configure.ac: release 0.8.0, "Executive Slacks"
2750
2751 2004-03-16  Johan Dahlin  <johan@gnome.org>
2752
2753         * gst/schedulers/gstoptimalscheduler.c
2754         (gst_opt_scheduler_pad_unlink): Remove double ;,
2755         spotted by Scott Wheeler
2756
2757 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2758
2759         * configure.ac: bump libtool version
2760
2761 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2762
2763         * gst/gstcaps.h:
2764         * gst/gststructure.h:
2765           add reserved padding
2766
2767 2004-03-15  Benjamin Otte  <otte@gnome.org>
2768
2769         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
2770           set the first parameter for select call correctly.
2771           (fixes #137230)
2772
2773 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2774
2775         * *.c,*.h: don't mix tabs and spaces
2776
2777 2004-03-15  Johan Dahlin  <johan@gnome.org>
2778
2779         * gst/schedulers/gstoptimalscheduler.c
2780         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
2781         crash on MPEG playback. My boolean arithmetic is a bit rusty.
2782
2783         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
2784         
2785 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2786
2787         * testsuite/Rules:
2788           fix gst-register rules
2789
2790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2791
2792         * testsuite/Rules:
2793           use versioned gst-register
2794
2795 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2796
2797         * docs/libs/gstreamer-libs-sections.txt:
2798           remove </SUBSECTION>
2799         * gst/gstplugin.c:
2800         * gst/gstregistry.c: (gst_registry_add_plugin):
2801         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
2802         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
2803           add debugging and fix some comment blocks
2804
2805 2004-03-15  Johan Dahlin  <johan@gnome.org>
2806
2807         * *.h: Revert indent changes.
2808         
2809 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2810
2811         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
2812           g_error_free the g_error
2813         * tools/gst-feedback-m.m:
2814           check for other versions of gstreamer
2815         * tools/gst-indent:
2816           use sh, not bash
2817
2818 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2819
2820         * tools/gst-register.c: do not spill paths when registries are not
2821           writable, until we fix the "user running gst-register" case.
2822
2823 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2824
2825         * *.c, *.h: commit of gst-indent run on core
2826
2827 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2828
2829         * tools/gst-indent:
2830         * tools/Makefile.am:
2831           add our indentation style as a script
2832
2833 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2834
2835         * po/sr.po:
2836         * po/LINGUAS:
2837           added Serbian translation
2838
2839 2004-03-13  Benjamin Otte  <otte@gnome.org>
2840
2841         * gst/gstelement.c:
2842           add documentation note about gst_element_found_tags_for_pad not
2843           being usable in getfunctions. (see #137042)
2844
2845 2004-03-12  David Schleef  <ds@schleef.org>
2846
2847         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
2848         change API right now!  Readd gst_caps_is_simple() macro.
2849         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
2850         uninitialized variable.  I'd bet this caused crashes.
2851         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
2852
2853 2004-03-12  Johan Dahlin  <johan@gnome.org>
2854
2855         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
2856         * gst/gstcaps.h: Clean up
2857
2858         * gst/gst.c (init_post): call gst_caps_get_type() instead of
2859         _gst_caps_initalize()
2860
2861         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
2862         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
2863
2864         * gst/gststructure.c (gst_structure_get_type): Ditto
2865
2866         * gst/gststructure.h: Ditto
2867         
2868 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2869
2870         * gst/gstqueue.c: (gst_queue_init):
2871           Reset default max. values in queues. Reason is simply to avoid
2872           braindead use. If you want wider values, use the properties. The
2873           default is supposed to always work. Wider values would make this
2874           beast a memory hog by default (250 full-PAL RGB32 video frames?
2875           That's 440 MB! No thank you).
2876
2877 2004-03-10  David Schleef  <ds@schleef.org>
2878
2879         * tools/gst-run.c: (main):  Fix crash when no relevant tools
2880         were found.  (bug #136793)
2881
2882 2004-03-10  Johan Dahlin  <johan@gnome.org>
2883
2884         * gst/schedulers/gstoptimalscheduler.c
2885         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
2886         links to elements within the same group, so we can finally remove
2887         that annoying warning. Refactor the code a little bit
2888         (group_dec_links_for_element): Split out
2889
2890 2004-03-09  David Schleef  <ds@schleef.org>
2891
2892         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
2893         (bug #134863)
2894
2895 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2896
2897         * configure.ac: first bug fix due to major/minor bump
2898
2899 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2900
2901         * configure.ac: bump nano to 1
2902
2903 === release 0.7.6 ===
2904
2905 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2906
2907         * NEWS:
2908         * RELEASE:
2909         * configure.ac:
2910           releasing 0.7.6, "Almost"
2911         * po/fr.po:
2912         * po/nl.po:
2913         * tools/Makefile.am:
2914         * tools/gst-feedback-m.m:
2915           unversioned source
2916
2917 2004-03-09  Johan Dahlin  <johan@gnome.org>
2918
2919         Reviewed by: Thomas Vander Stichele
2920
2921         * gst/gstelement.c (gst_element_class_init): register second
2922         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
2923         language bindings can (de)marshall correctly.
2924
2925         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
2926
2927         * gst/gsterror.c (gst_g_error_get_type): New function
2928
2929         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
2930         with VOID:OBJECT,OBJECT,STRING 
2931
2932 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2933
2934         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
2935         Free a leaked g_timer on early returns.
2936
2937 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2938
2939         * docs/pwg/advanced-types.xml:
2940           Add cinepak description.
2941
2942 2004-03-07  David Schleef  <ds@schleef.org>
2943
2944         * docs/random/mimetypes:  Added cinepak description
2945
2946 2004-03-07  Andy Wingo  <wingo@pobox.com>
2947
2948         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
2949
2950         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
2951         there are no links to other groups when a group is destroyed.
2952         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
2953         removed from a group, make sure the link count to elements linked
2954         to other pads is appropriately decremented. This really fixes
2955         #135672.
2956
2957         The 1.60->1.61 patch has been reapplied in light of this fix.
2958
2959         * gst/gstelement.c (gst_element_dispose): Really protect against
2960         multiple invocations this time.
2961
2962 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * docs/gst/gstreamer-sections.txt:
2965         * docs/gst/tmpl/gsttag.sgml:
2966           remove some deprecated functions, document some existing ones
2967         * gst/gsttag.c: (gst_tag_get_flag):
2968         * gst/gsttag.h:
2969           add accessor function
2970
2971 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2972
2973         * docs/gst/gstreamer-sections.txt:
2974         * docs/gst/tmpl/gsttag.sgml:
2975         * docs/gst/tmpl/gstxml.sgml:
2976         * gst/gsttag.c: (gst_tag_get_flag):
2977         * gst/gsttag.h:
2978
2979 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2980
2981         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
2982         leak
2983
2984 2004-03-05  David Schleef  <ds@schleef.org>
2985
2986         * REQUIREMENTS: Add bison and flex.
2987         * configure.ac: Fix comment about bison.
2988         * docs/random/ds/0.9-suggested-changes: yer ma
2989         * tools/gst-inspect.c: (print_element_info):  Fix warning.
2990
2991 2004-03-05  Benjamin Otte  <otte@gnome.org>
2992
2993         * gst/gstelement.c: (gst_element_error_full):
2994           revert recent recursive state changing commit - messing with other
2995           elements' states is evil and should be done by apps only.
2996
2997 2004-03-05  Benjamin Otte  <otte@gnome.org>
2998
2999         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
3000           check for empty intersection instead of NULL caps
3001         (gst_element_get_compatible_pad_filtered):
3002           remove old workaround that is only a bug nowadays
3003
3004 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3005
3006         * gst/gstelement.c: (gst_element_error_full):
3007           make elements try to recursively change state to PAUSED on all
3008           parents after an error to suppress ensuing warnings
3009         * gst/parse/grammar.y:
3010           make it check if it was able to sync the state, and throw an error
3011           if not, so stuff like
3012           oggdemux ! vorbisdec ! osssink gets caught
3013
3014 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3015
3016         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
3017           it contains lib64; use AS_AC_EXPAND to handle it properly
3018
3019 2004-03-05  David Schleef  <ds@schleef.org>
3020
3021         * gst/gstcpuid_i386.s:  Remove unused code
3022         * libs/gst/getbits/getbits.c: (gst_getbits_init),
3023         (gst_getbits_newbuf): Remove MMX code
3024         * libs/gst/getbits/getbits.h: Remove MMX code
3025
3026 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
3027
3028         * debian/.cvsignore:
3029         * debian/README.Debian:
3030         * debian/changelog:
3031         * debian/control:
3032         * debian/control.in:
3033         * debian/copyright:
3034         * debian/gstreamer-core-libs-dev.files:
3035         * debian/gstreamer-core-libs.files:
3036         * debian/gstreamer-core.files:
3037         * debian/gstreamer-core.postinst:
3038         * debian/gstreamer-core.postrm:
3039         * debian/gstreamer-doc.files:
3040         * debian/gstreamer-doc.links:
3041         * debian/gstreamer-doc.lintian:
3042         * debian/gstreamer-runtime.files:
3043         * debian/gstreamer-runtime.manpages:
3044         * debian/gstreamer-runtime.postinst:
3045         * debian/gstreamer-runtime.postrm:
3046         * debian/gstreamer-tools.files:
3047         * debian/gstreamer-tools.manpages:
3048         * debian/libgstreamer-dev.files:
3049         * debian/libgstreamer0.4.1.files:
3050         * debian/libgstreamerVERSION.files:
3051         * debian/rules:
3052         Debian package info not maintained here.
3053
3054 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
3057         * gst/gstbin.c: (gst_bin_class_init):
3058         * gst/gstelement.c: (gst_element_class_init):
3059         * gst/gstindex.c: (gst_index_class_init):
3060         * gst/gstobject.c: (gst_object_class_init),
3061         (gst_signal_object_class_init):
3062         * gst/gstpad.c: (gst_pad_template_class_init):
3063         * gst/gstregistry.c: (gst_registry_class_init):
3064         * gst/gsturi.c: (gst_uri_handler_base_init):
3065         * gst/gstxml.c: (gst_xml_class_init):
3066         * libs/gst/control/dparam.c: (gst_dparam_class_init):
3067         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
3068           make all signal names use dashes instead of underscore
3069
3070 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3071
3072         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
3073
3074 2004-03-03  Benjamin Otte  <otte@gnome.org>
3075
3076         * gst/schedulers/gstoptimalscheduler.c:
3077           revert last commit by Andy Wingo. It causes segfaults on unreffing
3078           in Rhythmbox. (see bug #135672)
3079
3080 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
3081
3082         * po/fr.po: fix typo
3083
3084 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
3085
3086         * tools/gst-inspect.c: (main): 
3087         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
3088
3089 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3090
3091         * configure.ac:
3092           get GLIB_ONLY and POPT flags for the nonversioned binaries
3093         * tools/Makefile.am:
3094           use them
3095
3096 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3097
3098         * gst/gst.c: (init_post):
3099           change so that GST_REGISTRY now is where the global registry gets
3100           saved, since that is where plugins now get attached to first, and
3101           spilled over to the user registry.  Note that in the case of using
3102           GST_REGISTRY env var, we don't want to affect any real registries
3103           beyond the one given by this var, and thus we don't set a user
3104           registry to spill to.  So make sure GST_REGISTRY is writable.
3105
3106 2004-03-01  David Schleef  <ds@schleef.org>
3107
3108         * AUTHORS:  Added some names.  Add yourself if you're missing.
3109
3110 2004-03-01  David Schleef  <ds@schleef.org>
3111
3112         * MAINTAINERS: Add
3113
3114 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3115
3116         * configure.ac:
3117           remove whitespace
3118         * docs/gst/tmpl/gstbuffer.sgml:
3119         * docs/gst/tmpl/gstdata.sgml:
3120         * docs/gst/tmpl/gstreamer-unused.sgml:
3121         * docs/gst/tmpl/gstxml.sgml:
3122           doc update
3123         * docs/manuals.mak:
3124           add a FIXME
3125         * docs/pwg/intro-preface.xml:
3126         * docs/pwg/pwg.xml:
3127           remove GNOME
3128         * gst/gst.c: (init_post):
3129           try GST_PLUGIN_PATH paths for the _global_registry first
3130         * gst/gstelement.h:
3131           add the error message as well, otherwise (null) debug info doesn't
3132           make much sense
3133         * tools/gst-register.c: (main):
3134           spill paths to next registry if this registry is not writable
3135         * po/fr.po:
3136         * po/nl.po:
3137           translation updates
3138
3139 2004-03-01  Johan Dahlin  <johan@gnome.org>
3140
3141         * gst/gstbuffer.c (_gst_buffer_initialize): 
3142         * gst/gstdata.c (gst_data_get_type): 
3143         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
3144         instead of ref, since some applications that uses GBoxed
3145         routines depends on a function that actually returns a copy.
3146
3147 2004-02-27  Benjamin Otte  <otte@gnome.org>
3148
3149         * gst/gstbuffer.h:
3150           remove gst_buffer_free, use gst_data_unref
3151         * gst/gstdata.c: (gst_data_get_type):
3152           use refcounting in GstData GBoxed registration
3153         * gst/gstdata.h:
3154           remove gst_data_free, use gst_data_unref
3155
3156 2004-02-27  Johan Dahlin  <johan@gnome.org>
3157
3158         * gst/gstdata.c (gst_data_get_type): New function, register
3159         GstData as a GBoxed type.
3160
3161         * gst/gstdata.h (GST_TYPE_DATA): New macro
3162
3163 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3164
3165         * Makefile.am:
3166         * gstreamer.spec.in:
3167           put back RELEASE
3168         * gst/Makefile.am:
3169           clean up non-disting of built files
3170         * testsuite/debug/commandline.c:
3171           test fix for option rename
3172
3173 2004-02-26  David Schleef  <ds@schleef.org>
3174
3175         * configure.ac:  We don't really need glib-2.3.  Also remove
3176         some unneeded checks for library functions.
3177         * gst/Makefile.am:  Instead, we need to not dist files created
3178         by glib-genmarshal.
3179
3180 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3181
3182         * configure.ac:
3183           bump glib required version to 2.3.0 for g_value_takes_boxed
3184
3185  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
3186
3187         * common/m4/gst-docs.m4
3188         change flavour text from enable to disable as enable is our default
3189         closes bug Bug 135304
3190
3191 === release 0.7.5 ===
3192  
3193  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3194  
3195         * NEWS:
3196           instate NEWS file
3197         * Makefile.am:
3198         * gstreamer.spec.in:
3199         * RELEASE:
3200           put back release
3201         * configure.ac:
3202         * docs/random/release:
3203           more updates
3204
3205 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * gst/gsttag.c: (_gst_tag_initialize):
3208         * po/fr.po:
3209         * po/nl.po:
3210           remove hyphen from codec tags
3211
3212 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3213
3214         * gst/parse/Makefile.am:
3215           fix dependency so that a make from a clean build works the first
3216           time
3217
3218 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3219
3220         * docs/random/release:
3221           update release strategy
3222         * po/fr.po:
3223           auto-update po file
3224         * po/nl.po:
3225           update dutch translation
3226
3227 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3228
3229         * docs/manual/debugging.xml:
3230         fix manual for new debugging system
3231
3232 2004-02-25  Andy Wingo  <wingo@pobox.com>
3233
3234         * gst/gstpad.c (gst_pad_link_prepare): Re-add
3235         gst_pad_link_prepare. Please email the list with specific reasons
3236         for reverting.
3237
3238 2004-02-24  Andy Wingo  <wingo@pobox.com>
3239
3240         * gst/gstelement.c (gst_element_dispose): Protect against multiple
3241         invocations.
3242
3243         * gst/schedulers/gstoptimalscheduler.c:
3244         I added a mess of prototypes at the top of the file by way of
3245         documentation. Some of the operations on chains and groups were
3246         re-organized.
3247
3248         (create_group): Added a type argument so if the group is enabled,
3249         the setup_group_scheduler knows what to do.
3250         (group_elements): Added a type argument here, too, to be passed on
3251         to create_group.
3252         (group_element_set_enabled): If an unlinked PLAYING element is
3253         added to a bin, we have to create a new group to hold the element,
3254         and this function will be called before the group is added to the
3255         chain. Thus we have a valid case for group->chain==NULL. Instead
3256         of calling chain_group_set_enabled, just set the flag on the group
3257         (the chain's status will be set when the group is added to it).
3258         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
3259         Setup the group scheduler when the group is enabled, not
3260         specifically when an element goes PAUSED->PLAYING. This means
3261         PLAYING elements can be added, linked, and scheduled into a
3262         PLAYING pipeline, as was intended.
3263         (add_to_group): Don't ref the group twice. I don't know when this
3264         double-ref got in here. Removing it has the potential to cause
3265         segfaults if other parts of the scheduler are buggy. If you find
3266         that the scheduler is segfaulting for you, put in an extra ref
3267         here and see if that hacks over the underlying issue. Of course,
3268         then find out what code is unreffing a group it doesn't own...
3269         (create_group): Make the extra refcount floating, and remove it
3270         after adding the element. This means that...
3271         (unref_group): Destroy when the refcount reaches 0, not 1, like
3272         every other refcounted object in the known universe.
3273         (remove_from_group): When a group becomes empty, set it to be not
3274         active, and remove it from its chain. Don't unref it again,
3275         there's no floating reference any more.
3276         (destroy_group): We have to remove the group from the chain in
3277         remove_from_group (rather than here) to break refcounting cycles
3278         (the chain always has a ref on the group). So assert that
3279         group->chain==NULL.
3280         (ref_group_by_count): Removed, it was commented out anyway.
3281         (merge_chains): Use the remove_from_chain and add_to_chain
3282         primitives to do the reparenting, instead of rolling our own
3283         implementation.
3284         (add_to_chain): The first non-disabled group in the chain's group
3285         list will be the entry point for the chain. Because buffers can
3286         accumulate in loop elements' peer bufpens, we preferentially
3287         schedule loop groups before get groups to avoid unnecessary
3288         execution of get-based groups when the bufpens are already full.
3289         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
3290         (get_group_schedule_function): Ditto.
3291         (loop_group_schedule_function): Ditto.
3292         (gst_opt_scheduler_loop_wrapper): Ditto.
3293         (gst_opt_scheduler_iterate): Ditto.
3294
3295         I understand the opt scheduler now, yippee!
3296
3297         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
3298         (gst_pad_get_name, gst_pad_set_chain_function) 
3299         (gst_pad_set_get_function, gst_pad_set_event_function) 
3300         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
3301         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
3302         (gst_pad_set_query_function, gst_pad_get_query_types) 
3303         (gst_pad_get_query_types_default) 
3304         (gst_pad_set_internal_link_function) 
3305         (gst_pad_set_formats_function, gst_pad_set_link_function) 
3306         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
3307         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
3308         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
3309         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
3310         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
3311         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
3312         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
3313         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
3314         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
3315         (gst_pad_event_default_dispatch, gst_pad_event_default) 
3316         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
3317         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
3318         (gst_pad_get_formats_default, gst_pad_get_formats): Better
3319         argument checks, and some doc fixes.
3320
3321         (gst_pad_custom_new_from_template): Um, does anyone
3322         use these functions? Actually make a custom pad instead of a
3323         normal one.
3324         (gst_pad_try_set_caps): Transpose some checks.
3325         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
3326         the pad is in negotiation.
3327         (gst_pad_try_relink_filtered): Use pad_link_prepare.
3328         
3329         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
3330
3331         * gst/gstelement.h: 
3332         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
3333         on the list.
3334
3335 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3336
3337         * gst/gstbin.c: (gst_bin_add):
3338           add error for not being able to add elements
3339
3340 2004-02-22  Julien MOUTTE <julien@moutte.net>
3341
3342         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
3343         audio-codec and video-codec.
3344
3345 2004-02-22  Benjamin Otte  <otte@gnome.org>
3346
3347         reported by: Padraig O'Briain <padraig.obriain@sun.com>
3348
3349         * autogen.sh:
3350           replace test -e with test -x for mkinstalldirs to be more portable.
3351           (fixes #134816)
3352
3353 2004-02-22  Benjamin Otte  <otte@gnome.org>
3354
3355         * gst/gstpad.c:
3356           revert last patch from Andy, it makes gst_pad_can_link_filtered much
3357           too noisy
3358         * gst/gsttag.c: (_gst_tag_initialize):
3359         * gst/gsttag.h:
3360           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
3361         * libs/gst/control/dparam.c: (gst_dparam_attach):
3362         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
3363           check that types for attached dparams match
3364
3365 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3366
3367         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
3368         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3369         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
3370           fix errors
3371
3372 2004-02-20  Andy Wingo  <wingo@pobox.com>
3373
3374         * gst/gstbin.c:
3375         * gst/gstbuffer.c:
3376         * gst/gstplugin.c:
3377         * gst/registries/gstxmlregistry.c: 
3378         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
3379
3380         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
3381         (gst_element_add_pad): DEBUG->INFO, some fixes.
3382         (gst_element_get_compatible_pad_template): Just see if the
3383         templates' caps intersect, not if one is a strict subset of the
3384         other. This conforms more to what gst_pad_link_intersect() does.
3385         (gst_element_class_add_pad_template): Don't memcpy the pad
3386         template, just ref it.
3387         (gst_element_get_compatible_pad_filtered): Clean up debug messages
3388
3389         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
3390         (gst_pad_link_filtered): Debug changes.
3391         (gst_pad_link_prepare): New function, consolidated from
3392         can_link_filtered and link_filtered.
3393
3394         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
3395         look more like that of the functions in gstelement.c
3396
3397         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
3398         object, and return the empty string if object is NULL.
3399
3400         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
3401         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
3402         LOG, not DEBUG. We still get flex info on debug.
3403
3404         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
3405         debug string more verbose.
3406         (plugin_times_older_than): DEBUG->LOG.
3407
3408 2004-02-20  Julien MOUTTE <julien@moutte.net>
3409
3410         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
3411         will emit found_tag for each stream they demux with the codec.
3412
3413 2004-02-20  Benjamin Otte  <otte@gnome.org>
3414
3415         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
3416           copy navigation event correctly. Check freeing tag lists. 
3417         * gst/gstthread.c: (gst_thread_change_state):
3418           don't abort() on state changing mess - it might happen because of
3419           bugs.
3420         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
3421           use boxed functions
3422         * gst/gstvalue.h:
3423           fix GST_VALUE_HOLDS_CAPS
3424
3425 2004-02-19  David Schleef  <ds@schleef.org>
3426
3427         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
3428         and use it for GST_FUNCTION.  (bug #134750)
3429
3430 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3431
3432         * po/fr.po:
3433         * po/nl.po:
3434           updating translations
3435
3436 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3437
3438         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
3439
3440 2004-02-18  kost@imn.htwk-leipzig.de
3441
3442         reviewed by: David Schleef  <ds@schleef.org>
3443
3444         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
3445         for libgstcontrol.
3446
3447 2004-02-18  David Schleef  <ds@schleef.org>
3448
3449         * libs/gst/control/dparam.c: (gst_dparam_class_init):
3450         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3451         (gst_dpsmooth_new): Additional fixes to get double dparams working.
3452         * tools/gst-inspect.c: (print_element_info): Support dumping of
3453         double dparam information.
3454
3455 2004-02-17  David Schleef  <ds@schleef.org>
3456
3457         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
3458         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
3459         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
3460         Use GST_TYPE_CAPS in signal prototype.
3461         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
3462         Convert GST_TYPE_CAPS to boxed.
3463         * gst/gstelement.c: (gst_element_class_init):
3464         Use GST_TYPE_TAG_LIST in signal prototype.
3465         * gst/gstindex.c: (gst_index_class_init):
3466         * gst/gstindex.h:
3467         Add GST_TYPE_INDEX_ENTRY type.
3468         * gst/gstmarshal.list:
3469         Add necessary marshal types.
3470         * gst/gstpad.c: (gst_real_pad_class_init),
3471         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
3472         (gst_pad_recover_caps_error):
3473         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
3474         * gst/gststructure.c: (_gst_structure_initialize),
3475         (gst_structure_copy), (_gst_structure_copy_conditional):
3476         * gst/gststructure.h:
3477         Convert GST_TYPE_STRUCTURE to boxed.
3478         * gst/gsttag.c: (gst_tag_list_get_type):
3479         * gst/gsttag.h:
3480         Add GST_TYPE_TAG_LIST type.
3481
3482 2004-02-17  Julien MOUTTE  <julien@moutte.net>
3483
3484         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
3485         to what we agreed with david.
3486         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
3487
3488 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3489
3490         * po/nl.po: update translation
3491
3492 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3493
3494         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3495           throw an error if spider is trying to play a mime type there is
3496           no decoder for
3497         * po/POTFILES.in:
3498           add gst/autoplug/gstspider.c for translation
3499
3500 2004-02-17  Julien MOUTTE  <julien@moutte.net>
3501
3502         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
3503         silently when the pad is negotiating.
3504
3505 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3506
3507         * docs/faq/Makefile.am:
3508           add script to run gstreamer uninstalled 
3509         * docs/faq/faq.xml:
3510         * docs/faq/developing.xml:
3511         * docs/faq/gst-uninstalled:
3512           extract script to run gstreamer uninstalled
3513         * docs/manuals.mak:
3514           add EXTRA_SOURCES variable for Makefile.am's to set to
3515           use additional SOURCE files for the doc build
3516
3517 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3518
3519         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
3520
3521 2004-02-15  Julien MOUTTE  <julien@moutte.net>
3522
3523         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
3524         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
3525         an error was thrown by osssink. Basically a state change failure for
3526         an element in a different scheduling group was considered as
3527         successful, which means that caps nego was going on and weird stuff
3528         happened. Like I wrote in the comment there, if someone wants to
3529         revert that please drop me a mail explaining why because I really see
3530         no point in keeping that broken behaviour there.
3531         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
3532         be empty, we then return NULL which will trigger a nice error when 
3533         pulling from the pad.
3534
3535 2004-02-13  David Schleef  <ds@schleef.org>
3536
3537         * libs/gst/control/dparam.c: (gst_dparam_class_init),
3538         (gst_dparam_get_property), (gst_dparam_set_property),
3539         (gst_dparam_do_update_default):
3540         * libs/gst/control/dparam.h:
3541         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3542         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
3543         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
3544         (gst_dpsmooth_do_update_double):
3545         * libs/gst/control/dparam_smooth.h:
3546         * libs/gst/control/dparammanager.c:
3547         (gst_dpman_inline_direct_update):
3548         Add support for double dparams.
3549
3550 2004-02-13  David Schleef  <ds@schleef.org>
3551
3552         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
3553         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
3554
3555 2004-02-13  Mattias Wadman  <mattias@sudac.org>
3556
3557         reviewed by: David Schleef  <ds@schleef.org>
3558
3559         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3560         (gst_fdsrc_init), (gst_fdsrc_set_property),
3561         (gst_fdsrc_get_property), (gst_fdsrc_get):
3562         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
3563         and sends an EOS event if file descriptor reading times out.
3564
3565 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3566
3567         * configure.ac:
3568           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
3569
3570 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3571
3572         * configure.ac: pass required libxml version as argument
3573         (bug reported by Christophe Fergeau)
3574
3575 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3576   
3577         * docs/gst/gstreamer-docs.sgml:
3578         * docs/gst/tmpl/gstxml.sgml:
3579         * docs/libs/gstreamer-libs-docs.sgml:
3580           version API docs
3581
3582 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3583
3584         * gst/gstinfo.c:
3585         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
3586         (gst_registry_pool_feature_filter):
3587         * gst/gstthread.c: (gst_thread_class_init):
3588         * gst/gstvalue.c:
3589           add includes exposed by building without libxml
3590         * gst/indexers/Makefile.am:
3591           do not build fileindex when LOADSAVE disabled; we should have
3592           a better libxml check later since fileindex depends on xml, not
3593           LOADSAVE or REGISTRY
3594         * libs/gst/control/Makefile.am:
3595           link with m
3596         * tools/Makefile.am:
3597           fix wrong source code for gst-xmlinspect
3598
3599 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3600
3601         * configure.ac:
3602           fix gcov help output
3603           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
3604         * docs/random/release:
3605           some updated releasing notes
3606         * gstreamer.spec.in:
3607           more updates
3608
3609 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3610
3611         * docs/faq/faq.xml:
3612         * docs/manual/manual.xml:
3613         * docs/pwg/pwg.xml:
3614         * docs/pwg/titlepage.xml:
3615           put version in documentation
3616
3617 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3618
3619         * tools/Makefile.am: fix man page installation
3620
3621 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3622
3623         * configure.ac:
3624           don't check for libxml when load/save and registry disabled (#105844)
3625         * gstreamer.spec.in:
3626           sync with fedora candidate spec
3627
3628 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         * po/fr.po:
3631         * po/nl.po:
3632           replace multidisksrc with multifilesrc
3633
3634 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3635
3636         * po/POTFILES.in:
3637           update to multidisksrc => multifilesrc file renaming (#134145)
3638
3639 2004-02-11  David Schleef  <ds@schleef.org>
3640
3641         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
3642         * docs/gst/tmpl/gstpadtemplate.sgml: same
3643         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
3644         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
3645         fixing dance.
3646         * gst/gstutils.c: Remove disabled code that uses GstProps.
3647         * gst/registries/gstxmlregistry.h: same
3648         * docs/random/ds/0.9-suggested-changes: random notes
3649
3650 2004-02-11  kost@imn.htwk-leipzig.de
3651
3652         reviewed by: David Schleef  <ds@schleef.org>
3653
3654         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
3655         initialisation of clock (bug #134128)
3656
3657 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * configure.ac:
3660         * gst/elements/Makefile.am:
3661         * gst/elements/gstelements.c:
3662         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
3663         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
3664         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
3665         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
3666         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
3667         * gst/elements/gstmultifilesrc.h:
3668           rename multidisksrc to multifilesrc (part of #122200)
3669
3670 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3671
3672         * docs/manuals.mak:
3673           fix automake complaints
3674         * gst-element-check.m4:
3675           fix unquotedness
3676
3677 2004-02-11  David Schleef  <ds@schleef.org>
3678
3679         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
3680         * gst/gstatomic_impl.h: Disable sparc implementation.
3681
3682 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3683
3684         * gst-element-check.m4:
3685           fix underquoted macros as reported by automake 1.8.x (#133800)
3686         * configure.ac:
3687           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
3688           by autopoint (fixes #132996)
3689
3690 2004-02-10  Andy Wingo  <wingo@pobox.com>
3691
3692         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
3693         way to do inheritance.
3694         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
3695         (gst_pad_get_query_types, gst_pad_get_query_types_default):
3696         Routine docs.
3697         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
3698         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
3699         doc.
3700         (gst_pad_unlink, gst_pad_is_linked): Docs.
3701         (gst_pad_renegotiate): A brief description of capsnego.
3702         (gst_pad_try_set_caps): Document.
3703         (gst_pad_try_set_caps_nonfixed): Document.
3704         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
3705         (gst_pad_set_parent): Deprecated (although not out of the API).
3706         (gst_pad_get_parent): Deprecated, although many plugins use this.
3707         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
3708         are private and will go away in 0.9.
3709         (gst_pad_perform_negotiate): Doc.
3710         (gst_pad_link_unnegotiate): I think this is meant to be static.
3711         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
3712         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
3713         (gst_pad_get_peer): Doc updates.
3714         (gst_pad_caps_change_notify): Doc.
3715         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
3716         (gst_ghost_pad_new): Doc fixes.
3717
3718         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
3719         (gst_object_check_uniqueness): 
3720
3721         * gst/gstelement.c (gst_element_add_pad) 
3722         (gst_element_add_ghost_pad, gst_element_remove_pad) 
3723         (gst_element_remove_ghost_pad, gst_element_get_pad) 
3724         (gst_element_get_static_pad, gst_element_get_pad_list) 
3725         (gst_element_class_get_pad_template_list) 
3726         (gst_element_class_get_pad_template): Work on the docs.
3727         (gst_element_get_pad_template_list): Uses the class method.
3728         (gst_element_get_compatible_pad_template): Docs, and consolidate
3729         some test conditions. 
3730         (gst_element_get_pad_from_template): New static function.
3731         (gst_element_request_compatible_pad): Docs, and work with
3732         non-request compatible templates. 
3733         (gst_element_get_compatible_pad_filtered): Docs and remove
3734         redundant checks.
3735         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
3736         (gst_element_link_filtered, gst_element_link_many) 
3737         (gst_element_link, gst_element_link_pads) 
3738         (gst_element_unlink_many): Docs.
3739
3740 2004-02-05  Andy Wingo  <wingo@pobox.com>
3741
3742         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
3743         s/pointer/boxed/.
3744
3745         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
3746
3747         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
3748         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
3749         with the type=GST_TYPE_CAPS. This allows language bindings to know
3750         what kind of data they're dealing with.
3751
3752         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
3753         to NULL when g_value_init is called. GstCaps, which rolls its own
3754         type implementation, now does the same instead of allocating empty
3755         caps.
3756         (_gst_caps_initialize, _gst_caps_collect_value,
3757         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
3758         table methods. This allows G_VALUE_COLLECT to work.
3759
3760 2004-02-05  Andy Wingo  <wingo@pobox.com>
3761
3762         * configure.ac:
3763         * testsuite/Makefile.am (SUBDIRS): 
3764         * testsuite/ghostpads/Makefile.am: 
3765         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
3766
3767         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
3768         These two routines are the only ones that set
3769         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
3770         pad template. They should be made static, depending on ABI needs.
3771         (gst_real_pad_dispose): Handle the case of ghost pads without a
3772         parent. Assert after dealing with ghost pads that the ghost pad
3773         list is empty.
3774         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
3775         set after creation.
3776         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
3777         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
3778         functions. set_property will call add_ghost_pad/remove_ghost_pad
3779         as appropriate.
3780         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
3781
3782         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
3783         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
3784         (gst_element_remove_pad): Handle ghost pads as well.
3785         (gst_element_remove_ghost_pad): Deprecated (could be removed,
3786         depending on API-stability needs).
3787
3788 2004-02-05  Andy Wingo  <wingo@pobox.com>
3789
3790         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
3791         of course they're const
3792
3793 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3794
3795         * tools/Makefile.am:
3796         * tools/gst-feedback:
3797         * tools/gst-feedback-0.7:
3798           make gst-feedback versioned too for consistency
3799
3800 2004-02-11  David Schleef  <ds@schleef.org>
3801
3802         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3803         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
3804
3805 2004-02-10  Julien MOUTTE <julien@moutte.net>
3806
3807         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
3808         the structure does not contain a valid tag list. Adding a safety check
3809         to remove a noisy warning in that case.
3810
3811 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3812
3813         * gst/gst.c: fix name to be in line with others
3814
3815 2004-02-09  Julien MOUTTE <julien@moutte.net>
3816
3817         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
3818         not shout that loud when len is 0. Just return 0 silently.
3819
3820 2004-02-09  Julien MOUTTE  <julien@moutte.net>
3821
3822         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
3823         because data_unref has one and I prefer the debug to be symetric.
3824         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
3825         were refed when added to the queue and unrefed only once when the queue
3826         was flushed. Now the flush handler unref the buffers two times : first
3827         unref for the ref added when pushing in the queue's tail and second
3828         unref to destroy the flushed buffer.
3829
3830 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3831
3832         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
3833
3834 2004-02-06  David Schleef  <ds@schleef.org>
3835
3836         * docs/random/ds/0.9-suggested-changes: Random ramblings
3837         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
3838         to int before printing.
3839         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
3840         * gst/parse/parse.l: same.  See bug #129600
3841
3842 2004-02-06  David Schleef  <ds@schleef.org>
3843
3844         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
3845         (gst_index_add_entry), (gst_index_add_associationv),
3846         (gst_index_add_association): Add gst_index_add_associationv()
3847         and clean up gst_index_add_association(). #127133
3848
3849 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3850
3851         * autogen.sh: check out common with right tag if CVS/Tag exists
3852
3853 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3854
3855         * testsuite/ghostpads/ghostpads.c: (main):
3856           fix testsuite from segfaulting
3857
3858 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3859
3860         * Makefile.am: add release target
3861         * configure.ac: bump nano to 1
3862         * docs/random/release:
3863
3864 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3865
3866         * gst/gstcaps.h:
3867         * gst/gstelement.c: (gst_element_base_class_init),
3868         (gst_element_class_set_details), (gst_element_clear_pad_caps):
3869         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3870         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
3871         (gst_real_pad_dispose):
3872         * gst/gststructure.c: (gst_structure_free),
3873         (gst_structure_from_string):
3874           put reverted patch back in
3875         * gst/gstelement.c: (gst_element_remove_pad):
3876           free explicit caps if they're set
3877         * gst/gstpad.c: (_gst_pad_default_fixate_func):
3878           copy the structure when fixating
3879
3880 2004-02-05  David Schleef  <ds@schleef.org>
3881
3882         * gst/gstmarshal.list:
3883         * gst/gstpad.c: (gst_real_pad_class_init),
3884         (_gst_real_pad_fixate_accumulator):
3885         Revert POINTER->BOXED change in signal marshaller.
3886
3887 === release 0.7.4 ===
3888                                                                                 
3889 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3890                                                                                 
3891         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
3892         * configure.ac: changed for release
3893
3894 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3895
3896         * gstreamer.spec.in:
3897           bump required version of gtk-doc
3898
3899 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3900
3901         * gst/gstcaps.h:
3902         * gst/gstelement.c: (gst_element_base_class_init),
3903         (gst_element_class_set_details), (gst_element_clear_pad_caps):
3904         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3905         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
3906         (gst_real_pad_dispose):
3907         * gst/gststructure.c: (gst_structure_free),
3908         (gst_structure_from_string):
3909           revert patch that breaks applications, reapply after release
3910           to get this fixed properly
3911
3912 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3913
3914         * gst/gsttag.c: (_gst_tag_initialize):
3915         * gst/gsttag.h:
3916           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
3917
3918 2004-02-04  David Schleef  <ds@schleef.org>
3919
3920         Fix some memleaks:
3921         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
3922         (gst_spider_plug_from_srcpad):
3923         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
3924
3925 2004-02-04  David Schleef  <ds@schleef.org>
3926
3927         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
3928         a GstRealPad before accessing its structure members.
3929
3930 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3931
3932         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
3933         (gst_clock_get_speed):
3934         * gst/gstclock.h:
3935           reset padding, remove unused fields
3936
3937 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3938
3939         * gst/autoplug/gstspideridentity.c:
3940         (gst_spider_identity_sink_loop_type_finding):
3941           use get_allowed_caps, not get_caps (fixes #132519)
3942         * gst/elements/gsttypefind.c: (stop_typefinding):
3943           use correct order when sending buffers and seeking
3944
3945 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * configure.ac:
3948         * gst/gstelement.h:
3949         * gst/gstpad.h:
3950         * gst/gstqueue.h:
3951           upgrade libtool CURRENT, reset padding
3952
3953 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3954
3955         * configure.ac:
3956           bump to prerelease
3957           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
3958
3959 2004-02-04  David Schleef  <ds@schleef.org>
3960
3961         * docs/random/ds/0.9-suggested-changes: random notes
3962         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
3963         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
3964         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
3965         expansion.
3966         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
3967         (gst_filesink_get_query_types): same
3968         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
3969         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
3970         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
3971         to use new GST_PTR_FORMAT.
3972         * gst/gstelement.h: deprecate function factory macros
3973         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
3974         These are our last variadic macros that can't be replaced with
3975         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
3976         attempting to deprecate gst_element_clock_wait().
3977         * gst/gstevent.h: same
3978         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3979         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
3980         * gst/gstpad.h: deprecate function factory macros similar to above.
3981
3982 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3983
3984         * configure.ac:
3985         * tools/Makefile.am:
3986         * tools/gst-run.c: (popt_callback), (hash_print_key),
3987         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
3988         (get_candidates), (main):
3989           add new source file to generate non-versioned wrapper binaries
3990           for our tools.
3991
3992 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3993
3994         * gst/gstevent.c: (_gst_event_free):
3995           actually break; inside the switch statement
3996         * gst/parse/grammar.y:
3997           fix memleak where GValues weren't unset
3998
3999 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4000
4001         * gst/gststructure.c: (gst_structure_from_string):
4002           fix huge memleak
4003         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4004         (new_entry), (gst_type_find_element_chain):
4005         * gst/gstelement.c: (gst_element_base_class_init),
4006         (gst_element_class_set_details):
4007         * gst/gstpad.c: (gst_pad_can_link_filtered):
4008           fix smaller memleaks
4009         * gst/gstpad.c: (gst_real_pad_dispose):
4010           check that explicit caps are gone
4011         * gst/gststructure.c: (gst_structure_free):
4012           actually free the structure
4013         * gst/gstelement.c: (gst_element_clear_pad_caps):
4014           unset explicit caps
4015
4016 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4017
4018         * tools/Makefile.am:
4019           use AM_CFLAGS since all the CFLAGS are the same
4020           use AM_LDFAGS
4021
4022 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4023
4024         * docs/manual/gnome.xml:
4025           expand example a little
4026         * gst/gst.c: (gst_init_with_popt_table),
4027         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
4028           make sure popt option displays are done with right textdomain
4029           use GstPoptOption type
4030         * gst/gst.h:
4031           create GstPoptOption type
4032
4033 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4034
4035         * gst/gsterror.c: (_gst_stream_errors_init):
4036         * gst/gsterror.h:
4037           adding error type for no codec
4038         * po/POTFILES.in:
4039           add gst-inspect
4040         * po/nl.po:
4041           update dutch translation
4042         * tools/gst-inspect.c: (print_element_list), (main):
4043           do proper internationalization
4044         * tools/gst-launch.c: (idle_func):
4045           remove commented out function call
4046
4047 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4048
4049         * docs/README:
4050           add some error fixing notes
4051         * docs/gst/gstreamer-sections.txt:
4052           remove double entries
4053         * docs/gst/tmpl/gstbin.sgml:
4054         * docs/gst/tmpl/gstclock.sgml:
4055           remove override
4056         * docs/gst/tmpl/gstelement.sgml:
4057         * docs/gst/tmpl/gstindex.sgml:
4058         * docs/gst/tmpl/gstobject.sgml:
4059         * docs/gst/tmpl/gstpadtemplate.sgml:
4060         * docs/gst/tmpl/gstreamer-unused.sgml:
4061         * docs/gst/tmpl/gsttag.sgml:
4062         * docs/gst/tmpl/gstthread.sgml:
4063         * docs/gst/tmpl/gstxml.sgml:
4064         * gst/gsttag.h:
4065           sync header prototypes with c decls
4066         * gst/gsttaginterface.c:
4067           fix doc headers
4068
4069 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4070
4071         * gst/parse/Makefile.am:
4072         * gst/gstobject.h:
4073           get rid of gstmarshal.h dependency. It's not needed.
4074         * gst/gst.h:
4075         * gst/elements/gstfakesink.c:
4076         * gst/elements/gstfakesrc.c:
4077         * gst/elements/gstidentity.c:
4078         * gst/gstbin.c:
4079         * gst/gstelement.c:
4080         * gst/gstindex.c:
4081         * gst/gstobject.c:
4082         * gst/gstpad.c:
4083         * gst/gstthread.c:
4084         * gst/gstxml.c:
4085         * libs/gst/control/dparam.c:
4086         * libs/gst/control/dparammanager.c:
4087           include gstmarshal.h.
4088         Fixes #132045
4089
4090 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4091
4092         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4093         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
4094         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
4095         * gst/elements/gstfilesrc.h:
4096           don't ref the filesrc when creating mmaped buffers. Don't keep a
4097           list of not-yet-destroyed buffers.
4098         * gst/gstbuffer.h:
4099           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
4100
4101 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4102
4103         * gst/gst.c: (init_pre):
4104           remove textdomain
4105
4106 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4107
4108         * docs/pwg/advanced-events.xml:
4109         * docs/pwg/advanced-scheduling.xml:
4110         * docs/pwg/intro-basics.xml:
4111         * docs/pwg/other-manager.xml:
4112         * docs/pwg/other-nton.xml:
4113         * docs/pwg/other-ntoone.xml:
4114         * docs/pwg/other-oneton.xml:
4115         * docs/pwg/pwg.xml:
4116           All sort of documentation... Forgot what. Point is that I want this
4117           in before I leave. The 'other-*' will be the last section and will
4118           explain issues specific to these type of elements.
4119
4120 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4121
4122         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4123         (gst_filesrc_get_read):
4124           set all the values on buffers that we can
4125
4126 2004-02-02  David Schleef  <ds@schleef.org>
4127
4128         Change usage of isblah() to g_ascii_isblah() to be more locale
4129         independent.  (#133076)
4130         * gst/gsturi.c: (gst_uri_protocol_check_internal):
4131         * gst/gstutils.c:
4132         * gst/parse/parse.l:
4133
4134 2004-02-02  Jon Trowbridge  <trow@gnu.org>
4135
4136         reviewed by: David Schleef  <ds@schleef.org>
4137
4138         Fix memory leaks:
4139         * gst/gstcaps.c: (gst_caps_to_string):
4140         * gst/registries/gstxmlregistry.c:
4141         (gst_xml_registry_add_path_list_func),
4142         (gst_xml_registry_parse_padtemplate):
4143
4144 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4145
4146         * gst/gstelement.c: (gst_element_default_error):
4147           suffix error messages with period
4148
4149 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4150
4151         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4152         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4153         * gst/gsterror.c: (gst_error_get_message):
4154           Suffix with dots
4155         * po/fr.po:
4156         * po/nl.po:
4157           Update translation files
4158
4159 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4160
4161         * gst/autoplug/gstspideridentity.c:
4162         (gst_spider_identity_sink_loop_type_finding):
4163         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4164         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4165         (gst_filesink_close_file), (gst_filesink_handle_event),
4166         (gst_filesink_chain):
4167         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4168         (gst_filesrc_get_read), (gst_filesrc_open_file):
4169         * gst/elements/gstidentity.c: (gst_identity_chain):
4170         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4171         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4172         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4173         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4174         * gst/gsterror.c: (_gst_core_errors_init),
4175         (_gst_library_errors_init), (_gst_resource_errors_init),
4176         (_gst_stream_errors_init), (gst_error_get_message):
4177         * gst/gstpad.c: (gst_pad_set_explicit_caps),
4178         (gst_pad_recover_caps_error), (gst_pad_pull):
4179         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4180         * gst/schedulers/gstbasicscheduler.c:
4181         (gst_basic_scheduler_chainhandler_proxy),
4182         (gst_basic_scheduler_gethandler_proxy),
4183         (gst_basic_scheduler_cothreaded_chain):
4184           Suffix error messages with period.
4185           Use (NULL) instead of NULL
4186
4187 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4188
4189         * docs/gst/tmpl/gstelement.sgml:
4190         * docs/gst/tmpl/gstxml.sgml:
4191         * gst/gstelement.c: (gst_element_error_full):
4192           add element path to error
4193
4194 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4195
4196         * docs/random/mimetypes:
4197           update raw int/float info
4198         * gst/gsttag.c: (_gst_tag_initialize):
4199         * gst/gsttag.h:
4200           add GST_TAG_ENCODER
4201
4202 2004-01-30  David Schleef  <ds@schleef.org>
4203
4204         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
4205           missing (#132991)
4206
4207 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
4208
4209         reviewed by Benjamin Otte 
4210           parts of the patch submitted in bug #113913
4211
4212         * configure.ac:
4213           use AC_C_INLINE. Use = instead of == with test
4214         * examples/plugins/example.c:
4215         * gst/autoplug/gstspideridentity.c:
4216         * gst/elements/gstfdsrc.c:
4217         * gst/elements/gstfilesrc.c:
4218         * gst/elements/gstidentity.c:
4219         * gst/elements/gstmultidisksrc.c:
4220         * gst/elements/gststatistics.c:
4221         * gst/gstelement.c:
4222         * gst/gstobject.c:
4223         * gst/gstpad.c:
4224         * gst/gstpipeline.c:
4225         * gst/gstthread.c:
4226           don't end enums with a comma
4227         * gst/gstindex.c: (gst_index_compare_func):
4228           do explicit casting to gint
4229         * gst/gsttrace.c: (gst_trace_text_flush):
4230           #define strsize as a macro
4231
4232 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4233
4234         * docs/README:
4235         * docs/gst/gstreamer-docs.sgml:
4236         * docs/gst/gstreamer-sections.txt:
4237         * docs/gst/tmpl/gstelement.sgml:
4238         * docs/gst/tmpl/gsterror.sgml:
4239         * docs/gst/tmpl/gstinterface.sgml:
4240         * docs/gst/tmpl/gstreamer-unused.sgml:
4241         * docs/gst/tmpl/gststructure.sgml:
4242         * docs/gst/tmpl/gsttag.sgml:
4243         * docs/gst/tmpl/gsttaginterface.sgml:
4244         * docs/gst/tmpl/gstvalue.sgml:
4245         make sure all API ends up in the built docs
4246         * gst/gstinterface.c:
4247         * gst/gststructure.c: (gst_structure_id_set_value),
4248         (gst_structure_set_value), (gst_structure_id_get_value):
4249         * gst/gststructure.h:
4250         * gst/gstvalue.h:
4251         sync .h with .c declarations
4252
4253 2004-01-30  Julien Moutte  <julien@moutte.net>
4254
4255         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
4256         Ronald will fix riffread.
4257
4258 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4259
4260         * docs/pwg/advanced-interfaces.xml:
4261           Added tuner interface docs.
4262
4263 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4264
4265         * docs/random/mimetypes:
4266           correct Theora information
4267         * gst/gstelement.h:
4268           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
4269
4270 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4271
4272         * gst/gstelement.c: (gst_element_error_full):
4273         * gst/gstelement.h:
4274           GST_ELEMENT_ERROR in enum -> _IN_ERROR
4275
4276 2004-01-29  Julien MOUTTE  <julien@moutte.net>
4277
4278         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
4279         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
4280         again and even before DISCONT.
4281         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
4282         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
4283         bytestream so that it's not stopping to fill the bytestream if events
4284         different than EOS or DISCONT are received. Instead it process them so
4285         that they go downstream.
4286
4287 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4288
4289         * docs/gst/tmpl/gstelement.sgml:
4290         * docs/gst/tmpl/gstreamer-unused.sgml:
4291         * docs/gst/tmpl/gstxml.sgml:
4292         * gst/autoplug/gstspideridentity.c:
4293         (gst_spider_identity_sink_loop_type_finding):
4294         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4295         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4296         (gst_filesink_close_file), (gst_filesink_handle_event),
4297         (gst_filesink_chain):
4298         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4299         (gst_filesrc_get_read), (gst_filesrc_open_file):
4300         * gst/elements/gstidentity.c: (gst_identity_chain):
4301         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4302         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4303         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4304         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4305         * gst/gstelement.h:
4306         * gst/gstpad.c: (gst_pad_set_explicit_caps),
4307         (gst_pad_recover_caps_error), (gst_pad_pull):
4308         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4309         * gst/schedulers/gstbasicscheduler.c:
4310         (gst_basic_scheduler_chainhandler_proxy),
4311         (gst_basic_scheduler_gethandler_proxy),
4312         (gst_basic_scheduler_cothreaded_chain):
4313           gst_element_error -> GST_ELEMENT_ERROR
4314
4315 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4316
4317         * docs/Makefile.am:
4318         * docs/gst/tmpl/gstelement.sgml:
4319         * docs/gst/tmpl/gstxml.sgml:
4320         * docs/manuals.mak:
4321         * docs/pwg/advanced-request.xml:
4322         * docs/pwg/advanced-scheduling.xml:
4323         * docs/pwg/advanced-tagging.xml:
4324           fix non-validating docbook using CDATA
4325           make sure make check-local gets run first to check if it validates
4326
4327 2004-01-29  Julien MOUTTE <julien@moutte.net>
4328
4329         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
4330         handling (up and downstream).
4331         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
4332         my_filter thing.
4333
4334 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4335
4336         * docs/pwg/advanced-tagging.xml:
4337           Add docs about tag writing.
4338
4339 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4340
4341         * docs/pwg/advanced-tagging.xml:
4342           Add a part about tag reading and application signalling... Tag
4343           writing still needs to be documented.
4344         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4345           We can set file locations in READY, too.
4346
4347 2004-01-29  Julien MOUTTE <julien@moutte.net>
4348
4349         * docs/random/ds/element-checklist: Adding some notes about src
4350         events.
4351
4352 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4353
4354         * docs/random/mimetypes:
4355           Update docs to point to correct elements for various mimetypes, and
4356           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
4357           <stephane.loeuillet@tiscali.fr>.
4358
4359 2004-01-28  David Schleef  <ds@schleef.org>
4360
4361         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
4362
4363 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4364
4365         * docs/random/mimetypes:
4366           update docs for audio/x-raw-float. Add "buffer-frames=0 means
4367           undefined"
4368         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4369           make it only work in NULL.
4370         * gst/gstcaps.c:
4371           don't posion NULL caps
4372         * gst/gstelement.c: (gst_element_set_time):
4373           add debugging statement
4374         * gst/gstelement.c: (gst_element_emit_found_tag),
4375         (gst_element_found_tag_func), (gst_element_found_tags):
4376         * gst/gstelement.h:
4377           These functions take const taglists
4378         * gst/gstpad.c: (gst_pad_proxy_getcaps):
4379           fix memleak
4380         * gst/gstpad.c: (gst_pad_event_default):
4381           make more effort on handling discont and clocks, g_warn if everything
4382           fails
4383         * gst/gststructure.c: (gst_structure_remove_fields),
4384         (gst_structure_remove_fields_valist):
4385         * gst/gststructure.h:
4386           add gst_structure_remove_fields(_valist)
4387         * gst/gsttag.c:
4388           fix doc glitch
4389
4390 2004-01-28  David Schleef  <ds@schleef.org>
4391
4392         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
4393         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
4394         Fix memory leakage of gst_caps_to_string().
4395
4396         Use GST_PTR_FORMAT instead of gst_caps_to_string():
4397         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
4398         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
4399         (gst_spider_identity_sink_loop_type_finding):
4400         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4401         (find_suggest):
4402         * gst/gstpad.c: (gst_pad_try_relink_filtered),
4403         (gst_pad_set_explicit_caps):
4404         * gst/parse/grammar.y:
4405
4406 2004-01-28  David Schleef  <ds@schleef.org>
4407
4408         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
4409         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
4410         * docs/random/ds/0.9-suggested-changes: Notes from Company.
4411         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
4412         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
4413         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
4414         (gst_debug_log_default), (_gst_info_printf_extension),
4415         (_gst_info_printf_extension_arginfo):  Add printf extension.
4416         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
4417         * gst/gststructure.c: (gst_structure_to_string),
4418         (_gst_structure_parse_value): Use gst_value_deserialize() and
4419         remove old code.
4420         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
4421         (gst_value_deserialize_boolean), (gst_strtoi),
4422         (gst_value_deserialize_int), (gst_value_deserialize_double),
4423         (gst_value_deserialize_string), (gst_value_deserialize): Implement
4424         a bunch of deserialize functions and gst_value_deserialize.
4425         * gst/gstvalue.h: er, _de_serialize, not unserialize
4426         * testsuite/caps/string-conversions.c: (main): We don't currently
4427         handle (float) in caps, so convert these to (double).
4428         * testsuite/debug/Makefile.am: Add new test for the printf extension
4429         * testsuite/debug/printf_extension.c: (main): same
4430
4431 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4432
4433         * docs/random/company/time:
4434           Add some docs about clocking and time
4435
4436 2004-01-28  Julien MOUTTE <julien@moutte.net>
4437
4438         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
4439
4440 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4441
4442         * docs/pwg/advanced-clock.xml:
4443         * docs/pwg/advanced-dparams.xml:
4444         * docs/pwg/advanced-events.xml:
4445         * docs/pwg/advanced-interfaces.xml:
4446         * docs/pwg/advanced-midi.xml:
4447         * docs/pwg/advanced-request.xml:
4448         * docs/pwg/advanced-scheduling.xml:
4449         * docs/pwg/advanced-tagging.xml:
4450         * docs/pwg/advanced-types.xml:
4451         * docs/pwg/appendix-checklist.xml:
4452         * docs/pwg/building-boiler.xml:
4453         * docs/pwg/building-chainfn.xml:
4454         * docs/pwg/building-filterfactory.xml:
4455         * docs/pwg/building-pads.xml:
4456         * docs/pwg/building-props.xml:
4457         * docs/pwg/building-signals.xml:
4458         * docs/pwg/building-state.xml:
4459         * docs/pwg/building-testapp.xml:
4460         * docs/pwg/intro-basics.xml:
4461         * docs/pwg/intro-preface.xml:
4462         * docs/pwg/other-autoplugger.xml:
4463         * docs/pwg/other-sink.xml:
4464         * docs/pwg/other-source.xml:
4465         * docs/pwg/titlepage.xml:
4466           fix up id's
4467
4468 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4469
4470         * docs/95NonPath:
4471         * docs/HACKING:
4472         * docs/README:
4473         * docs/building-the-docs-on-debian:
4474           collect relevant bits of doc info
4475
4476 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4477
4478         * docs/pwg/advanced_tagging.xml:
4479           Half-assed commit so Thomas can re-arrange document IDs here to be
4480           consistent, too.
4481
4482 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * docs/manual/autoplugging.xml:
4485         * docs/manual/bins-api.xml:
4486         * docs/manual/bins.xml:
4487         * docs/manual/buffers-api.xml:
4488         * docs/manual/buffers.xml:
4489         * docs/manual/clocks.xml:
4490         * docs/manual/components.xml:
4491         * docs/manual/cothreads.xml:
4492         * docs/manual/debugging.xml:
4493         * docs/manual/dparams-app.xml:
4494         * docs/manual/dynamic.xml:
4495         * docs/manual/elements-api.xml:
4496         * docs/manual/elements.xml:
4497         * docs/manual/factories.xml:
4498         * docs/manual/gnome.xml:
4499         * docs/manual/goals.xml:
4500         * docs/manual/helloworld.xml:
4501         * docs/manual/helloworld2.xml:
4502         * docs/manual/init-api.xml:
4503         * docs/manual/intro.xml:
4504         * docs/manual/links-api.xml:
4505         * docs/manual/links.xml:
4506         * docs/manual/manual.xml:
4507         * docs/manual/motivation.xml:
4508         * docs/manual/pads-api.xml:
4509         * docs/manual/pads.xml:
4510         * docs/manual/plugins-api.xml:
4511         * docs/manual/plugins.xml:
4512         * docs/manual/programs.xml:
4513         * docs/manual/queues.xml:
4514         * docs/manual/quotes.xml:
4515         * docs/manual/schedulers.xml:
4516         * docs/manual/states-api.xml:
4517         * docs/manual/states.xml:
4518         * docs/manual/threads.xml:
4519         * docs/manual/typedetection.xml:
4520         * docs/manual/xml.xml:
4521           use chapter, part, section or misc as id starts for all bits
4522
4523 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4524
4525         * docs/gst/gstreamer-sections.txt:
4526           Fix up TITLE of the sections
4527
4528 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4529
4530         * docs/pwg/advanced_interfaces.xml:
4531           Add documentation on propertyprobing.
4532         * docs/pwg/advanced_events.xml:
4533         * docs/pwg/advanced_tagging.xml:
4534         * docs/pwg/building_boiler.xml:
4535         * docs/pwg/building_filterfactory.xml:
4536         * docs/pwg/pwg.xml:
4537           Move filterfactory and tagging into their own chapter, add a chapter
4538           on events. all these are empty placeholders that will be filled in
4539           some day.
4540
4541 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4542
4543         * docs/pwg/advanced_interfaces.xml:
4544           Docs for mixer interface. Also a check for website uploading.
4545
4546 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4547
4548         * docs/HACKING:
4549         * docs/Makefile.am:
4550         * docs/faq/Makefile.am:
4551         * docs/gst/Makefile.am:
4552         * docs/gst/tmpl/gstelement.sgml:
4553         * docs/gst/tmpl/gstplugin.sgml:
4554         * docs/gst/tmpl/gstreamer-unused.sgml:
4555         * docs/libs/Makefile.am:
4556         * docs/manual/Makefile.am:
4557         * docs/manuals.mak:
4558         * docs/pwg/Makefile.am:
4559         * docs/upload.mak:
4560           Separate out upload target and make it similar for
4561           both docbook and gtk-doc docs
4562
4563 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4564
4565         * docs/manuals.mak:
4566           Fix upload target to work with freedesktop
4567
4568 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4569
4570         * docs/pwg/advanced_types.xml:
4571           Add notes on creating your own types.
4572         * docs/pwg/building_boiler.xml:
4573         * docs/pwg/building_pads.xml:
4574         * docs/pwg/building_state.xml:
4575           Add some stuff about how to retrieve values from structures, how
4576           that relates to types and change layout slightly again to be almost
4577           perfect.
4578
4579 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4580
4581         * docs/pwg/advanced_dparams.xml:
4582         * docs/pwg/advanced_scheduling.xml:
4583           Change index layout slightly.
4584
4585 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4586
4587         * docs/pwg/advanced_clock.xml:
4588         * docs/pwg/advanced_interfaces.xml:
4589         * docs/pwg/advanced_midi.xml:
4590           General placeholders for now.
4591         * docs/pwg/advanced_request.xml:
4592           Explanation about sometimes and request pads.
4593         * docs/pwg/advanced_scheduling.xml:
4594           Concept of bytestream, loopfunctions and schedulers.
4595         * docs/pwg/building_boiler.xml:
4596           Add something about plugin-init.
4597
4598 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4599
4600         * docs/pwg/building_pads.xml:
4601           Fix broken docbook
4602
4603 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4604
4605         * docs/pwg/advanced_interfaces.xml:
4606         * docs/pwg/pwg.xml:
4607           Add as a placeholder for future filling-in.
4608         * docs/pwg/basics_autoplugging.xml:
4609         * docs/pwg/basics_buffers.xml:
4610         * docs/pwg/basics_elements.xml:
4611         * docs/pwg/basics_events.xml:
4612         * docs/pwg/basics_plugins.xml:
4613         * docs/pwg/basics_types.xml:
4614           Remove, because unused (this is all in intro_basics.xml).
4615         * docs/pwg/building_signals.xml:
4616           Short intro to signals + reference to GObject docs - we really
4617           shouldn't go into these sort of things to deply because we don't
4618           use them that extensively anyway.
4619         * docs/pwg/building_state.xml:
4620           Explanation of states. Benjamin, please check.
4621         * docs/pwg/building_testapp.xml:
4622           Put everything in one page - putting only a few lines of content
4623           per page doesn't really make sense.
4624
4625           Time to get into the advanced topics. ;).
4626
4627 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4628
4629         * docs/pwg/advanced_types.xml:
4630           Finish documenting the current state of mimetypes.
4631         * docs/pwg/building_boiler.xml:
4632         * docs/pwg/building_chainfn.xml:
4633         * docs/pwg/building_pads.xml:
4634         * docs/pwg/building_props.xml:
4635         * docs/pwg/building_testapp.xml:
4636           Start documenting the "how to build a simple audio filter" part
4637           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
4638           states and (maybe?) a short introduction to capsnego in the chapter
4639           on pads (building_pads.xml). Capsnego should probably be explained
4640           fully in advanced_capsnego.xml or so.
4641
4642 2004-01-26  David Schleef  <ds@schleef.org>
4643
4644         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
4645         * gst/gstpad.h: Add new function to allow element to (somewhat)
4646         specify non-fixed caps on a pad.
4647         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
4648         that I added a few weeks ago.
4649
4650 2004-01-26  David Schleef  <ds@schleef.org>
4651
4652         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
4653           making try_set_caps() work with non-fixed caps.
4654
4655 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4656
4657         * docs/pwg/advanced_types.xml:
4658         * docs/pwg/intro_basics.xml:
4659         * docs/pwg/intro_preface.xml:
4660         * docs/pwg/pwg.xml:
4661         * docs/pwg/titlepage.xml:
4662           First try to resurrect the PWG. I'm halfway integrating the mimetypes
4663           in here (docs/random/mimetypes), and will from there on work on both
4664           updating outdated parts and adding missing parts.
4665           That doesn't mean I'll fix it completely, but I'll try at least. ;).
4666
4667 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4668
4669         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
4670           policy is set
4671
4672 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4673
4674         * gst/gstelement.h:
4675           remove gst_element_factory_get_version. It doesn't exist anymore.
4676         * gst/gstplugin.c:
4677         * gst/gstplugin.h:
4678           remove gst_plugin_set_name and change gst_plugin_get_longname to
4679           gst_plugin_get_description to match code.
4680         * gst/gsterror.h:
4681           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
4682         * gst/gstpad.c: (gst_pad_try_set_caps):
4683           make it work with nonfixed caps.
4684           Note that even in the nonfixed case the link function of the pad
4685           that tries to set caps isn't called.
4686
4687 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4688
4689         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4690           fix bug where buffer was not assembled correctly
4691         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
4692           silence by default
4693         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4694           only seek if there's no more buffers that could work without seeking
4695
4696 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4697
4698         * gst/gsttag.c: (_gst_tag_initialize):
4699         * gst/gsttag.h:
4700           Add application tag (for encoding/muxing app).
4701
4702 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4703
4704         * autogen.sh:
4705           make autopoint force, and libtoolize not copy
4706         * common/m4/as-docbook.m4:
4707           added docbook xml catalog setup check
4708         * common/m4/gst-doc.m4:
4709           use docbook check
4710
4711 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4712
4713         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
4714         * gst/gsttag.h:
4715           add GstTagFlag
4716
4717 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4718
4719         * docs/gst/gstreamer-sections.txt:
4720         * docs/gst/tmpl/gst.sgml:
4721         * docs/gst/tmpl/gstbuffer.sgml:
4722         * docs/gst/tmpl/gstclock.sgml:
4723         * docs/gst/tmpl/gstelement.sgml:
4724         * docs/gst/tmpl/gstreamer-unused.sgml:
4725         * docs/gst/tmpl/gstxml.sgml:
4726           sync latest API changes to docs
4727
4728 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4729
4730         * gst/gstpluginfeature.c:
4731           fix doc snippet
4732         * tools/gst-inspect.c: (print_element_list):
4733           fix output of typefind
4734           add GPL header
4735         * tools/gst-launch.c:
4736           add GPL header
4737
4738 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4739
4740         * gst/elements/Makefile.am:
4741         * gst/elements/gstelements.c:
4742         * gst/elements/gsttypefindelement.c:
4743         * gst/elements/gsttypefindelement.h:
4744         * po/POTFILES.in:
4745         * po/fr.po:
4746         * po/nl.po:
4747           renamed gsttypefindelement to gsttypefind, conserving CVS history
4748
4749 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4750
4751         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
4752         * gst/gsttag.h:
4753           add some tags used in ogg as well
4754           fix _ in replaygain tags
4755
4756 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4757
4758         * gst/gsterror.h:
4759           fix wrong GST_LIBRARY_ERROR_ENCODE addition
4760
4761 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4762
4763         * gst/gstelement.c: (gst_element_error_full):
4764         * gst/gstelement.h:
4765           change _extended to _full
4766
4767 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         reviewed by: <delete if not using a buddy>
4770
4771         * docs/gst/tmpl/gst.sgml:
4772         * docs/gst/tmpl/gstbuffer.sgml:
4773         * docs/gst/tmpl/gstclock.sgml:
4774         * docs/gst/tmpl/gstelement.sgml:
4775         * docs/gst/tmpl/gstreamer-unused.sgml:
4776         * docs/gst/tmpl/gstxml.sgml:
4777         * gst/gstelement.c: (gst_element_error_full):
4778         * gst/gstelement.h:
4779
4780 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4781
4782         * gst/gstelement.h: fix _gst_element_error_printf prototype
4783
4784 2004-01-20  David Schleef  <ds@schleef.org>
4785
4786         * gst/gststructure.c: (gst_structure_to_string):
4787         Convert function to use gst_value_serialize().
4788         * gst/gstvalue.c: (gst_value_serialize_list),
4789         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
4790         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
4791         (gst_value_serialize_int), (gst_value_serialize_double),
4792         (gst_string_wrap), (gst_value_serialize_string),
4793         (gst_value_serialize), (gst_value_deserialize):
4794         * gst/gstvalue.h:
4795         Add implementations for serialize.
4796
4797 2004-01-20  Julien MOUTTE  <julien@moutte.net>
4798
4799         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
4800         we want to keep that one in the future or change xvidenc.c to use 
4801         another error.
4802
4803 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4804
4805         * gst/gstelement.c: (_gst_element_error_printf):
4806         * gst/gstelement.h:
4807           privatise function
4808
4809 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4810
4811         * docs/random/error:
4812           doc explaining error system
4813         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4814           cleanup
4815
4816 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4817
4818         * gst/gst-i18n-app.h:
4819         * gst/gst-i18n-lib.h:
4820           remove inclusion of config.h
4821         * po/POTFILES.in:
4822         * po/nl.po:
4823           add gst/gstelement.c
4824
4825 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4826
4827         * po/nl.po: updated Dutch translation
4828
4829 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4830
4831         * gst/gsterror.c: (_gst_core_errors_init),
4832         (_gst_library_errors_init), (_gst_resource_errors_init),
4833         (_gst_stream_errors_init):
4834         remove ending punctuation dots
4835
4836 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
4839         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
4840         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4841         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4842         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4843         use GST_ERROR_SYSTEM
4844
4845 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4846
4847         * gst/gstelement.c: (gst_element_error_printf),
4848         (gst_element_error_extended):
4849         * gst/gstelement.h:
4850           add a helper printf function so we can have NULL values passed.
4851
4852 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4853
4854         * gst/gstelement.h:
4855           add G_STMT macros to gst_element_error, which isn't strictly
4856           necessary but people tell me to anyway.
4857
4858 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4859
4860         * gst/Makefile.am:
4861         * gst/autoplug/gstspideridentity.c:
4862         (gst_spider_identity_sink_loop_type_finding):
4863         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4864         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4865         (gst_filesink_close_file), (gst_filesink_handle_event),
4866         (gst_filesink_chain):
4867         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
4868         (gst_filesrc_map_region), (gst_filesrc_get_read),
4869         (gst_filesrc_open_file):
4870         * gst/elements/gstidentity.c: (gst_identity_chain):
4871         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4872         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4873         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4874         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
4875         * gst/gst.h:
4876         * gst/gst_private.h:
4877         * gst/gstelement.c: (gst_element_class_init),
4878         (gst_element_default_error), (gst_element_error_func),
4879         (gst_element_error_extended):
4880         * gst/gstelement.h:
4881         * gst/gsterror.c: (_gst_core_errors_init),
4882         (_gst_library_errors_init), (_gst_resource_errors_init),
4883         (_gst_stream_errors_init), (gst_error_get_message):
4884         * gst/gsterror.h:
4885         * gst/gstinfo.c: (_gst_debug_init):
4886         * gst/gstmarshal.list:
4887         * gst/gstpad.c: (gst_pad_set_explicit_caps),
4888         (gst_pad_recover_caps_error), (gst_pad_pull):
4889         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4890         * gst/schedulers/gstbasicscheduler.c:
4891         (gst_basic_scheduler_chainhandler_proxy),
4892         (gst_basic_scheduler_gethandler_proxy),
4893         (gst_basic_scheduler_cothreaded_chain):
4894         * po/POTFILES.in:
4895         * po/fr.po:
4896         * po/nl.po:
4897           change error signal
4898           add error categories
4899
4900 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
4901
4902         * gst/gsttag.c: (_gst_tag_initialize):
4903         * gst/gsttag.h:
4904         Add replaygain tag
4905
4906 2004-01-18  Colin Walters  <walters@verbum.org>
4907
4908         * examples/retag/retag.c: Call gst_init before processing
4909         program args.  Add g_assert to _link_many call.
4910
4911 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4912
4913         * gst/gstpad.c: (gst_pad_alloc_buffer):
4914           Return a newly allocated buffer when the pad has no peer.
4915
4916 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4917
4918         * gst/gstclock.c: (gst_clock_get_time):
4919           make it compile with gcc 2.95 again.
4920           Patch by Scott Wheeler
4921
4922 2004-01-15  David Schleef  <ds@schleef.org>
4923
4924         * gst/gstcaps.h:
4925         Added gst_caps_is_simple() macro.
4926         * testsuite/caps/caps.c: (test1):
4927         * testsuite/caps/intersect2.c: (main):
4928         * testsuite/caps/intersection.c: (main):
4929         Fixes to make 'make check' work again after removing
4930         gst_caps_is_chained().
4931
4932 2004-01-15  Leif Johnson <leif@ambient.2y.net>
4933
4934         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
4935         and additions to the MIDI document.
4936
4937 2004-01-15  David Schleef  <ds@schleef.org>
4938
4939         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
4940         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
4941         of GST_RPAD_, since we don't know if it's a real or ghost pad.
4942
4943 2004-01-15  David Schleef  <ds@schleef.org>
4944
4945         * gst/gstqueue.c:
4946         * gst/gstqueue.h:
4947         Fix the spelling of "treshold" and make min_threshold actually
4948         affect the queue.
4949
4950 2004-01-15  David Schleef  <ds@schleef.org>
4951
4952         * gst/gstcaps.c:
4953         Add lots of documentation.
4954         * gst/gstcaps.h:
4955         Deprecate a few functions.
4956         * gst/gstpad.c:
4957         Removed use of deprecated functions.
4958
4959 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4960
4961         * gst/gstpad.c: (gst_pad_is_linked):
4962         * gst/gstpad.h:
4963           implement gst_pad_is_linked
4964         * gst/gstelement.h:
4965           reserve space for initiate_state_change
4966
4967 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4968
4969         * gst/autoplug/gstspideridentity.c:
4970         (gst_spider_identity_sink_loop_type_finding):
4971           break infinite loop by just returning instead of looping
4972         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
4973           set event time difference correctly. Set it to 1 second instead
4974           of 100ms to be more tolerant
4975         * gst/gstelement.c: (gst_element_set_time):
4976           add debugging output
4977
4978 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4979
4980         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
4981           query if buffers are inside the pool, ignore events
4982
4983 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4984
4985         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
4986         (gst_clock_set_speed), (gst_clock_set_active),
4987         (gst_clock_is_active), (gst_clock_reset),
4988         (gst_clock_handle_discont):
4989         * gst/gstclock.h:
4990           deprecate old interface and disable functions that aren't in use
4991           anymore.
4992         * gst/gstelement.h:
4993         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
4994         (gst_element_set_time), (gst_element_adjust_time):
4995           add concept of "element time" and functions to get/set this time.
4996         * gst/gstelement.c: (gst_element_change_state):
4997           update element time correctly.
4998         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
4999           This is a debug message, not a g_critical.
5000         * gst/gstpad.c: (gst_pad_event_default):
5001           handle discontinuous events right with element time.
5002         * gst/gstscheduler.c: (gst_scheduler_state_transition):
5003           update to clocking fixes.
5004           set clocks on elements in READY=>PAUSED. The old behaviour caused
5005           a wrong element time on the first element that started playing.
5006         * gst/schedulers/gstbasicscheduler.c:
5007         (gst_basic_scheduler_class_init):
5008         * gst/schedulers/gstoptimalscheduler.c:
5009         (gst_opt_scheduler_class_init):
5010           remove code that just implements the default behaviour.
5011         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
5012           update to use new clocking functions
5013         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
5014         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
5015           update to test new element time.
5016         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
5017           use _get_allowed_caps instead of _get_caps. This catches filtered
5018           caps correctly.
5019         * testsuite/debug/commandline.c:
5020           update for new GST_DEBUG syntax.
5021         * testsuite/threads/Makefile.am:
5022           disable a test that only works sometimes.
5023
5024 2004-01-13  Julien MOUTTE <julien@moutte.net>
5025
5026         * po/LINGUAS: Adding fr.
5027         * po/fr.po: Adding french translation.
5028
5029 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5030
5031         * gst/parse/grammar.y:
5032         * po/POTFILES.in:
5033         * po/nl.po:
5034         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
5035           translate parsing error messages
5036
5037 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5038
5039         * po/POTFILES.in: adding gst-launch
5040         * po/nl.po: updated translation, all 99 strings translated
5041         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
5042         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
5043           fix strings for translation
5044
5045 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5046
5047         * gst/gst.c:
5048           - capitalize beginnings of popt options
5049           - fix strings for translation
5050           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
5051
5052 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5053
5054         * po/README: add some notes on how to update translations
5055
5056 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5057
5058         * ABOUT-NLS: removed, is autogenerated from autopoint
5059         * autogen.sh: add autopoint stuff
5060         * configure.ac: fix up gettext stuff
5061         * gst/Makefile.am: add i18n headers to noinst_HEADERS
5062         * gst/elements/gsttypefindelement.c: add header include
5063         * gst/gettext.h: add header, copy from system-installed header
5064         * gst/gst-i18n-app.h: to be included by each app having translations
5065         * gst/gst-i18n-lib.h: to be included by each lib having translations
5066         * gst/gst.c: (init_pre): fix up gettext calls
5067         * gst/gst_private.h: remove i18n stuff, moving to separate headers
5068         * po/LINGUAS: the new way to specify translations present
5069         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
5070         * po/Makevars: the variables filled in for GStreamer
5071         * po/POTFILES.in: added new files with translations
5072         * po/de.po: has new strings
5073         * po/nl.po: readded, has new strings
5074
5075 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5076
5077         * gst/gsttag.c: fix some strings marked for translation
5078
5079 2004-01-13  Iain <iain@prettypeople.org>
5080
5081         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
5082         group when we add an element to it, cos we unref it when we remove one
5083
5084 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5085
5086         * testsuite/debug/commandline.c: (debug_not_reached):
5087         * testsuite/debug/output.c: (check_message):
5088           fix testsuite
5089
5090 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5091
5092         * examples/cutter/.cvsignore:
5093         * examples/helloworld/.cvsignore:
5094         * examples/launch/.cvsignore:
5095         * examples/manual/.cvsignore:
5096         * examples/mixer/.cvsignore:
5097         * examples/pingpong/.cvsignore:
5098         * examples/plugins/.cvsignore:
5099         * examples/queue/.cvsignore:
5100         * examples/queue2/.cvsignore:
5101         * examples/queue3/.cvsignore:
5102         * examples/queue4/.cvsignore:
5103         * examples/retag/.cvsignore:
5104         * examples/thread/.cvsignore:
5105         * examples/typefind/.cvsignore:
5106         * examples/xml/.cvsignore:
5107         * gst/.cvsignore:
5108         * gst/autoplug/.cvsignore:
5109         * gst/elements/.cvsignore:
5110         * gst/indexers/.cvsignore:
5111         * gst/parse/.cvsignore:
5112         * gst/registries/.cvsignore:
5113         * gst/schedulers/.cvsignore:
5114         * libs/gst/bytestream/.cvsignore:
5115         * libs/gst/control/.cvsignore:
5116         * libs/gst/getbits/.cvsignore:
5117         * tests/.cvsignore:
5118         * tests/bufspeed/.cvsignore:
5119         * tests/instantiate/.cvsignore:
5120         * tests/memchunk/.cvsignore:
5121         * tests/muxing/.cvsignore:
5122         * tests/sched/.cvsignore:
5123         * tests/seeking/.cvsignore:
5124         * tests/threadstate/.cvsignore:
5125         * testsuite/.cvsignore:
5126         * testsuite/caps/.cvsignore:
5127         * testsuite/cleanup/.cvsignore:
5128         * testsuite/dynparams/.cvsignore:
5129         * testsuite/plugin/.cvsignore:
5130         * tools/.cvsignore:
5131           update - this is huge, because it includes *.bb, *.bbg and *.da files
5132           which are generated for gcov.
5133
5134 2004-01-11  David Schleef  <ds@schleef.org>
5135
5136         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
5137         a function to parse integers in ways that strto[u]l() does not.
5138
5139 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5140
5141         * tools/gst-inspect.c: (print_caps):
5142           improve output of caps a bit
5143
5144 2004-01-11  David Schleef  <ds@schleef.org>
5145
5146         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
5147         inherit correct flags (READONLY and DONTKEEP).
5148
5149 2004-01-11  David Schleef  <ds@schleef.org>
5150
5151         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
5152         (gst_filesrc_map_region):
5153         * gst/gstbuffer.c: (_gst_buffer_initialize),
5154         (_gst_buffer_sub_free), (gst_buffer_default_copy),
5155         (gst_buffer_new), (gst_buffer_create_sub),
5156         (gst_buffer_is_span_fast), (gst_buffer_span):
5157         * gst/gstbuffer.h:
5158         Change GstBuffer private structure element names. (all files)
5159         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
5160         (gst_queue_link):
5161         * gst/gstqueue.h:
5162         Implement getcaps/pad_link functions that handle the case where
5163         there are data in the queue.
5164
5165 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5166
5167         * gst/elements/gstbufferstore.c:
5168           initialize debugging structure correctly
5169         * gst/elements/gsttee.c: (gst_tee_set_property):
5170           g_object_notify when property was changed
5171         * gst/elements/gsttypefindelement.c:
5172         (gst_type_find_element_change_state):
5173           clear caps correctly
5174
5175 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5176
5177         * gst/gstqueue.c: (gst_queue_init):
5178           Use better defaults for when a queue should block. This
5179           gets rid of jerky playback for quite a few files.
5180           It takes more memory.
5181
5182 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5183
5184         (gst_xml_registry_parse_padtemplate):
5185           make critical message slightly more useful
5186
5187 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5188
5189         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
5190         (gst_debug_message_get), (gst_debug_log_default):
5191         * gst/gstinfo.h:
5192           Change gst_debug_log(_valist) to take a const format string.
5193           Change prototype of log function and functions using those to 
5194           take a GstDebugMessage instead of a string that requires using
5195           gst_debug_message_get.
5196
5197 2004-01-08  David Schleef  <ds@schleef.org>
5198
5199         * Makefile.am:
5200         * configure.ac:
5201         Add option --enable-gcov to build GStreamer with -fprofile-arcs
5202         and -ftest-coverage, which allows gcov to show information about
5203         testsuite coverage.
5204
5205 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5206
5207         * gst/gstutils.h:
5208           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
5209           GST_PARENT_CALL_WITH_DEFAULT
5210         * gst/elements/gstaggregator.c: 
5211         * gst/elements/gstbufferstore.c: 
5212         * gst/elements/gstfakesink.c: 
5213         * gst/elements/gstfakesrc.c: 
5214         * gst/elements/gstfdsink.c: 
5215         * gst/elements/gstfdsrc.c: 
5216         * gst/elements/gstfilesink.c: 
5217         * gst/elements/gstfilesrc.c: 
5218         * gst/elements/gstidentity.c: 
5219         * gst/elements/gstmd5sink.c: 
5220         * gst/elements/gstmultidisksrc.c:
5221         * gst/elements/gstpipefilter.c: 
5222         * gst/elements/gstshaper.c:
5223         * gst/elements/gststatistics.c:
5224         * gst/elements/gsttee.c:
5225         * gst/elements/gsttypefindelement.c:
5226           use them.
5227
5228 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5229
5230         * docs/gst/gstreamer-docs.sgml: remove props
5231         * docs/gst/gstreamer-sections.txt: remove props
5232         * docs/gst/tmpl/gst.sgml:
5233         * docs/gst/tmpl/gstbin.sgml:
5234         * docs/gst/tmpl/gstbuffer.sgml:
5235         * docs/gst/tmpl/gstcaps.sgml:
5236         * docs/gst/tmpl/gstclock.sgml:
5237         * docs/gst/tmpl/gstelement.sgml:
5238         * docs/gst/tmpl/gstindex.sgml:
5239         * docs/gst/tmpl/gstobject.sgml:
5240         * docs/gst/tmpl/gstpad.sgml:
5241         * docs/gst/tmpl/gstpadtemplate.sgml:
5242         * docs/gst/tmpl/gstreamer-unused.sgml:
5243         * docs/gst/tmpl/gstthread.sgml:
5244         * docs/gst/tmpl/gstxml.sgml:
5245           sync with code reorganization
5246
5247 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
5248
5249         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
5250         Make the 'Could not find compatible pad' message more informative.
5251
5252 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5253                                                                                 
5254         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
5255           Fix for if we pass NULL as property to location.
5256         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
5257         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
5258           Fix for instantiate-test (see below).
5259         * gst/gststructure.c: (_gst_structure_parse_value):
5260           Fix compile error on gcc-2.96.
5261         * configure.ac:
5262         * tests/Makefile.am:
5263         * tests/instantiate/Makefile.am:
5264         * tests/instantiate/create.c: (create_all_elements), (main):
5265           Add a test that instantiates all elements. This makes it easy to
5266           track dead code for old API/design (like setting event functions
5267           on sink pads and so on).
5268
5269 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
5270
5271         * gst/gstcaps.c: (gst_caps_append_structure):
5272           Move the poisoning to allow a NULL structure
5273         * gst/gstevent.c: (_gst_event_free):
5274           When freeing a navigation event, free the structure
5275           also
5276
5277 2004-01-04  David Schleef  <ds@schleef.org>
5278
5279         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
5280         Remove usage of gst_pad_proxy_fixate.
5281         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
5282         (gst_caps_split_one), (gst_caps_replace):
5283         Add poisoning code.
5284         * gst/gstmarshal.list:
5285         Add pointer__pointer for fixate signal
5286         * gst/gstpad.c: (gst_real_pad_class_init),
5287         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5288         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
5289         (gst_pad_set_explicit_caps), (gst_pad_template_new):
5290         Add poisoning code. Add fixate signal on RealPad. Change
5291         set_explicit_caps() to take const GstCaps, like try_set_caps().
5292         * gst/gstpad.h:
5293         * testsuite/caps/Makefile.am:
5294         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
5295
5296 2004-01-03  David Schleef  <ds@schleef.org>
5297
5298         * gst/elements/gsttypefindelement.c:
5299         (gst_type_find_element_have_type), (gst_type_find_element_init):
5300         Use gst_pad_use_explicit_caps for src pad.
5301         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
5302         before using it.
5303
5304 2004-01-03  David Schleef  <ds@schleef.org>
5305
5306         * gst/gstelement.c: (gst_element_link_pads_filtered),
5307         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
5308         that linking was successful.
5309         * gst/gstpad.c: (gst_pad_link_free),
5310         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
5311         (gst_pad_link_try), (gst_pad_link_unnegotiate),
5312         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
5313         GstPadLinkReturn correctly between functions, and don't fail
5314         when DELAYED is used (DELAYED is very important).  Better
5315         cleanup on unlinking and unnegotiation.  Should fix some spider
5316         bugs.
5317
5318 2004-01-02  David Schleef  <ds@schleef.org>
5319
5320         * gst/gstelement.c: (gst_element_class_init),
5321         (gst_element_base_class_init): ->padtemplates should be cleared
5322         in base_init, since we need to have a fresh list for every
5323         class.  (Alternately, we chould copy the list and share the
5324         actual pad templates (not the list), but that would require
5325         changing every plugin to move pad template registration from
5326         base_init to class_init.)
5327
5328 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5329
5330         * gst/gstelement.c: (gst_element_class_add_pad_template):
5331           Refuse registering a pad template if another pad template
5332           with the same name already exists (#114715).
5333
5334 2004-01-02  David Schleef  <ds@schleef.org>
5335
5336         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
5337         (gst_caps_is_equal_fixed): Add new function.
5338         * gst/gstcaps.h: ditto.
5339         * gst/gstpad.c: (gst_real_pad_class_init),
5340         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
5341         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
5342         check new caps against existing caps -- if they're the same, return
5343         OK without renegotiating.  caps-nego-failed signal fixed so that
5344         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
5345         to save an extra caps copy.  Don't complete negotiation if a pad
5346         link function returns DELAYED.
5347
5348 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5349
5350         * gst/gstpad.c: (gst_pad_try_relink_filtered):
5351           Fix wrong g_return_if_fail
5352
5353 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
5354
5355         * gst/gstbin.c: (gst_bin_class_init):
5356         Change the marshalling of element_added/element_removed
5357         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
5358         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
5359
5360 2004-01-01  David Schleef  <ds@schleef.org>
5361
5362         * gst/gstpad.c: (gst_pad_set_explicit_caps),
5363         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
5364         (gst_pad_use_explicit_caps):
5365         * gst/gstpad.h:
5366         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
5367         to use an internal getcaps and link fuction so that negotiation
5368         always results in the explicitly set caps.
5369         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
5370         are particularly useful for decoders.
5371
5372 2003-12-31  David Schleef  <ds@schleef.org>
5373
5374         * gst/elements/gstidentity.c: (gst_identity_class_init),
5375         (gst_identity_init), (gst_identity_chain),
5376         (gst_identity_set_property), (gst_identity_get_property):
5377         * gst/elements/gstidentity.h:
5378         * gst/gstqueue.c: (gst_queue_init):
5379           Negotiation fixes.
5380
5381 2003-12-31  David Schleef  <ds@schleef.org>
5382
5383         * gst/gstcaps.c: (gst_caps_intersect),
5384         (_gst_caps_normalize_foreach), (gst_caps_normalize):
5385           Implement gst_caps_normalize().
5386         * testsuite/caps/normalisation.c: (main):
5387           Add an additional test
5388
5389 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5390
5391         * gst/gstqueue.c: (gst_queue_init):
5392           use gst_pad_proxy_getcaps()
5393
5394 2003-12-31  David Schleef  <ds@schleef.org>
5395
5396         * gst/elements/gstshaper.c: (gst_shaper_link):
5397         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
5398         * gst/gstqueue.c: (gst_queue_link):
5399           Negotiation fixes.
5400
5401 2003-12-31  David Schleef  <ds@schleef.org>
5402
5403         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
5404         * gst/gstpad.h: Add functions that are useful as default pad
5405         link and fixate functions for elements.
5406
5407 2003-12-30  David Schleef  <ds@schleef.org>
5408
5409         * gst/gstpad.c: (gst_pad_link_try):
5410           Fix segfault when attempting to return to old caps
5411
5412 2003-12-29  David Schleef  <ds@schleef.org>
5413
5414         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
5415         (gst_caps_structure_simplify), (gst_caps_simplify):
5416         * gst/gstcaps.h:
5417           Add simplify function
5418         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
5419         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
5420         * gst/gstpad.h:
5421           Copy over srcnotify, sinknotify when calling old pad_link
5422           functions.  Add new is_negotiated() function.
5423         * gst/gststructure.c: (gst_structure_copy):
5424           Fix an incredibly stupid bug that should have been noticed
5425           weeks ago.  _copy() returned the argument, not the new copy.
5426
5427 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5428
5429         * gst/gstcaps.c: (gst_caps_append):
5430           add sanity checks
5431         * gst/gstcaps.h: (gst_caps_debug):
5432           remove, it doesn't exist anymore.
5433         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
5434         (gst_element_threadsafe_properties_post_run):
5435           make debugging messages not clutter up THREAD debug category
5436         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
5437         (gst_element_change_state):
5438           update to new caps API
5439         * gst/gstinterface.c: (gst_implements_interface_cast):
5440           don't put vital code in g_return_if_fail
5441         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
5442         (gst_pad_link_filtered):
5443           add pst_pad_try_link and use it.
5444         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
5445           implement correctly, deprecate first one.
5446         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
5447           add and implement.
5448         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
5449           implement.
5450         (gst_pad_get_negotiated_caps):
5451           add and implement. Make GST_PAD_CAPS call this function.
5452         (gst_pad_get_caps):
5453           remove unneeded check..
5454         (gst_pad_recover_caps_error):
5455           disable, always return FALSE.
5456         (gst_real_pad_dispose):
5457           don't free caps and appfilter anymore, they're unused.
5458         * gst/gstpad.h:
5459           Reflect changes mentioned above.
5460         * gst/gstsystemclock.c: (gst_system_clock_wait):
5461           Make 'clock is way behind' a debugging message.
5462         * gst/gstthread.c: (gst_thread_change_state):
5463           Fix debugging message
5464
5465 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5466
5467         * gst/gstinfo.h:
5468           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
5469         * docs/gst/tmpl/gstreamer-unused.sgml:
5470           removed all traces of cvs conflicts
5471
5472 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5473
5474         * configure.ac:
5475         * gst/schedulers/cothreads_compat.h:
5476         * libs/Makefile.am:
5477           remove last instances of wingo cothread usage
5478
5479 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * gst/gstplugin.c:
5482         * gst/gstversion.h.in:
5483         * gst/parse/grammar.y:
5484           change comment block from /** to /* when not gtk-doc comments
5485
5486 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5487
5488         * gst/gst.c: whitespace and doc style fixes
5489
5490 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5491
5492         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
5493
5494 2003-12-24  Colin Walters  <walters@verbum.org>
5495
5496         * gst/elements/gsttypefindelement.c:
5497           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
5498           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
5499           Don't double-free caps.
5500
5501 2003-12-23  David Schleef  <ds@schleef.org>
5502
5503         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
5504           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
5505           Many little fixes and additions of debug statements to
5506           get rhythmbox working.
5507
5508 2003-12-23  Colin Walters  <walters@verbum.org>
5509
5510         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
5511         Use GST_PAD_LINK_SUCCESSFUL.
5512
5513 2003-12-23  David Schleef  <ds@schleef.org>
5514
5515         * gst/elements/gstaggregator.c:
5516         * gst/elements/gsttee.c:
5517           Use gst_pad_proxy_getcaps().
5518         * gst/gstpad.c:
5519         * gst/gstpad.h:
5520           Add gst_pad_proxy_getcaps(), which filter elements can use
5521           as a generic getcaps implementation.
5522           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
5523           was advertised.
5524
5525 2003-12-23  David Schleef  <ds@schleef.org>
5526
5527         * gst/gstpad.c:
5528           Rearrange/rewrite much of the pad negotiation code, since it
5529           resembled pasta.  This actually changes the way some
5530           negotiation works, since the previous code was inconsistent
5531           depending on how it was invoked.  Add (internal) structure
5532           GstPadLink, which is used to hold some information (more in
5533           the future) about the link between two pads.  Fixes a number
5534           of bugs, including random lossage of filter caps when the
5535           initial negotiation is delayed.  A few functions are still
5536           unimplemented.
5537         * gst/gstpad.h:
5538           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
5539           these when testing GstPadLinkReturn values instead of comparing
5540           directly.
5541
5542 2003-12-23  David Schleef  <ds@schleef.org>
5543
5544         * gst/gstvalue.c: 
5545         * gst/gstvalue.h:
5546           Rearrange lots of code.  Change registration of compare function
5547           into registration of compare/serialize/deserialize functions.
5548           Doesn't include implementation of gst_value_[de]serialize(),
5549           but that should be easy.
5550
5551 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5552
5553         * docs/gst/gstreamer-sections.txt:
5554         * docs/gst/tmpl/gstprops.sgml: removed
5555         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
5556           David removed props and caps code, so let's remove their docs as well.
5557           Removed all no longer existing symbols from gstreamer-sections.txt
5558           
5559 2003-12-22  Colin Walters  <walters@verbum.org>
5560
5561         * gst/gsttaginterface.c, gst/gsttaginterface.h,
5562           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
5563           of tags directly.
5564
5565 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5566
5567         * gst/elements/gstelements.c:
5568           Set ranks of elements to NONE, so the autoplugger doesn't use them.
5569         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
5570           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
5571           gst_caps (peer).
5572
5573 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5574
5575         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
5576         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
5577         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
5578         (gst_spider_identity_sink_loop_type_finding):
5579         * gst/autoplug/gstspideridentity.h:
5580           Fix autoplugging in spider element, so it works with new caps.
5581           This was mainly caused by identifying empty caps incorrectly.
5582
5583 2003-12-22  David Schleef  <ds@schleef.org>
5584
5585         * gststructure.c, gstvalue.c, gstvalue.h: Add
5586           gst_value_init_and_copy() and use it, to avoid silly mistakes in
5587           using g_value_copy()
5588
5589 2003-12-21  David Schleef  <ds@schleef.org>
5590
5591         * many, many files: Merge CAPS branch.  This includes:
5592           - implemention of GstValue and several GstValue types
5593           - implemention of GstStructure
5594           - entire rewrite of GstCaps
5595           - removal of GstProps
5596           - many changes to GstPad to compensate for new caps paradigm
5597           - removal of GstBufferpool
5598         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
5599         gstvalue.h, gst/gstcaps[2]*.[ch]:
5600           - rename gstcaps2.[ch] to gstcaps.[ch]
5601
5602 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5603
5604         * gst/gstqueue.c: (gst_queue_handle_pending_events),
5605         (gst_queue_chain), (gst_queue_handle_src_event):
5606           implement timeout for sending events. Workaround for if the
5607           pipeline on this queue is not passing any data.
5608
5609 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
5610                                                                                 
5611         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
5612         * moved CVS to freedesktop.org
5613