1 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4 clean up layout a little.
6 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9 * testsuite/Makefile.am:
10 * testsuite/states/Makefile.am:
11 * testsuite/states/parent.c: (main):
12 re-enable states testsuite dir. Add test for state changes and
15 2004-07-09 Wim Taymans <wim@fluendo.com>
17 * gst/schedulers/gstoptimalscheduler.c:
18 (gst_opt_scheduler_pad_link), (group_elements_set_visited),
19 (element_get_reachables_func), (element_get_reachables),
20 (debug_element), (rechain_group), (group_migrate_connected),
21 (gst_opt_scheduler_pad_unlink):
22 Do not try to migrate decoupled elements to a new group since
23 they are not added to groups.
25 2004-07-08 Benjamin Otte <otte@gnome.org>
27 * gst/gstelement.c: (gst_element_error_func):
28 make reentrant (= allow removing elements in error handler)
30 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32 * gst/gstpad.c: (gst_pad_event_default_dispatch),
33 (gst_pad_send_event), (gst_pad_call_chain_function):
34 events sent to elements below PAUSED cannot be handled, so
37 2004-07-08 Wim Taymans <wim@fluendo.com>
39 * gst/schedulers/gstoptimalscheduler.c:
40 (chain_recursively_migrate_group), (create_group),
41 (schedule_group), (gst_opt_scheduler_pad_link),
42 (group_elements_set_visited), (element_get_reachables_func),
43 (element_get_reachables), (group_can_reach_group), (debug_element),
44 (rechain_group), (group_migrate_connected),
45 (gst_opt_scheduler_pad_unlink):
46 * testsuite/schedulers/Makefile.am:
47 Implemented group splitting and rechaining.
48 Fixes 143777 and 143777-2 in the testsuite.
50 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
52 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
55 * gst/gstinfo.c: (gst_debug_log_default):
56 print time nicely. add thread pointer until someone figures out
57 a completely portable way of getting at thread id's.
58 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
59 (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
60 (gst_pad_call_chain_function):
62 * gst/schedulers/gstoptimalscheduler.c:
63 (get_group_schedule_function), (loop_group_schedule_function),
64 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
65 (pad_clear_queued), (gst_opt_scheduler_iterate):
66 rename BUFPEN and friends to DATAPEN since that's what they are.
68 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
70 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
73 cleanups and debugging
75 2004-07-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
78 * gst/gstvalue.c: (gst_value_compare_enum),
79 (gst_value_serialize_enum), (gst_value_deserialize_enum),
80 (gst_value_can_compare), (gst_value_compare):
81 * testsuite/Makefile.am:
82 * testsuite/enumcaps/Makefile.am:
83 * testsuite/enumcaps/enumcaps.c:
84 Fix enum serialization, deserialization, comparison in caps, add
85 a test to ensure that this continues working in the future.
87 2004-07-06 David Schleef <ds@schleef.org>
89 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
92 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
94 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
96 * gst/registries/gstxmlregistry.c:
97 (plugin_times_older_than_recurse), (plugin_times_older_than),
98 (gst_xml_registry_parse_padtemplate):
99 only rebuild registry when actual plugins have a newer time than
100 the registry. Fixes #145520
102 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
104 * docs/manual/manual.xml:
105 * docs/manual/win32.xml:
106 add chapter on win32 building. fixes #142422
108 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
110 patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
112 * gst/autoplug/gstspider.c: (gst_spider_init),
113 (gst_spider_dispose):
114 fix spider memleaks. fixes #137863
116 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
118 patch by: Joe Marcus Clarke <marcus at freebsd dot org>
120 * gst/schedulers/gstoptimalscheduler.c:
121 (gst_opt_scheduler_pad_unlink):
122 fix SIGBUS error, fixes #145338
124 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
126 * gst/gstobject.c: (gst_object_replace):
127 * gst/gstscheduler.c: (gst_scheduler_get_clock):
128 * gst/gstsystemclock.c: (gst_system_clock_obtain):
129 clean up clock lifecycle. Fixes #109831
131 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
135 added Czech translation (Miloslav Trmac)
137 2004-07-04 David Schleef <ds@schleef.org>
140 * tools/gst-xmlinspect.1.in: Add man page. (bug #140219)
142 2004-07-04 David Schleef <ds@schleef.org>
144 * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
146 2004-07-04 Thomas Vander Stichele <thomas at apestaart dot org>
148 * gst/gstbin.c: (gst_bin_restore_thyself):
149 chain to parent restore so the bins get restored correctly
152 2004-07-03 David Schleef <ds@schleef.org>
154 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
155 Actually do something in these functions, like before the big
156 caps change. (bug #145137)
158 2004-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
160 * gst/gstelement.c: (gst_element_get_compatible_pad_template),
161 (gst_element_get_compatible_pad_filtered):
162 * gst/gstthread.c: (gst_thread_main_loop):
165 2004-07-02 David Schleef <ds@schleef.org>
167 * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
173 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
175 * gst/gstpad.c: (gst_pad_check_schedulers),
176 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
177 (gst_pad_link_prepare):
178 revert until testsuite is fixed
180 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
182 * testsuite/Makefile.am:
183 * testsuite/caps/filtercaps.c: (main):
184 * testsuite/clock/clock1.c: (main):
185 * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
188 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
190 * testsuite/cleanup/cleanup1.c: (create_pipeline):
191 * testsuite/cleanup/cleanup2.c: (create_pipeline):
192 * testsuite/cleanup/cleanup4.c: (main):
195 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
197 * libs/gst/control/control.c:
198 * libs/gst/control/dparam.c:
199 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
200 * libs/gst/control/dparammanager.c:
201 * libs/gst/control/dparammanager.h:
202 * testsuite/dynparams/Makefile.am:
203 * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
204 (gst_dptest_change_state), (gst_dptest_chain), (main):
205 fix testcase for dparams
206 add debugging category
208 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
213 2004-07-02 Benjamin Otte <otte@gnome.org>
217 * tests/mass_elements.c: (gst_get_current_time), (main):
218 add simple benchmark to test various speeds of fakesrc ! identity !
219 identity ! ... ! fakesink.
220 Usage: mass_elements [num_identities] [num_buffers]
221 If not specified they default to 1000.
223 2004-07-02 Benjamin Otte <otte@gnome.org>
225 * gst/gstpad.c: (gst_pad_check_schedulers),
226 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
227 (gst_pad_link_prepare):
228 check that pads that get linked belong to the same manager. The old
229 code allowed linking elements before putting them into bins, so it
230 worked to link them and then put them in different threads, which
231 lead to weird behaviour.
232 Since this effectively disallows linking elements before putting
233 them in a bin, some applications might not work after this and error
234 out. If these applications are too critical, we might need to revert
235 that patch. Please test this before the next release...
237 2004-06-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
239 * gst/gstpad.c: (gst_pad_get_caps):
240 throw an error if the getcaps function does not return a subset of
242 * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
243 make disconts without position info an error in debugging
244 * tests/spidey_bench.c: (handoff), (main):
245 don't count first try when averaging
247 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
249 * gst/gstplugin.c: (gst_plugin_load_file):
250 figure out problem with dynamic test
252 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
254 * docs/gst/Makefile.am:
257 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
269 * tools/gst-register.c: (plugin_added_func), (main):
270 i18n-ize -register, fix plural
272 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
274 * gst/elements/gstidentity.c: (gst_identity_class_init),
275 (gst_identity_init), (gst_identity_chain),
276 (gst_identity_set_property), (gst_identity_get_property):
277 * gst/elements/gstidentity.h:
278 check for perfect stream
280 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
282 * gst/elements/gstidentity.c: (gst_identity_chain):
285 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
287 * docs/gst/Makefile.am:
288 * docs/gst/gstreamer-docs.sgml:
291 2004-06-24 David Schleef <ds@schleef.org>
293 * autogen.sh: Remove call to env, since the buildbot isn't
296 2004-06-24 Wim Taymans <wim@fluendo.com>
298 * gst/elements/Makefile.am:
299 * gst/elements/gstelements.c:
300 * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
301 (gst_multifdsink_class_init), (gst_multifdsink_init),
302 (gst_multifdsink_add), (gst_multifdsink_remove),
303 (gst_multifdsink_clear), (gst_multifdsink_chain),
304 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
305 * gst/elements/gstmultifdsink.h:
306 Added an element that writes to multiple filedescriptors at once.
308 2004-06-24 Benjamin Otte <otte@gnome.org>
310 * gst/parse/grammar.y:
311 don't try to link elements before they have been added to bins
313 2004-06-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
315 * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
316 (gst_file_pad_get_length):
317 * libs/gst/bytestream/filepad.h:
320 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
322 * docs/gst/gstreamer-sections.txt:
323 remove from docs, the define that Benjamin removed from gstelement.h
325 2004-06-22 Benjamin Otte <otte@gnome.org>
328 remove define that referenced a nonexisting GstElement struct member
330 2004-06-20 Benjamin Otte <otte@gnome.org>
332 * gst/gstdata.c: (gst_data_is_writable):
333 whoops, return values were wrong, so writable data was marked as
334 non-writable and vice versa. (fixes #143953, spotted by Francis
336 Shows how rarely we need to copy data ;)
338 2004-06-20 Benjamin Otte <otte@gnome.org>
340 * testsuite/schedulers/.cvsignore:
341 * testsuite/schedulers/Makefile.am:
342 * testsuite/schedulers/143777-2.c: (main):
343 add test for opt breakage in bug #143777
345 2004-06-20 Benjamin Otte <otte@gnome.org>
347 * gst/gstpad.c: (gst_pad_call_chain_function):
348 check for if we were unlinked while inside the chainfunction (fixes
349 entrygthread having issues with #143777)
350 * testsuite/schedulers/143777.c: (main):
351 * testsuite/schedulers/Makefile.am:
352 add a test for that fix
354 2004-06-20 Benjamin Otte <otte@gnome.org>
356 * gst/gstvalue.c: (gst_value_set_int_range):
357 test that start is smaller then end
358 * libs/gst/bytestream/Makefile.am:
359 * libs/gst/bytestream/filepad.c:
360 * libs/gst/bytestream/filepad.h:
361 add GstFilePad - a pad that behaves like a FILE*
362 * testsuite/bytestream/.cvsignore:
363 * testsuite/bytestream/Makefile.am:
364 * testsuite/bytestream/filepadsink.c:
365 test for the GstFilePad
367 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
369 * gst/elements/gstidentity.c: (gst_identity_class_init),
370 (gst_identity_init), (gst_identity_set_clock),
371 (gst_identity_chain), (gst_identity_set_property),
372 (gst_identity_get_property):
373 * gst/elements/gstidentity.h:
374 * gst/gstclock.c: (gst_clock_id_wait):
375 add a "sync" property to sync to the clock
377 2004-06-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
379 * gst/gstelementfactory.c: (gst_element_factory_create):
380 make the freakin "elementfactory bla has no type" message more
381 useful. So we actually can do something when someone shows up
382 complaining about it.
384 2004-06-15 Johan Dahlin <johan@gnome.org>
386 * tools/gst-inspect.c (main): Fallback to plugin if no element is
387 found. This matches the old behavior better. Thanks to Thomas for
390 2004-06-14 David Schleef <ds@schleef.org>
392 * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
393 -fomit-frame-pointer. Appears to generate correct code in
396 2004-06-14 Johan Dahlin <johan@gnome.org>
398 * tools/gst-inspect.c (main): Add two new command line options: -a
399 to print all elements and -n to print the name on each line. Also
400 fix some error reporting.
401 (main): Simplify, remove -n and always print names if -a is specified
403 2004-06-13 Steve Lhomme <steve.lhomme@free.fr>
406 * win32/GSTreamer.vcproj:
408 * gst/gstconfig.h.in:
415 * docs/gst/gstreamer-sections.txt:
416 * docs/gst/tmpl/gstconfig.sgml:
417 rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
419 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
420 * docs/gst/gstreamer-sections.txt:
421 * docs/gst/tmpl/gstconfig.sgml:
422 Add the GSTREAMER_EXPORT macro to the docs
424 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
426 * tools/gst-compprep.c: (handle_xmlerror), (main):
427 Add a check for the version that introduced SetStructuredError to fix
430 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
434 prepare to compile the testsuite with MSVC
436 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
438 * docs/manual/win32.xml:
439 attempt to transform the Win32 README into an XML doc
441 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
450 * tools/gst-register.c:
451 * win32/gstreamer.def:
452 extern symbols are now exported for the Windows DLL
454 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
457 fix a problem to enable/disable DEBUG under MSVC
459 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
462 enable more debug code in DEBUG build
464 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
467 * gst/gst-i18n-app.h:
468 enable NLS under Windows
470 2004-06-12 Jan Schmidt <thaytan@mad.scientist.com>
471 * tools/gst-compprep.c: (handle_xmlerror), (main):
472 Make an error that baffled me a bit clearer
474 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
477 don't use g_queue_get_length () because it's 2.4, use ->length
479 2004-06-11 Steve Lhomme <steve.lhomme@free.fr>
481 reviewed by Benjamin Otte <in7y118@public.uni-hamburg.de>
483 * tools/gst-inspect.c: (print_signal_info):
484 don't free random data twice. (fixes #144185)
486 2004-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
490 fix removing from the wrong queue on event timeout
491 fix disposing of the event queue by casting correctly
492 add mutexes for handling the event queue
493 someone was sleeping when fixing queue last time around :)
495 2004-06-10 Johan Dahlin <johan@gnome.org>
497 * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
498 errors, like gtk. It makes it more useful in bindings. Fixes #141692.
500 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
503 * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
504 * libs/gst/dataprotocol/dataprotocol.c:
505 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
506 (gst_dp_buffer_from_header):
507 * libs/gst/dataprotocol/dataprotocol.h:
508 * libs/gst/dataprotocol/dp-private.h:
509 rev version to 0.1, add buffer flags and copy them
511 2004-06-09 Johan Dahlin <johan@gnome.org>
513 * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
514 the flags from the buffer we're copying.
516 2004-06-09 Wim Taymans <wim@fluendo.com>
518 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
519 * gst/elements/gstidentity.c: (gst_identity_init),
520 (gst_identity_chain):
521 Print more buffer info in fakesink.
522 Make identity output similar to fakesink.
524 2004-06-07 Daniel Gazard <dany42@free.fr>
526 reviewed by Benjamin Otte <otte@gnome.org>
529 fix cross compiling not working. (fixes #143741)
531 2004-06-07 Benjamin Otte <otte@gnome.org>
533 * gst/gstelement.c: (gst_element_set_time_delay):
536 put brackets around macro arguments of GST_TIME_ARGS, add note to
537 move it to correct header in 0.9
539 2004-06-07 Benjamin Otte <otte@gnome.org>
541 * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
542 (gst_file_index_load), (_file_index_id_save_entries),
543 (gst_file_index_commit), (gst_file_index_add_association),
544 (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
545 (gst_file_index_plugin_init):
546 make debugging use a default category
548 2004-06-06 David Moore <dcm@acm.org>
550 reviewed by Benjamin Otte <otte@gnome.org>
552 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
553 (gst_fdsrc_change_state):
554 reset offset counter when going READY => PAUSED. (fixes #142903)
556 2004-06-06 ed@catmur.co.uk
558 reviewed by Benjamin Otte <otte@gnome.org>
560 * gst/registries/gstxmlregistry.c:
561 (gst_xml_registry_rebuild_recurse):
562 don't rely on g_dir_open to figure out if a file is a directory, use
563 explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
564 directories. (fixes #142850)
566 2004-06-06 Benjamin Otte <otte@gnome.org>
568 * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
569 fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
570 * libs/gst/bytestream/adapter.c:
571 * libs/gst/bytestream/adapter.h:
572 fix copyright in header and typo in debugging category name
574 2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
579 === release 0.8.3 ===
581 2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
584 update libtool versioning
586 * docs/gst/tmpl/gstelement.sgml:
587 * docs/gst/tmpl/gsttypes.sgml:
588 * gst/gstinfo.c: (_gst_debug_init):
589 put back GST_CAT_DATAFLOW to fix API breakage
591 2004-06-04 David Schleef <ds@schleef.org>
593 * autogen.sh: Add a temporary 'env' to test buildbot problems.
595 2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
600 === release 0.8.2 ===
602 2004-06-03 Thomas Vander Stichele <thomas at apestaart dot org>
604 * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
605 check GST_DEBUG environment variable which is parsed the same way
608 2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
610 * gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
611 gstmd5sink.c gstshaper.c gsttee.c
613 * gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
615 - removing trailing commas at end of enums
616 it is correct C99 code but C90 compilers would complain
618 ('should' fix #143290, at least partially)
620 2004-05-27 Wim Taymans <wim@fluendo.com>
622 * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
623 (chain_group_set_enabled), (create_group), (add_to_group),
624 (merge_groups), (setup_group_scheduler), (group_elements),
625 (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
626 Don't try to follow the pad connections with other groups
627 when a loop based element is added to the scheduler because
628 the bin will inform the scheduler about the pad links a little
631 2004-05-27 Wim Taymans <wim@fluendo.com>
633 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
634 (remove_from_chain), (chain_group_set_enabled),
635 (setup_group_scheduler), (group_element_set_enabled),
636 (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
637 (gst_opt_scheduler_show):
638 Elements without a group can do a state change as well, just wait
639 with the setup of the scheduling function when it is added to a
642 2004-05-27 Wim Taymans <wim@fluendo.com>
644 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
645 (remove_from_chain), (chain_group_set_enabled), (add_to_group),
646 (merge_groups), (setup_group_scheduler),
647 (group_inc_links_for_element), (gst_opt_scheduler_iterate),
648 (gst_opt_scheduler_show):
649 Fixes to maintain internal consistency of the scheduler data
651 - adding an enabled group to a chain should increment the
652 number of enabled elements in that chain.
653 - removing an enabled group from a chain could disable the
655 - removing a disabled group from a chain could enable the
657 - add g_assert when internal inconsistency is detected.
658 - adding an element to a group could increase the number of
659 links this group has with other groups.
660 - merging two groups also merges the chains.
661 - also show group links in the _show method.
664 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
666 * gst/gstcaps.c: (gst_caps_structure_simplify):
667 don't print error messages when there is no error
668 * gst/gstvalue.c: (gst_value_compare_int_range):
669 compare the second value, too
670 * testsuite/caps/Makefile.am:
671 * testsuite/caps/random.c: (assert_on_error), (main):
672 add tests to make sure the two things above are checked for
674 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
677 * libs/gst/dataprotocol/Makefile.am:
678 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
679 * libs/gst/dataprotocol/dataprotocol.h:
680 wrap header in GST_ENABLE_NEW. make code use it
682 2004-05-23 Johan Dahlin <johan@gnome.org>
684 * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
685 so verbose and print GstElement signal names all the time.
687 2004-05-22 David Schleef <ds@schleef.org>
689 * gst/registries/gstxmlregistry.c:
690 (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
693 2004-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
696 scrub cflags for glib2 so gcc doesn't complain when glib is in
699 2004-05-21 Johan Dahlin <johan@gnome.org>
701 * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
702 __GNUC__, patch from Brian Cameron, fixes bug #142804
704 2004-05-20 David Schleef <ds@schleef.org>
706 * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
707 comparison code. (bug #142819)
709 2004-05-20 Wim Taymans <wim@fluendo.com>
711 * gst/gstbuffer.c: (gst_buffer_default_copy):
713 Added Comment to a flag.
714 copy relevant flags in _buffer_copy.
716 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
718 reviewed by: Wim Taymans <wim at fluendo dot com>
721 add GST_BUFFER_IN_CAPS buffer flag
722 * gst/gststructure.c: (gst_structure_value_get_generic_type),
723 (gst_structure_parse_any_list), (gst_structure_parse_list),
724 (gst_structure_parse_fixed_list), (gst_structure_parse_value):
725 * gst/gstvalue.c: (gst_value_serialize_any_list),
726 (gst_value_transform_any_list_string),
727 (gst_value_list_prepend_value), (gst_value_list_append_value),
728 (gst_value_list_get_size), (gst_value_list_get_value),
729 (gst_value_transform_list_string),
730 (gst_value_transform_fixed_list_string),
731 (gst_value_serialize_list), (gst_value_serialize_fixed_list),
732 (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
733 (_gst_value_initialize):
735 add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
737 * testsuite/caps/string-conversions.c: (main):
738 add regression tests for < >
740 2004-05-20 Johan Dahlin <johan@gnome.org>
742 * docs/gst/Makefile.am (all-local): Re-add
744 2004-05-20 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
746 * docs/gst/Makefile.am:
747 * docs/gst/gstreamer-docs.sgml:
748 * docs/libs/Makefile.am:
749 * docs/libs/gstreamer-libs-docs.sgml:
752 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
754 * libs/gst/dataprotocol/Makefile.am:
757 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
759 * libs/gst/dataprotocol/Makefile.am:
760 * libs/gst/dataprotocol/dataprotocol.c:
761 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
762 (gst_dp_packet_from_event), (gst_dp_event_from_packet):
763 * libs/gst/dataprotocol/dp-private.h:
764 use GST macros to read/write fixed length ints
765 add some more asserts
767 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
769 * docs/libs/gstreamer-libs-docs.sgml:
770 * docs/libs/gstreamer-libs-sections.txt:
771 remove idct and putbits
773 * docs/libs/tmpl/gstdataprotocol.sgml:
774 * libs/gst/Makefile.am:
775 * libs/gst/dataprotocol/Makefile.am:
776 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
777 (buffer_test), (caps_test), (event_test), (main):
778 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
779 (gst_dp_dump_byte_array), (gst_dp_init),
780 (gst_dp_header_payload_length), (gst_dp_header_payload_type),
781 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
782 (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
783 (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
784 (gst_dp_validate_header), (gst_dp_validate_payload),
785 (gst_dp_validate_packet), (plugin_init):
786 * libs/gst/dataprotocol/dataprotocol.h:
787 * libs/gst/dataprotocol/dp-private.h:
790 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
792 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
793 fix int variable deserialization and add a helper so we can actually
796 2004-05-18 David Schleef <ds@schleef.org>
798 * testsuite/debug/commandline.c: (main): Call ./commandline, not
799 argv[0]. Calling yourself is probably not the best way to
800 construct a test like this, btw.
802 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
804 * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
805 don't claim to be more intelligent than a scheduler when the
806 scheduler claims the pipeline is stopped
807 * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
808 (safe_cothread_destroy),
809 (gst_entry_scheduler_remove_all_cothreads),
810 (gst_entry_scheduler_reset), (_remove_cothread),
811 (gst_entry_scheduler_state_transition):
812 hold off cothread destruction if we're not in main cothread
814 * testsuite/Makefile.am:
816 * testsuite/schedulers/.cvsignore:
817 * testsuite/schedulers/Makefile.am:
819 * testsuite/schedulers/relink.c: (cb_handoff), (main):
820 check relinking and adding/removing elements from a running pipeline
821 * testsuite/schedulers/unlink.c: (cb_handoff), (main):
822 check unlinking in a running pipeline
823 * testsuite/schedulers/unref.c: (cb_handoff), (main):
824 check unreffing a running pipeline
825 * testsuite/schedulers/useless_iteration.c: (main):
826 check iterating a pipeline that contains running threads works
828 2004-05-18 David Schleef <ds@schleef.org>
830 * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
833 2004-05-18 Wim Taymans <wim@fluendo.com>
835 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
836 (setup_group_scheduler), (gst_opt_scheduler_pad_link):
837 Fixed an error introduced with patch for 1.63. When setting
838 a get based element as the entry point in a group, make sure
839 to mark the group as GET based.
841 2004-05-18 Wim Taymans <wim@fluendo.com>
843 * gst/schedulers/gstoptimalscheduler.c: (create_group),
844 (setup_group_scheduler), (loop_group_schedule_function),
845 (gst_opt_scheduler_pad_link):
846 Added some more debug info and fixed a bug where the group
847 type was set to LOOP but it was in fact unknown.
849 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
851 * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
852 make resetting scheduler work twice in a row
854 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
856 * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
857 (CREATE_USERIALIZATION), (_gst_value_initialize),
858 (gst_value_compare_float), (gst_value_serialize_float),
859 (gst_value_deserialize_float), (gst_value_compare_enum),
860 (gst_value_serialize_enum), (gst_value_deserialize_enum):
861 add serialization and comparison functions for long, int64, enum and
863 * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
864 use best serialization function in type hierarchy instead of only a
865 matching one. This is required for enums to work.
866 * gst/parse/grammar.y:
867 use gst_caps_deserialize
868 * testsuite/parse/Makefile.am:
870 * testsuite/parse/parse1.c: (main):
871 remove aggregator check, aggregator is broken, this test works now
872 but fails because of bug #138012
873 * testsuite/parse/parse2.c: (main):
874 s/xvideosink/xvimagesink - this test looks a lot like we should
877 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
879 * gst/gstelement.c: (gst_element_class_init):
880 whoops, store the signal id correctly
881 * gst/schedulers/gstbasicscheduler.c:
882 (gst_basic_scheduler_chain_wrapper):
883 detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
884 chain function isn't linked
886 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
888 Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
889 support until we decide where the flags should be used
890 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
891 Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
892 * gst/gstpad.c: (gst_pad_link_call_link_functions):
893 Output refused caps in the debug info
895 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
897 * gst/elements/gstidentity.c: (gst_identity_chain):
899 * gst/gstinfo.c: (gst_debug_log_default):
902 2004-05-13 Benjamin Otte <otte@gnome.org>
904 * gst/gstpipeline.c: (gst_pipeline_dispose),
905 (gst_pipeline_change_state):
906 call gst_scheduler_reset on dispose (fixes #141416)
908 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
910 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
911 compute mapsize correctly
912 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
913 use correct datatypes when calling a varargs function
914 * gst/elements/gsttypefindelement.c: (stop_typefinding):
915 push a DISCONT event as first thing
917 * gst/gstinfo.c: (_gst_debug_init):
918 remove GST_DATAFLOW debugging category
919 * gst/gstbin.c: (gst_bin_iterate):
920 use GST_SCHEDULING category
921 * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
922 (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
923 (gst_pad_call_get_function):
924 add GST_DATAFLOW to easily track flow of buffers or events.
925 * gst/gstqueue.c: (gst_queue_get_type),
926 (gst_queue_handle_pending_events), (gst_queue_chain),
927 (gst_queue_get), (gst_queue_handle_src_event):
928 use own static debugging category GST_DATAFLOW for dataflow,
929 use DEBUG category for showing which path events go, use LOG
930 category for buffers.
932 2004-05-10 David Schleef <ds@schleef.org>
934 * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
936 2004-05-10 David Schleef <ds@schleef.org>
938 * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
939 symbols, because otherwise we don't know what they are. Thanks,
941 * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
943 2004-05-10 David Schleef <ds@schleef.org>
946 * win32/Makefile: When using make clean the MS Visual Studio makefiles
948 * win32/Makefile.inspect:
949 * win32/Makefile.launch:
950 * win32/Makefile.register:
952 2004-05-10 David Schleef <ds@schleef.org>
954 * gst/gstinfo.h: Add missing inline function.
955 * gst/gsttrace.c: add include
956 * gst/parse/grammar.y: remove unused code
957 * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
959 * tools/gst-register.c: wrap unistd.h
961 More additions/fixes from Steve for the MSVC build.
962 * win32/GStreamer.vcproj:
964 * win32/Makefile.inspect:
965 * win32/Makefile.launch:
966 * win32/Makefile.register:
968 * win32/gst-inspect.vcproj:
969 * win32/gst-launch.vcproj:
970 * win32/gst-register.vcproj:
971 * win32/gstbytestream.def:
972 * win32/gstbytestream.vcproj:
974 * win32/gstelements.def:
975 * win32/gstelements.vcproj:
976 * win32/gstenumtypes.c:
977 * win32/gstenumtypes.h:
978 * win32/gstoptimalscheduler.def:
979 * win32/gstoptimalscheduler.vcproj:
980 * win32/gstreamer.def:
981 * win32/gstspider.def:
982 * win32/gstspider.vcproj:
983 * win32/gstversion.h:
986 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
988 * gst/gstelement.c: (gst_element_class_init),
989 (gst_element_no_more_pads):
991 add gst_element_no_more_pads and the "no-more-pads" signal
993 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
995 * gst/gstregistry.c: (gst_registry_add_plugin):
996 refuse to add plugins when a plugin with same name is already
997 registered. Fixes a bunch of "How to remove plugins?" issues.
998 May lead to other problems though, let's test
1000 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1002 * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
1003 * docs/manual/pads-api.xml : audio/wav => audio/x-wav
1004 * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
1006 2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
1008 * tests/Makefile.am: fix am16 issue
1010 2004-05-09 Benjamin Otte <otte@gnome.org>
1012 * libs/gst/bytestream/Makefile.am:
1013 we should indeed add .c files to makefiles or they won't be built
1016 2004-05-08 Benjamin Otte <otte@gnome.org>
1018 * gst/gstpad.c: (gst_pad_proxy_fixate):
1019 really reduce the set of caps
1021 2004-05-08 Benjamin Otte <otte@gnome.org>
1023 * tests/Makefile.am:
1024 * tests/spidey_bench.c: (handoff), (main):
1025 add benchmark to test how long spider needs to create a pipeline
1027 2004-05-08 Benjamin Otte <otte@gnome.org>
1029 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
1030 mark links as unengaged when unnegotiating instead of deactivating.
1031 This way pads aren't marked as unengaged when going PLAYING=>PAUSED
1033 2004-05-08 Benjamin Otte <otte@gnome.org>
1035 * docs/manual/helloworld.xml:
1036 s/audiosink/osssink (patch by Patrick Guimond)
1038 2004-05-07 David Schleef <ds@schleef.org>
1040 * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
1041 since it contains important stuff.
1043 2004-05-07 David Schleef <ds@schleef.org>
1045 * testsuite/caps/caps.c: (test3), (main): A check for appending
1048 2004-05-07 David Schleef <ds@schleef.org>
1050 * common/m4/as-compiler-flag.m4: Properly quote arguments,
1051 which may contain commas. Fixes detection of -Wa,-mregnames
1053 2004-05-06 David Schleef <ds@schleef.org>
1055 Changes to handle compilers that don't have variadic macro
1056 support. In particular, glib headers define some inlines
1057 that need G_LOG_DOMAIN defined. Additional fixes for MSVC
1061 * gst/elements/gstfdsink.c:
1062 * gst/elements/gstfdsrc.c:
1063 * gst/elements/gstfilesink.c:
1064 * gst/elements/gstfilesrc.c:
1065 * gst/gst_private.h:
1067 * gst/gstcaps.c: (gst_caps_append):
1068 * gst/gstcpu.c: (gst_cpuid_i386):
1075 * gst/gstregistry.c:
1076 * gst/gststructure.c:
1077 * gst/gsttaginterface.c:
1078 * gst/gsttrace.c: (gst_trace_new):
1079 * gst/gsttrashstack.c:
1082 * gst/parse/grammar.y:
1083 * gst/parse/parse.l:
1084 * tools/gst-inspect.c: (main):
1085 * tools/gst-launch.c: (main):
1086 * tools/gst-xmlinspect.c: (PUT_STRING):
1088 2004-05-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
1090 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
1091 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
1092 * gst/elements/gstfilesrc.h:
1093 send NEW_MEDIA events correctly
1094 * gst/elements/gsttypefindelement.c: (start_typefinding),
1095 (gst_type_find_element_handle_event):
1096 restart typefinding when we get a NEW_MEDIA event
1097 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
1099 don't die when someone removes elements in callbacks
1100 * gst/gstelement.c: (gst_element_change_state):
1102 * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
1103 we need a NEW_MEDIA event to engage a link
1104 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
1105 don't g_print debugging stuff
1106 * testsuite/caps/simplify.c: (check_caps):
1108 2004-05-04 Benjamin Otte <otte@gnome.org>
1110 * gst/parse/grammar.y:
1111 use GST_ERROR instead of g_warning, and always throw a GST_ERROR
1113 2004-05-04 Benjamin Otte <otte@gnome.org>
1115 * testsuite/caps/renegotiate.c: (main):
1116 improve output in error case
1118 2004-05-04 Benjamin Otte <otte@gnome.org>
1120 * gst/parse/grammar.y:
1121 fix assert to not trigger when there's no error argument
1122 * gst/parse/parse.l:
1123 fix definition of caps to allow more than two structures
1124 * testsuite/caps/Makefile.am:
1125 * testsuite/caps/renegotiate.c: (main):
1126 it's sinesrc and works in that case
1128 2004-05-04 Wim Taymans <wim@fluendo.com>
1130 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1131 (group_dec_link), (gst_opt_scheduler_pad_unlink):
1132 when removing an element from a group, we always need to
1133 decrement the link count that this group had with other
1134 groups through the element.
1135 added an extra assert to catch inconsistencies when decrementing
1138 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
1141 * docs/gst/Makefile.am:
1142 * docs/gst/gstreamer-sections.txt:
1143 * docs/gst/tmpl/gstcompat.sgml:
1144 * examples/appreader/Makefile.am:
1145 * examples/cutter/Makefile.am:
1146 * examples/events/Makefile.am:
1147 * examples/helloworld/Makefile.am:
1148 * examples/helloworld2/Makefile.am:
1149 * examples/launch/Makefile.am:
1150 * examples/manual/Makefile.am:
1151 * examples/mixer/Makefile.am:
1152 * examples/pingpong/Makefile.am:
1153 * examples/plugins/Makefile.am:
1154 * examples/queue/Makefile.am:
1155 * examples/queue2/Makefile.am:
1156 * examples/queue3/Makefile.am:
1157 * examples/queue4/Makefile.am:
1158 * examples/retag/Makefile.am:
1159 * examples/thread/Makefile.am:
1160 * examples/typefind/Makefile.am:
1161 * examples/xml/Makefile.am:
1163 * gst/autoplug/Makefile.am:
1164 * gst/elements/Makefile.am:
1166 * gst/indexers/Makefile.am:
1167 * gst/parse/Makefile.am:
1168 * gst/registries/Makefile.am:
1169 * gst/schedulers/Makefile.am:
1170 * libs/gst/bytestream/Makefile.am:
1171 * libs/gst/control/Makefile.am:
1172 * libs/gst/getbits/Makefile.am:
1182 * tests/Makefile.am:
1183 * tests/bufspeed/Makefile.am:
1184 * tests/instantiate/Makefile.am:
1185 * tests/memchunk/Makefile.am:
1186 * tests/muxing/Makefile.am:
1187 * tests/negotiation/Makefile.am:
1188 * tests/probes/Makefile.am:
1189 * tests/sched/Makefile.am:
1190 * tests/seeking/Makefile.am:
1191 * tests/threadstate/Makefile.am:
1192 * testsuite/caps/Makefile.am:
1193 * testsuite/cleanup/Makefile.am:
1194 * testsuite/dlopen/Makefile.am:
1195 * testsuite/dynparams/Makefile.am:
1196 * testsuite/plugin/Makefile.am:
1197 * testsuite/states/Makefile.am:
1198 * tools/Makefile.am:
1199 reorganize compile/link flags to be consistent
1200 put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
1202 2004-05-04 David Schleef <ds@schleef.org>
1204 The "once more, with feeling" check-in.
1205 * testsuite/caps/Makefile.am: dist caps_strings
1206 * testsuite/caps/renegotiate.c: (main): This test triggers a
1207 segfault in the core. Marking as failing.
1209 2004-05-03 David Schleef <ds@schleef.org>
1211 * testsuite/caps/deserialize.c: (main): Fix problems noticed
1213 * testsuite/caps/renegotiate.c: (main): Same.
1215 2004-05-03 David Schleef <ds@schleef.org>
1217 * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
1219 2004-05-03 David Schleef <ds@schleef.org>
1221 * testsuite/caps/deserialize.c: (main): Use the srcdir environment
1222 variable to find our source file.
1224 2004-05-03 David Schleef <ds@schleef.org>
1226 * configure.ac: Link plugins with libgstreamer and dependent
1228 * testsuite/caps/Makefile.am:
1229 * testsuite/caps/caps_strings:
1230 * testsuite/caps/deserialize.c: (main): Add a little test to slog
1231 through a file of caps strings and test each one
1233 2004-05-04 Benjamin Otte <otte@gnome.org>
1235 * libs/gst/bytestream/Makefile.am:
1236 * libs/gst/bytestream/adapter.c:
1237 * libs/gst/bytestream/adapter.h:
1238 add GstAdapter, similar to bytestream, but doesn't require ugly event
1239 handling or uglier loopbased elements
1241 2004-05-03 David Schleef <ds@schleef.org>
1243 * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
1244 * testsuite/caps/erathostenes.c:
1245 * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
1247 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1250 remove hardcoded stylesheet path (duh)
1251 * docs/random/release:
1252 * docs/gst/gstreamer-sections.txt:
1255 * gst/gst_private.h:
1261 * gst/gstinterface.c:
1262 * gst/gstmemchunk.c:
1265 * gst/gstregistry.c:
1266 * gst/gstregistrypool.c:
1267 * gst/gststructure.c:
1268 * gst/gsttaginterface.c:
1271 * gst/gsttypefind.c: (gst_type_find_factory_get_type):
1274 deprecate gst_info; remove gstlog.h
1277 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1283 updated translations
1285 2004-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1287 * gst/gstbin.c: (gst_bin_dispose):
1290 2004-05-03 Johan Dahlin <johan@gnome.org>
1292 * gst/schedulers/gstoptimalscheduler.c
1293 (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
1294 really is a GstElement. Avoids critical when running gst-launch -v
1295 and a oggdemux/decoding pipeline.
1297 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1299 * docs/gst/tmpl/gstpipeline.sgml :
1300 * docs/manual/elements-api.xml :
1301 doc fix by Patrick Guimond (Protector) from devel ML
1304 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1306 * docs/gst/Makefile.am :
1307 * docs/libs/Makefile.am :
1308 apply a patch from Arwed v. Merkatz so that gtk-doc
1309 generated docs install (same for .devhelp file)
1310 (fixes part 1 of #138836)
1312 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1314 * docs/faq/dependencies.xml: typo
1315 * docs/faq/getting.xml :
1316 - fix download URL for new gstreamer site
1317 - hide sf.net download page as latest version aren't there
1319 - fill "get via CVS" paragraph (link to dev page on the site)
1320 * docs/faq/general.xml:
1321 hide status tables as they no more exists
1322 change case on plugins license file to reflect reality
1323 * docs/faq/troubleshooting.xml:
1324 remove the wiki question/answer as there is no more wiki
1326 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
1329 include the headers needed for declarations used in this header
1331 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1333 * docs/random/uraeus/gstreamer_and_midi.txt :
1334 add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
1337 2004-04-30 Sebastien Cote <sc5@hermes.usherb.ca>
1339 reviewed by Benjamin Otte <otte@gnome.org>
1341 * gst/schedulers/gthread-cothreads.h:
1342 free allocated data for main cothread, too when destroying context
1345 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1347 * docs/manual/goals.xml : remove duplicated paragraph at end
1348 of doc page (fixes #141448)
1350 2004-04-29 David Schleef <ds@schleef.org>
1352 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
1353 Patch from Sebastien Cote to fix leakage of events. (bug #141414)
1355 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1357 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
1362 rename typefind source file
1364 2004-04-28 David Schleef <ds@schleef.org>
1366 Several new files from Steve Lhomme's MSVC patch (bug #141317):
1367 * win32/GStreamer.vcproj:
1370 * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
1371 (_trewinddir), (_ttelldir), (_tseekdir):
1373 * win32/gst-inspect.vcproj:
1374 * win32/gst-launch.vcproj:
1375 * win32/gst-register.vcproj:
1376 * win32/gstbytestream.vcproj:
1377 * win32/gstelements.vcproj:
1378 * win32/gstoptimalscheduler.vcproj:
1379 * win32/gstspider.vcproj:
1381 * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
1386 2004-04-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
1388 * gst/gst.c: (init_post):
1390 remove useless _gst_progname stuff
1391 * tools/gst-inspect.c: (print_field), (print_caps):
1394 2004-04-28 David Schleef <ds@schleef.org>
1396 Disable parsing of a lot of files that aren't part of the
1397 exported API. Move corresponding template files to old/,
1398 waiting for removal when they don't contain anything
1400 * docs/gst/Makefile.am:
1401 * docs/gst/gstreamer-sections.txt:
1402 * docs/gst/tmpl/cothreads.sgml:
1403 * docs/gst/tmpl/cothreads_compat.sgml:
1404 * docs/gst/tmpl/gettext.sgml:
1405 * docs/gst/tmpl/gobject2gtk.sgml:
1406 * docs/gst/tmpl/grammar.tab.sgml:
1407 * docs/gst/tmpl/gst-i18n-app.sgml:
1408 * docs/gst/tmpl/gst-i18n-lib.sgml:
1409 * docs/gst/tmpl/gst_private.sgml:
1410 * docs/gst/tmpl/gstaggregator.sgml:
1411 * docs/gst/tmpl/gstarch.sgml:
1412 * docs/gst/tmpl/gstatomic_impl.sgml:
1413 * docs/gst/tmpl/gstbufferstore.sgml:
1414 * docs/gst/tmpl/gstdata_private.sgml:
1415 * docs/gst/tmpl/gstdisksink.sgml:
1416 * docs/gst/tmpl/gstdisksrc.sgml:
1417 * docs/gst/tmpl/gstelementfactory.sgml:
1418 * docs/gst/tmpl/gstextratypes.sgml:
1419 * docs/gst/tmpl/gstfakesink.sgml:
1420 * docs/gst/tmpl/gstfakesrc.sgml:
1421 * docs/gst/tmpl/gstfdsink.sgml:
1422 * docs/gst/tmpl/gstfdsrc.sgml:
1423 * docs/gst/tmpl/gstfilesink.sgml:
1424 * docs/gst/tmpl/gstfilesrc.sgml:
1425 * docs/gst/tmpl/gsthttpsrc.sgml:
1426 * docs/gst/tmpl/gstidentity.sgml:
1427 * docs/gst/tmpl/gstindexfactory.sgml:
1428 * docs/gst/tmpl/gstmarshal.sgml:
1429 * docs/gst/tmpl/gstmd5sink.sgml:
1430 * docs/gst/tmpl/gstmultidisksrc.sgml:
1431 * docs/gst/tmpl/gstmultifilesrc.sgml:
1432 * docs/gst/tmpl/gstpadtemplate.sgml:
1433 * docs/gst/tmpl/gstpipefilter.sgml:
1434 * docs/gst/tmpl/gstschedulerfactory.sgml:
1435 * docs/gst/tmpl/gstsearchfuncs.sgml:
1436 * docs/gst/tmpl/gstshaper.sgml:
1437 * docs/gst/tmpl/gstspider.sgml:
1438 * docs/gst/tmpl/gstspideridentity.sgml:
1439 * docs/gst/tmpl/gststatistics.sgml:
1440 * docs/gst/tmpl/gsttee.sgml:
1441 * docs/gst/tmpl/gsttimecache.sgml:
1442 * docs/gst/tmpl/gsttypefind.sgml:
1443 * docs/gst/tmpl/gsttypefindfactory.sgml:
1444 * docs/gst/tmpl/gstxmlregistry.sgml:
1445 * docs/gst/tmpl/gthread-cothreads.sgml:
1446 * docs/gst/tmpl/old/cothreads.sgml:
1447 * docs/gst/tmpl/old/cothreads_compat.sgml:
1448 * docs/gst/tmpl/old/gettext.sgml:
1449 * docs/gst/tmpl/old/gobject2gtk.sgml:
1450 * docs/gst/tmpl/old/grammar.tab.sgml:
1451 * docs/gst/tmpl/old/gst-i18n-app.sgml:
1452 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
1453 * docs/gst/tmpl/old/gst_private.sgml:
1454 * docs/gst/tmpl/old/gstaggregator.sgml:
1455 * docs/gst/tmpl/old/gstarch.sgml:
1456 * docs/gst/tmpl/old/gstatomic_impl.sgml:
1457 * docs/gst/tmpl/old/gstbufferstore.sgml:
1458 * docs/gst/tmpl/old/gstdata_private.sgml:
1459 * docs/gst/tmpl/old/gstdisksink.sgml:
1460 * docs/gst/tmpl/old/gstdisksrc.sgml:
1461 * docs/gst/tmpl/old/gstelementfactory.sgml:
1462 * docs/gst/tmpl/old/gstextratypes.sgml:
1463 * docs/gst/tmpl/old/gstfakesink.sgml:
1464 * docs/gst/tmpl/old/gstfakesrc.sgml:
1465 * docs/gst/tmpl/old/gstfdsink.sgml:
1466 * docs/gst/tmpl/old/gstfdsrc.sgml:
1467 * docs/gst/tmpl/old/gstfilesink.sgml:
1468 * docs/gst/tmpl/old/gstfilesrc.sgml:
1469 * docs/gst/tmpl/old/gsthttpsrc.sgml:
1470 * docs/gst/tmpl/old/gstidentity.sgml:
1471 * docs/gst/tmpl/old/gstindexfactory.sgml:
1472 * docs/gst/tmpl/old/gstmarshal.sgml:
1473 * docs/gst/tmpl/old/gstmd5sink.sgml:
1474 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
1475 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
1476 * docs/gst/tmpl/old/gstpadtemplate.sgml:
1477 * docs/gst/tmpl/old/gstpipefilter.sgml:
1478 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
1479 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
1480 * docs/gst/tmpl/old/gstshaper.sgml:
1481 * docs/gst/tmpl/old/gstspider.sgml:
1482 * docs/gst/tmpl/old/gstspideridentity.sgml:
1483 * docs/gst/tmpl/old/gststatistics.sgml:
1484 * docs/gst/tmpl/old/gsttee.sgml:
1485 * docs/gst/tmpl/old/gsttimecache.sgml:
1486 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
1487 * docs/gst/tmpl/old/gstxmlregistry.sgml:
1488 * docs/gst/tmpl/old/gthread-cothreads.sgml:
1489 * docs/gst/tmpl/old/types.sgml:
1490 * docs/gst/tmpl/types.sgml:
1492 Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
1493 gtkdoc-scan doesn't like files with the same name in different
1495 * gst/elements/Makefile.am:
1496 * gst/elements/gstelements.c:
1497 * gst/elements/gsttypefind.c:
1498 * gst/elements/gsttypefind.h:
1499 * gst/elements/gsttypefindelement.c:
1500 * gst/elements/gsttypefindelement.h:
1502 2004-04-28 David Schleef <ds@schleef.org>
1504 A bunch of portability fixes, derived from Steve Lhomme's MSVC
1505 patch (bug #141317):
1506 * gst/gst-i18n-lib.h: Allow disabling gettext.
1507 * gst/gstatomic_impl.h: disable warning when it's dumb.
1508 * gst/gstclock.c: fix include
1509 * gst/gstcompat.h: fix variadic macro
1510 * gst/gstinfo.c: fix include
1511 * gst/gstmacros.h: add defines for inlines on MSVC
1512 * gst/gstplugin.c: fix includes
1513 * gst/gstregistry.c: fix includes
1514 * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
1515 * gst/gstsystemclock.c: fix include
1516 * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
1517 S_IREAD if S_IRUSR isn't defined. fix use of non-portable functions
1518 * gst/registries/gstxmlregistry.c:
1519 (gst_xml_registry_parse_element_factory): fix use of non-portable
1521 * libs/gst/control/dparam.h: Remove trailing comma in enum definition
1522 * libs/gst/control/dparammanager.h: same
1524 2004-04-28 David Schleef <ds@schleef.org>
1526 Move a bunch of unused files to old/ with names that are
1527 not case-insensitive-unique. These files still contain some
1528 useful information that needs to be merged into gstbin.sgml,
1529 etc., so they shouldn't be deleted yet.
1530 * docs/gst/tmpl/GstBin.sgml:
1531 * docs/gst/tmpl/GstBuffer.sgml:
1532 * docs/gst/tmpl/GstCaps.sgml:
1533 * docs/gst/tmpl/GstClock.sgml:
1534 * docs/gst/tmpl/GstCompat.sgml:
1535 * docs/gst/tmpl/GstData.sgml:
1536 * docs/gst/tmpl/GstElement.sgml:
1537 * docs/gst/tmpl/GstEvent.sgml:
1538 * docs/gst/tmpl/GstIndex.sgml:
1539 * docs/gst/tmpl/GstStructure.sgml:
1540 * docs/gst/tmpl/GstTag.sgml:
1541 * docs/gst/tmpl/old/GstBin.sgml:
1542 * docs/gst/tmpl/old/GstBuffer.sgml:
1543 * docs/gst/tmpl/old/GstCaps.sgml:
1544 * docs/gst/tmpl/old/GstClock.sgml:
1545 * docs/gst/tmpl/old/GstCompat.sgml:
1546 * docs/gst/tmpl/old/GstData.sgml:
1547 * docs/gst/tmpl/old/GstElement.sgml:
1548 * docs/gst/tmpl/old/GstEvent.sgml:
1549 * docs/gst/tmpl/old/GstIndex.sgml:
1550 * docs/gst/tmpl/old/GstStructure.sgml:
1551 * docs/gst/tmpl/old/GstTag.sgml:
1553 2004-04-28 David Schleef <ds@schleef.org>
1555 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
1556 (gst_caps_append), (gst_caps_append_structure),
1557 (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
1558 (gst_caps_set_simple), (gst_caps_set_simple_valist),
1559 (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
1560 (gst_caps_is_fixed), (gst_caps_is_always_compatible),
1561 (gst_caps_intersect), (gst_caps_normalize),
1562 (gst_caps_transform_to_string): Patch from Tim-Philipp Müller
1563 to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
1564 * gst/gstcaps.h: use GST_IS_CAPS().
1566 2004-04-26 David Schleef <ds@schleef.org>
1568 * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
1569 assembly. gcc doesn't handle it correctly. (bug #141083)
1570 * gst/gsttrashstack.h: same
1572 2004-04-25 Benjamin Otte <otte@gnome.org>
1574 * gst/gstelement.c: (gst_element_change_state):
1575 fix assertion to do an int comparison
1577 2004-04-25 Benjamin Otte <otte@gnome.org>
1579 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1580 better debugging output on error
1582 2004-04-25 Benjamin Otte <otte@gnome.org>
1584 * gst/gstcaps.c: (gst_caps_subtract):
1587 2004-04-23 Benjamin Otte <otte@gnome.org>
1589 * gst/gstvalue.c: (gst_value_compare_buffer),
1590 (_gst_value_initialize):
1591 add comparison function for buffers
1593 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
1596 Just found out that this so-called "ima-wav" format is really
1597 just "dvi adpcm" (according to the MS WAV documentation). So
1598 renaming it. We didn't use it yet anyway.
1600 2004-04-23 Benjamin Otte <otte@gnome.org>
1602 * gst/gstcaps.c: (gst_caps_is_always_compatible):
1603 call gst_caps_is_subset
1605 2004-04-23 Benjamin Otte <otte@gnome.org>
1607 * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal),
1608 (gst_caps_is_subset):
1611 2004-04-23 Benjamin Otte <otte@gnome.org>
1613 * gst/gstcaps.c: (gst_caps_structure_subtract_field),
1614 (gst_caps_structure_subtract), (gst_caps_subtract),
1615 (gst_caps_structure_figure_out_union),
1616 (gst_caps_structure_simplify), (gst_caps_do_simplify):
1617 fix simplifying and subtracting not working correctly with optional
1619 solve assorted problems that make it now simplify ebven more
1620 * docs/gst/tmpl/gstcaps.sgml:
1622 make gst_caps_do_simplify return a bool to indicate if it simplified
1623 * testsuite/caps/simplify.c: (main):
1624 add more checks. The tests is quite a bit useless right now because
1625 the core is heavily simplifying itself.
1626 * testsuite/caps/caps.h:
1627 fix caps to contain all optional properties
1629 2004-04-22 Benjamin Otte <otte@gnome.org>
1631 * docs/gst/tmpl/gstcaps.sgml:
1632 * docs/gst/tmpl/gstfilesrc.sgml:
1633 * docs/gst/tmpl/gststructure.sgml:
1634 * docs/gst/tmpl/gstvalue.sgml:
1635 update for recent API changes
1636 * gst/gstcaps.c: (gst_caps_do_simplify):
1637 fix to stop trying with a freed structure
1638 * gst/gstpad.c: (gst_pad_link_fixate):
1640 * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
1643 deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
1644 * gst/gststructure.c: (gst_structure_value_get_generic_type),
1645 (gst_structure_to_string):
1646 keep the correct type when using lists of ranges
1647 * gst/gstvalue.c: (gst_value_list_prepend_value),
1648 (gst_value_list_append_value):
1649 copy the value before adding to the list (d'oh)
1650 * gst/gstvalue.c: (gst_value_subtract_int_range_int),
1651 (gst_value_subtract_int_range_int_range):
1652 handle overflows correctly
1653 * gst/gstvalue.c: (gst_value_subtract_from_list):
1655 * testsuite/caps/caps.h:
1656 add a caps that caused segfaults
1658 2004-04-22 Benjamin Otte <otte@gnome.org>
1660 * testsuite/refcounting/pad.c: (main):
1663 2004-04-22 Benjamin Otte <otte@gnome.org>
1665 * gst/gstcaps.c: (gst_caps_subtract):
1666 allow subtracting ANY and EMPTY from ANY caps
1668 2004-04-22 Benjamin Otte <otte@gnome.org>
1670 * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
1672 only simplify in functions that create new caps. Simplifying in
1673 gst_caps_append breaks tests.
1675 2004-04-22 Benjamin Otte <otte@gnome.org>
1677 * gst/gstcaps.c: (gst_caps_structure_simplify):
1678 unset GValue after use
1679 * gst/gstcaps.c: (gst_caps_append),
1680 * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
1681 use gst_caps_simplify (reduces registry size by 30%)
1682 * gst/gstpad.c: (gst_pad_template_new):
1683 don't allow NULL caps
1685 2004-04-22 Benjamin Otte <otte@gnome.org>
1687 * docs/gst/gstreamer-sections.txt:
1688 add gst_caps_do_simplify
1690 add documentation for gst_caps_do_simplify
1692 fix typo in gst_value_register_subtract_func declaration for gst-doc
1694 2004-04-22 Benjamin Otte <otte@gnome.org>
1696 * gst/gstcaps.c: (gst_caps_from_string_inplace):
1697 fix bug when converting from empty string.
1698 * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
1699 (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
1700 use gst_caps_new_empty to allocate a new caps. Only that function
1701 allocates memory for caps now.
1702 * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
1703 (gst_caps_remove_structure):
1704 add ability to remove one structure (but not to header yet)
1705 * gst/gstcaps.c: (gst_caps_compare_structures),
1706 (gst_caps_simplify), (gst_caps_structure_figure_out_union),
1707 (gst_caps_structure_simplify), (gst_caps_do_simplify),
1709 add gst_caps_do_simplify that tries to simplify a caps in place.
1710 Deprecate old gst_caps_simplify function.
1711 * testsuite/caps/caps.h:
1712 add caps.h containing a common set of caps to test against.
1713 * testsuite/caps/sets.c: (check_caps), (main):
1715 * testsuite/caps/.cvsignore:
1716 * testsuite/caps/Makefile.am:
1717 * testsuite/caps/simplify.c: (check_caps), (main):
1718 add test to check correctness and efficency of caps simplification.
1720 2004-04-22 Sebastien Cote <sc5@hermes.usherb.ca>
1722 reviewed by Benjamin Otte <otte@gnome.org>
1724 * gst/gstparse.c: (_gst_parse_escape):
1725 Free the GString used in _gst_parse_escape()
1727 2004-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de>
1729 * gst/gstpad.c: (gst_pad_link_negotiate):
1730 refuse to link if the link is not possible
1732 * testsuite/Makefile.am:
1733 * testsuite/negotiation/.cvsignore:
1734 * testsuite/negotiation/Makefile.am:
1735 * testsuite/negotiation/pad_link.c: (main):
1736 add test that checks the above behaviour
1738 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
1740 * docs/gst/gstreamer-sections.txt:
1743 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
1745 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
1746 (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
1747 (gst_filesrc_open_file), (gst_filesrc_close_file),
1748 (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
1749 * gst/elements/gstfilesrc.h:
1750 add support for non-regular files (#140734)
1752 2004-04-21 Benjamin Otte <otte@gnome.org>
1754 * gst/gstpad.c: (gst_pad_link_fixate):
1755 add sophisticated error checking code to see if fixation functions
1756 did their fixation right
1758 2004-04-21 Benjamin Otte <otte@gnome.org>
1760 * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
1761 check for ANY caps before appending/unioning
1762 * gst/gstcaps.c: (gst_caps_is_subset),
1763 (gst_caps_is_equal), (gst_caps_structure_subtract_field),
1764 (gst_caps_structure_subtract), (gst_caps_subtract):
1766 add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
1767 the API. deprecate gst_caps_is_equal_fixed
1768 * gst/gstpad.c: (gst_pad_try_set_caps):
1769 * gst/gstqueue.c: (gst_queue_link):
1770 s/gst_caps_is_equal_fixed/gst_caps_is_equal/
1771 * gst/gststructure.c: (gst_structure_get_name_id):
1772 * gst/gststructure.h:
1773 add function gst_structure_get_name_id
1774 * gst/gstvalue.c: (gst_value_subtract_int_int_range),
1775 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
1776 (gst_value_subtract_int_range_int_range),
1777 (gst_value_subtract_double_double_range),
1778 (gst_value_subtract_double_range_double),
1779 (gst_value_subtract_double_range_double_range),
1780 (gst_value_subtract_from_list), (gst_value_subtract_list),
1781 (gst_value_can_intersect), (gst_value_subtract),
1782 (gst_value_can_subtract), (gst_value_register_subtract_func),
1783 (_gst_value_initialize):
1785 add support for subtracting values from each other. Note that
1786 subtracting means subtracting as in set theory. Required for caps
1788 * testsuite/caps/.cvsignore:
1789 * testsuite/caps/Makefile.am:
1790 * testsuite/caps/erathostenes.c: (erathostenes), (main):
1791 * testsuite/caps/sets.c: (check_caps), (main):
1792 * testsuite/caps/subtract.c: (check_caps), (main):
1793 add tests for subtraction and equality code.
1795 2004-04-20 David Schleef <ds@schleef.org>
1797 * gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
1798 * gst/indexers/Makefile.am:
1799 * gst/schedulers/Makefile.am:
1800 * libs/gst/bytestream/Makefile.am:
1801 * libs/gst/control/Makefile.am:
1802 * libs/gst/getbits/Makefile.am:
1804 2004-04-20 David Schleef <ds@schleef.org>
1806 * common/as-libtool.mak: Fine-tune DLL building.
1807 * configure.ac: Link plugins against libgstreamer. Define plugindir
1809 * examples/plugins/Makefile.am: remove plugindir
1810 * gst/autoplug/Makefile.am: DLL building fixes
1811 * gst/elements/Makefile.am: DLL building fixes. Disable pipefilter on
1813 * gst/elements/gstelements.c: Conditionally disable pipefilter.
1814 * gst/indexers/Makefile.am: DLL building fixes
1815 * gst/schedulers/Makefile.am: DLL building fixes.
1816 * libs/gst/bytestream/Makefile.am: DLL building fixes.
1817 * libs/gst/control/Makefile.am: same
1818 * libs/gst/getbits/Makefile.am: same
1819 * testsuite/Makefile.am: New dlopen directory
1820 * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
1822 * testsuite/dlopen/dlopen_gst.c: (main): same
1823 * testsuite/dlopen/loadgst.c: (do_test): same
1825 2004-04-20 David Schleef <ds@schleef.org>
1827 * gst/parse/grammar.y: Apply patch from Sebastien Cote
1828 <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
1830 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
1832 * gst/gstelement.c: (gst_element_wait),
1833 (gst_element_set_time_delay), (gst_element_change_state):
1836 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
1838 * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
1839 (gst_spider_identity_plug):
1840 improve debugging messages
1841 * gst/gstbin.c: (gst_bin_remove_func):
1842 make sure the state_change function is only called with simple state
1845 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
1847 * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
1848 (gst_fakesink_set_property), (gst_fakesink_chain):
1849 * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
1850 * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
1851 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
1852 * gst/elements/gstidentity.c: (gst_identity_chain),
1853 (gst_identity_set_property):
1854 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
1855 * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
1856 add warnings to _set_property for unknown arguments
1857 use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
1859 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
1863 add .po file download snippet
1864 fix a bug in the doc makefile
1866 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
1871 Added en_GB translation (Gareth Owen)
1873 2004-04-20 Johan Dahlin <johan@gnome.org>
1875 * gst/gstpad.c (_invent_event): Clean up
1877 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
1879 * testsuite/caps/filtercaps.c: (main):
1880 fix test to test things correctly (caps are complicated)
1882 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
1884 * testsuite/caps/Makefile.am:
1885 * testsuite/caps/filtercaps.c: (main):
1886 add test (that doesn't work right now, but should)
1888 2004-04-19 David Schleef <ds@schleef.org>
1890 * configure.ac: Add test for allowing unaligned access. Add define
1891 to put in gstconfig.h.
1892 * docs/gst/gstreamer-sections.txt: New symbols
1893 * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
1894 * docs/gst/tmpl/gstfilesrc.sgml:
1895 * docs/gst/tmpl/gstparse.sgml:
1896 * docs/gst/tmpl/gsttypes.sgml:
1897 * docs/gst/tmpl/gstutils.sgml:
1898 * docs/gst/tmpl/gstvalue.sgml:
1899 * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
1900 * gst/gstutils.h: Add macros for unaligned memory access. Useful
1901 on most !i386/!powerpc architectures. From Daniel Gazard
1902 <daniel.gazard@free.fr>. (bug #140156)
1903 * po/af.po: Check in changes made by gettext.
1910 2004-04-20 Benjamin Otte <otte@gnome.org>
1912 * gst/schedulers/entryscheduler.c:
1913 (gst_entry_scheduler_yield):
1914 refuse to yield when decoupled elements insist on doing that.
1915 At least it's better than crashing
1917 2004-04-19 David Schleef <ds@schleef.org>
1919 * docs/libs/Makefile.am: Change sinclude to include
1920 * docs/gst/Makefile.am: same
1921 * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
1923 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
1927 Added Ukrainian translation (Maxim V. Dziumanenko)
1929 2004-04-19 Johan Dahlin <johan@gnome.org>
1931 * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
1932 checking here, do it before calling the function.
1933 Clean up, use for loops instead of while loops while iterating
1936 * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
1938 (gst_spider_create_and_plug): Improve debug message.
1939 General: Replace while loops which iterates over GLists with for
1940 loops. Which are much cleaner, improves readability, especially
1941 for gst_spider_identity_plug
1943 * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
1946 2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
1950 Added Turkish translation (Baris Cicek)
1952 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
1954 * docs/faq/troubleshooting.xml:
1955 Mention gst-register in the FAQ (fixes 139045).
1957 2004-04-17 Thomas Vander Stichele <thomas at apestaart dot org>
1959 * docs/gst/gstreamer-sections.txt:
1961 2004-04-17 Benjamin Otte <otte@gnome.org>
1963 * gst/gstelement.c: (gst_element_dispose):
1965 * gst/gstpad.c: (gst_pad_call_chain_function):
1966 don't create loads of events due to bad macro usage
1968 2004-04-16 David Schleef <ds@schleef.org>
1970 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
1971 * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
1972 * gst/gstvalue.c: (gst_value_serialize_buffer),
1973 (gst_value_deserialize_buffer), (gst_type_is_fixed),
1974 (_gst_value_initialize): Create a new function gst_type_is_fixed()
1975 to indicate types that are fixed wrt caps or not. Switching to
1976 this function fixes (bug #140298).
1979 2004-04-16 David Schleef <ds@schleef.org>
1981 * common/m4/gst-arch.m4: Implmenent a whitelist and blacklist
1982 for GST_UNALIGNED_ACESS, since we essentially know which archs
1985 2004-04-17 Benjamin Otte <otte@gnome.org>
1987 * docs/gst/Makefile.am:
1988 ignore gst/parse directory when building docs (fixes #140205)
1990 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
1992 * testsuite/refcounting/mem.c: (vmsize):
1995 2004-04-16 Johan Dahlin <johan@gnome.org>
1997 * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
1998 and gst_pad_call_get_function.
2000 2004-04-15 David Schleef <ds@schleef.org>
2002 * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
2003 checks if we can access unaligned memory.
2004 * configure.ac: Use it.
2006 2004-04-16 Benjamin Otte <otte@gnome.org>
2008 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
2009 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2010 * gst/elements/gstfilesrc.h:
2011 s/seek_happened/need_discont/ and require discont before sending any
2014 2004-04-15 David Schleef <ds@schleef.org>
2016 * gst/gstvalue.c: (gst_value_serialize_buffer),
2017 (gst_value_deserialize_buffer), (_gst_value_initialize):
2018 Register these types as fundamental types. (bug #140015)
2020 2004-04-16 Benjamin Otte <otte@gnome.org>
2022 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
2023 (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
2025 implement enforcing discont events before buffers are passed. This
2026 allows state changes of only some elements and later correctly going
2027 on where they left off (or in short: you can now set audio sinks to
2028 NULL to release the device when the pipeline is paused)
2029 * gst/gstpad.c: (gst_pad_call_chain_function),
2030 (gst_pad_call_get_function):
2032 add gst_pad_call_chain_function and gst_pad_call_get_function for
2033 scheduler interaction. They are required because of the changes
2035 * gst/schedulers/entryscheduler.c: (get_buffer),
2036 (gst_entry_scheduler_chain_wrapper),
2037 (gst_entry_scheduler_get_wrapper),
2038 (gst_entry_scheduler_state_transition),
2039 (gst_entry_scheduler_pad_link):
2040 * gst/schedulers/gstbasicscheduler.c:
2041 (gst_basic_scheduler_chain_wrapper),
2042 (gst_basic_scheduler_src_wrapper),
2043 (gst_basic_scheduler_chainhandler_proxy),
2044 (gst_basic_scheduler_gethandler_proxy),
2045 (gst_basic_scheduler_cothreaded_chain),
2046 (gst_basic_scheduler_chain_elements):
2047 * gst/schedulers/gstoptimalscheduler.c:
2048 (get_group_schedule_function), (pad_clear_queued),
2049 (gst_opt_scheduler_pad_link):
2050 use the new functions instead of calling get/chain-functions
2053 2004-04-15 David Schleef <ds@schleef.org>
2055 * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
2056 * docs/gst/tmpl/gstinfo.sgml: same
2057 * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
2059 * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
2060 * examples/queue/queue.c: (main): We iterate pipelines, not
2063 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2065 * docs/pwg/advanced-types.xml:
2066 Add MS RLE support. Also document Qt RLE although I have no sample
2067 files for that yet. And document an extra property for ADPCM.
2069 2004-04-15 David Schleef <ds@schleef.org>
2071 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
2072 (_gst_plugin_fault_handler_setup): Disable more stuff on
2075 2004-04-15 David Schleef <ds@schleef.org>
2077 * gst/gstinfo.c: (_gst_debug_init): Change some internal
2078 symbol names to not conflict with new gstinfo.h symbols.
2079 * gst/gstinfo.h: Add inline functions for all those crazy
2080 compilers that don't know how to handle variadic macros (MSVC).
2082 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2084 * configure.ac: bump nano to 1
2086 === release 0.8.1 ===
2088 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2093 releasing 0.8.1, "Snow Brigade"
2095 2004-04-14 David Schleef <ds@schleef.org>
2097 * testsuite/Makefile.am: define tests_ignore
2098 * testsuite/Rules: Added new tests_ignore, which get compiled,
2099 but not run (generally because they're inconsistent or have
2100 heisenbugs). Now we can ensure all the .c files compile in
2102 * testsuite/bins/Makefile.am: define tests_ignore
2103 * testsuite/bytestream/Makefile.am:
2104 * testsuite/caps/Makefile.am:
2105 * testsuite/clock/Makefile.am:
2106 * testsuite/debug/Makefile.am:
2107 * testsuite/debug/global.c: (gst_debug_log_one),
2108 (gst_debug_log_two): Fix compilation problem.
2109 * testsuite/dynparams/Makefile.am:
2110 * testsuite/elements/Makefile.am:
2111 * testsuite/ghostpads/Makefile.am:
2112 * testsuite/indexers/Makefile.am:
2113 * testsuite/parse/Makefile.am:
2114 * testsuite/plugin/Makefile.am:
2115 * testsuite/refcounting/Makefile.am:
2116 * testsuite/refcounting/element_pad.c: (main): Don't return leak
2117 results, because it's not calculated correctly.
2118 * testsuite/refcounting/pad.c: (main): same
2119 * testsuite/states/Makefile.am:
2120 * testsuite/tags/Makefile.am:
2121 * testsuite/threads/Makefile.am:
2123 2004-04-14 David Schleef <ds@schleef.org>
2125 * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
2126 generating bad code around the cpu detection asm code.
2128 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
2130 * tools/gst-inspect.c: (print_element_info):
2131 print numeric version of rank as well, since we added some - 1
2132 rank values to elements
2134 2004-04-13 David Schleef <ds@schleef.org>
2136 * configure.ac: Disable various code when compiling for MinGW.
2137 * gst/elements/Makefile.am:
2138 * gst/elements/gstelements.c:
2139 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
2140 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
2141 * gst/registries/gstxmlregistry.c: (make_dir):
2143 2004-04-13 David Schleef <ds@schleef.org>
2146 * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
2148 * gst/gstcpuid_i386.s: remove
2150 2004-04-13 David Schleef <ds@schleef.org>
2152 * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
2153 seems to think it needs to be done.
2154 * docs/gst/tmpl/gstfakesink.sgml:
2155 * docs/gst/tmpl/gstfakesrc.sgml:
2156 * docs/gst/tmpl/gstfdsink.sgml:
2157 * docs/gst/tmpl/gstfdsrc.sgml:
2158 * docs/gst/tmpl/gstfilesink.sgml:
2159 * docs/gst/tmpl/gstfilesrc.sgml:
2160 * docs/gst/tmpl/gstidentity.sgml:
2161 * docs/gst/tmpl/gstmd5sink.sgml:
2162 * docs/gst/tmpl/gstmultifilesrc.sgml:
2163 * docs/gst/tmpl/gstpipefilter.sgml:
2164 * docs/gst/tmpl/gstshaper.sgml:
2165 * docs/gst/tmpl/gstspider.sgml:
2166 * docs/gst/tmpl/gstspideridentity.sgml:
2167 * docs/gst/tmpl/gststatistics.sgml:
2168 * docs/gst/tmpl/gsttee.sgml:
2169 * docs/gst/tmpl/gsttypefind.sgml:
2170 * docs/gst/tmpl/gstutils.sgml:
2172 2004-04-13 David Schleef <ds@schleef.org>
2174 * configure.ac: Changes to remove POSIXisms (mmap in this case)
2175 and to build DLLs on Windows.
2177 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2178 (gst_filesrc_open_file):
2179 * gst/schedulers/Makefile.am:
2181 2004-04-13 David Schleef <ds@schleef.org>
2183 * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
2184 (gst_caps_structure_fixate_field_nearest_double): Fix bug in
2187 2004-04-12 David Schleef <ds@schleef.org>
2189 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
2190 (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
2192 * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
2193 * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
2194 * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
2195 * gst/gststructure.c: (gst_structure_set_valist),
2196 (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
2197 support for buffers.
2198 * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
2199 intended to be const.
2200 * gst/gsttag.h: same
2201 * gst/gstvalue.c: (gst_value_serialize_buffer),
2202 (gst_value_deserialize_buffer), (_gst_value_initialize): Add code
2203 to (de)serialize buffers.
2204 * testsuite/caps/Makefile.am: Add a bit of buffer testing
2205 * testsuite/caps/string-conversions.c: (main):
2206 * testsuite/caps/value_serialize.c: add new test
2208 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2210 * docs/pwg/advanced-types.xml:
2211 Document MS video 1 (video/x-msvideocodec) mimetype/format.
2213 2004-04-11 Benjamin Otte <otte@gnome.org>
2215 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
2216 rename categories to basic_*
2217 * gst/schedulers/gstbasicscheduler.c:
2218 (gst_basic_scheduler_chain_wrapper),
2219 (gst_basic_scheduler_chainhandler_proxy),
2220 (gst_basic_scheduler_gethandler_proxy),
2221 (gst_basic_scheduler_eventhandler_proxy):
2222 debugging category fixes - put common stuff in log category
2223 * gst/schedulers/gstbasicscheduler.c:
2224 (gst_basic_scheduler_chain_elements):
2225 dirty fix: call gst_basic_scheduler_cothreaded_chain when already
2226 active and linking two active chains
2228 2004-04-10 Benjamin Otte <otte@gnome.org>
2230 * docs/pwg/intro-preface.xml:
2231 fix dead links and remove reference to Wiki
2233 2004-04-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
2235 * gst/schedulers/gstbasicscheduler.c:
2236 make sure we can switch back to the main function if we're still in
2237 the main function (supposed to fix #139617)
2238 * gst/schedulers/gthread-cothreads.h:
2239 don't throw an error when switching to the same cothread
2241 2004-04-09 Benjamin Otte <otte@gnome.org>
2243 * gst/gstbin.c: (gst_bin_get_type):
2244 * gst/gstclock.c: (gst_clock_get_type):
2245 * gst/gstindex.c: (gst_index_get_type):
2246 * gst/gstobject.c: (gst_object_get_type),
2247 (gst_signal_object_get_type):
2248 * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
2249 (gst_pad_template_get_type), (gst_ghost_pad_get_type):
2250 * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
2251 * gst/gstqueue.c: (gst_queue_get_type):
2252 * gst/gstregistry.c: (gst_registry_get_type):
2253 * gst/gstsystemclock.c: (gst_system_clock_get_type):
2254 * gst/gstthread.c: (gst_thread_get_type):
2255 don't use memchunks for these objects, use malloc instead
2257 2004-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
2259 * docs/gst/.cvsignore:
2260 * docs/gst/Makefile.am:
2261 * docs/gst/gstreamer-sections.txt:
2262 * docs/gst/tmpl/gstaggregator.sgml:
2263 * docs/gst/tmpl/gstbuffer.sgml:
2264 * docs/gst/tmpl/gstclock.sgml:
2265 * docs/gst/tmpl/gstelement.sgml:
2266 * docs/gst/tmpl/gstfakesink.sgml:
2267 * docs/gst/tmpl/gstfakesrc.sgml:
2268 * docs/gst/tmpl/gstfdsink.sgml:
2269 * docs/gst/tmpl/gstfdsrc.sgml:
2270 * docs/gst/tmpl/gstfilesink.sgml:
2271 * docs/gst/tmpl/gstfilesrc.sgml:
2272 * docs/gst/tmpl/gstidentity.sgml:
2273 * docs/gst/tmpl/gstindex.sgml:
2274 * docs/gst/tmpl/gstinfo.sgml:
2275 * docs/gst/tmpl/gstmd5sink.sgml:
2276 * docs/gst/tmpl/gstmultifilesrc.sgml:
2277 * docs/gst/tmpl/gstpad.sgml:
2278 * docs/gst/tmpl/gstpipefilter.sgml:
2279 * docs/gst/tmpl/gstpipeline.sgml:
2280 * docs/gst/tmpl/gstpluginfeature.sgml:
2281 * docs/gst/tmpl/gstqueue.sgml:
2282 * docs/gst/tmpl/gstregistry.sgml:
2283 * docs/gst/tmpl/gstscheduler.sgml:
2284 * docs/gst/tmpl/gstshaper.sgml:
2285 * docs/gst/tmpl/gstspider.sgml:
2286 * docs/gst/tmpl/gstspideridentity.sgml:
2287 * docs/gst/tmpl/gststatistics.sgml:
2288 * docs/gst/tmpl/gstsystemclock.sgml:
2289 * docs/gst/tmpl/gsttee.sgml:
2290 * docs/gst/tmpl/gstthread.sgml:
2291 * docs/gst/tmpl/gsttypefind.sgml:
2292 * docs/gst/tmpl/gstutils.sgml:
2293 further doc build fixes
2295 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
2297 * docs/gst/Makefile.am:
2298 make docs exit on scanning problems
2299 fix nonsrcdir build issues
2300 * docs/gst/gstreamer-sections.txt:
2301 adding stuff from -unused
2304 * gst/schedulers/cothreads_compat.h:
2305 fix cothread warnings
2307 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
2309 * docs/gst/gstreamer-sections.txt:
2310 remove defines deprecated by Benjamin
2312 2004-04-07 Benjamin Otte <otte@gnome.org>
2314 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2315 when the buffer is complete, don't check if other buffers are needed
2316 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
2317 check that the offset is >0 so we don't try to read before the
2318 beginning of the file
2319 * gst/gstpad.c: (gst_pad_set_pad_template):
2320 sink the template, so we don't end up with 130k pad templates
2322 2004-04-06 Benjamin Otte <otte@gnome.org>
2324 * gst/autoplug/gstspider.c: (gst_spider_link_add):
2325 don't ref the element, adding already reffed it. And we didn't unref
2326 it later anyway... (huge memleak when you used many spider elements)
2327 * gst/gstelement.c: (gst_element_base_class_finalize):
2328 * gst/gstelementfactory.c: (gst_element_factory_cleanup),
2329 (gst_element_register):
2330 * gst/gsturi.c: (gst_element_make_from_uri):
2331 use gst_object_(un)ref instead of g_object(un)ref
2333 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
2336 remove macro that wouldn't work anymore because struct member has
2338 * gst/schedulers/entryscheduler.c: (schedule_forward):
2339 fix segfault for unconnected pads
2341 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
2343 reviewed by David Schleef <ds@schleef.org>
2346 *_FORMAT modifiers should require putting a % in front of them for
2347 consistency reasons.
2349 2004-04-05 Colin Walters <walters@redhat.com>
2351 * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
2354 2004-04-05 Benjamin Otte <otte@gnome.org>
2358 * gst/gst_private.h:
2359 * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
2360 add support for detecting if GStreamer runs inside valgrind.
2361 requires valgrind (d'oh) and --enable-debug for correct cdetection.
2362 print a big message in valgrind that GStreamer has detected it's
2363 running inside and might now use different code.
2364 * gst/gstmemchunk.c: (populate), (free_area),
2365 (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
2366 (gst_mem_chunk_free):
2367 flag memchunks for valgrind, so it can detect leaking of chunks.
2368 This allows detecting leaks of GstBuffer and GstEvent correctly
2371 2004-04-05 David Schleef <ds@schleef.org>
2373 * gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
2374 jensgr@gmx.net (Jens Granseuer)
2376 2004-04-05 David Schleef <ds@schleef.org>
2378 * gst/gstbuffer.c: (_gst_buffer_sub_free),
2379 (gst_buffer_default_free), (gst_buffer_default_copy),
2380 (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
2381 (gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
2382 structures in one place.
2384 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
2386 * gst/gstinfo.h: adding Ronald's timestamp debugging defines
2387 (GST_TIME_FORMAT, GST_TIME_ARGS)
2389 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
2391 * testsuite/elements/Makefile.am:
2392 disable test until it stops breaking make distcheck
2394 2004-04-05 Johan Dahlin <johan@gnome.org>
2396 * po/sv.po: Updated translation
2398 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
2400 * gst/gstplugin.c: (gst_plugin_load_file):
2401 fix segfault for when original plugin was loaded statically
2403 2004-04-05 Benjamin Otte <otte@gnome.org>
2405 * testsuite/debug/category.c: (main):
2406 * testsuite/debug/commandline.c: (main):
2407 * testsuite/debug/output.c: (main):
2408 fix tests to work again with debugging enabled
2410 2004-04-05 Benjamin Otte <otte@gnome.org>
2412 * gst/schedulers/gstbasicscheduler.c:
2413 (gst_basic_scheduler_pad_link):
2414 fix to work with recent scheduling changes
2416 2004-04-05 Benjamin Otte <otte@gnome.org>
2418 * gst/schedulers/entryscheduler.c: (some functions, dunno which,
2419 prepareChangeLog doesn't work when cvs indents):
2420 don't throw an error when no element can be scheduled, there's too
2421 many weird reasons why it doesn't work. Return STOPPED instead.
2422 decoupled elemts' schedulability doesn't depend on bufpens.
2424 2004-04-04 Benjamin Otte <otte@gnome.org>
2426 * gst/schedulers/gstbasicscheduler.c:
2427 (gst_basic_scheduler_pad_select):
2428 fix uninitialized variable warnings
2430 2004-04-04 Benjamin Otte <otte@gnome.org>
2432 * gst/gstpad.c: (gst_pad_collect_valist):
2433 fix uninitialized variable warning
2434 * gst/schedulers/entryscheduler.c: (schedule_forward):
2435 fix shadowed variable
2437 2004-04-04 Benjamin Otte <otte@gnome.org>
2439 * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
2440 (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
2443 * gst/gstscheduler.c: (gst_scheduler_pad_select),
2444 (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
2445 * gst/gstscheduler.h:
2446 implement gst_pad_collect as replacement for gst_pad_select.
2447 deprecate gst_pad_select and gst_scheduler_(un)lock_element
2448 add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
2449 new pad_select, lock and unlock calls.
2450 * gst/cothreads.c: (cothread_destroy), (cothread_switch):
2452 * gst/schedulers/cothreads_compat.h:
2453 * gst/schedulers/gthread-cothreads.h:
2454 remove unused cothread_lock and cothread_unlock calls
2455 * gst/schedulers/entryscheduler.c:
2456 (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
2457 (_can_schedule_loop), (gst_entry_scheduler_get_handler),
2458 (gst_entry_scheduler_pad_select):
2460 * gst/schedulers/gstbasicscheduler.c:
2461 (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
2462 (gst_basic_scheduler_pad_select):
2463 remove useless lock and unlock calls, update pad_select to new API
2465 * gst/schedulers/gstoptimalscheduler.c:
2466 (gst_opt_scheduler_class_init):
2467 remove useless select, lock and unlock function calls
2468 * gst/elements/gstaggregator.c: (gst_aggregator_loop):
2469 use gst_pad_collect instead of gst_pad_select
2471 2004-04-04 Benjamin Otte <otte@gnome.org>
2473 * gst/schedulers/entryscheduler.c: (_can_schedule_get),
2474 (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
2475 (schedule_next_element), (print_entry):
2476 add can_schedule_pad to handle element states.
2477 add schedule_forward to select the correct entry to schedule next
2479 2004-04-03 Benjamin Otte <otte@gnome.org>
2481 * gst/schedulers/entryscheduler.c:
2482 remove unused variable, fix error inside Rb, fix compile warning in
2485 2004-04-03 Benjamin Otte <otte@gnome.org>
2487 * gst/schedulers/entryscheduler.c:
2488 completely revamp the inner workings, so it's a lot easier to
2489 understand and extend
2491 2004-04-03 Andy Wingo <wingo@pobox.com>
2493 * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
2494 Rename ->group1 and ->group2 to ->src and ->sink, respectively.
2495 This allows better introspection of pipeline topology.
2496 (add_to_chain): Don't do trickery to put loop elements first;
2497 rather, queue a chain sort by marking the chain as dirty.
2498 (remove_from_chain): Mark the chain dirty.
2499 (sort_chain): New function. Sorts the group list so that terminal
2500 sinks are first. This means elements on the sink side will be
2501 preferentially sscheduled before elements on the src side of the
2503 (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
2504 (schedule_chain): If the chain is marked DIRTY, call sort_chain.
2505 (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
2506 (group_inc_link): Change argument and variable names to match the
2507 new link structure member names (src and sink).
2508 (group_dec_link): Add some description
2510 2004-04-03 Benjamin Otte <otte@gnome.org>
2512 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
2514 * testsuite/debug/category.c: (main):
2515 * testsuite/debug/commandline.c: (main):
2516 * testsuite/debug/output.c: (main):
2517 * testsuite/debug/printf_extension.c: (main):
2518 fix to successfully build and test with --disable-gst-debug
2519 configure switch (fixes #138705)
2521 2004-04-03 Benjamin Otte <otte@gnome.org>
2523 * docs/pwg/building-boiler.xml:
2524 add cvs login line and s/anonymous/anoncvs/
2526 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
2528 reviewed by Benjamin Otte <otte@gnome.org>
2530 * gst/gststructure.c: (gst_structure_free):
2531 memleak fix: free fields array (partial fix for #134839)
2533 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
2535 * docs/random/ds/0.9-suggested-changes:
2536 Add a note to change handoff use in fakesrc to be usable in
2537 a more generic way (fakesrc should be renamed to appsrc or so).
2538 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2539 Change signal type to scope, so we can fill the buffer in the
2540 handoff handler (that's the whole use of this signal...).
2542 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
2544 * docs/pwg/other-ntoone.xml:
2545 Document muxers and n-to-1 elements.
2547 2004-04-01 Martin Soto <martinsoto@users.sourceforge.net>
2549 * gst/registries/gstxmlregistry.c
2550 (gst_xml_registry_rebuild_recurse): Fix the algorithm to
2551 determine if a file is a G_MODULE. The old one discards paths
2552 containing "so" somewhere in the middle. My home directory is
2553 called "soto". Go figure...
2555 2004-03-31 David Schleef <ds@schleef.org>
2557 * gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
2558 to eventually deprecate gst_buffer_merge(). (bug: #136408)
2561 2004-03-31 David Schleef <ds@schleef.org>
2563 * gst/gstvalue.c: (gst_value_union_int_int_range),
2564 (gst_value_union_int_range_int_range), (gst_value_can_union),
2565 (gst_value_union), (_gst_value_initialize): Add some union
2566 implementations. We didn't have any previously.
2567 * testsuite/caps/Makefile.am:
2568 * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
2569 (gst_audioscale_getcaps), (test_caps), (main): A little test
2570 that is the same as the caps manipulation in audioscale.
2572 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2574 * docs/faq/general.xml:
2575 add entry about "does gst support format X?"
2577 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2582 fix GST_BOILERPLATE_FULL to not throw casting errors on C++
2584 2004-03-30 Benjamin Otte <otte@gnome.org>
2586 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2587 set the offset of the buffer to the requested offset
2588 * gst/elements/gsttypefind.c: (stop_typefinding):
2589 revert patch 1.18 (which I unfortunately don't know the reason for).
2590 This is needed to allow downstream elements to seek. Otherwise
2591 typefind might overwrite a previous seek by downstream elements.
2592 This lead to errors with id3tag and typefind on some mp3s.
2593 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
2594 (gst_entry_scheduler_iterate):
2595 be more verbose when debugging
2597 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
2599 * gst/gstcaps.c: (gst_caps_from_string_inplace):
2600 make sure we don't get NULL strings
2602 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
2606 * gst/gstelementfactory.c: (gst_element_factory_get_type):
2607 * gst/gstindex.c: (gst_index_resolver_get_type),
2608 (gst_index_get_type), (gst_index_factory_get_type):
2612 * gst/gsturi.c: (gst_uri_handler_get_type):
2614 first batch of documentation fixes
2616 2004-03-29 David Schleef <ds@schleef.org>
2618 * docs/gst/Makefile.am: Disable a bunch of headers from being scanned
2619 * docs/gst/gstreamer-docs.sgml: More hacking
2620 * docs/gst/gstreamer-sections.txt:
2621 * docs/gst/tmpl/cothreads_compat.sgml:
2622 * docs/gst/tmpl/gstcaps.sgml:
2623 * docs/gst/tmpl/gstclock.sgml:
2624 * docs/gst/tmpl/gstelement.sgml:
2625 * docs/gst/tmpl/gstevent.sgml:
2626 * docs/gst/tmpl/gstpad.sgml:
2627 * docs/gst/tmpl/gstutils.sgml:
2628 * docs/gst/tmpl/gstxml.sgml:
2629 * docs/gst/tmpl/gthread-cothreads.sgml:
2630 * docs/random/ds/0.9-suggested-changes:
2631 * gst/elements/gstfakesink.h: doc fixes
2632 * gst/elements/gstfakesrc.h: doc fixes
2633 * gst/gstcaps.c: doc fixes
2634 * gst/gstcaps.h: doc fixes
2635 * gst/gstelement.c: doc fixes
2636 * gst/gstelement.h: doc fixes
2637 * gst/gstindex.c: doc fixes
2638 * gst/gstinfo.c: doc fixes
2639 * gst/gstpad.c: doc fixes
2640 * gst/gstpad.h: doc fixes
2641 * gst/gstplugin.c: doc fixes
2642 * gst/gsttypefind.h: doc fixes
2643 * gst/gsturi.c: doc fixes
2644 * gst/gstvalue.c: doc fixes
2646 2004-03-29 Colin Walters <walters@redhat.com>
2648 * gst/registries/gstxmlregistry.c (get_time)
2649 (plugin_times_older_than_recurse):
2650 Use the result of stat to determine whether a path is a file,
2651 so we don't attempt to opendir() files.
2653 2004-03-29 Benjamin Otte <otte@gnome.org>
2655 * gst/gstpad.c: (gst_pad_set_explicit_caps):
2656 print caps in debugging output when setting caps failed
2657 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
2658 (schedule_next_element), (get_buffer), (run_chainhandler),
2659 (element_may_start), (gst_entry_scheduler_chain_handler),
2660 (gst_entry_scheduler_get_handler),
2661 (gst_entry_scheduler_state_transition),
2662 (gst_entry_scheduler_pad_link):
2663 make this scheduler a testcase for mandatory
2664 discont-before-first-buffer which is needed if we want to allow apps
2665 to release the sound device.
2666 add SCHED_ASSERT macro to print scheduler state before an assertion
2669 2004-03-29 Benjamin Otte <otte@gnome.org>
2672 replace by LGPL (former COPYING.LIB). The core is completely
2677 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
2681 updated Afrikaans and Swedish
2683 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
2687 adding Azerbaijani (Mətin Əmirov)
2689 2004-03-28 Martin Soto <martinsoto@users.sourceforge.net>
2692 * gst/gstelement.c (gst_element_set_time_delay): New function for
2693 setting element time taking into account a hardware buffering
2695 (gst_element_set_time): Now just an invocation of
2696 gst_element_set_time_delay.
2698 * gst/gstclock.c (gst_clock_get_event_time_delay): New function
2699 allowing to set event times in the future.
2700 (gst_clock_get_event_time): Now just an invocation of
2701 gst_clock_get_event_time_delay.
2703 2004-03-28 Benjamin Otte <otte@gnome.org>
2705 * gst/gstbin.c: (gst_bin_set_element_sched),
2706 (gst_bin_unset_element_sched):
2707 don't add decoupled elements to schedulers - otherwise it's
2708 impossible to control if a link to a decoupled element was already
2709 removed from a scheduler or not.
2710 * gst/schedulers/cothreads_compat.h:
2711 * gst/schedulers/gthread-cothreads.h:
2712 add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
2713 is no "unused" warning.
2714 * gst/schedulers/Makefile.am:
2715 * gst/schedulers/entryscheduler.c:
2716 add new scheduler, based on ideas from talking to David and Martin.
2717 It's supposed to be small and correct. Currently it's also slow (but
2719 * examples/retag/retag.c: (main):
2720 * testsuite/bytestream/test1.c: (main):
2721 fix missing NULLs at end of variadic functions
2722 * testsuite/elements/.cvsignore:
2725 2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
2728 Added GST_EVENT_ANY for GstEvents that pass a GstStructure
2730 2004-03-25 David Schleef <ds@schleef.org>
2732 * docs/gst/gstreamer-sections.txt: More doc hacking.
2733 * docs/gst/tmpl/gstaggregator.sgml:
2734 * docs/gst/tmpl/gstautoplugfactory.sgml:
2735 * docs/gst/tmpl/gstbin.sgml:
2736 * docs/gst/tmpl/gstbuffer.sgml:
2737 * docs/gst/tmpl/gstbufferstore.sgml:
2738 * docs/gst/tmpl/gstfakesink.sgml:
2739 * docs/gst/tmpl/gstfakesrc.sgml:
2740 * docs/gst/tmpl/gstmd5sink.sgml:
2741 * docs/gst/tmpl/gstreamer-unused.sgml:
2742 * docs/gst/tmpl/gstsearchfuncs.sgml:
2743 * docs/gst/tmpl/gstshaper.sgml:
2744 * docs/gst/tmpl/gstspider.sgml:
2745 * docs/gst/tmpl/gsttee.sgml:
2746 * docs/gst/tmpl/gstutils.sgml:
2747 * docs/gst/tmpl/gstvalue.sgml:
2748 * docs/gst/tmpl/gstxml.sgml:
2749 * gst/Makefile.am: Remove gstthreaddummy.c. It never worked,
2750 and we don't support it.
2751 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
2752 (gst_use_threads), (gst_has_threads): same
2753 * gst/gstthreaddummy.c: same
2754 * gst/autoplug/gstspider.c: Make gst_spider_details static.
2755 * gst/autoplug/gstspider.h: same
2756 * gst/elements/gstaggregator.h: Remove bogus function from header
2757 * gst/elements/gstfakesink.h: same
2758 * gst/elements/gstfakesrc.h: same
2759 * gst/elements/gstmd5sink.h: same
2760 * gst/elements/gstshaper.h: same
2761 * gst/elements/gsttee.h: same
2762 * gst/gstbin.c: doc fixes
2763 * gst/gstbin.h: Remove unused definition.
2764 * gst/gstbuffer.c: doc fixes
2765 * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
2766 * gst/gstfilter.c: doc fixes
2767 * gst/gsttag.c: doc fixes
2768 * gst/gstvalue.c: doc fixes
2770 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2772 * docs/pwg/advanced-types.xml:
2773 Document typefinding.
2774 * docs/pwg/other-oneton.xml:
2775 Document one-to-n elements, demuxers and parsers.
2777 2004-03-25 Tim-Philipp Müller <t.i.m@zen.co.uk>
2779 reviewed by: David Schleef <ds@schleef.org>
2781 * configure.ac: Check bison version (bug #127838)
2783 2004-03-25 David Schleef <ds@schleef.org>
2785 * docs/gst/gstreamer-docs.sgml: More fine tuning.
2786 * docs/gst/gstreamer-sections.txt:
2787 * docs/gst/tmpl/gstautoplug.sgml:
2788 * docs/gst/tmpl/gststaticautoplug.sgml:
2789 * docs/gst/tmpl/gststaticautoplugrender.sgml:
2790 * docs/gst/tmpl/gstutils.sgml:
2791 * docs/gst/tmpl/gstxml.sgml:
2793 2004-03-24 David Schleef <ds@schleef.org>
2795 * docs/gst/gstreamer-docs.sgml: I got tired of the reference
2796 manual being such complete crap, that I decided to do major
2797 hacking of it. This checkin replaces any fine tuning that
2798 may have been done previously, with the benefit of actually
2799 being complete for much of the API that was changed since
2800 0.6. Further fine tuning will occur shortly. (bug #134721)
2801 * docs/gst/gstreamer-sections.txt:
2802 * docs/gst/tmpl/GstBin.sgml:
2803 * docs/gst/tmpl/GstBuffer.sgml:
2804 * docs/gst/tmpl/GstCaps.sgml:
2805 * docs/gst/tmpl/GstClock.sgml:
2806 * docs/gst/tmpl/GstCompat.sgml:
2807 * docs/gst/tmpl/GstData.sgml:
2808 * docs/gst/tmpl/GstElement.sgml:
2809 * docs/gst/tmpl/GstEvent.sgml:
2810 * docs/gst/tmpl/GstIndex.sgml:
2811 * docs/gst/tmpl/GstStructure.sgml:
2812 * docs/gst/tmpl/GstTag.sgml:
2813 * docs/gst/tmpl/cothreads.sgml:
2814 * docs/gst/tmpl/cothreads_compat.sgml:
2815 * docs/gst/tmpl/gettext.sgml:
2816 * docs/gst/tmpl/grammar.tab.sgml:
2817 * docs/gst/tmpl/gst-i18n-app.sgml:
2818 * docs/gst/tmpl/gst-i18n-lib.sgml:
2819 * docs/gst/tmpl/gst.sgml:
2820 * docs/gst/tmpl/gst_private.sgml:
2821 * docs/gst/tmpl/gstaggregator.sgml:
2822 * docs/gst/tmpl/gstarch.sgml:
2823 * docs/gst/tmpl/gstatomic.sgml:
2824 * docs/gst/tmpl/gstatomic_impl.sgml:
2825 * docs/gst/tmpl/gstbin.sgml:
2826 * docs/gst/tmpl/gstbuffer.sgml:
2827 * docs/gst/tmpl/gstbufferstore.sgml:
2828 * docs/gst/tmpl/gstcaps.sgml:
2829 * docs/gst/tmpl/gstclock.sgml:
2830 * docs/gst/tmpl/gstcompat.sgml:
2831 * docs/gst/tmpl/gstconfig.sgml:
2832 * docs/gst/tmpl/gstcpu.sgml:
2833 * docs/gst/tmpl/gstdata.sgml:
2834 * docs/gst/tmpl/gstdata_private.sgml:
2835 * docs/gst/tmpl/gstelement.sgml:
2836 * docs/gst/tmpl/gstenumtypes.sgml:
2837 * docs/gst/tmpl/gsterror.sgml:
2838 * docs/gst/tmpl/gstevent.sgml:
2839 * docs/gst/tmpl/gstfakesink.sgml:
2840 * docs/gst/tmpl/gstfakesrc.sgml:
2841 * docs/gst/tmpl/gstfilesink.sgml:
2842 * docs/gst/tmpl/gstfilter.sgml:
2843 * docs/gst/tmpl/gstindex.sgml:
2844 * docs/gst/tmpl/gstinfo.sgml:
2845 * docs/gst/tmpl/gstinterface.sgml:
2846 * docs/gst/tmpl/gstlog.sgml:
2847 * docs/gst/tmpl/gstmacros.sgml:
2848 * docs/gst/tmpl/gstmarshal.sgml:
2849 * docs/gst/tmpl/gstmd5sink.sgml:
2850 * docs/gst/tmpl/gstmultifilesrc.sgml:
2851 * docs/gst/tmpl/gstobject.sgml:
2852 * docs/gst/tmpl/gstpad.sgml:
2853 * docs/gst/tmpl/gstparse.sgml:
2854 * docs/gst/tmpl/gstpipeline.sgml:
2855 * docs/gst/tmpl/gstplugin.sgml:
2856 * docs/gst/tmpl/gstpluginfeature.sgml:
2857 * docs/gst/tmpl/gstqueue.sgml:
2858 * docs/gst/tmpl/gstreamer-unused.sgml:
2859 * docs/gst/tmpl/gstregistry.sgml:
2860 * docs/gst/tmpl/gstregistrypool.sgml:
2861 * docs/gst/tmpl/gstscheduler.sgml:
2862 * docs/gst/tmpl/gstsearchfuncs.sgml:
2863 * docs/gst/tmpl/gstshaper.sgml:
2864 * docs/gst/tmpl/gstspider.sgml:
2865 * docs/gst/tmpl/gstspideridentity.sgml:
2866 * docs/gst/tmpl/gststructure.sgml:
2867 * docs/gst/tmpl/gstsystemclock.sgml:
2868 * docs/gst/tmpl/gsttag.sgml:
2869 * docs/gst/tmpl/gsttaginterface.sgml:
2870 * docs/gst/tmpl/gsttee.sgml:
2871 * docs/gst/tmpl/gstthread.sgml:
2872 * docs/gst/tmpl/gsttrace.sgml:
2873 * docs/gst/tmpl/gsttrashstack.sgml:
2874 * docs/gst/tmpl/gsttypefind.sgml:
2875 * docs/gst/tmpl/gsttypes.sgml:
2876 * docs/gst/tmpl/gsturi.sgml:
2877 * docs/gst/tmpl/gsturitype.sgml:
2878 * docs/gst/tmpl/gstutils.sgml:
2879 * docs/gst/tmpl/gstvalue.sgml:
2880 * docs/gst/tmpl/gstversion.sgml:
2881 * docs/gst/tmpl/gstxml.sgml:
2882 * docs/gst/tmpl/gstxmlregistry.sgml:
2883 * docs/gst/tmpl/gthread-cothreads.sgml:
2884 * docs/gst/tmpl/types.sgml:
2886 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
2888 * docs/pwg/other-sink.xml:
2889 * docs/pwg/other-source.xml:
2890 Documentation on how to write source and sink elements. Other
2891 stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
2892 manager, autoplugger) are all still pending.
2894 2004-03-25 Benjamin Otte <otte@gnome.org>
2896 * testsuite/elements/Makefile.am:
2897 * testsuite/elements/gst-compprep-check:
2898 add check to make sure gst-compprep works
2899 * testsuite/elements/gst-inspect-check.in:
2900 improve initialization output
2901 * testsuite/Makefile.am:
2902 * testsuite/gst-inspect-check:
2905 2004-03-24 David Schleef <ds@schleef.org>
2907 * testsuite/elements/Makefile.am:
2908 * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
2911 2004-03-24 Benjamin Otte <otte@gnome.org>
2913 * libs/gst/control/dparam.c: (gst_dparam_attach),
2914 (gst_dparam_detach):
2915 * libs/gst/control/dparammanager.c: (gst_dpman_init):
2916 fix lvalue casts for real
2918 2004-03-24 Benjamin Otte <otte@gnome.org>
2920 * gst/schedulers/gstbasicscheduler.c:
2921 (gst_basic_scheduler_src_wrapper):
2922 * gst/schedulers/gstoptimalscheduler.c:
2923 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2924 (pad_clear_queued), (gst_opt_scheduler_add_element),
2925 (gst_opt_scheduler_remove_element):
2926 fix GStreamer to not have issues with lvalue casts anymore (fixes
2929 2004-03-24 Benjamin Otte <otte@gnome.org>
2932 add documentation about a gobject quirk where the object hasn't the
2933 correct class pointer set on initialization
2934 * gst/schedulers/gstbasicscheduler.c:
2935 (gst_basic_scheduler_src_wrapper):
2936 make sure to not run into an infinite loop
2938 2004-03-22 Benjamin Otte <otte@gnome.org>
2940 * gst/gstutils.c: (gst_util_dump_mem):
2942 first argument of gst_util_dump_mem should be const
2944 2004-03-22 Johan Dahlin <johan@gnome.org>
2946 * gst/gstvalue.h: Clean up a little bit.
2948 2004-03-21 Tim-Philipp Müller <t.i.m@zen.co.uk>
2950 reviewed by Benjamin Otte <otte@gnome.org>
2952 * gst/autoplug/gstspider.c: (gst_spider_dispose):
2953 * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
2954 (gst_aggregator_class_init), (gst_aggregator_init):
2955 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2956 (gst_filesrc_dispose), (gst_filesrc_set_location):
2957 * gst/elements/gstidentity.c: (gst_identity_finalize),
2958 (gst_identity_class_init), (gst_identity_chain):
2959 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
2960 * gst/elements/gststatistics.c: (gst_statistics_finalize),
2961 (gst_statistics_class_init):
2962 * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
2963 (gst_tee_get_property):
2964 clean up used memory in this elements correctly on teardown (closes
2967 2004-03-20 Colin Walters <walters@redhat.com>
2969 * gst/registries/gstxmlregistry.c:
2970 (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
2971 registry saving atomic.
2973 2004-03-20 Colin Walters <walters@redhat.com>
2975 * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
2977 access() instead of actually creating and deleting files.
2979 2004-03-18 David Schleef <ds@schleef.org>
2981 * configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
2984 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
2986 * po/sv.po: updated translation (Christian Rose)
2988 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
2990 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
2991 (gst_filesink_get_query_types), (_do_init),
2992 (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
2993 return FALSE silently
2994 * po/af.po: updated translation (Petri Jooste)
2996 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3000 dist common properly
3006 refreshing translations
3008 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3013 adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
3015 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3017 * Makefile.am: use common/release.mak
3019 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3021 * docs/faq/gst-uninstalled:
3022 adding gst-monkeysaudio to the list of possible plugin dirs
3024 2004-03-16 David Schleef <ds@schleef.org>
3026 * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
3027 (gst_init_check_with_popt_table): Fix some gettext strings to
3028 make them easier to translate. Required making the strings
3031 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3033 * configure.ac: bump nano to 1
3035 === release 0.8.0 ===
3037 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3039 * configure.ac: release 0.8.0, "Executive Slacks"
3041 2004-03-16 Johan Dahlin <johan@gnome.org>
3043 * gst/schedulers/gstoptimalscheduler.c
3044 (gst_opt_scheduler_pad_unlink): Remove double ;,
3045 spotted by Scott Wheeler
3047 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3049 * configure.ac: bump libtool version
3051 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3054 * gst/gststructure.h:
3055 add reserved padding
3057 2004-03-15 Benjamin Otte <otte@gnome.org>
3059 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3060 set the first parameter for select call correctly.
3063 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3065 * *.c,*.h: don't mix tabs and spaces
3067 2004-03-15 Johan Dahlin <johan@gnome.org>
3069 * gst/schedulers/gstoptimalscheduler.c
3070 (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
3071 crash on MPEG playback. My boolean arithmetic is a bit rusty.
3073 * tools/Makefile.am (EXTRA_DIST): Add gst-indent
3075 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3078 fix gst-register rules
3080 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3083 use versioned gst-register
3085 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3087 * docs/libs/gstreamer-libs-sections.txt:
3088 remove </SUBSECTION>
3090 * gst/gstregistry.c: (gst_registry_add_plugin):
3091 * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
3092 (gst_xml_registry_open_func), (gst_xml_registry_close_func):
3093 add debugging and fix some comment blocks
3095 2004-03-15 Johan Dahlin <johan@gnome.org>
3097 * *.h: Revert indent changes.
3099 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3101 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
3102 g_error_free the g_error
3103 * tools/gst-feedback-m.m:
3104 check for other versions of gstreamer
3108 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3110 * tools/gst-register.c: do not spill paths when registries are not
3111 writable, until we fix the "user running gst-register" case.
3113 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3115 * *.c, *.h: commit of gst-indent run on core
3117 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3120 * tools/Makefile.am:
3121 add our indentation style as a script
3123 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3127 added Serbian translation
3129 2004-03-13 Benjamin Otte <otte@gnome.org>
3132 add documentation note about gst_element_found_tags_for_pad not
3133 being usable in getfunctions. (see #137042)
3135 2004-03-12 David Schleef <ds@schleef.org>
3137 * gst/gstcaps.h: jdahlin, what are you smoking? We can't just
3138 change API right now! Readd gst_caps_is_simple() macro.
3139 * gst/gstelement.c: (gst_element_base_class_finalize): Fix
3140 uninitialized variable. I'd bet this caused crashes.
3141 * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
3143 2004-03-12 Johan Dahlin <johan@gnome.org>
3145 * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
3146 * gst/gstcaps.h: Clean up
3148 * gst/gst.c (init_post): call gst_caps_get_type() instead of
3149 _gst_caps_initalize()
3151 * gst/gstcaps.c: Style fixes, stay closer to glib and friends
3152 (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
3154 * gst/gststructure.c (gst_structure_get_type): Ditto
3156 * gst/gststructure.h: Ditto
3158 2004-03-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3160 * gst/gstqueue.c: (gst_queue_init):
3161 Reset default max. values in queues. Reason is simply to avoid
3162 braindead use. If you want wider values, use the properties. The
3163 default is supposed to always work. Wider values would make this
3164 beast a memory hog by default (250 full-PAL RGB32 video frames?
3165 That's 440 MB! No thank you).
3167 2004-03-10 David Schleef <ds@schleef.org>
3169 * tools/gst-run.c: (main): Fix crash when no relevant tools
3170 were found. (bug #136793)
3172 2004-03-10 Johan Dahlin <johan@gnome.org>
3174 * gst/schedulers/gstoptimalscheduler.c
3175 (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
3176 links to elements within the same group, so we can finally remove
3177 that annoying warning. Refactor the code a little bit
3178 (group_dec_links_for_element): Split out
3180 2004-03-09 David Schleef <ds@schleef.org>
3182 * docs/manual/dparams-app.xml: Fix to handle double dparams.
3185 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3187 * configure.ac: first bug fix due to major/minor bump
3189 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3191 * configure.ac: bump nano to 1
3193 === release 0.7.6 ===
3195 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3200 releasing 0.7.6, "Almost"
3203 * tools/Makefile.am:
3204 * tools/gst-feedback-m.m:
3207 2004-03-09 Johan Dahlin <johan@gnome.org>
3209 Reviewed by: Thomas Vander Stichele
3211 * gst/gstelement.c (gst_element_class_init): register second
3212 parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
3213 language bindings can (de)marshall correctly.
3215 * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
3217 * gst/gsterror.c (gst_g_error_get_type): New function
3219 * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
3220 with VOID:OBJECT,OBJECT,STRING
3222 2004-03-10 Jan Schmidt <thaytan@mad.scientist.com>
3224 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
3225 Free a leaked g_timer on early returns.
3227 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3229 * docs/pwg/advanced-types.xml:
3230 Add cinepak description.
3232 2004-03-07 David Schleef <ds@schleef.org>
3234 * docs/random/mimetypes: Added cinepak description
3236 2004-03-07 Andy Wingo <wingo@pobox.com>
3238 * gst/gstbin.c (gst_bin_remove): Debugging fixes.
3240 * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
3241 there are no links to other groups when a group is destroyed.
3242 (gst_opt_scheduler_pad_unlink): If the unlink means an element is
3243 removed from a group, make sure the link count to elements linked
3244 to other pads is appropriately decremented. This really fixes
3247 The 1.60->1.61 patch has been reapplied in light of this fix.
3249 * gst/gstelement.c (gst_element_dispose): Really protect against
3250 multiple invocations this time.
3252 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3254 * docs/gst/gstreamer-sections.txt:
3255 * docs/gst/tmpl/gsttag.sgml:
3256 remove some deprecated functions, document some existing ones
3257 * gst/gsttag.c: (gst_tag_get_flag):
3259 add accessor function
3261 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3263 * docs/gst/gstreamer-sections.txt:
3264 * docs/gst/tmpl/gsttag.sgml:
3265 * docs/gst/tmpl/gstxml.sgml:
3266 * gst/gsttag.c: (gst_tag_get_flag):
3269 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3271 * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
3274 2004-03-05 David Schleef <ds@schleef.org>
3276 * REQUIREMENTS: Add bison and flex.
3277 * configure.ac: Fix comment about bison.
3278 * docs/random/ds/0.9-suggested-changes: yer ma
3279 * tools/gst-inspect.c: (print_element_info): Fix warning.
3281 2004-03-05 Benjamin Otte <otte@gnome.org>
3283 * gst/gstelement.c: (gst_element_error_full):
3284 revert recent recursive state changing commit - messing with other
3285 elements' states is evil and should be done by apps only.
3287 2004-03-05 Benjamin Otte <otte@gnome.org>
3289 * gst/gstelement.c: (gst_element_get_compatible_pad_template):
3290 check for empty intersection instead of NULL caps
3291 (gst_element_get_compatible_pad_filtered):
3292 remove old workaround that is only a bug nowadays
3294 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3296 * gst/gstelement.c: (gst_element_error_full):
3297 make elements try to recursively change state to PAUSED on all
3298 parents after an error to suppress ensuing warnings
3299 * gst/parse/grammar.y:
3300 make it check if it was able to sync the state, and throw an error
3301 if not, so stuff like
3302 oggdemux ! vorbisdec ! osssink gets caught
3304 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3306 * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
3307 it contains lib64; use AS_AC_EXPAND to handle it properly
3309 2004-03-05 David Schleef <ds@schleef.org>
3311 * gst/gstcpuid_i386.s: Remove unused code
3312 * libs/gst/getbits/getbits.c: (gst_getbits_init),
3313 (gst_getbits_newbuf): Remove MMX code
3314 * libs/gst/getbits/getbits.h: Remove MMX code
3316 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
3318 * debian/.cvsignore:
3319 * debian/README.Debian:
3322 * debian/control.in:
3324 * debian/gstreamer-core-libs-dev.files:
3325 * debian/gstreamer-core-libs.files:
3326 * debian/gstreamer-core.files:
3327 * debian/gstreamer-core.postinst:
3328 * debian/gstreamer-core.postrm:
3329 * debian/gstreamer-doc.files:
3330 * debian/gstreamer-doc.links:
3331 * debian/gstreamer-doc.lintian:
3332 * debian/gstreamer-runtime.files:
3333 * debian/gstreamer-runtime.manpages:
3334 * debian/gstreamer-runtime.postinst:
3335 * debian/gstreamer-runtime.postrm:
3336 * debian/gstreamer-tools.files:
3337 * debian/gstreamer-tools.manpages:
3338 * debian/libgstreamer-dev.files:
3339 * debian/libgstreamer0.4.1.files:
3340 * debian/libgstreamerVERSION.files:
3342 Debian package info not maintained here.
3344 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
3346 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
3347 * gst/gstbin.c: (gst_bin_class_init):
3348 * gst/gstelement.c: (gst_element_class_init):
3349 * gst/gstindex.c: (gst_index_class_init):
3350 * gst/gstobject.c: (gst_object_class_init),
3351 (gst_signal_object_class_init):
3352 * gst/gstpad.c: (gst_pad_template_class_init):
3353 * gst/gstregistry.c: (gst_registry_class_init):
3354 * gst/gsturi.c: (gst_uri_handler_base_init):
3355 * gst/gstxml.c: (gst_xml_class_init):
3356 * libs/gst/control/dparam.c: (gst_dparam_class_init):
3357 * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
3358 make all signal names use dashes instead of underscore
3360 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
3362 * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
3364 2004-03-03 Benjamin Otte <otte@gnome.org>
3366 * gst/schedulers/gstoptimalscheduler.c:
3367 revert last commit by Andy Wingo. It causes segfaults on unreffing
3368 in Rhythmbox. (see bug #135672)
3370 2004-03-02 Christophe Fergeau <teuf@gnome.org>
3372 * po/fr.po: fix typo
3374 2004-03-02 Christophe Fergeau <teuf@gnome.org>
3376 * tools/gst-inspect.c: (main):
3377 * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
3379 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
3382 get GLIB_ONLY and POPT flags for the nonversioned binaries
3383 * tools/Makefile.am:
3386 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
3388 * gst/gst.c: (init_post):
3389 change so that GST_REGISTRY now is where the global registry gets
3390 saved, since that is where plugins now get attached to first, and
3391 spilled over to the user registry. Note that in the case of using
3392 GST_REGISTRY env var, we don't want to affect any real registries
3393 beyond the one given by this var, and thus we don't set a user
3394 registry to spill to. So make sure GST_REGISTRY is writable.
3396 2004-03-01 David Schleef <ds@schleef.org>
3398 * AUTHORS: Added some names. Add yourself if you're missing.
3400 2004-03-01 David Schleef <ds@schleef.org>
3404 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
3408 * docs/gst/tmpl/gstbuffer.sgml:
3409 * docs/gst/tmpl/gstdata.sgml:
3410 * docs/gst/tmpl/gstreamer-unused.sgml:
3411 * docs/gst/tmpl/gstxml.sgml:
3415 * docs/pwg/intro-preface.xml:
3418 * gst/gst.c: (init_post):
3419 try GST_PLUGIN_PATH paths for the _global_registry first
3421 add the error message as well, otherwise (null) debug info doesn't
3423 * tools/gst-register.c: (main):
3424 spill paths to next registry if this registry is not writable
3429 2004-03-01 Johan Dahlin <johan@gnome.org>
3431 * gst/gstbuffer.c (_gst_buffer_initialize):
3432 * gst/gstdata.c (gst_data_get_type):
3433 * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
3434 instead of ref, since some applications that uses GBoxed
3435 routines depends on a function that actually returns a copy.
3437 2004-02-27 Benjamin Otte <otte@gnome.org>
3440 remove gst_buffer_free, use gst_data_unref
3441 * gst/gstdata.c: (gst_data_get_type):
3442 use refcounting in GstData GBoxed registration
3444 remove gst_data_free, use gst_data_unref
3446 2004-02-27 Johan Dahlin <johan@gnome.org>
3448 * gst/gstdata.c (gst_data_get_type): New function, register
3449 GstData as a GBoxed type.
3451 * gst/gstdata.h (GST_TYPE_DATA): New macro
3453 2004-02-27 Thomas Vander Stichele <thomas at apestaart dot org>
3456 * gstreamer.spec.in:
3459 clean up non-disting of built files
3460 * testsuite/debug/commandline.c:
3461 test fix for option rename
3463 2004-02-26 David Schleef <ds@schleef.org>
3465 * configure.ac: We don't really need glib-2.3. Also remove
3466 some unneeded checks for library functions.
3467 * gst/Makefile.am: Instead, we need to not dist files created
3470 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
3473 bump glib required version to 2.3.0 for g_value_takes_boxed
3475 2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
3477 * common/m4/gst-docs.m4
3478 change flavour text from enable to disable as enable is our default
3479 closes bug Bug 135304
3481 === release 0.7.5 ===
3483 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
3488 * gstreamer.spec.in:
3492 * docs/random/release:
3495 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
3497 * gst/gsttag.c: (_gst_tag_initialize):
3500 remove hyphen from codec tags
3502 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
3504 * gst/parse/Makefile.am:
3505 fix dependency so that a make from a clean build works the first
3508 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
3510 * docs/random/release:
3511 update release strategy
3515 update dutch translation
3517 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
3519 * docs/manual/debugging.xml:
3520 fix manual for new debugging system
3522 2004-02-25 Andy Wingo <wingo@pobox.com>
3524 * gst/gstpad.c (gst_pad_link_prepare): Re-add
3525 gst_pad_link_prepare. Please email the list with specific reasons
3528 2004-02-24 Andy Wingo <wingo@pobox.com>
3530 * gst/gstelement.c (gst_element_dispose): Protect against multiple
3533 * gst/schedulers/gstoptimalscheduler.c:
3534 I added a mess of prototypes at the top of the file by way of
3535 documentation. Some of the operations on chains and groups were
3538 (create_group): Added a type argument so if the group is enabled,
3539 the setup_group_scheduler knows what to do.
3540 (group_elements): Added a type argument here, too, to be passed on
3542 (group_element_set_enabled): If an unlinked PLAYING element is
3543 added to a bin, we have to create a new group to hold the element,
3544 and this function will be called before the group is added to the
3545 chain. Thus we have a valid case for group->chain==NULL. Instead
3546 of calling chain_group_set_enabled, just set the flag on the group
3547 (the chain's status will be set when the group is added to it).
3548 (gst_opt_scheduler_state_transition, chain_group_set_enabled):
3549 Setup the group scheduler when the group is enabled, not
3550 specifically when an element goes PAUSED->PLAYING. This means
3551 PLAYING elements can be added, linked, and scheduled into a
3552 PLAYING pipeline, as was intended.
3553 (add_to_group): Don't ref the group twice. I don't know when this
3554 double-ref got in here. Removing it has the potential to cause
3555 segfaults if other parts of the scheduler are buggy. If you find
3556 that the scheduler is segfaulting for you, put in an extra ref
3557 here and see if that hacks over the underlying issue. Of course,
3558 then find out what code is unreffing a group it doesn't own...
3559 (create_group): Make the extra refcount floating, and remove it
3560 after adding the element. This means that...
3561 (unref_group): Destroy when the refcount reaches 0, not 1, like
3562 every other refcounted object in the known universe.
3563 (remove_from_group): When a group becomes empty, set it to be not
3564 active, and remove it from its chain. Don't unref it again,
3565 there's no floating reference any more.
3566 (destroy_group): We have to remove the group from the chain in
3567 remove_from_group (rather than here) to break refcounting cycles
3568 (the chain always has a ref on the group). So assert that
3570 (ref_group_by_count): Removed, it was commented out anyway.
3571 (merge_chains): Use the remove_from_chain and add_to_chain
3572 primitives to do the reparenting, instead of rolling our own
3574 (add_to_chain): The first non-disabled group in the chain's group
3575 list will be the entry point for the chain. Because buffers can
3576 accumulate in loop elements' peer bufpens, we preferentially
3577 schedule loop groups before get groups to avoid unnecessary
3578 execution of get-based groups when the bufpens are already full.
3579 (gst_opt_scheduler_schedule_run_queue): Debug fixes.
3580 (get_group_schedule_function): Ditto.
3581 (loop_group_schedule_function): Ditto.
3582 (gst_opt_scheduler_loop_wrapper): Ditto.
3583 (gst_opt_scheduler_iterate): Ditto.
3585 I understand the opt scheduler now, yippee!
3587 * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
3588 (gst_pad_get_name, gst_pad_set_chain_function)
3589 (gst_pad_set_get_function, gst_pad_set_event_function)
3590 (gst_pad_set_event_mask_function, gst_pad_get_event_masks)
3591 (gst_pad_get_event_masks_default, gst_pad_set_convert_function)
3592 (gst_pad_set_query_function, gst_pad_get_query_types)
3593 (gst_pad_get_query_types_default)
3594 (gst_pad_set_internal_link_function)
3595 (gst_pad_set_formats_function, gst_pad_set_link_function)
3596 (gst_pad_set_fixate_function, gst_pad_set_getcaps_function)
3597 (gst_pad_set_bufferalloc_function, gst_pad_unlink)
3598 (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent)
3599 (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps)
3600 (gst_pad_proxy_pad_link, gst_pad_proxy_fixate)
3601 (gst_pad_get_pad_template_caps, gst_pad_check_compatibility)
3602 (gst_pad_get_peer, gst_pad_get_allowed_caps)
3603 (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull)
3604 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
3605 (gst_pad_event_default_dispatch, gst_pad_event_default)
3606 (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default)
3607 (gst_pad_convert, gst_pad_query_default, gst_pad_query)
3608 (gst_pad_get_formats_default, gst_pad_get_formats): Better
3609 argument checks, and some doc fixes.
3611 (gst_pad_custom_new_from_template): Um, does anyone
3612 use these functions? Actually make a custom pad instead of a
3614 (gst_pad_try_set_caps): Transpose some checks.
3615 (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
3616 the pad is in negotiation.
3617 (gst_pad_try_relink_filtered): Use pad_link_prepare.
3619 * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
3622 * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
3625 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
3627 * gst/gstbin.c: (gst_bin_add):
3628 add error for not being able to add elements
3630 2004-02-22 Julien MOUTTE <julien@moutte.net>
3632 * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
3633 audio-codec and video-codec.
3635 2004-02-22 Benjamin Otte <otte@gnome.org>
3637 reported by: Padraig O'Briain <padraig.obriain@sun.com>
3640 replace test -e with test -x for mkinstalldirs to be more portable.
3643 2004-02-22 Benjamin Otte <otte@gnome.org>
3646 revert last patch from Andy, it makes gst_pad_can_link_filtered much
3648 * gst/gsttag.c: (_gst_tag_initialize):
3650 add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
3651 * libs/gst/control/dparam.c: (gst_dparam_attach):
3652 * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
3653 check that types for attached dparams match
3655 2004-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
3657 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
3658 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3659 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
3662 2004-02-20 Andy Wingo <wingo@pobox.com>
3667 * gst/registries/gstxmlregistry.c:
3668 * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
3670 * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
3671 (gst_element_add_pad): DEBUG->INFO, some fixes.
3672 (gst_element_get_compatible_pad_template): Just see if the
3673 templates' caps intersect, not if one is a strict subset of the
3674 other. This conforms more to what gst_pad_link_intersect() does.
3675 (gst_element_class_add_pad_template): Don't memcpy the pad
3676 template, just ref it.
3677 (gst_element_get_compatible_pad_filtered): Clean up debug messages
3679 * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
3680 (gst_pad_link_filtered): Debug changes.
3681 (gst_pad_link_prepare): New function, consolidated from
3682 can_link_filtered and link_filtered.
3684 * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
3685 look more like that of the functions in gstelement.c
3687 * gst/gstinfo.c (gst_debug_print_object): Put a space before the
3688 object, and return the empty string if object is NULL.
3690 * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
3691 * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
3692 LOG, not DEBUG. We still get flex info on debug.
3694 * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
3695 debug string more verbose.
3696 (plugin_times_older_than): DEBUG->LOG.
3698 2004-02-20 Julien MOUTTE <julien@moutte.net>
3700 * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
3701 will emit found_tag for each stream they demux with the codec.
3703 2004-02-20 Benjamin Otte <otte@gnome.org>
3705 * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
3706 copy navigation event correctly. Check freeing tag lists.
3707 * gst/gstthread.c: (gst_thread_change_state):
3708 don't abort() on state changing mess - it might happen because of
3710 * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
3713 fix GST_VALUE_HOLDS_CAPS
3715 2004-02-19 David Schleef <ds@schleef.org>
3717 * gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4
3718 and use it for GST_FUNCTION. (bug #134750)
3720 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
3724 updating translations
3726 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
3728 * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
3730 2004-02-18 kost@imn.htwk-leipzig.de
3732 reviewed by: David Schleef <ds@schleef.org>
3734 * docs/libs/gstreamer-libs-sections.txt: Add missing sections
3737 2004-02-18 David Schleef <ds@schleef.org>
3739 * libs/gst/control/dparam.c: (gst_dparam_class_init):
3740 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3741 (gst_dpsmooth_new): Additional fixes to get double dparams working.
3742 * tools/gst-inspect.c: (print_element_info): Support dumping of
3743 double dparam information.
3745 2004-02-17 David Schleef <ds@schleef.org>
3747 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
3748 Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
3749 * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
3750 Use GST_TYPE_CAPS in signal prototype.
3751 * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
3752 Convert GST_TYPE_CAPS to boxed.
3753 * gst/gstelement.c: (gst_element_class_init):
3754 Use GST_TYPE_TAG_LIST in signal prototype.
3755 * gst/gstindex.c: (gst_index_class_init):
3757 Add GST_TYPE_INDEX_ENTRY type.
3758 * gst/gstmarshal.list:
3759 Add necessary marshal types.
3760 * gst/gstpad.c: (gst_real_pad_class_init),
3761 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
3762 (gst_pad_recover_caps_error):
3763 Use GST_TYPE_CAPS in signal prototypes. Fix some debugging strings.
3764 * gst/gststructure.c: (_gst_structure_initialize),
3765 (gst_structure_copy), (_gst_structure_copy_conditional):
3766 * gst/gststructure.h:
3767 Convert GST_TYPE_STRUCTURE to boxed.
3768 * gst/gsttag.c: (gst_tag_list_get_type):
3770 Add GST_TYPE_TAG_LIST type.
3772 2004-02-17 Julien MOUTTE <julien@moutte.net>
3774 * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
3775 to what we agreed with david.
3776 * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
3778 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
3780 * po/nl.po: update translation
3782 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
3784 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3785 throw an error if spider is trying to play a mime type there is
3788 add gst/autoplug/gstspider.c for translation
3790 2004-02-17 Julien MOUTTE <julien@moutte.net>
3792 * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return
3793 silently when the pad is negotiating.
3795 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
3797 * docs/faq/Makefile.am:
3798 add script to run gstreamer uninstalled
3800 * docs/faq/developing.xml:
3801 * docs/faq/gst-uninstalled:
3802 extract script to run gstreamer uninstalled
3804 add EXTRA_SOURCES variable for Makefile.am's to set to
3805 use additional SOURCE files for the doc build
3807 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
3809 * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
3811 2004-02-15 Julien MOUTTE <julien@moutte.net>
3813 * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
3814 bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
3815 an error was thrown by osssink. Basically a state change failure for
3816 an element in a different scheduling group was considered as
3817 successful, which means that caps nego was going on and weird stuff
3818 happened. Like I wrote in the comment there, if someone wants to
3819 revert that please drop me a mail explaining why because I really see
3820 no point in keeping that broken behaviour there.
3821 * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
3822 be empty, we then return NULL which will trigger a nice error when
3823 pulling from the pad.
3825 2004-02-13 David Schleef <ds@schleef.org>
3827 * libs/gst/control/dparam.c: (gst_dparam_class_init),
3828 (gst_dparam_get_property), (gst_dparam_set_property),
3829 (gst_dparam_do_update_default):
3830 * libs/gst/control/dparam.h:
3831 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3832 (gst_dpsmooth_new), (gst_dpsmooth_set_property),
3833 (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
3834 (gst_dpsmooth_do_update_double):
3835 * libs/gst/control/dparam_smooth.h:
3836 * libs/gst/control/dparammanager.c:
3837 (gst_dpman_inline_direct_update):
3838 Add support for double dparams.
3840 2004-02-13 David Schleef <ds@schleef.org>
3842 * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
3843 * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
3845 2004-02-13 Mattias Wadman <mattias@sudac.org>
3847 reviewed by: David Schleef <ds@schleef.org>
3849 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3850 (gst_fdsrc_init), (gst_fdsrc_set_property),
3851 (gst_fdsrc_get_property), (gst_fdsrc_get):
3852 * gst/elements/gstfdsrc.h: Adds timeout property to fdsrc,
3853 and sends an EOS event if file descriptor reading times out.
3855 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
3858 add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
3860 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
3862 * configure.ac: pass required libxml version as argument
3863 (bug reported by Christophe Fergeau)
3865 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3867 * docs/gst/gstreamer-docs.sgml:
3868 * docs/gst/tmpl/gstxml.sgml:
3869 * docs/libs/gstreamer-libs-docs.sgml:
3872 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3875 * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
3876 (gst_registry_pool_feature_filter):
3877 * gst/gstthread.c: (gst_thread_class_init):
3879 add includes exposed by building without libxml
3880 * gst/indexers/Makefile.am:
3881 do not build fileindex when LOADSAVE disabled; we should have
3882 a better libxml check later since fileindex depends on xml, not
3883 LOADSAVE or REGISTRY
3884 * libs/gst/control/Makefile.am:
3886 * tools/Makefile.am:
3887 fix wrong source code for gst-xmlinspect
3889 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3892 fix gcov help output
3893 move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
3894 * docs/random/release:
3895 some updated releasing notes
3896 * gstreamer.spec.in:
3899 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3902 * docs/manual/manual.xml:
3904 * docs/pwg/titlepage.xml:
3905 put version in documentation
3907 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3909 * tools/Makefile.am: fix man page installation
3911 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3914 don't check for libxml when load/save and registry disabled (#105844)
3915 * gstreamer.spec.in:
3916 sync with fedora candidate spec
3918 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
3922 replace multidisksrc with multifilesrc
3924 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3927 update to multidisksrc => multifilesrc file renaming (#134145)
3929 2004-02-11 David Schleef <ds@schleef.org>
3931 * docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps
3932 * docs/gst/tmpl/gstpadtemplate.sgml: same
3933 * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
3934 * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
3936 * gst/gstutils.c: Remove disabled code that uses GstProps.
3937 * gst/registries/gstxmlregistry.h: same
3938 * docs/random/ds/0.9-suggested-changes: random notes
3940 2004-02-11 kost@imn.htwk-leipzig.de
3942 reviewed by: David Schleef <ds@schleef.org>
3944 * gst/gstclock.c: (gst_clock_entry_new): fixes structure
3945 initialisation of clock (bug #134128)
3947 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
3950 * gst/elements/Makefile.am:
3951 * gst/elements/gstelements.c:
3952 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
3953 (gst_multifilesrc_class_init), (gst_multifilesrc_init),
3954 (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
3955 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
3956 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
3957 * gst/elements/gstmultifilesrc.h:
3958 rename multidisksrc to multifilesrc (part of #122200)
3960 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
3963 fix automake complaints
3964 * gst-element-check.m4:
3967 2004-02-11 David Schleef <ds@schleef.org>
3969 * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
3970 * gst/gstatomic_impl.h: Disable sparc implementation.
3972 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
3974 * gst-element-check.m4:
3975 fix underquoted macros as reported by automake 1.8.x (#133800)
3977 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
3978 by autopoint (fixes #132996)
3980 2004-02-10 Andy Wingo <wingo@pobox.com>
3982 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
3983 way to do inheritance.
3984 (gst_pad_get_event_masks, gst_pad_get_event_masks_default)
3985 (gst_pad_get_query_types, gst_pad_get_query_types_default):
3987 (gst_pad_set_link_function, gst_pad_set_fixate_function)
3988 (gst_pad_set_getcaps_function): Doc from Dave's negotation random
3990 (gst_pad_unlink, gst_pad_is_linked): Docs.
3991 (gst_pad_renegotiate): A brief description of capsnego.
3992 (gst_pad_try_set_caps): Document.
3993 (gst_pad_try_set_caps_nonfixed): Document.
3994 (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
3995 (gst_pad_set_parent): Deprecated (although not out of the API).
3996 (gst_pad_get_parent): Deprecated, although many plugins use this.
3997 (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
3998 are private and will go away in 0.9.
3999 (gst_pad_perform_negotiate): Doc.
4000 (gst_pad_link_unnegotiate): I think this is meant to be static.
4001 (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps)
4002 (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility)
4003 (gst_pad_get_peer): Doc updates.
4004 (gst_pad_caps_change_notify): Doc.
4005 (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get)
4006 (gst_ghost_pad_new): Doc fixes.
4008 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
4009 (gst_object_check_uniqueness):
4011 * gst/gstelement.c (gst_element_add_pad)
4012 (gst_element_add_ghost_pad, gst_element_remove_pad)
4013 (gst_element_remove_ghost_pad, gst_element_get_pad)
4014 (gst_element_get_static_pad, gst_element_get_pad_list)
4015 (gst_element_class_get_pad_template_list)
4016 (gst_element_class_get_pad_template): Work on the docs.
4017 (gst_element_get_pad_template_list): Uses the class method.
4018 (gst_element_get_compatible_pad_template): Docs, and consolidate
4019 some test conditions.
4020 (gst_element_get_pad_from_template): New static function.
4021 (gst_element_request_compatible_pad): Docs, and work with
4022 non-request compatible templates.
4023 (gst_element_get_compatible_pad_filtered): Docs and remove
4025 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
4026 (gst_element_link_filtered, gst_element_link_many)
4027 (gst_element_link, gst_element_link_pads)
4028 (gst_element_unlink_many): Docs.
4030 2004-02-05 Andy Wingo <wingo@pobox.com>
4032 * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
4035 * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
4037 * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
4038 marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
4039 with the type=GST_TYPE_CAPS. This allows language bindings to know
4040 what kind of data they're dealing with.
4042 * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
4043 to NULL when g_value_init is called. GstCaps, which rolls its own
4044 type implementation, now does the same instead of allocating empty
4046 (_gst_caps_initialize, _gst_caps_collect_value,
4047 _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
4048 table methods. This allows G_VALUE_COLLECT to work.
4050 2004-02-05 Andy Wingo <wingo@pobox.com>
4053 * testsuite/Makefile.am (SUBDIRS):
4054 * testsuite/ghostpads/Makefile.am:
4055 * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
4057 * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
4058 These two routines are the only ones that set
4059 GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
4060 pad template. They should be made static, depending on ABI needs.
4061 (gst_real_pad_dispose): Handle the case of ghost pads without a
4062 parent. Assert after dealing with ghost pads that the ghost pad
4064 (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
4066 (gst_ghost_pad_dispose): Set ::real-pad to NULL.
4067 (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
4068 functions. set_property will call add_ghost_pad/remove_ghost_pad
4070 (gst_ghost_pad_new): All the work is offloaded to g_object_new.
4072 * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
4073 (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
4074 (gst_element_remove_pad): Handle ghost pads as well.
4075 (gst_element_remove_ghost_pad): Deprecated (could be removed,
4076 depending on API-stability needs).
4078 2004-02-05 Andy Wingo <wingo@pobox.com>
4080 * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
4081 of course they're const
4083 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4085 * tools/Makefile.am:
4086 * tools/gst-feedback:
4087 * tools/gst-feedback-0.7:
4088 make gst-feedback versioned too for consistency
4090 2004-02-11 David Schleef <ds@schleef.org>
4092 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4093 (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
4095 2004-02-10 Julien MOUTTE <julien@moutte.net>
4097 * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
4098 the structure does not contain a valid tag list. Adding a safety check
4099 to remove a noisy warning in that case.
4101 2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
4103 * gst/gst.c: fix name to be in line with others
4105 2004-02-09 Julien MOUTTE <julien@moutte.net>
4107 * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
4108 not shout that loud when len is 0. Just return 0 silently.
4110 2004-02-09 Julien MOUTTE <julien@moutte.net>
4112 * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
4113 because data_unref has one and I prefer the debug to be symetric.
4114 * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
4115 were refed when added to the queue and unrefed only once when the queue
4116 was flushed. Now the flush handler unref the buffers two times : first
4117 unref for the ref added when pushing in the queue's tail and second
4118 unref to destroy the flushed buffer.
4120 2004-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
4122 * docs/pwg/building-boiler.xml: fix cvs checkout documentation
4124 2004-02-06 David Schleef <ds@schleef.org>
4126 * docs/random/ds/0.9-suggested-changes: Random ramblings
4127 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
4128 to int before printing.
4129 * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
4130 * gst/parse/parse.l: same. See bug #129600
4132 2004-02-06 David Schleef <ds@schleef.org>
4134 * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
4135 (gst_index_add_entry), (gst_index_add_associationv),
4136 (gst_index_add_association): Add gst_index_add_associationv()
4137 and clean up gst_index_add_association(). #127133
4139 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4141 * autogen.sh: check out common with right tag if CVS/Tag exists
4143 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4145 * testsuite/ghostpads/ghostpads.c: (main):
4146 fix testsuite from segfaulting
4148 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4150 * Makefile.am: add release target
4151 * configure.ac: bump nano to 1
4152 * docs/random/release:
4154 2004-02-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4157 * gst/gstelement.c: (gst_element_base_class_init),
4158 (gst_element_class_set_details), (gst_element_clear_pad_caps):
4159 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4160 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
4161 (gst_real_pad_dispose):
4162 * gst/gststructure.c: (gst_structure_free),
4163 (gst_structure_from_string):
4164 put reverted patch back in
4165 * gst/gstelement.c: (gst_element_remove_pad):
4166 free explicit caps if they're set
4167 * gst/gstpad.c: (_gst_pad_default_fixate_func):
4168 copy the structure when fixating
4170 2004-02-05 David Schleef <ds@schleef.org>
4172 * gst/gstmarshal.list:
4173 * gst/gstpad.c: (gst_real_pad_class_init),
4174 (_gst_real_pad_fixate_accumulator):
4175 Revert POINTER->BOXED change in signal marshaller.
4177 === release 0.7.4 ===
4179 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4181 * NEWS: GStreamer 0.7.4 "Wooden Eels" released
4182 * configure.ac: changed for release
4184 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4186 * gstreamer.spec.in:
4187 bump required version of gtk-doc
4189 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
4192 * gst/gstelement.c: (gst_element_base_class_init),
4193 (gst_element_class_set_details), (gst_element_clear_pad_caps):
4194 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4195 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
4196 (gst_real_pad_dispose):
4197 * gst/gststructure.c: (gst_structure_free),
4198 (gst_structure_from_string):
4199 revert patch that breaks applications, reapply after release
4200 to get this fixed properly
4202 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4204 * gst/gsttag.c: (_gst_tag_initialize):
4206 remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
4208 2004-02-04 David Schleef <ds@schleef.org>
4211 * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
4212 (gst_spider_plug_from_srcpad):
4213 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
4215 2004-02-04 David Schleef <ds@schleef.org>
4217 * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
4218 a GstRealPad before accessing its structure members.
4220 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4222 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
4223 (gst_clock_get_speed):
4225 reset padding, remove unused fields
4227 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4229 * gst/autoplug/gstspideridentity.c:
4230 (gst_spider_identity_sink_loop_type_finding):
4231 use get_allowed_caps, not get_caps (fixes #132519)
4232 * gst/elements/gsttypefind.c: (stop_typefinding):
4233 use correct order when sending buffers and seeking
4235 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4241 upgrade libtool CURRENT, reset padding
4243 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4247 put back AM_PROG_LIBTOOL to make libtoolize stop complaining
4249 2004-02-04 David Schleef <ds@schleef.org>
4251 * docs/random/ds/0.9-suggested-changes: random notes
4252 * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
4253 (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
4254 Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
4256 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4257 (gst_filesink_get_query_types): same
4258 * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
4259 (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
4260 * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
4261 to use new GST_PTR_FORMAT.
4262 * gst/gstelement.h: deprecate function factory macros
4263 GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
4264 These are our last variadic macros that can't be replaced with
4265 inlines. Celebrate! Also fix a typo in an #ifdef that was
4266 attempting to deprecate gst_element_clock_wait().
4267 * gst/gstevent.h: same
4268 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4269 (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
4270 * gst/gstpad.h: deprecate function factory macros similar to above.
4272 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4275 * tools/Makefile.am:
4276 * tools/gst-run.c: (popt_callback), (hash_print_key),
4277 (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
4278 (get_candidates), (main):
4279 add new source file to generate non-versioned wrapper binaries
4282 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4284 * gst/gstevent.c: (_gst_event_free):
4285 actually break; inside the switch statement
4286 * gst/parse/grammar.y:
4287 fix memleak where GValues weren't unset
4289 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4291 * gst/gststructure.c: (gst_structure_from_string):
4293 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4294 (new_entry), (gst_type_find_element_chain):
4295 * gst/gstelement.c: (gst_element_base_class_init),
4296 (gst_element_class_set_details):
4297 * gst/gstpad.c: (gst_pad_can_link_filtered):
4298 fix smaller memleaks
4299 * gst/gstpad.c: (gst_real_pad_dispose):
4300 check that explicit caps are gone
4301 * gst/gststructure.c: (gst_structure_free):
4302 actually free the structure
4303 * gst/gstelement.c: (gst_element_clear_pad_caps):
4306 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4308 * tools/Makefile.am:
4309 use AM_CFLAGS since all the CFLAGS are the same
4312 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4314 * docs/manual/gnome.xml:
4315 expand example a little
4316 * gst/gst.c: (gst_init_with_popt_table),
4317 (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
4318 make sure popt option displays are done with right textdomain
4319 use GstPoptOption type
4321 create GstPoptOption type
4323 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4325 * gst/gsterror.c: (_gst_stream_errors_init):
4327 adding error type for no codec
4331 update dutch translation
4332 * tools/gst-inspect.c: (print_element_list), (main):
4333 do proper internationalization
4334 * tools/gst-launch.c: (idle_func):
4335 remove commented out function call
4337 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4340 add some error fixing notes
4341 * docs/gst/gstreamer-sections.txt:
4342 remove double entries
4343 * docs/gst/tmpl/gstbin.sgml:
4344 * docs/gst/tmpl/gstclock.sgml:
4346 * docs/gst/tmpl/gstelement.sgml:
4347 * docs/gst/tmpl/gstindex.sgml:
4348 * docs/gst/tmpl/gstobject.sgml:
4349 * docs/gst/tmpl/gstpadtemplate.sgml:
4350 * docs/gst/tmpl/gstreamer-unused.sgml:
4351 * docs/gst/tmpl/gsttag.sgml:
4352 * docs/gst/tmpl/gstthread.sgml:
4353 * docs/gst/tmpl/gstxml.sgml:
4355 sync header prototypes with c decls
4356 * gst/gsttaginterface.c:
4359 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4361 * gst/parse/Makefile.am:
4363 get rid of gstmarshal.h dependency. It's not needed.
4365 * gst/elements/gstfakesink.c:
4366 * gst/elements/gstfakesrc.c:
4367 * gst/elements/gstidentity.c:
4375 * libs/gst/control/dparam.c:
4376 * libs/gst/control/dparammanager.c:
4377 include gstmarshal.h.
4380 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4382 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4383 (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
4384 (gst_filesrc_map_region), (gst_filesrc_get_mmap):
4385 * gst/elements/gstfilesrc.h:
4386 don't ref the filesrc when creating mmaped buffers. Don't keep a
4387 list of not-yet-destroyed buffers.
4389 Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
4391 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
4393 * gst/gst.c: (init_pre):
4396 2004-02-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
4398 * docs/pwg/advanced-events.xml:
4399 * docs/pwg/advanced-scheduling.xml:
4400 * docs/pwg/intro-basics.xml:
4401 * docs/pwg/other-manager.xml:
4402 * docs/pwg/other-nton.xml:
4403 * docs/pwg/other-ntoone.xml:
4404 * docs/pwg/other-oneton.xml:
4406 All sort of documentation... Forgot what. Point is that I want this
4407 in before I leave. The 'other-*' will be the last section and will
4408 explain issues specific to these type of elements.
4410 2004-02-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
4412 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4413 (gst_filesrc_get_read):
4414 set all the values on buffers that we can
4416 2004-02-02 David Schleef <ds@schleef.org>
4418 Change usage of isblah() to g_ascii_isblah() to be more locale
4419 independent. (#133076)
4420 * gst/gsturi.c: (gst_uri_protocol_check_internal):
4422 * gst/parse/parse.l:
4424 2004-02-02 Jon Trowbridge <trow@gnu.org>
4426 reviewed by: David Schleef <ds@schleef.org>
4429 * gst/gstcaps.c: (gst_caps_to_string):
4430 * gst/registries/gstxmlregistry.c:
4431 (gst_xml_registry_add_path_list_func),
4432 (gst_xml_registry_parse_padtemplate):
4434 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
4436 * gst/gstelement.c: (gst_element_default_error):
4437 suffix error messages with period
4439 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
4441 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4442 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4443 * gst/gsterror.c: (gst_error_get_message):
4447 Update translation files
4449 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
4451 * gst/autoplug/gstspideridentity.c:
4452 (gst_spider_identity_sink_loop_type_finding):
4453 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4454 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4455 (gst_filesink_close_file), (gst_filesink_handle_event),
4456 (gst_filesink_chain):
4457 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4458 (gst_filesrc_get_read), (gst_filesrc_open_file):
4459 * gst/elements/gstidentity.c: (gst_identity_chain):
4460 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4461 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4462 (gst_pipefilter_chain), (gst_pipefilter_open_file):
4463 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4464 * gst/gsterror.c: (_gst_core_errors_init),
4465 (_gst_library_errors_init), (_gst_resource_errors_init),
4466 (_gst_stream_errors_init), (gst_error_get_message):
4467 * gst/gstpad.c: (gst_pad_set_explicit_caps),
4468 (gst_pad_recover_caps_error), (gst_pad_pull):
4469 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4470 * gst/schedulers/gstbasicscheduler.c:
4471 (gst_basic_scheduler_chainhandler_proxy),
4472 (gst_basic_scheduler_gethandler_proxy),
4473 (gst_basic_scheduler_cothreaded_chain):
4474 Suffix error messages with period.
4475 Use (NULL) instead of NULL
4477 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
4479 * docs/gst/tmpl/gstelement.sgml:
4480 * docs/gst/tmpl/gstxml.sgml:
4481 * gst/gstelement.c: (gst_element_error_full):
4482 add element path to error
4484 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
4486 * docs/random/mimetypes:
4487 update raw int/float info
4488 * gst/gsttag.c: (_gst_tag_initialize):
4492 2004-01-30 David Schleef <ds@schleef.org>
4494 * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
4497 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net>
4499 reviewed by Benjamin Otte
4500 parts of the patch submitted in bug #113913
4503 use AC_C_INLINE. Use = instead of == with test
4504 * examples/plugins/example.c:
4505 * gst/autoplug/gstspideridentity.c:
4506 * gst/elements/gstfdsrc.c:
4507 * gst/elements/gstfilesrc.c:
4508 * gst/elements/gstidentity.c:
4509 * gst/elements/gstmultidisksrc.c:
4510 * gst/elements/gststatistics.c:
4514 * gst/gstpipeline.c:
4516 don't end enums with a comma
4517 * gst/gstindex.c: (gst_index_compare_func):
4518 do explicit casting to gint
4519 * gst/gsttrace.c: (gst_trace_text_flush):
4520 #define strsize as a macro
4522 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
4525 * docs/gst/gstreamer-docs.sgml:
4526 * docs/gst/gstreamer-sections.txt:
4527 * docs/gst/tmpl/gstelement.sgml:
4528 * docs/gst/tmpl/gsterror.sgml:
4529 * docs/gst/tmpl/gstinterface.sgml:
4530 * docs/gst/tmpl/gstreamer-unused.sgml:
4531 * docs/gst/tmpl/gststructure.sgml:
4532 * docs/gst/tmpl/gsttag.sgml:
4533 * docs/gst/tmpl/gsttaginterface.sgml:
4534 * docs/gst/tmpl/gstvalue.sgml:
4535 make sure all API ends up in the built docs
4536 * gst/gstinterface.c:
4537 * gst/gststructure.c: (gst_structure_id_set_value),
4538 (gst_structure_set_value), (gst_structure_id_get_value):
4539 * gst/gststructure.h:
4541 sync .h with .c declarations
4543 2004-01-30 Julien Moutte <julien@moutte.net>
4545 * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
4546 Ronald will fix riffread.
4548 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
4550 * docs/pwg/advanced-interfaces.xml:
4551 Added tuner interface docs.
4553 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
4555 * docs/random/mimetypes:
4556 correct Theora information
4558 make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
4560 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
4562 * gst/gstelement.c: (gst_element_error_full):
4564 GST_ELEMENT_ERROR in enum -> _IN_ERROR
4566 2004-01-29 Julien MOUTTE <julien@moutte.net>
4568 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
4569 (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
4570 again and even before DISCONT.
4571 * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
4572 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
4573 bytestream so that it's not stopping to fill the bytestream if events
4574 different than EOS or DISCONT are received. Instead it process them so
4575 that they go downstream.
4577 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
4579 * docs/gst/tmpl/gstelement.sgml:
4580 * docs/gst/tmpl/gstreamer-unused.sgml:
4581 * docs/gst/tmpl/gstxml.sgml:
4582 * gst/autoplug/gstspideridentity.c:
4583 (gst_spider_identity_sink_loop_type_finding):
4584 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4585 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4586 (gst_filesink_close_file), (gst_filesink_handle_event),
4587 (gst_filesink_chain):
4588 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
4589 (gst_filesrc_get_read), (gst_filesrc_open_file):
4590 * gst/elements/gstidentity.c: (gst_identity_chain):
4591 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4592 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4593 (gst_pipefilter_chain), (gst_pipefilter_open_file):
4594 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4596 * gst/gstpad.c: (gst_pad_set_explicit_caps),
4597 (gst_pad_recover_caps_error), (gst_pad_pull):
4598 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4599 * gst/schedulers/gstbasicscheduler.c:
4600 (gst_basic_scheduler_chainhandler_proxy),
4601 (gst_basic_scheduler_gethandler_proxy),
4602 (gst_basic_scheduler_cothreaded_chain):
4603 gst_element_error -> GST_ELEMENT_ERROR
4605 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
4608 * docs/gst/tmpl/gstelement.sgml:
4609 * docs/gst/tmpl/gstxml.sgml:
4611 * docs/pwg/advanced-request.xml:
4612 * docs/pwg/advanced-scheduling.xml:
4613 * docs/pwg/advanced-tagging.xml:
4614 fix non-validating docbook using CDATA
4615 make sure make check-local gets run first to check if it validates
4617 2004-01-29 Julien MOUTTE <julien@moutte.net>
4619 * docs/pwg/advanced-events.xml: Adding documentation on advanced event
4620 handling (up and downstream).
4621 * docs/pwg/advanced-interfaces.xml: Make it coherent with the
4624 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
4626 * docs/pwg/advanced-tagging.xml:
4627 Add docs about tag writing.
4629 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
4631 * docs/pwg/advanced-tagging.xml:
4632 Add a part about tag reading and application signalling... Tag
4633 writing still needs to be documented.
4634 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4635 We can set file locations in READY, too.
4637 2004-01-29 Julien MOUTTE <julien@moutte.net>
4639 * docs/random/ds/element-checklist: Adding some notes about src
4642 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
4644 * docs/random/mimetypes:
4645 Update docs to point to correct elements for various mimetypes, and
4646 some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
4647 <stephane.loeuillet@tiscali.fr>.
4649 2004-01-28 David Schleef <ds@schleef.org>
4651 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
4653 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
4655 * docs/random/mimetypes:
4656 update docs for audio/x-raw-float. Add "buffer-frames=0 means
4658 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4659 make it only work in NULL.
4661 don't posion NULL caps
4662 * gst/gstelement.c: (gst_element_set_time):
4663 add debugging statement
4664 * gst/gstelement.c: (gst_element_emit_found_tag),
4665 (gst_element_found_tag_func), (gst_element_found_tags):
4667 These functions take const taglists
4668 * gst/gstpad.c: (gst_pad_proxy_getcaps):
4670 * gst/gstpad.c: (gst_pad_event_default):
4671 make more effort on handling discont and clocks, g_warn if everything
4673 * gst/gststructure.c: (gst_structure_remove_fields),
4674 (gst_structure_remove_fields_valist):
4675 * gst/gststructure.h:
4676 add gst_structure_remove_fields(_valist)
4680 2004-01-28 David Schleef <ds@schleef.org>
4682 * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
4683 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
4684 Fix memory leakage of gst_caps_to_string().
4686 Use GST_PTR_FORMAT instead of gst_caps_to_string():
4687 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
4688 * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
4689 (gst_spider_identity_sink_loop_type_finding):
4690 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4692 * gst/gstpad.c: (gst_pad_try_relink_filtered),
4693 (gst_pad_set_explicit_caps):
4694 * gst/parse/grammar.y:
4696 2004-01-28 David Schleef <ds@schleef.org>
4698 * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
4699 GST_PRINTF_EXTENSION_FORMAT_DEFINE.
4700 * docs/random/ds/0.9-suggested-changes: Notes from Company.
4701 * gst/gstcaps.c: (gst_caps_to_string): Add comment.
4702 * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
4703 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
4704 (gst_debug_log_default), (_gst_info_printf_extension),
4705 (_gst_info_printf_extension_arginfo): Add printf extension.
4706 * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
4707 * gst/gststructure.c: (gst_structure_to_string),
4708 (_gst_structure_parse_value): Use gst_value_deserialize() and
4710 * gst/gstvalue.c: (gst_value_deserialize_fourcc),
4711 (gst_value_deserialize_boolean), (gst_strtoi),
4712 (gst_value_deserialize_int), (gst_value_deserialize_double),
4713 (gst_value_deserialize_string), (gst_value_deserialize): Implement
4714 a bunch of deserialize functions and gst_value_deserialize.
4715 * gst/gstvalue.h: er, _de_serialize, not unserialize
4716 * testsuite/caps/string-conversions.c: (main): We don't currently
4717 handle (float) in caps, so convert these to (double).
4718 * testsuite/debug/Makefile.am: Add new test for the printf extension
4719 * testsuite/debug/printf_extension.c: (main): same
4721 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
4723 * docs/random/company/time:
4724 Add some docs about clocking and time
4726 2004-01-28 Julien MOUTTE <julien@moutte.net>
4728 * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
4730 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4732 * docs/pwg/advanced-clock.xml:
4733 * docs/pwg/advanced-dparams.xml:
4734 * docs/pwg/advanced-events.xml:
4735 * docs/pwg/advanced-interfaces.xml:
4736 * docs/pwg/advanced-midi.xml:
4737 * docs/pwg/advanced-request.xml:
4738 * docs/pwg/advanced-scheduling.xml:
4739 * docs/pwg/advanced-tagging.xml:
4740 * docs/pwg/advanced-types.xml:
4741 * docs/pwg/appendix-checklist.xml:
4742 * docs/pwg/building-boiler.xml:
4743 * docs/pwg/building-chainfn.xml:
4744 * docs/pwg/building-filterfactory.xml:
4745 * docs/pwg/building-pads.xml:
4746 * docs/pwg/building-props.xml:
4747 * docs/pwg/building-signals.xml:
4748 * docs/pwg/building-state.xml:
4749 * docs/pwg/building-testapp.xml:
4750 * docs/pwg/intro-basics.xml:
4751 * docs/pwg/intro-preface.xml:
4752 * docs/pwg/other-autoplugger.xml:
4753 * docs/pwg/other-sink.xml:
4754 * docs/pwg/other-source.xml:
4755 * docs/pwg/titlepage.xml:
4758 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4763 * docs/building-the-docs-on-debian:
4764 collect relevant bits of doc info
4766 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4768 * docs/pwg/advanced_tagging.xml:
4769 Half-assed commit so Thomas can re-arrange document IDs here to be
4772 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4774 * docs/manual/autoplugging.xml:
4775 * docs/manual/bins-api.xml:
4776 * docs/manual/bins.xml:
4777 * docs/manual/buffers-api.xml:
4778 * docs/manual/buffers.xml:
4779 * docs/manual/clocks.xml:
4780 * docs/manual/components.xml:
4781 * docs/manual/cothreads.xml:
4782 * docs/manual/debugging.xml:
4783 * docs/manual/dparams-app.xml:
4784 * docs/manual/dynamic.xml:
4785 * docs/manual/elements-api.xml:
4786 * docs/manual/elements.xml:
4787 * docs/manual/factories.xml:
4788 * docs/manual/gnome.xml:
4789 * docs/manual/goals.xml:
4790 * docs/manual/helloworld.xml:
4791 * docs/manual/helloworld2.xml:
4792 * docs/manual/init-api.xml:
4793 * docs/manual/intro.xml:
4794 * docs/manual/links-api.xml:
4795 * docs/manual/links.xml:
4796 * docs/manual/manual.xml:
4797 * docs/manual/motivation.xml:
4798 * docs/manual/pads-api.xml:
4799 * docs/manual/pads.xml:
4800 * docs/manual/plugins-api.xml:
4801 * docs/manual/plugins.xml:
4802 * docs/manual/programs.xml:
4803 * docs/manual/queues.xml:
4804 * docs/manual/quotes.xml:
4805 * docs/manual/schedulers.xml:
4806 * docs/manual/states-api.xml:
4807 * docs/manual/states.xml:
4808 * docs/manual/threads.xml:
4809 * docs/manual/typedetection.xml:
4810 * docs/manual/xml.xml:
4811 use chapter, part, section or misc as id starts for all bits
4813 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4815 * docs/gst/gstreamer-sections.txt:
4816 Fix up TITLE of the sections
4818 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4820 * docs/pwg/advanced_interfaces.xml:
4821 Add documentation on propertyprobing.
4822 * docs/pwg/advanced_events.xml:
4823 * docs/pwg/advanced_tagging.xml:
4824 * docs/pwg/building_boiler.xml:
4825 * docs/pwg/building_filterfactory.xml:
4827 Move filterfactory and tagging into their own chapter, add a chapter
4828 on events. all these are empty placeholders that will be filled in
4831 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4833 * docs/pwg/advanced_interfaces.xml:
4834 Docs for mixer interface. Also a check for website uploading.
4836 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4840 * docs/faq/Makefile.am:
4841 * docs/gst/Makefile.am:
4842 * docs/gst/tmpl/gstelement.sgml:
4843 * docs/gst/tmpl/gstplugin.sgml:
4844 * docs/gst/tmpl/gstreamer-unused.sgml:
4845 * docs/libs/Makefile.am:
4846 * docs/manual/Makefile.am:
4848 * docs/pwg/Makefile.am:
4850 Separate out upload target and make it similar for
4851 both docbook and gtk-doc docs
4853 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4856 Fix upload target to work with freedesktop
4858 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4860 * docs/pwg/advanced_types.xml:
4861 Add notes on creating your own types.
4862 * docs/pwg/building_boiler.xml:
4863 * docs/pwg/building_pads.xml:
4864 * docs/pwg/building_state.xml:
4865 Add some stuff about how to retrieve values from structures, how
4866 that relates to types and change layout slightly again to be almost
4869 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4871 * docs/pwg/advanced_dparams.xml:
4872 * docs/pwg/advanced_scheduling.xml:
4873 Change index layout slightly.
4875 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4877 * docs/pwg/advanced_clock.xml:
4878 * docs/pwg/advanced_interfaces.xml:
4879 * docs/pwg/advanced_midi.xml:
4880 General placeholders for now.
4881 * docs/pwg/advanced_request.xml:
4882 Explanation about sometimes and request pads.
4883 * docs/pwg/advanced_scheduling.xml:
4884 Concept of bytestream, loopfunctions and schedulers.
4885 * docs/pwg/building_boiler.xml:
4886 Add something about plugin-init.
4888 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
4890 * docs/pwg/building_pads.xml:
4893 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
4895 * docs/pwg/advanced_interfaces.xml:
4897 Add as a placeholder for future filling-in.
4898 * docs/pwg/basics_autoplugging.xml:
4899 * docs/pwg/basics_buffers.xml:
4900 * docs/pwg/basics_elements.xml:
4901 * docs/pwg/basics_events.xml:
4902 * docs/pwg/basics_plugins.xml:
4903 * docs/pwg/basics_types.xml:
4904 Remove, because unused (this is all in intro_basics.xml).
4905 * docs/pwg/building_signals.xml:
4906 Short intro to signals + reference to GObject docs - we really
4907 shouldn't go into these sort of things to deply because we don't
4908 use them that extensively anyway.
4909 * docs/pwg/building_state.xml:
4910 Explanation of states. Benjamin, please check.
4911 * docs/pwg/building_testapp.xml:
4912 Put everything in one page - putting only a few lines of content
4913 per page doesn't really make sense.
4915 Time to get into the advanced topics. ;).
4917 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
4919 * docs/pwg/advanced_types.xml:
4920 Finish documenting the current state of mimetypes.
4921 * docs/pwg/building_boiler.xml:
4922 * docs/pwg/building_chainfn.xml:
4923 * docs/pwg/building_pads.xml:
4924 * docs/pwg/building_props.xml:
4925 * docs/pwg/building_testapp.xml:
4926 Start documenting the "how to build a simple audio filter" part
4927 of the PWG. Most stuff is ready by now. Stuff remaining: signals,
4928 states and (maybe?) a short introduction to capsnego in the chapter
4929 on pads (building_pads.xml). Capsnego should probably be explained
4930 fully in advanced_capsnego.xml or so.
4932 2004-01-26 David Schleef <ds@schleef.org>
4934 * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
4935 * gst/gstpad.h: Add new function to allow element to (somewhat)
4936 specify non-fixed caps on a pad.
4937 * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
4938 that I added a few weeks ago.
4940 2004-01-26 David Schleef <ds@schleef.org>
4942 * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
4943 making try_set_caps() work with non-fixed caps.
4945 2004-01-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
4947 * docs/pwg/advanced_types.xml:
4948 * docs/pwg/intro_basics.xml:
4949 * docs/pwg/intro_preface.xml:
4951 * docs/pwg/titlepage.xml:
4952 First try to resurrect the PWG. I'm halfway integrating the mimetypes
4953 in here (docs/random/mimetypes), and will from there on work on both
4954 updating outdated parts and adding missing parts.
4955 That doesn't mean I'll fix it completely, but I'll try at least. ;).
4957 2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
4959 * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
4962 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
4965 remove gst_element_factory_get_version. It doesn't exist anymore.
4968 remove gst_plugin_set_name and change gst_plugin_get_longname to
4969 gst_plugin_get_description to match code.
4971 remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
4972 * gst/gstpad.c: (gst_pad_try_set_caps):
4973 make it work with nonfixed caps.
4974 Note that even in the nonfixed case the link function of the pad
4975 that tries to set caps isn't called.
4977 2004-01-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
4979 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4980 fix bug where buffer was not assembled correctly
4981 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
4983 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4984 only seek if there's no more buffers that could work without seeking
4986 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
4988 * gst/gsttag.c: (_gst_tag_initialize):
4990 Add application tag (for encoding/muxing app).
4992 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
4995 make autopoint force, and libtoolize not copy
4996 * common/m4/as-docbook.m4:
4997 added docbook xml catalog setup check
4998 * common/m4/gst-doc.m4:
5001 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
5003 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
5007 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5009 * docs/gst/gstreamer-sections.txt:
5010 * docs/gst/tmpl/gst.sgml:
5011 * docs/gst/tmpl/gstbuffer.sgml:
5012 * docs/gst/tmpl/gstclock.sgml:
5013 * docs/gst/tmpl/gstelement.sgml:
5014 * docs/gst/tmpl/gstreamer-unused.sgml:
5015 * docs/gst/tmpl/gstxml.sgml:
5016 sync latest API changes to docs
5018 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5020 * gst/gstpluginfeature.c:
5022 * tools/gst-inspect.c: (print_element_list):
5023 fix output of typefind
5025 * tools/gst-launch.c:
5028 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5030 * gst/elements/Makefile.am:
5031 * gst/elements/gstelements.c:
5032 * gst/elements/gsttypefindelement.c:
5033 * gst/elements/gsttypefindelement.h:
5037 renamed gsttypefindelement to gsttypefind, conserving CVS history
5039 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5041 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
5043 add some tags used in ogg as well
5044 fix _ in replaygain tags
5046 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5049 fix wrong GST_LIBRARY_ERROR_ENCODE addition
5051 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5053 * gst/gstelement.c: (gst_element_error_full):
5055 change _extended to _full
5057 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5059 reviewed by: <delete if not using a buddy>
5061 * docs/gst/tmpl/gst.sgml:
5062 * docs/gst/tmpl/gstbuffer.sgml:
5063 * docs/gst/tmpl/gstclock.sgml:
5064 * docs/gst/tmpl/gstelement.sgml:
5065 * docs/gst/tmpl/gstreamer-unused.sgml:
5066 * docs/gst/tmpl/gstxml.sgml:
5067 * gst/gstelement.c: (gst_element_error_full):
5070 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5072 * gst/gstelement.h: fix _gst_element_error_printf prototype
5074 2004-01-20 David Schleef <ds@schleef.org>
5076 * gst/gststructure.c: (gst_structure_to_string):
5077 Convert function to use gst_value_serialize().
5078 * gst/gstvalue.c: (gst_value_serialize_list),
5079 (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
5080 (gst_value_serialize_double_range), (gst_value_serialize_boolean),
5081 (gst_value_serialize_int), (gst_value_serialize_double),
5082 (gst_string_wrap), (gst_value_serialize_string),
5083 (gst_value_serialize), (gst_value_deserialize):
5085 Add implementations for serialize.
5087 2004-01-20 Julien MOUTTE <julien@moutte.net>
5089 * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
5090 we want to keep that one in the future or change xvidenc.c to use
5093 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5095 * gst/gstelement.c: (_gst_element_error_printf):
5099 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5101 * docs/random/error:
5102 doc explaining error system
5103 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5106 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5108 * gst/gst-i18n-app.h:
5109 * gst/gst-i18n-lib.h:
5110 remove inclusion of config.h
5113 add gst/gstelement.c
5115 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5117 * po/nl.po: updated Dutch translation
5119 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5121 * gst/gsterror.c: (_gst_core_errors_init),
5122 (_gst_library_errors_init), (_gst_resource_errors_init),
5123 (_gst_stream_errors_init):
5124 remove ending punctuation dots
5126 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5128 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5129 * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
5130 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5131 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5132 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5133 use GST_ERROR_SYSTEM
5135 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5137 * gst/gstelement.c: (gst_element_error_printf),
5138 (gst_element_error_extended):
5140 add a helper printf function so we can have NULL values passed.
5142 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5145 add G_STMT macros to gst_element_error, which isn't strictly
5146 necessary but people tell me to anyway.
5148 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
5151 * gst/autoplug/gstspideridentity.c:
5152 (gst_spider_identity_sink_loop_type_finding):
5153 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5154 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5155 (gst_filesink_close_file), (gst_filesink_handle_event),
5156 (gst_filesink_chain):
5157 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
5158 (gst_filesrc_map_region), (gst_filesrc_get_read),
5159 (gst_filesrc_open_file):
5160 * gst/elements/gstidentity.c: (gst_identity_chain):
5161 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5162 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5163 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5164 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
5166 * gst/gst_private.h:
5167 * gst/gstelement.c: (gst_element_class_init),
5168 (gst_element_default_error), (gst_element_error_func),
5169 (gst_element_error_extended):
5171 * gst/gsterror.c: (_gst_core_errors_init),
5172 (_gst_library_errors_init), (_gst_resource_errors_init),
5173 (_gst_stream_errors_init), (gst_error_get_message):
5175 * gst/gstinfo.c: (_gst_debug_init):
5176 * gst/gstmarshal.list:
5177 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5178 (gst_pad_recover_caps_error), (gst_pad_pull):
5179 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5180 * gst/schedulers/gstbasicscheduler.c:
5181 (gst_basic_scheduler_chainhandler_proxy),
5182 (gst_basic_scheduler_gethandler_proxy),
5183 (gst_basic_scheduler_cothreaded_chain):
5188 add error categories
5190 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
5192 * gst/gsttag.c: (_gst_tag_initialize):
5196 2004-01-18 Colin Walters <walters@verbum.org>
5198 * examples/retag/retag.c: Call gst_init before processing
5199 program args. Add g_assert to _link_many call.
5201 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
5203 * gst/gstpad.c: (gst_pad_alloc_buffer):
5204 Return a newly allocated buffer when the pad has no peer.
5206 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
5208 * gst/gstclock.c: (gst_clock_get_time):
5209 make it compile with gcc 2.95 again.
5210 Patch by Scott Wheeler
5212 2004-01-15 David Schleef <ds@schleef.org>
5215 Added gst_caps_is_simple() macro.
5216 * testsuite/caps/caps.c: (test1):
5217 * testsuite/caps/intersect2.c: (main):
5218 * testsuite/caps/intersection.c: (main):
5219 Fixes to make 'make check' work again after removing
5220 gst_caps_is_chained().
5222 2004-01-15 Leif Johnson <leif@ambient.2y.net>
5224 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
5225 and additions to the MIDI document.
5227 2004-01-15 David Schleef <ds@schleef.org>
5229 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
5230 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
5231 of GST_RPAD_, since we don't know if it's a real or ghost pad.
5233 2004-01-15 David Schleef <ds@schleef.org>
5237 Fix the spelling of "treshold" and make min_threshold actually
5240 2004-01-15 David Schleef <ds@schleef.org>
5243 Add lots of documentation.
5245 Deprecate a few functions.
5247 Removed use of deprecated functions.
5249 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
5251 * gst/gstpad.c: (gst_pad_is_linked):
5253 implement gst_pad_is_linked
5255 reserve space for initiate_state_change
5257 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
5259 * gst/autoplug/gstspideridentity.c:
5260 (gst_spider_identity_sink_loop_type_finding):
5261 break infinite loop by just returning instead of looping
5262 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
5263 set event time difference correctly. Set it to 1 second instead
5264 of 100ms to be more tolerant
5265 * gst/gstelement.c: (gst_element_set_time):
5266 add debugging output
5268 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
5270 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
5271 query if buffers are inside the pool, ignore events
5273 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
5275 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
5276 (gst_clock_set_speed), (gst_clock_set_active),
5277 (gst_clock_is_active), (gst_clock_reset),
5278 (gst_clock_handle_discont):
5280 deprecate old interface and disable functions that aren't in use
5283 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
5284 (gst_element_set_time), (gst_element_adjust_time):
5285 add concept of "element time" and functions to get/set this time.
5286 * gst/gstelement.c: (gst_element_change_state):
5287 update element time correctly.
5288 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
5289 This is a debug message, not a g_critical.
5290 * gst/gstpad.c: (gst_pad_event_default):
5291 handle discontinuous events right with element time.
5292 * gst/gstscheduler.c: (gst_scheduler_state_transition):
5293 update to clocking fixes.
5294 set clocks on elements in READY=>PAUSED. The old behaviour caused
5295 a wrong element time on the first element that started playing.
5296 * gst/schedulers/gstbasicscheduler.c:
5297 (gst_basic_scheduler_class_init):
5298 * gst/schedulers/gstoptimalscheduler.c:
5299 (gst_opt_scheduler_class_init):
5300 remove code that just implements the default behaviour.
5301 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
5302 update to use new clocking functions
5303 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
5304 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
5305 update to test new element time.
5306 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
5307 use _get_allowed_caps instead of _get_caps. This catches filtered
5309 * testsuite/debug/commandline.c:
5310 update for new GST_DEBUG syntax.
5311 * testsuite/threads/Makefile.am:
5312 disable a test that only works sometimes.
5314 2004-01-13 Julien MOUTTE <julien@moutte.net>
5316 * po/LINGUAS: Adding fr.
5317 * po/fr.po: Adding french translation.
5319 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5321 * gst/parse/grammar.y:
5324 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
5325 translate parsing error messages
5327 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5329 * po/POTFILES.in: adding gst-launch
5330 * po/nl.po: updated translation, all 99 strings translated
5331 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
5332 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
5333 fix strings for translation
5335 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5338 - capitalize beginnings of popt options
5339 - fix strings for translation
5340 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
5342 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5344 * po/README: add some notes on how to update translations
5346 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5348 * ABOUT-NLS: removed, is autogenerated from autopoint
5349 * autogen.sh: add autopoint stuff
5350 * configure.ac: fix up gettext stuff
5351 * gst/Makefile.am: add i18n headers to noinst_HEADERS
5352 * gst/elements/gsttypefindelement.c: add header include
5353 * gst/gettext.h: add header, copy from system-installed header
5354 * gst/gst-i18n-app.h: to be included by each app having translations
5355 * gst/gst-i18n-lib.h: to be included by each lib having translations
5356 * gst/gst.c: (init_pre): fix up gettext calls
5357 * gst/gst_private.h: remove i18n stuff, moving to separate headers
5358 * po/LINGUAS: the new way to specify translations present
5359 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
5360 * po/Makevars: the variables filled in for GStreamer
5361 * po/POTFILES.in: added new files with translations
5362 * po/de.po: has new strings
5363 * po/nl.po: readded, has new strings
5365 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5367 * gst/gsttag.c: fix some strings marked for translation
5369 2004-01-13 Iain <iain@prettypeople.org>
5371 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
5372 group when we add an element to it, cos we unref it when we remove one
5374 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
5376 * testsuite/debug/commandline.c: (debug_not_reached):
5377 * testsuite/debug/output.c: (check_message):
5380 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
5382 * examples/cutter/.cvsignore:
5383 * examples/helloworld/.cvsignore:
5384 * examples/launch/.cvsignore:
5385 * examples/manual/.cvsignore:
5386 * examples/mixer/.cvsignore:
5387 * examples/pingpong/.cvsignore:
5388 * examples/plugins/.cvsignore:
5389 * examples/queue/.cvsignore:
5390 * examples/queue2/.cvsignore:
5391 * examples/queue3/.cvsignore:
5392 * examples/queue4/.cvsignore:
5393 * examples/retag/.cvsignore:
5394 * examples/thread/.cvsignore:
5395 * examples/typefind/.cvsignore:
5396 * examples/xml/.cvsignore:
5398 * gst/autoplug/.cvsignore:
5399 * gst/elements/.cvsignore:
5400 * gst/indexers/.cvsignore:
5401 * gst/parse/.cvsignore:
5402 * gst/registries/.cvsignore:
5403 * gst/schedulers/.cvsignore:
5404 * libs/gst/bytestream/.cvsignore:
5405 * libs/gst/control/.cvsignore:
5406 * libs/gst/getbits/.cvsignore:
5408 * tests/bufspeed/.cvsignore:
5409 * tests/instantiate/.cvsignore:
5410 * tests/memchunk/.cvsignore:
5411 * tests/muxing/.cvsignore:
5412 * tests/sched/.cvsignore:
5413 * tests/seeking/.cvsignore:
5414 * tests/threadstate/.cvsignore:
5415 * testsuite/.cvsignore:
5416 * testsuite/caps/.cvsignore:
5417 * testsuite/cleanup/.cvsignore:
5418 * testsuite/dynparams/.cvsignore:
5419 * testsuite/plugin/.cvsignore:
5421 update - this is huge, because it includes *.bb, *.bbg and *.da files
5422 which are generated for gcov.
5424 2004-01-11 David Schleef <ds@schleef.org>
5426 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
5427 a function to parse integers in ways that strto[u]l() does not.
5429 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5431 * tools/gst-inspect.c: (print_caps):
5432 improve output of caps a bit
5434 2004-01-11 David Schleef <ds@schleef.org>
5436 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
5437 inherit correct flags (READONLY and DONTKEEP).
5439 2004-01-11 David Schleef <ds@schleef.org>
5441 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
5442 (gst_filesrc_map_region):
5443 * gst/gstbuffer.c: (_gst_buffer_initialize),
5444 (_gst_buffer_sub_free), (gst_buffer_default_copy),
5445 (gst_buffer_new), (gst_buffer_create_sub),
5446 (gst_buffer_is_span_fast), (gst_buffer_span):
5448 Change GstBuffer private structure element names. (all files)
5449 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
5452 Implement getcaps/pad_link functions that handle the case where
5453 there are data in the queue.
5455 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5457 * gst/elements/gstbufferstore.c:
5458 initialize debugging structure correctly
5459 * gst/elements/gsttee.c: (gst_tee_set_property):
5460 g_object_notify when property was changed
5461 * gst/elements/gsttypefindelement.c:
5462 (gst_type_find_element_change_state):
5463 clear caps correctly
5465 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5467 * gst/gstqueue.c: (gst_queue_init):
5468 Use better defaults for when a queue should block. This
5469 gets rid of jerky playback for quite a few files.
5470 It takes more memory.
5472 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
5474 (gst_xml_registry_parse_padtemplate):
5475 make critical message slightly more useful
5477 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
5479 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
5480 (gst_debug_message_get), (gst_debug_log_default):
5482 Change gst_debug_log(_valist) to take a const format string.
5483 Change prototype of log function and functions using those to
5484 take a GstDebugMessage instead of a string that requires using
5485 gst_debug_message_get.
5487 2004-01-08 David Schleef <ds@schleef.org>
5491 Add option --enable-gcov to build GStreamer with -fprofile-arcs
5492 and -ftest-coverage, which allows gcov to show information about
5495 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
5498 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
5499 GST_PARENT_CALL_WITH_DEFAULT
5500 * gst/elements/gstaggregator.c:
5501 * gst/elements/gstbufferstore.c:
5502 * gst/elements/gstfakesink.c:
5503 * gst/elements/gstfakesrc.c:
5504 * gst/elements/gstfdsink.c:
5505 * gst/elements/gstfdsrc.c:
5506 * gst/elements/gstfilesink.c:
5507 * gst/elements/gstfilesrc.c:
5508 * gst/elements/gstidentity.c:
5509 * gst/elements/gstmd5sink.c:
5510 * gst/elements/gstmultidisksrc.c:
5511 * gst/elements/gstpipefilter.c:
5512 * gst/elements/gstshaper.c:
5513 * gst/elements/gststatistics.c:
5514 * gst/elements/gsttee.c:
5515 * gst/elements/gsttypefindelement.c:
5518 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
5520 * docs/gst/gstreamer-docs.sgml: remove props
5521 * docs/gst/gstreamer-sections.txt: remove props
5522 * docs/gst/tmpl/gst.sgml:
5523 * docs/gst/tmpl/gstbin.sgml:
5524 * docs/gst/tmpl/gstbuffer.sgml:
5525 * docs/gst/tmpl/gstcaps.sgml:
5526 * docs/gst/tmpl/gstclock.sgml:
5527 * docs/gst/tmpl/gstelement.sgml:
5528 * docs/gst/tmpl/gstindex.sgml:
5529 * docs/gst/tmpl/gstobject.sgml:
5530 * docs/gst/tmpl/gstpad.sgml:
5531 * docs/gst/tmpl/gstpadtemplate.sgml:
5532 * docs/gst/tmpl/gstreamer-unused.sgml:
5533 * docs/gst/tmpl/gstthread.sgml:
5534 * docs/gst/tmpl/gstxml.sgml:
5535 sync with code reorganization
5537 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
5539 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
5540 Make the 'Could not find compatible pad' message more informative.
5542 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
5544 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
5545 Fix for if we pass NULL as property to location.
5546 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
5547 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
5548 Fix for instantiate-test (see below).
5549 * gst/gststructure.c: (_gst_structure_parse_value):
5550 Fix compile error on gcc-2.96.
5552 * tests/Makefile.am:
5553 * tests/instantiate/Makefile.am:
5554 * tests/instantiate/create.c: (create_all_elements), (main):
5555 Add a test that instantiates all elements. This makes it easy to
5556 track dead code for old API/design (like setting event functions
5557 on sink pads and so on).
5559 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
5561 * gst/gstcaps.c: (gst_caps_append_structure):
5562 Move the poisoning to allow a NULL structure
5563 * gst/gstevent.c: (_gst_event_free):
5564 When freeing a navigation event, free the structure
5567 2004-01-04 David Schleef <ds@schleef.org>
5569 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
5570 Remove usage of gst_pad_proxy_fixate.
5571 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
5572 (gst_caps_split_one), (gst_caps_replace):
5574 * gst/gstmarshal.list:
5575 Add pointer__pointer for fixate signal
5576 * gst/gstpad.c: (gst_real_pad_class_init),
5577 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5578 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
5579 (gst_pad_set_explicit_caps), (gst_pad_template_new):
5580 Add poisoning code. Add fixate signal on RealPad. Change
5581 set_explicit_caps() to take const GstCaps, like try_set_caps().
5583 * testsuite/caps/Makefile.am:
5584 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
5586 2004-01-03 David Schleef <ds@schleef.org>
5588 * gst/elements/gsttypefindelement.c:
5589 (gst_type_find_element_have_type), (gst_type_find_element_init):
5590 Use gst_pad_use_explicit_caps for src pad.
5591 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
5594 2004-01-03 David Schleef <ds@schleef.org>
5596 * gst/gstelement.c: (gst_element_link_pads_filtered),
5597 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
5598 that linking was successful.
5599 * gst/gstpad.c: (gst_pad_link_free),
5600 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
5601 (gst_pad_link_try), (gst_pad_link_unnegotiate),
5602 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
5603 GstPadLinkReturn correctly between functions, and don't fail
5604 when DELAYED is used (DELAYED is very important). Better
5605 cleanup on unlinking and unnegotiation. Should fix some spider
5608 2004-01-02 David Schleef <ds@schleef.org>
5610 * gst/gstelement.c: (gst_element_class_init),
5611 (gst_element_base_class_init): ->padtemplates should be cleared
5612 in base_init, since we need to have a fresh list for every
5613 class. (Alternately, we chould copy the list and share the
5614 actual pad templates (not the list), but that would require
5615 changing every plugin to move pad template registration from
5616 base_init to class_init.)
5618 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
5620 * gst/gstelement.c: (gst_element_class_add_pad_template):
5621 Refuse registering a pad template if another pad template
5622 with the same name already exists (#114715).
5624 2004-01-02 David Schleef <ds@schleef.org>
5626 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
5627 (gst_caps_is_equal_fixed): Add new function.
5628 * gst/gstcaps.h: ditto.
5629 * gst/gstpad.c: (gst_real_pad_class_init),
5630 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
5631 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
5632 check new caps against existing caps -- if they're the same, return
5633 OK without renegotiating. caps-nego-failed signal fixed so that
5634 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
5635 to save an extra caps copy. Don't complete negotiation if a pad
5636 link function returns DELAYED.
5638 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
5640 * gst/gstpad.c: (gst_pad_try_relink_filtered):
5641 Fix wrong g_return_if_fail
5643 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
5645 * gst/gstbin.c: (gst_bin_class_init):
5646 Change the marshalling of element_added/element_removed
5647 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
5648 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
5650 2004-01-01 David Schleef <ds@schleef.org>
5652 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5653 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
5654 (gst_pad_use_explicit_caps):
5656 Add new functions. gst_pad_use_explicit_caps() sets up a pad
5657 to use an internal getcaps and link fuction so that negotiation
5658 always results in the explicitly set caps.
5659 gst_pad_set_explicit_caps() sets the explicit caps. These functions
5660 are particularly useful for decoders.
5662 2003-12-31 David Schleef <ds@schleef.org>
5664 * gst/elements/gstidentity.c: (gst_identity_class_init),
5665 (gst_identity_init), (gst_identity_chain),
5666 (gst_identity_set_property), (gst_identity_get_property):
5667 * gst/elements/gstidentity.h:
5668 * gst/gstqueue.c: (gst_queue_init):
5671 2003-12-31 David Schleef <ds@schleef.org>
5673 * gst/gstcaps.c: (gst_caps_intersect),
5674 (_gst_caps_normalize_foreach), (gst_caps_normalize):
5675 Implement gst_caps_normalize().
5676 * testsuite/caps/normalisation.c: (main):
5677 Add an additional test
5679 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
5681 * gst/gstqueue.c: (gst_queue_init):
5682 use gst_pad_proxy_getcaps()
5684 2003-12-31 David Schleef <ds@schleef.org>
5686 * gst/elements/gstshaper.c: (gst_shaper_link):
5687 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
5688 * gst/gstqueue.c: (gst_queue_link):
5691 2003-12-31 David Schleef <ds@schleef.org>
5693 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
5694 * gst/gstpad.h: Add functions that are useful as default pad
5695 link and fixate functions for elements.
5697 2003-12-30 David Schleef <ds@schleef.org>
5699 * gst/gstpad.c: (gst_pad_link_try):
5700 Fix segfault when attempting to return to old caps
5702 2003-12-29 David Schleef <ds@schleef.org>
5704 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
5705 (gst_caps_structure_simplify), (gst_caps_simplify):
5707 Add simplify function
5708 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
5709 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
5711 Copy over srcnotify, sinknotify when calling old pad_link
5712 functions. Add new is_negotiated() function.
5713 * gst/gststructure.c: (gst_structure_copy):
5714 Fix an incredibly stupid bug that should have been noticed
5715 weeks ago. _copy() returned the argument, not the new copy.
5717 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5719 * gst/gstcaps.c: (gst_caps_append):
5721 * gst/gstcaps.h: (gst_caps_debug):
5722 remove, it doesn't exist anymore.
5723 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
5724 (gst_element_threadsafe_properties_post_run):
5725 make debugging messages not clutter up THREAD debug category
5726 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
5727 (gst_element_change_state):
5728 update to new caps API
5729 * gst/gstinterface.c: (gst_implements_interface_cast):
5730 don't put vital code in g_return_if_fail
5731 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
5732 (gst_pad_link_filtered):
5733 add pst_pad_try_link and use it.
5734 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
5735 implement correctly, deprecate first one.
5736 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
5738 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
5740 (gst_pad_get_negotiated_caps):
5741 add and implement. Make GST_PAD_CAPS call this function.
5743 remove unneeded check..
5744 (gst_pad_recover_caps_error):
5745 disable, always return FALSE.
5746 (gst_real_pad_dispose):
5747 don't free caps and appfilter anymore, they're unused.
5749 Reflect changes mentioned above.
5750 * gst/gstsystemclock.c: (gst_system_clock_wait):
5751 Make 'clock is way behind' a debugging message.
5752 * gst/gstthread.c: (gst_thread_change_state):
5753 Fix debugging message
5755 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
5758 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
5759 * docs/gst/tmpl/gstreamer-unused.sgml:
5760 removed all traces of cvs conflicts
5762 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
5765 * gst/schedulers/cothreads_compat.h:
5767 remove last instances of wingo cothread usage
5769 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
5772 * gst/gstversion.h.in:
5773 * gst/parse/grammar.y:
5774 change comment block from /** to /* when not gtk-doc comments
5776 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
5778 * gst/gst.c: whitespace and doc style fixes
5780 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
5782 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
5784 2003-12-24 Colin Walters <walters@verbum.org>
5786 * gst/elements/gsttypefindelement.c:
5787 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
5788 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
5789 Don't double-free caps.
5791 2003-12-23 David Schleef <ds@schleef.org>
5793 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
5794 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
5795 Many little fixes and additions of debug statements to
5796 get rhythmbox working.
5798 2003-12-23 Colin Walters <walters@verbum.org>
5800 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
5801 Use GST_PAD_LINK_SUCCESSFUL.
5803 2003-12-23 David Schleef <ds@schleef.org>
5805 * gst/elements/gstaggregator.c:
5806 * gst/elements/gsttee.c:
5807 Use gst_pad_proxy_getcaps().
5810 Add gst_pad_proxy_getcaps(), which filter elements can use
5811 as a generic getcaps implementation.
5812 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
5815 2003-12-23 David Schleef <ds@schleef.org>
5818 Rearrange/rewrite much of the pad negotiation code, since it
5819 resembled pasta. This actually changes the way some
5820 negotiation works, since the previous code was inconsistent
5821 depending on how it was invoked. Add (internal) structure
5822 GstPadLink, which is used to hold some information (more in
5823 the future) about the link between two pads. Fixes a number
5824 of bugs, including random lossage of filter caps when the
5825 initial negotiation is delayed. A few functions are still
5828 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
5829 these when testing GstPadLinkReturn values instead of comparing
5832 2003-12-23 David Schleef <ds@schleef.org>
5836 Rearrange lots of code. Change registration of compare function
5837 into registration of compare/serialize/deserialize functions.
5838 Doesn't include implementation of gst_value_[de]serialize(),
5839 but that should be easy.
5841 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
5843 * docs/gst/gstreamer-sections.txt:
5844 * docs/gst/tmpl/gstprops.sgml: removed
5845 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
5846 David removed props and caps code, so let's remove their docs as well.
5847 Removed all no longer existing symbols from gstreamer-sections.txt
5849 2003-12-22 Colin Walters <walters@verbum.org>
5851 * gst/gsttaginterface.c, gst/gsttaginterface.h,
5852 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
5855 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5857 * gst/elements/gstelements.c:
5858 Set ranks of elements to NONE, so the autoplugger doesn't use them.
5859 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
5860 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
5863 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
5865 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
5866 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
5867 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
5868 (gst_spider_identity_sink_loop_type_finding):
5869 * gst/autoplug/gstspideridentity.h:
5870 Fix autoplugging in spider element, so it works with new caps.
5871 This was mainly caused by identifying empty caps incorrectly.
5873 2003-12-22 David Schleef <ds@schleef.org>
5875 * gststructure.c, gstvalue.c, gstvalue.h: Add
5876 gst_value_init_and_copy() and use it, to avoid silly mistakes in
5877 using g_value_copy()
5879 2003-12-21 David Schleef <ds@schleef.org>
5881 * many, many files: Merge CAPS branch. This includes:
5882 - implemention of GstValue and several GstValue types
5883 - implemention of GstStructure
5884 - entire rewrite of GstCaps
5885 - removal of GstProps
5886 - many changes to GstPad to compensate for new caps paradigm
5887 - removal of GstBufferpool
5888 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
5889 gstvalue.h, gst/gstcaps[2]*.[ch]:
5890 - rename gstcaps2.[ch] to gstcaps.[ch]
5892 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
5894 * gst/gstqueue.c: (gst_queue_handle_pending_events),
5895 (gst_queue_chain), (gst_queue_handle_src_event):
5896 implement timeout for sending events. Workaround for if the
5897 pipeline on this queue is not passing any data.
5899 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
5901 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
5902 * moved CVS to freedesktop.org