1 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
5 * docs/manual/win32.xml:
6 Fixed the plugin and GSTreamer location
8 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
10 * win32/gstreamer.def:
11 More exports for the plugins
13 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
16 Marc was right, we need to export literraly GST_CAT_DEFAULT
18 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
21 NLS crashes in gettext, disabled until this is solved
23 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
25 * win32/gst-inspect.vcproj:
26 * win32/gst-launch.vcproj:
27 Should use NLS when available
29 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
31 * gst/registries/gstxmlregistry.c:
32 removing the file doesn't seem to be a good idea on Linux
34 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
36 * gst/registries/gstxmlregistry.c:
37 Remove the registry before renaming the tempfile (needed for Windows)
39 2004-07-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
41 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
42 (gst_multifilesrc_init), (gst_multifilesrc_set_property),
43 (gst_multifilesrc_get_property), (gst_multifilesrc_get):
44 * gst/elements/gstmultifilesrc.h:
45 Added newmedia property so it generates newmedia events between each
46 file when property is set, as well as fixed eos handling
48 2004-07-22 David Schleef <ds@schleef.org>
50 * gst/gststructure.c: (gst_structure_id_empty_new),
51 (gst_structure_empty_new): Set type field correctly.
52 * gst/gststructure.h: Check type field correctly.
53 * testsuite/caps/Makefile.am:
54 * testsuite/caps/structure.c: (test1), (main): Add a very small
57 2004-07-22 David Schleef <ds@schleef.org>
59 * docs/random/ds/0.9-suggested-changes: more comments
60 * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
62 2004-07-22 Benjamin Otte <otte@gnome.org>
64 * gst/gstelementfactory.c: (gst_element_register):
65 set the factory in the class struct, so gst_element_get_factory
67 * gst/parse/grammar.y:
68 set element to playing when it gets unlocked as we can't rely on the
69 bin state - all elements in the bin state might still be locked in
72 2004-07-22 Benjamin Otte <otte@gnome.org>
74 * gst/gstelement.c: (gst_element_set_state_func):
75 make this a static function
77 2004-07-22 Wim Taymans <wim@fluendo.com>
79 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
80 (gst_opt_scheduler_pad_link):
81 fix 147894-2 and the group_link problem.
83 2004-07-22 Wim Taymans <wim@fluendo.com>
85 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
86 (handoff_identity), (main):
87 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
88 (handoff_identity), (main):
89 * testsuite/schedulers/Makefile.am:
90 * testsuite/schedulers/group_link.c: (main):
91 Show bug in scheduler when linking chain and loop based element
92 where the chain based element was not yet in a group.
94 2004-07-21 Benjamin Otte <otte@gnome.org>
97 * gst/autoplug/.cvsignore:
98 * gst/elements/.cvsignore:
99 * gst/indexers/.cvsignore:
100 * libs/gst/bytestream/.cvsignore:
101 * libs/gst/control/.cvsignore:
102 * libs/gst/getbits/.cvsignore:
103 * testsuite/states/.cvsignore:
104 * testsuite/threads/.cvsignore:
105 keep this up to date, since I seem to be the only one who cares
106 about not missing files on commits
108 2004-07-21 Benjamin Otte <otte@gnome.org>
110 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
111 (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
112 (gst_bin_child_state_change_func), (set_kid_state_func),
113 (gst_bin_set_state), (gst_bin_change_state_norecurse):
114 make state changes work correctly and reentrant (so removing
115 elements from bins during state changes of bins doesn't cause
116 segfaults or even wrong states)
117 add debugging category and debugging output to print children states
118 * gst/gstbin.c: (gst_bin_dispose):
119 add some assertion checks
121 * gst/gstbin.c: (gst_bin_sync_children_state):
122 deprecate this function - it just does gst_bin_set_state (bin,
124 * testsuite/threads/queue.c: (main):
125 don't use gst_bin_sync_children_state anymore
126 * testsuite/states/Makefile.am:
127 * testsuite/states/bin.c:
128 test that the state changes of bins work as expected
129 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
130 some adjustments to change states correctly, too
131 * gst/gstthread.c: (gst_thread_change_state):
132 don't enable/disable "threadsafe" properties, they're unused and
133 cause random segfaults
134 * testsuite/threads/Makefile.am:
135 the queue check randomly passes now, ignore it
137 2004-07-21 Benjamin Otte <otte@gnome.org>
140 check if data is NULL before outputting debug info. (fixes #145100)
142 2004-07-21 Benjamin Otte <otte@gnome.org>
144 * gst/schedulers/entryscheduler.c:
145 (gst_entry_scheduler_loop_wrapper),
146 (gst_entry_scheduler_chain_wrapper),
147 (gst_entry_scheduler_get_wrapper):
148 reset the state when the cothread starts, so we don't get assertion
149 failures on restarting of cothreads
151 2004-07-20 Benjamin Otte <otte@gnome.org>
153 * gst/gstelement.c: (gst_element_link_pads_filtered):
154 use correct sinkpad, if only sinkpad is specified, but not srcpad
156 * gst/gstelement.c: (gst_element_set_state_func),
157 (gst_element_change_state): ref/unref the element, signal handlers
158 could get rid of the element otherwise
160 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
162 * docs/random/ds/0.9-suggested-changes:
163 Make note about renaming fixed-list to array.
164 * gst/gstvalue.c: (gst_value_intersect_fixed_list),
165 (_gst_value_initialize):
166 Add array intersections.
167 * testsuite/caps/intersect2.c: (main):
168 Add test for array intersections.
170 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
172 * configure.ac: back to cvs
174 === release 0.8.4 ===
176 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
179 releasing 0.8.4, "Paella"
180 bump libtool versioning
182 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
186 adding Catalan translation (Jordi Mallach)
188 2004-07-20 Wim Taymans <wim@fluendo.com>
190 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
191 (handoff_identity), (main):
192 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
193 (handoff_identity), (main):
194 * testsuite/schedulers/Makefile.am:
195 Added failing testcase for variant of #147894
197 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
199 patch by: David Moore
201 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
202 (schedule_group), (gst_opt_scheduler_schedule_run_queue),
203 (group_migrate_connected):
204 * testsuite/schedulers/Makefile.am:
205 fix for #142813 (Deadlock in optimal scheduler)
207 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
209 patch by: Wim Taymans
211 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
212 (gst_opt_scheduler_schedule_run_queue),
213 (gst_opt_scheduler_get_wrapper), (get_group),
214 (group_migrate_connected):
215 * testsuite/schedulers/Makefile.am:
216 fix for #147819 (Add some checks in the opt scheduler)
218 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
220 patch by: Benjamin Otte
222 * gst/gstelementfactory.c: (__gst_element_details_set):
223 fix for #147929: running gst-register in non-utf8 locale can cause
226 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
228 patch by: Wim Taymans
230 * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
231 (group_has_element), (element_get_reachables_func),
232 (group_migrate_connected):
233 fix for #147894 (opt scheduler decoupled elements mismanagement)
234 * testsuite/schedulers/Makefile.am:
235 testsuite app now passes
237 2004-07-19 Wim Taymans <wim@fluendo.com>
239 * testsuite/schedulers/147819.c: (handoff_identity1),
240 (handoff_identity2), (main):
241 * testsuite/schedulers/Makefile.am:
242 Added testcase for bug 147819
244 2004-07-19 Wim Taymans <wim@fluendo.com>
246 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
247 (handoff_identity), (main):
248 * testsuite/schedulers/Makefile.am:
249 Added testcase for bug 147894
251 2004-07-16 Wim Taymans <wim@fluendo.com>
253 * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
254 * testsuite/schedulers/142183.c: (handoff_identity), (main):
255 * testsuite/schedulers/Makefile.am:
256 Added testsuite for bug 142183 in its two incarnations. Refcount
257 is not increased for scheduled elements and threadsafe properties
258 mutexes are not properly unlocked.
260 2004-07-16 Wim Taymans <wim@fluendo.com>
262 * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
263 (create_chain), (destroy_chain), (create_group), (destroy_group),
264 (add_to_group), (merge_groups), (group_elements), (group_inc_link),
265 (group_dec_link), (gst_opt_scheduler_pad_link),
266 (group_inc_links_for_element), (group_migrate_connected):
267 Call group_inc_link with the proper src->sink ordering --
268 break this, and we break sort_chain. patch from wingo for bug
270 Partially revert patch 1.89. When adding a loop based element to
271 the scheduler, the links to other groups are automatically followed
272 and incremented. This should not happen because the bin will call
273 pad_link explicitly for those connection, resulting in them counted
274 twice. Results in assertion failure on pipeline cleanup.
276 2004-07-16 Wim Taymans <wim@fluendo.com>
278 * testsuite/schedulers/143777-2.c: (main):
279 * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
281 * testsuite/schedulers/Makefile.am:
282 Added cleanup code to testcase 143777-2.
283 Added testcase to show bug 147713, does not really show the
284 deadlock as I can't figure out how to trigger it, but it does
285 demonstrate bad ordering in the scheduler.
287 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
289 * gst/gstvalue.c: (gst_value_deserialize_fraction):
290 change strndup to g_strndup. Fixes #147707
292 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
306 2004-07-16 Benjamin Otte <otte@gnome.org>
308 * gst/gstvalue.c: (gst_greatest_common_divisor):
309 use ints and return ints, fractions only use ints, too, so this
310 avoids accidently casting multiplications to unsigned
311 (gst_value_lcopy_fraction): it's ints, not uint32
312 (gst_value_set_fraction): disallow minint, multiplying and negation
314 (gst_value_fraction_multiply): fix to make large numbers work and get
315 rid of the assumption that the multiplication of two ints fits an
316 int64 - dunno if that's true for all systems
317 * testsuite/caps/Makefile.am:
318 * testsuite/caps/fraction-multiply-and-zero.c:
319 (check_multiplication), (check_equal), (zero_test), (main):
320 add tests for all the stuff above
321 * testsuite/caps/value_compare.c: (test1):
324 * testsuite/caps/.cvsignore:
325 * testsuite/debug/.cvsignore:
326 * testsuite/dlopen/.cvsignore:
327 * testsuite/states/.cvsignore:
330 2004-07-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
332 * docs/manual/bins-api.xml:
333 * docs/manual/factories.xml:
334 * docs/manual/helloworld.xml:
335 * docs/manual/links-api.xml:
336 fixes for out of date info, incorrect info and grammar
338 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot>
340 * docs/manual/pads.xml:
341 * docs/manual/pads-api.xml: grammar fix
343 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
345 * docs/manual/pads-api.xml: typo + grammar fix
347 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
349 * docs/gst/gstreamer-sections.txt:
351 * docs/gst/tmpl/gstelement.sgml:
352 * docs/gst/tmpl/gstpad.sgml:
353 * docs/gst/tmpl/gsttypes.sgml:
354 * docs/gst/tmpl/gstvalue.sgml:
356 * gst/gststructure.c: (gst_structure_set_valist),
357 (gst_structure_from_abbr), (gst_structure_to_abbr):
358 * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
359 (gst_greatest_common_divisor), (gst_value_init_fraction),
360 (gst_value_copy_fraction), (gst_value_collect_fraction),
361 (gst_value_lcopy_fraction), (gst_value_set_fraction),
362 (gst_value_get_fraction_numerator),
363 (gst_value_get_fraction_denominator),
364 (gst_value_fraction_multiply), (gst_value_serialize_fraction),
365 (gst_value_deserialize_fraction),
366 (gst_value_transform_fraction_string),
367 (gst_value_transform_string_fraction),
368 (gst_value_compare_fraction), (_gst_value_initialize):
370 adding GstFraction GValue type, get/set, and multiply
371 * testsuite/caps/Makefile.am:
372 * testsuite/caps/fraction.c: (test), (main):
373 * testsuite/caps/string-conversions.c: (main):
374 * testsuite/caps/value_compare.c: (test1), (main):
375 add regression tests for GstFraction
377 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
379 * docs/manual/init-api.xml: Grammar fix
381 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
383 * docs/manual/states.xml: Fix inconsistent information
385 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
387 * gst/gstelement.c: (gst_element_set_state):
388 * gst/gstpad.c: (gst_pad_try_set_caps):
389 * gst/gststructure.c:
390 * gst/gstthread.c: (gst_thread_child_state_change):
391 * gst/gstvalue.c: (gst_value_compare_double):
393 * testsuite/parse/parse1.c: (main):
394 debugging additions and style cleanups
396 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
398 * docs/manual/states.xml: Grammar fix
400 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
402 * docs/manual/pads.xml: Grammar fix
404 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
406 * docs/manual/elements.xml: Fixed image reference
408 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
410 * docs/manual/goals.xml: Grammar fix
412 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
414 * docs/manual/motivation.xml:
415 Bonobo is no longer "emerging" and added sentence regarding tcp plugins
417 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
419 * docs/manual/motivation.xml: Fix spelling
421 2004-07-15 Benjamin Otte <otte@gnome.org>
424 Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
426 * gst/gstelement.c (gst_element_class_init):
427 GError's are boxed, not objects
428 * gst/gstmarshal.list:
429 update list for the fixed error signal
431 2004-07-14 Andy Wingo <wingo@pobox.com>
433 * gst/gsttag.c: Add a tag merge func for pointers. The header was
434 there all along, but the function wasn't. (guile-gstreamer's build
435 system uses the address of the function -- I wasn't actually
438 2004-07-14 Andy Wingo <wingo@pobox.com>
440 * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
441 as gst_pad_proxy_pad_link) just link to every other pad when they
442 are called. In the case where the graph has cycles, this will mean
443 that a call to try_set_caps will recurse. Allow this recursion
444 and return OK, while we wait for the first try_set_caps to give a
446 (gst_pad_link_call_link_functions): Since this function is the
447 only one to set the NEGOTIATING flag on a pad, if the flag is set
448 it means that the link functions have indirectly recursed. If this
449 happens, error out to avoid infinite recursion and an eventual
451 (gst_real_pad_class_init): Remove a crufty GtkObject comment.
452 (gst_pad_proxy_getcaps): Intersect the result with the template
453 caps to ensure that the return value is valid.
455 2004-07-14 Andy Wingo <wingo@pobox.com>
457 * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
458 one refcount, the calling function is the owner of the buffer.
460 2004-07-14 Wim Taymans <wim@fluendo.com>
462 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
463 (gst_opt_scheduler_pad_link), (group_migrate_connected):
464 Fix stupid warning when an element is to be migrated but
467 2004-07-14 Wim Taymans <wim@fluendo.com>
469 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
470 (gst_opt_scheduler_pad_link), (group_migrate_connected):
471 Make sure that a single non-loop-based element does not
472 end up in a group. This fixes the testsuite again.
474 2004-07-14 Wim Taymans <wim@fluendo.com>
476 * gst/schedulers/gstoptimalscheduler.c: (create_group),
477 (add_to_group), (merge_groups), (schedule_group),
478 (gst_opt_scheduler_get_wrapper), (group_elements),
479 (group_dec_link), (gst_opt_scheduler_pad_link),
480 (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
481 (gst_opt_scheduler_iterate):
482 move isolated groups to a new chain.
483 Emit a warning instead of segfaulting in some error cases.
484 Fix a bug where the link count between groups was not calculated
485 correctly. Fixes #144510.
487 2004-07-13 Steve Lhomme <steve.lhomme@free.fr>
488 * gst/elements/gstfilesrc.c:
489 Binary files support under Windows now OK
491 2004-07-13 Benjamin Otte <otte@gnome.org>
493 compatibility fixes for Solaris 8/gcc 2.95
495 include libintl libs in LDFLAGS
496 * gstvalue.c (gst_value_deserialize_buffer):
497 cast isxdigit stuff to int to silence compiler warning
499 2004-07-12 Benjamin Otte <otte@gnome.org>
502 get rid of GST_O_READONLY, GST_FILE_MODE_READ and
503 GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
504 just causes support madness
505 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
506 make it work without this
507 * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
508 (gst_file_index_commit):
509 glib IO channels don't want binary mode
510 * testsuite/bytestream/filepadsink.c: (main):
511 * testsuite/bytestream/test1.c: (read_param_file):
512 use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
514 2004-07-12 Benjamin Otte <otte@gnome.org>
516 * gst/gstelement.c: (gst_element_class_init),
517 (gst_element_set_state), (gst_element_set_state_func):
518 virutalize gst_element_set_state, use set_state member in class
519 struct that was already added in 0.7 for this.
520 * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func),
521 (gst_bin_change_state):
522 make gst_bin_foreach works similar to other foreach functions, plug
523 memleaks in it. Make functions using it work with the new approach.
524 Document gst_bin_foreach, so it can be exported if we want to
525 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
526 use virtualized set_state to make set_state on bins set the state of
529 2004-07-12 Benjamin Otte <otte@gnome.org>
532 require valgrind >= 2.1 (fixes Gentoo bug 53967, see
533 http://bugs.gentoo.org/show_bug.cgi?id=53967)
534 * gst/gstpad.c: (gst_pad_alloc_buffer):
535 allow buffer_alloc functions to return NULL and allocate a normal
538 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
539 * gst/elements/gstfilesink.c:
540 * gst/elements/gstfilesrc.c:
541 * gst/indexers/gstfileindex.c:
543 * testsuite/bytestream/filepadsink.c:
544 * testsuite/bytestream/test1.c:
545 Handle binary files under Windows
547 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
548 * docs/manual/win32.xml:
550 * win32/gst-register.vcproj:
551 * win32/gstreamer.def:
552 Update to another gettext public build
554 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
556 Fix an impossible C syntax
558 Disable i18n under Windows for the moment
559 * win32/gst-register.vcproj:
560 Use this configuration
562 2004-07-12 Jan Schmidt <thaytan@mad.scientis.com>
563 * docs/manual/quotes.xml:
564 Keep the quotes file alive
565 * docs/random/ds/0.9-suggested-changes:
566 Add the suggestion of including a 'rowstride' as part of video
569 2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
571 * gst/gstelement.c: (gst_element_set_state),
572 (gst_element_change_state):
573 d'oh. Set PENDING state correctly before forcing bin to change.
574 * gst/gststructure.c: (gst_structure_value_get_generic_type),
575 (gst_structure_parse_fixed_list):
576 * gst/schedulers/gstoptimalscheduler.c:
577 (gst_opt_scheduler_state_transition):
578 * testsuite/states/parent.c: (main):
579 remove comment now that it's fixed.
581 2004-07-11 Benjamin Otte <otte@gnome.org>
584 GST_SECOND shouldn't cause a conversion to unsigned.
585 * testsuite/clock/.cvsignore:
586 * testsuite/clock/Makefile.am:
587 * testsuite/clock/signedness.c: (main):
588 make sure it never will again
590 2004-07-11 Andy Wingo <wingo@pobox.com>
592 * gst/gstbin.c (gst_bin_add_func): If we're adding an element
593 whose state is higher than the bin state, raise the bin state to
594 ensure that bin state := highest child state.
596 2004-07-11 Andy Wingo <wingo@pobox.com>
598 * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
599 procedure on the children of a bin. Assumes that the procedure can
600 change the set of children.
601 (set_kid_state_func): New static function.
602 (gst_bin_change_state): Use gst_bin_foreach to call
603 set_kid_state_func. Fixes a bug: if a child had a state-change
604 handler that removes it from the bin, there would be a segfault.
605 Hopefully it should also work in the case where the state-change
606 handler on one child adds or removes other children. In any case,
607 fixes should go to gst_bin_foreach.
609 2004-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
611 * gst/gstelement.c: (gst_element_set_state):
612 compatibility fix for latest plugins release. Change loop back
615 2004-07-09 Wim Taymans <wim@fluendo.com>
617 * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
618 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
619 (gst_thread_main_loop):
620 Since remove is virtual in GstBin we must not assume the
621 elements GList to have anothing useful.
622 Add some more logging to GstThread and be a bit more paranoid
623 when resetting the scheduler.
624 Set the state of the bin to NULL before removing the children.
626 2004-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
628 * testsuite/threads/Makefile.am:
629 * testsuite/threads/threadg.c:
630 added test to check if problem when removing all elements from a
631 GstThread before setting GstThread state to NULL
633 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
635 * docs/gst/tmpl/gstelement.sgml:
636 * docs/gst/tmpl/gsttypes.sgml:
637 * gst/gstbin.c: (gst_bin_change_state):
638 * gst/gstelement.c: (gst_element_set_state),
639 (gst_element_change_state):
640 rework so that for bins we try to set the state on all children
641 as well even if the bin is in the correct state already.
642 change while to do so at least one iteration is done.
643 For regular elements, we fall back to the previous behaviour for
644 now since we first need a new plugins release.
645 * testsuite/states/parent.c: (main):
649 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
651 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
652 (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
653 (gst_queue_release_locks), (gst_queue_change_state),
654 (gst_queue_set_property):
655 add proper lock debugging. Change dispose to finalize, since
656 we're freeing mutexes and other stuff which should happen only once.
658 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
660 * docs/gst/tmpl/gstelement.sgml:
661 * docs/gst/tmpl/gstplugin.sgml:
662 * docs/gst/tmpl/gsttypes.sgml:
663 * docs/pwg/building-state.xml:
664 * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
665 * gst/gstelement.c: (gst_element_change_state):
666 * gst/gstthread.c: (gst_thread_change_state):
667 catch wrong state changes in element base class.
669 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
672 clean up layout a little.
674 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
677 * testsuite/Makefile.am:
678 * testsuite/states/Makefile.am:
679 * testsuite/states/parent.c: (main):
680 re-enable states testsuite dir. Add test for state changes and
683 2004-07-09 Wim Taymans <wim@fluendo.com>
685 * gst/schedulers/gstoptimalscheduler.c:
686 (gst_opt_scheduler_pad_link), (group_elements_set_visited),
687 (element_get_reachables_func), (element_get_reachables),
688 (debug_element), (rechain_group), (group_migrate_connected),
689 (gst_opt_scheduler_pad_unlink):
690 Do not try to migrate decoupled elements to a new group since
691 they are not added to groups.
693 2004-07-08 Benjamin Otte <otte@gnome.org>
695 * gst/gstelement.c: (gst_element_error_func):
696 make reentrant (= allow removing elements in error handler)
698 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
700 * gst/gstpad.c: (gst_pad_event_default_dispatch),
701 (gst_pad_send_event), (gst_pad_call_chain_function):
702 events sent to elements below PAUSED cannot be handled, so
705 2004-07-08 Wim Taymans <wim@fluendo.com>
707 * gst/schedulers/gstoptimalscheduler.c:
708 (chain_recursively_migrate_group), (create_group),
709 (schedule_group), (gst_opt_scheduler_pad_link),
710 (group_elements_set_visited), (element_get_reachables_func),
711 (element_get_reachables), (group_can_reach_group), (debug_element),
712 (rechain_group), (group_migrate_connected),
713 (gst_opt_scheduler_pad_unlink):
714 * testsuite/schedulers/Makefile.am:
715 Implemented group splitting and rechaining.
716 Fixes 143777 and 143777-2 in the testsuite.
718 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
720 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
723 * gst/gstinfo.c: (gst_debug_log_default):
724 print time nicely. add thread pointer until someone figures out
725 a completely portable way of getting at thread id's.
726 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
727 (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
728 (gst_pad_call_chain_function):
730 * gst/schedulers/gstoptimalscheduler.c:
731 (get_group_schedule_function), (loop_group_schedule_function),
732 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
733 (pad_clear_queued), (gst_opt_scheduler_iterate):
734 rename BUFPEN and friends to DATAPEN since that's what they are.
736 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
738 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
741 cleanups and debugging
743 2004-07-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
746 * gst/gstvalue.c: (gst_value_compare_enum),
747 (gst_value_serialize_enum), (gst_value_deserialize_enum),
748 (gst_value_can_compare), (gst_value_compare):
749 * testsuite/Makefile.am:
750 * testsuite/enumcaps/Makefile.am:
751 * testsuite/enumcaps/enumcaps.c:
752 Fix enum serialization, deserialization, comparison in caps, add
753 a test to ensure that this continues working in the future.
755 2004-07-06 David Schleef <ds@schleef.org>
757 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
760 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
762 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
764 * gst/registries/gstxmlregistry.c:
765 (plugin_times_older_than_recurse), (plugin_times_older_than),
766 (gst_xml_registry_parse_padtemplate):
767 only rebuild registry when actual plugins have a newer time than
768 the registry. Fixes #145520
770 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
772 * docs/manual/manual.xml:
773 * docs/manual/win32.xml:
774 add chapter on win32 building. fixes #142422
776 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
778 patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
780 * gst/autoplug/gstspider.c: (gst_spider_init),
781 (gst_spider_dispose):
782 fix spider memleaks. fixes #137863
784 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
786 patch by: Joe Marcus Clarke <marcus at freebsd dot org>
788 * gst/schedulers/gstoptimalscheduler.c:
789 (gst_opt_scheduler_pad_unlink):
790 fix SIGBUS error, fixes #145338
792 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
794 * gst/gstobject.c: (gst_object_replace):
795 * gst/gstscheduler.c: (gst_scheduler_get_clock):
796 * gst/gstsystemclock.c: (gst_system_clock_obtain):
797 clean up clock lifecycle. Fixes #109831
799 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
803 added Czech translation (Miloslav Trmac)
805 2004-07-04 David Schleef <ds@schleef.org>
808 * tools/gst-xmlinspect.1.in: Add man page. (bug #140219)
810 2004-07-04 David Schleef <ds@schleef.org>
812 * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
814 2004-07-04 Thomas Vander Stichele <thomas at apestaart dot org>
816 * gst/gstbin.c: (gst_bin_restore_thyself):
817 chain to parent restore so the bins get restored correctly
820 2004-07-03 David Schleef <ds@schleef.org>
822 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
823 Actually do something in these functions, like before the big
824 caps change. (bug #145137)
826 2004-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
828 * gst/gstelement.c: (gst_element_get_compatible_pad_template),
829 (gst_element_get_compatible_pad_filtered):
830 * gst/gstthread.c: (gst_thread_main_loop):
833 2004-07-02 David Schleef <ds@schleef.org>
835 * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
841 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
843 * gst/gstpad.c: (gst_pad_check_schedulers),
844 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
845 (gst_pad_link_prepare):
846 revert until testsuite is fixed
848 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
850 * testsuite/Makefile.am:
851 * testsuite/caps/filtercaps.c: (main):
852 * testsuite/clock/clock1.c: (main):
853 * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
856 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
858 * testsuite/cleanup/cleanup1.c: (create_pipeline):
859 * testsuite/cleanup/cleanup2.c: (create_pipeline):
860 * testsuite/cleanup/cleanup4.c: (main):
863 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
865 * libs/gst/control/control.c:
866 * libs/gst/control/dparam.c:
867 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
868 * libs/gst/control/dparammanager.c:
869 * libs/gst/control/dparammanager.h:
870 * testsuite/dynparams/Makefile.am:
871 * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
872 (gst_dptest_change_state), (gst_dptest_chain), (main):
873 fix testcase for dparams
874 add debugging category
876 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
881 2004-07-02 Benjamin Otte <otte@gnome.org>
885 * tests/mass_elements.c: (gst_get_current_time), (main):
886 add simple benchmark to test various speeds of fakesrc ! identity !
887 identity ! ... ! fakesink.
888 Usage: mass_elements [num_identities] [num_buffers]
889 If not specified they default to 1000.
891 2004-07-02 Benjamin Otte <otte@gnome.org>
893 * gst/gstpad.c: (gst_pad_check_schedulers),
894 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
895 (gst_pad_link_prepare):
896 check that pads that get linked belong to the same manager. The old
897 code allowed linking elements before putting them into bins, so it
898 worked to link them and then put them in different threads, which
899 lead to weird behaviour.
900 Since this effectively disallows linking elements before putting
901 them in a bin, some applications might not work after this and error
902 out. If these applications are too critical, we might need to revert
903 that patch. Please test this before the next release...
905 2004-06-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
907 * gst/gstpad.c: (gst_pad_get_caps):
908 throw an error if the getcaps function does not return a subset of
910 * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
911 make disconts without position info an error in debugging
912 * tests/spidey_bench.c: (handoff), (main):
913 don't count first try when averaging
915 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
917 * gst/gstplugin.c: (gst_plugin_load_file):
918 figure out problem with dynamic test
920 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
922 * docs/gst/Makefile.am:
925 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
937 * tools/gst-register.c: (plugin_added_func), (main):
938 i18n-ize -register, fix plural
940 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
942 * gst/elements/gstidentity.c: (gst_identity_class_init),
943 (gst_identity_init), (gst_identity_chain),
944 (gst_identity_set_property), (gst_identity_get_property):
945 * gst/elements/gstidentity.h:
946 check for perfect stream
948 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
950 * gst/elements/gstidentity.c: (gst_identity_chain):
953 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
955 * docs/gst/Makefile.am:
956 * docs/gst/gstreamer-docs.sgml:
959 2004-06-24 David Schleef <ds@schleef.org>
961 * autogen.sh: Remove call to env, since the buildbot isn't
964 2004-06-24 Wim Taymans <wim@fluendo.com>
966 * gst/elements/Makefile.am:
967 * gst/elements/gstelements.c:
968 * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
969 (gst_multifdsink_class_init), (gst_multifdsink_init),
970 (gst_multifdsink_add), (gst_multifdsink_remove),
971 (gst_multifdsink_clear), (gst_multifdsink_chain),
972 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
973 * gst/elements/gstmultifdsink.h:
974 Added an element that writes to multiple filedescriptors at once.
976 2004-06-24 Benjamin Otte <otte@gnome.org>
978 * gst/parse/grammar.y:
979 don't try to link elements before they have been added to bins
981 2004-06-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
983 * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
984 (gst_file_pad_get_length):
985 * libs/gst/bytestream/filepad.h:
988 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
990 * docs/gst/gstreamer-sections.txt:
991 remove from docs, the define that Benjamin removed from gstelement.h
993 2004-06-22 Benjamin Otte <otte@gnome.org>
996 remove define that referenced a nonexisting GstElement struct member
998 2004-06-20 Benjamin Otte <otte@gnome.org>
1000 * gst/gstdata.c: (gst_data_is_writable):
1001 whoops, return values were wrong, so writable data was marked as
1002 non-writable and vice versa. (fixes #143953, spotted by Francis
1004 Shows how rarely we need to copy data ;)
1006 2004-06-20 Benjamin Otte <otte@gnome.org>
1008 * testsuite/schedulers/.cvsignore:
1009 * testsuite/schedulers/Makefile.am:
1010 * testsuite/schedulers/143777-2.c: (main):
1011 add test for opt breakage in bug #143777
1013 2004-06-20 Benjamin Otte <otte@gnome.org>
1015 * gst/gstpad.c: (gst_pad_call_chain_function):
1016 check for if we were unlinked while inside the chainfunction (fixes
1017 entrygthread having issues with #143777)
1018 * testsuite/schedulers/143777.c: (main):
1019 * testsuite/schedulers/Makefile.am:
1020 add a test for that fix
1022 2004-06-20 Benjamin Otte <otte@gnome.org>
1024 * gst/gstvalue.c: (gst_value_set_int_range):
1025 test that start is smaller then end
1026 * libs/gst/bytestream/Makefile.am:
1027 * libs/gst/bytestream/filepad.c:
1028 * libs/gst/bytestream/filepad.h:
1029 add GstFilePad - a pad that behaves like a FILE*
1030 * testsuite/bytestream/.cvsignore:
1031 * testsuite/bytestream/Makefile.am:
1032 * testsuite/bytestream/filepadsink.c:
1033 test for the GstFilePad
1035 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
1037 * gst/elements/gstidentity.c: (gst_identity_class_init),
1038 (gst_identity_init), (gst_identity_set_clock),
1039 (gst_identity_chain), (gst_identity_set_property),
1040 (gst_identity_get_property):
1041 * gst/elements/gstidentity.h:
1042 * gst/gstclock.c: (gst_clock_id_wait):
1043 add a "sync" property to sync to the clock
1045 2004-06-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
1047 * gst/gstelementfactory.c: (gst_element_factory_create):
1048 make the freakin "elementfactory bla has no type" message more
1049 useful. So we actually can do something when someone shows up
1050 complaining about it.
1052 2004-06-15 Johan Dahlin <johan@gnome.org>
1054 * tools/gst-inspect.c (main): Fallback to plugin if no element is
1055 found. This matches the old behavior better. Thanks to Thomas for
1058 2004-06-14 David Schleef <ds@schleef.org>
1060 * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
1061 -fomit-frame-pointer. Appears to generate correct code in
1062 other cases as well.
1064 2004-06-14 Johan Dahlin <johan@gnome.org>
1066 * tools/gst-inspect.c (main): Add two new command line options: -a
1067 to print all elements and -n to print the name on each line. Also
1068 fix some error reporting.
1069 (main): Simplify, remove -n and always print names if -a is specified
1071 2004-06-13 Steve Lhomme <steve.lhomme@free.fr>
1073 * win32/gstconfig.h:
1074 * win32/GSTreamer.vcproj:
1076 * gst/gstconfig.h.in:
1083 * docs/gst/gstreamer-sections.txt:
1084 * docs/gst/tmpl/gstconfig.sgml:
1085 rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
1087 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
1088 * docs/gst/gstreamer-sections.txt:
1089 * docs/gst/tmpl/gstconfig.sgml:
1090 Add the GSTREAMER_EXPORT macro to the docs
1092 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
1094 * tools/gst-compprep.c: (handle_xmlerror), (main):
1095 Add a check for the version that introduced SetStructuredError to fix
1098 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1102 prepare to compile the testsuite with MSVC
1104 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1106 * docs/manual/win32.xml:
1107 attempt to transform the Win32 README into an XML doc
1109 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1118 * tools/gst-register.c:
1119 * win32/gstreamer.def:
1120 extern symbols are now exported for the Windows DLL
1122 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1125 fix a problem to enable/disable DEBUG under MSVC
1127 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1130 enable more debug code in DEBUG build
1132 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1135 * gst/gst-i18n-app.h:
1136 enable NLS under Windows
1138 2004-06-12 Jan Schmidt <thaytan@mad.scientist.com>
1139 * tools/gst-compprep.c: (handle_xmlerror), (main):
1140 Make an error that baffled me a bit clearer
1142 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
1145 don't use g_queue_get_length () because it's 2.4, use ->length
1147 2004-06-11 Steve Lhomme <steve.lhomme@free.fr>
1149 reviewed by Benjamin Otte <in7y118@public.uni-hamburg.de>
1151 * tools/gst-inspect.c: (print_signal_info):
1152 don't free random data twice. (fixes #144185)
1154 2004-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
1158 fix removing from the wrong queue on event timeout
1159 fix disposing of the event queue by casting correctly
1160 add mutexes for handling the event queue
1161 someone was sleeping when fixing queue last time around :)
1163 2004-06-10 Johan Dahlin <johan@gnome.org>
1165 * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
1166 errors, like gtk. It makes it more useful in bindings. Fixes #141692.
1168 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
1171 * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
1172 * libs/gst/dataprotocol/dataprotocol.c:
1173 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1174 (gst_dp_buffer_from_header):
1175 * libs/gst/dataprotocol/dataprotocol.h:
1176 * libs/gst/dataprotocol/dp-private.h:
1177 rev version to 0.1, add buffer flags and copy them
1179 2004-06-09 Johan Dahlin <johan@gnome.org>
1181 * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
1182 the flags from the buffer we're copying.
1184 2004-06-09 Wim Taymans <wim@fluendo.com>
1186 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
1187 * gst/elements/gstidentity.c: (gst_identity_init),
1188 (gst_identity_chain):
1189 Print more buffer info in fakesink.
1190 Make identity output similar to fakesink.
1192 2004-06-07 Daniel Gazard <dany42@free.fr>
1194 reviewed by Benjamin Otte <otte@gnome.org>
1197 fix cross compiling not working. (fixes #143741)
1199 2004-06-07 Benjamin Otte <otte@gnome.org>
1201 * gst/gstelement.c: (gst_element_set_time_delay):
1204 put brackets around macro arguments of GST_TIME_ARGS, add note to
1205 move it to correct header in 0.9
1207 2004-06-07 Benjamin Otte <otte@gnome.org>
1209 * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
1210 (gst_file_index_load), (_file_index_id_save_entries),
1211 (gst_file_index_commit), (gst_file_index_add_association),
1212 (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
1213 (gst_file_index_plugin_init):
1214 make debugging use a default category
1216 2004-06-06 David Moore <dcm@acm.org>
1218 reviewed by Benjamin Otte <otte@gnome.org>
1220 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
1221 (gst_fdsrc_change_state):
1222 reset offset counter when going READY => PAUSED. (fixes #142903)
1224 2004-06-06 ed@catmur.co.uk
1226 reviewed by Benjamin Otte <otte@gnome.org>
1228 * gst/registries/gstxmlregistry.c:
1229 (gst_xml_registry_rebuild_recurse):
1230 don't rely on g_dir_open to figure out if a file is a directory, use
1231 explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
1232 directories. (fixes #142850)
1234 2004-06-06 Benjamin Otte <otte@gnome.org>
1236 * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
1237 fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
1238 * libs/gst/bytestream/adapter.c:
1239 * libs/gst/bytestream/adapter.h:
1240 fix copyright in header and typo in debugging category name
1242 2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1247 === release 0.8.3 ===
1249 2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
1252 update libtool versioning
1254 * docs/gst/tmpl/gstelement.sgml:
1255 * docs/gst/tmpl/gsttypes.sgml:
1256 * gst/gstinfo.c: (_gst_debug_init):
1257 put back GST_CAT_DATAFLOW to fix API breakage
1259 2004-06-04 David Schleef <ds@schleef.org>
1261 * autogen.sh: Add a temporary 'env' to test buildbot problems.
1263 2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1268 === release 0.8.2 ===
1270 2004-06-03 Thomas Vander Stichele <thomas at apestaart dot org>
1272 * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
1273 check GST_DEBUG environment variable which is parsed the same way
1276 2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1278 * gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
1279 gstmd5sink.c gstshaper.c gsttee.c
1280 gsttypefindelement.c
1281 * gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
1283 - removing trailing commas at end of enums
1284 it is correct C99 code but C90 compilers would complain
1286 ('should' fix #143290, at least partially)
1288 2004-05-27 Wim Taymans <wim@fluendo.com>
1290 * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
1291 (chain_group_set_enabled), (create_group), (add_to_group),
1292 (merge_groups), (setup_group_scheduler), (group_elements),
1293 (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
1294 Don't try to follow the pad connections with other groups
1295 when a loop based element is added to the scheduler because
1296 the bin will inform the scheduler about the pad links a little
1299 2004-05-27 Wim Taymans <wim@fluendo.com>
1301 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1302 (remove_from_chain), (chain_group_set_enabled),
1303 (setup_group_scheduler), (group_element_set_enabled),
1304 (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
1305 (gst_opt_scheduler_show):
1306 Elements without a group can do a state change as well, just wait
1307 with the setup of the scheduling function when it is added to a
1310 2004-05-27 Wim Taymans <wim@fluendo.com>
1312 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1313 (remove_from_chain), (chain_group_set_enabled), (add_to_group),
1314 (merge_groups), (setup_group_scheduler),
1315 (group_inc_links_for_element), (gst_opt_scheduler_iterate),
1316 (gst_opt_scheduler_show):
1317 Fixes to maintain internal consistency of the scheduler data
1319 - adding an enabled group to a chain should increment the
1320 number of enabled elements in that chain.
1321 - removing an enabled group from a chain could disable the
1323 - removing a disabled group from a chain could enable the
1325 - add g_assert when internal inconsistency is detected.
1326 - adding an element to a group could increase the number of
1327 links this group has with other groups.
1328 - merging two groups also merges the chains.
1329 - also show group links in the _show method.
1332 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
1334 * gst/gstcaps.c: (gst_caps_structure_simplify):
1335 don't print error messages when there is no error
1336 * gst/gstvalue.c: (gst_value_compare_int_range):
1337 compare the second value, too
1338 * testsuite/caps/Makefile.am:
1339 * testsuite/caps/random.c: (assert_on_error), (main):
1340 add tests to make sure the two things above are checked for
1342 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
1345 * libs/gst/dataprotocol/Makefile.am:
1346 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
1347 * libs/gst/dataprotocol/dataprotocol.h:
1348 wrap header in GST_ENABLE_NEW. make code use it
1350 2004-05-23 Johan Dahlin <johan@gnome.org>
1352 * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
1353 so verbose and print GstElement signal names all the time.
1355 2004-05-22 David Schleef <ds@schleef.org>
1357 * gst/registries/gstxmlregistry.c:
1358 (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
1361 2004-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
1364 scrub cflags for glib2 so gcc doesn't complain when glib is in
1367 2004-05-21 Johan Dahlin <johan@gnome.org>
1369 * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
1370 __GNUC__, patch from Brian Cameron, fixes bug #142804
1372 2004-05-20 David Schleef <ds@schleef.org>
1374 * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
1375 comparison code. (bug #142819)
1377 2004-05-20 Wim Taymans <wim@fluendo.com>
1379 * gst/gstbuffer.c: (gst_buffer_default_copy):
1381 Added Comment to a flag.
1382 copy relevant flags in _buffer_copy.
1384 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
1386 reviewed by: Wim Taymans <wim at fluendo dot com>
1389 add GST_BUFFER_IN_CAPS buffer flag
1390 * gst/gststructure.c: (gst_structure_value_get_generic_type),
1391 (gst_structure_parse_any_list), (gst_structure_parse_list),
1392 (gst_structure_parse_fixed_list), (gst_structure_parse_value):
1393 * gst/gstvalue.c: (gst_value_serialize_any_list),
1394 (gst_value_transform_any_list_string),
1395 (gst_value_list_prepend_value), (gst_value_list_append_value),
1396 (gst_value_list_get_size), (gst_value_list_get_value),
1397 (gst_value_transform_list_string),
1398 (gst_value_transform_fixed_list_string),
1399 (gst_value_serialize_list), (gst_value_serialize_fixed_list),
1400 (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
1401 (_gst_value_initialize):
1403 add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
1405 * testsuite/caps/string-conversions.c: (main):
1406 add regression tests for < >
1408 2004-05-20 Johan Dahlin <johan@gnome.org>
1410 * docs/gst/Makefile.am (all-local): Re-add
1412 2004-05-20 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1414 * docs/gst/Makefile.am:
1415 * docs/gst/gstreamer-docs.sgml:
1416 * docs/libs/Makefile.am:
1417 * docs/libs/gstreamer-libs-docs.sgml:
1418 fix distcheck issues
1420 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1422 * libs/gst/dataprotocol/Makefile.am:
1425 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1427 * libs/gst/dataprotocol/Makefile.am:
1428 * libs/gst/dataprotocol/dataprotocol.c:
1429 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1430 (gst_dp_packet_from_event), (gst_dp_event_from_packet):
1431 * libs/gst/dataprotocol/dp-private.h:
1432 use GST macros to read/write fixed length ints
1433 add some more asserts
1435 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1437 * docs/libs/gstreamer-libs-docs.sgml:
1438 * docs/libs/gstreamer-libs-sections.txt:
1439 remove idct and putbits
1441 * docs/libs/tmpl/gstdataprotocol.sgml:
1442 * libs/gst/Makefile.am:
1443 * libs/gst/dataprotocol/Makefile.am:
1444 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
1445 (buffer_test), (caps_test), (event_test), (main):
1446 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
1447 (gst_dp_dump_byte_array), (gst_dp_init),
1448 (gst_dp_header_payload_length), (gst_dp_header_payload_type),
1449 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1450 (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
1451 (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
1452 (gst_dp_validate_header), (gst_dp_validate_payload),
1453 (gst_dp_validate_packet), (plugin_init):
1454 * libs/gst/dataprotocol/dataprotocol.h:
1455 * libs/gst/dataprotocol/dp-private.h:
1458 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1460 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
1461 fix int variable deserialization and add a helper so we can actually
1464 2004-05-18 David Schleef <ds@schleef.org>
1466 * testsuite/debug/commandline.c: (main): Call ./commandline, not
1467 argv[0]. Calling yourself is probably not the best way to
1468 construct a test like this, btw.
1470 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1472 * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
1473 don't claim to be more intelligent than a scheduler when the
1474 scheduler claims the pipeline is stopped
1475 * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
1476 (safe_cothread_destroy),
1477 (gst_entry_scheduler_remove_all_cothreads),
1478 (gst_entry_scheduler_reset), (_remove_cothread),
1479 (gst_entry_scheduler_state_transition):
1480 hold off cothread destruction if we're not in main cothread
1482 * testsuite/Makefile.am:
1484 * testsuite/schedulers/.cvsignore:
1485 * testsuite/schedulers/Makefile.am:
1487 * testsuite/schedulers/relink.c: (cb_handoff), (main):
1488 check relinking and adding/removing elements from a running pipeline
1489 * testsuite/schedulers/unlink.c: (cb_handoff), (main):
1490 check unlinking in a running pipeline
1491 * testsuite/schedulers/unref.c: (cb_handoff), (main):
1492 check unreffing a running pipeline
1493 * testsuite/schedulers/useless_iteration.c: (main):
1494 check iterating a pipeline that contains running threads works
1496 2004-05-18 David Schleef <ds@schleef.org>
1498 * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
1501 2004-05-18 Wim Taymans <wim@fluendo.com>
1503 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1504 (setup_group_scheduler), (gst_opt_scheduler_pad_link):
1505 Fixed an error introduced with patch for 1.63. When setting
1506 a get based element as the entry point in a group, make sure
1507 to mark the group as GET based.
1509 2004-05-18 Wim Taymans <wim@fluendo.com>
1511 * gst/schedulers/gstoptimalscheduler.c: (create_group),
1512 (setup_group_scheduler), (loop_group_schedule_function),
1513 (gst_opt_scheduler_pad_link):
1514 Added some more debug info and fixed a bug where the group
1515 type was set to LOOP but it was in fact unknown.
1517 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1519 * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
1520 make resetting scheduler work twice in a row
1522 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1524 * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
1525 (CREATE_USERIALIZATION), (_gst_value_initialize),
1526 (gst_value_compare_float), (gst_value_serialize_float),
1527 (gst_value_deserialize_float), (gst_value_compare_enum),
1528 (gst_value_serialize_enum), (gst_value_deserialize_enum):
1529 add serialization and comparison functions for long, int64, enum and
1531 * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
1532 use best serialization function in type hierarchy instead of only a
1533 matching one. This is required for enums to work.
1534 * gst/parse/grammar.y:
1535 use gst_caps_deserialize
1536 * testsuite/parse/Makefile.am:
1538 * testsuite/parse/parse1.c: (main):
1539 remove aggregator check, aggregator is broken, this test works now
1540 but fails because of bug #138012
1541 * testsuite/parse/parse2.c: (main):
1542 s/xvideosink/xvimagesink - this test looks a lot like we should
1545 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
1547 * gst/gstelement.c: (gst_element_class_init):
1548 whoops, store the signal id correctly
1549 * gst/schedulers/gstbasicscheduler.c:
1550 (gst_basic_scheduler_chain_wrapper):
1551 detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
1552 chain function isn't linked
1554 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
1556 Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
1557 support until we decide where the flags should be used
1558 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
1559 Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
1560 * gst/gstpad.c: (gst_pad_link_call_link_functions):
1561 Output refused caps in the debug info
1563 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
1565 * gst/elements/gstidentity.c: (gst_identity_chain):
1567 * gst/gstinfo.c: (gst_debug_log_default):
1570 2004-05-13 Benjamin Otte <otte@gnome.org>
1572 * gst/gstpipeline.c: (gst_pipeline_dispose),
1573 (gst_pipeline_change_state):
1574 call gst_scheduler_reset on dispose (fixes #141416)
1576 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
1578 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
1579 compute mapsize correctly
1580 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
1581 use correct datatypes when calling a varargs function
1582 * gst/elements/gsttypefindelement.c: (stop_typefinding):
1583 push a DISCONT event as first thing
1584 * gst/gst_private.h:
1585 * gst/gstinfo.c: (_gst_debug_init):
1586 remove GST_DATAFLOW debugging category
1587 * gst/gstbin.c: (gst_bin_iterate):
1588 use GST_SCHEDULING category
1589 * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
1590 (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
1591 (gst_pad_call_get_function):
1592 add GST_DATAFLOW to easily track flow of buffers or events.
1593 * gst/gstqueue.c: (gst_queue_get_type),
1594 (gst_queue_handle_pending_events), (gst_queue_chain),
1595 (gst_queue_get), (gst_queue_handle_src_event):
1596 use own static debugging category GST_DATAFLOW for dataflow,
1597 use DEBUG category for showing which path events go, use LOG
1598 category for buffers.
1600 2004-05-10 David Schleef <ds@schleef.org>
1602 * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
1604 2004-05-10 David Schleef <ds@schleef.org>
1606 * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
1607 symbols, because otherwise we don't know what they are. Thanks,
1609 * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
1611 2004-05-10 David Schleef <ds@schleef.org>
1614 * win32/Makefile: When using make clean the MS Visual Studio makefiles
1616 * win32/Makefile.inspect:
1617 * win32/Makefile.launch:
1618 * win32/Makefile.register:
1620 2004-05-10 David Schleef <ds@schleef.org>
1622 * gst/gstinfo.h: Add missing inline function.
1623 * gst/gsttrace.c: add include
1624 * gst/parse/grammar.y: remove unused code
1625 * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
1627 * tools/gst-register.c: wrap unistd.h
1629 More additions/fixes from Steve for the MSVC build.
1630 * win32/GStreamer.vcproj:
1632 * win32/Makefile.inspect:
1633 * win32/Makefile.launch:
1634 * win32/Makefile.register:
1636 * win32/gst-inspect.vcproj:
1637 * win32/gst-launch.vcproj:
1638 * win32/gst-register.vcproj:
1639 * win32/gstbytestream.def:
1640 * win32/gstbytestream.vcproj:
1641 * win32/gstconfig.h:
1642 * win32/gstelements.def:
1643 * win32/gstelements.vcproj:
1644 * win32/gstenumtypes.c:
1645 * win32/gstenumtypes.h:
1646 * win32/gstoptimalscheduler.def:
1647 * win32/gstoptimalscheduler.vcproj:
1648 * win32/gstreamer.def:
1649 * win32/gstspider.def:
1650 * win32/gstspider.vcproj:
1651 * win32/gstversion.h:
1654 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
1656 * gst/gstelement.c: (gst_element_class_init),
1657 (gst_element_no_more_pads):
1659 add gst_element_no_more_pads and the "no-more-pads" signal
1661 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
1663 * gst/gstregistry.c: (gst_registry_add_plugin):
1664 refuse to add plugins when a plugin with same name is already
1665 registered. Fixes a bunch of "How to remove plugins?" issues.
1666 May lead to other problems though, let's test
1668 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1670 * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
1671 * docs/manual/pads-api.xml : audio/wav => audio/x-wav
1672 * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
1674 2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
1676 * tests/Makefile.am: fix am16 issue
1678 2004-05-09 Benjamin Otte <otte@gnome.org>
1680 * libs/gst/bytestream/Makefile.am:
1681 we should indeed add .c files to makefiles or they won't be built
1684 2004-05-08 Benjamin Otte <otte@gnome.org>
1686 * gst/gstpad.c: (gst_pad_proxy_fixate):
1687 really reduce the set of caps
1689 2004-05-08 Benjamin Otte <otte@gnome.org>
1691 * tests/Makefile.am:
1692 * tests/spidey_bench.c: (handoff), (main):
1693 add benchmark to test how long spider needs to create a pipeline
1695 2004-05-08 Benjamin Otte <otte@gnome.org>
1697 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
1698 mark links as unengaged when unnegotiating instead of deactivating.
1699 This way pads aren't marked as unengaged when going PLAYING=>PAUSED
1701 2004-05-08 Benjamin Otte <otte@gnome.org>
1703 * docs/manual/helloworld.xml:
1704 s/audiosink/osssink (patch by Patrick Guimond)
1706 2004-05-07 David Schleef <ds@schleef.org>
1708 * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
1709 since it contains important stuff.
1711 2004-05-07 David Schleef <ds@schleef.org>
1713 * testsuite/caps/caps.c: (test3), (main): A check for appending
1716 2004-05-07 David Schleef <ds@schleef.org>
1718 * common/m4/as-compiler-flag.m4: Properly quote arguments,
1719 which may contain commas. Fixes detection of -Wa,-mregnames
1721 2004-05-06 David Schleef <ds@schleef.org>
1723 Changes to handle compilers that don't have variadic macro
1724 support. In particular, glib headers define some inlines
1725 that need G_LOG_DOMAIN defined. Additional fixes for MSVC
1729 * gst/elements/gstfdsink.c:
1730 * gst/elements/gstfdsrc.c:
1731 * gst/elements/gstfilesink.c:
1732 * gst/elements/gstfilesrc.c:
1733 * gst/gst_private.h:
1735 * gst/gstcaps.c: (gst_caps_append):
1736 * gst/gstcpu.c: (gst_cpuid_i386):
1743 * gst/gstregistry.c:
1744 * gst/gststructure.c:
1745 * gst/gsttaginterface.c:
1746 * gst/gsttrace.c: (gst_trace_new):
1747 * gst/gsttrashstack.c:
1750 * gst/parse/grammar.y:
1751 * gst/parse/parse.l:
1752 * tools/gst-inspect.c: (main):
1753 * tools/gst-launch.c: (main):
1754 * tools/gst-xmlinspect.c: (PUT_STRING):
1756 2004-05-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
1758 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
1759 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
1760 * gst/elements/gstfilesrc.h:
1761 send NEW_MEDIA events correctly
1762 * gst/elements/gsttypefindelement.c: (start_typefinding),
1763 (gst_type_find_element_handle_event):
1764 restart typefinding when we get a NEW_MEDIA event
1765 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
1767 don't die when someone removes elements in callbacks
1768 * gst/gstelement.c: (gst_element_change_state):
1770 * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
1771 we need a NEW_MEDIA event to engage a link
1772 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
1773 don't g_print debugging stuff
1774 * testsuite/caps/simplify.c: (check_caps):
1776 2004-05-04 Benjamin Otte <otte@gnome.org>
1778 * gst/parse/grammar.y:
1779 use GST_ERROR instead of g_warning, and always throw a GST_ERROR
1781 2004-05-04 Benjamin Otte <otte@gnome.org>
1783 * testsuite/caps/renegotiate.c: (main):
1784 improve output in error case
1786 2004-05-04 Benjamin Otte <otte@gnome.org>
1788 * gst/parse/grammar.y:
1789 fix assert to not trigger when there's no error argument
1790 * gst/parse/parse.l:
1791 fix definition of caps to allow more than two structures
1792 * testsuite/caps/Makefile.am:
1793 * testsuite/caps/renegotiate.c: (main):
1794 it's sinesrc and works in that case
1796 2004-05-04 Wim Taymans <wim@fluendo.com>
1798 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1799 (group_dec_link), (gst_opt_scheduler_pad_unlink):
1800 when removing an element from a group, we always need to
1801 decrement the link count that this group had with other
1802 groups through the element.
1803 added an extra assert to catch inconsistencies when decrementing
1806 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
1809 * docs/gst/Makefile.am:
1810 * docs/gst/gstreamer-sections.txt:
1811 * docs/gst/tmpl/gstcompat.sgml:
1812 * examples/appreader/Makefile.am:
1813 * examples/cutter/Makefile.am:
1814 * examples/events/Makefile.am:
1815 * examples/helloworld/Makefile.am:
1816 * examples/helloworld2/Makefile.am:
1817 * examples/launch/Makefile.am:
1818 * examples/manual/Makefile.am:
1819 * examples/mixer/Makefile.am:
1820 * examples/pingpong/Makefile.am:
1821 * examples/plugins/Makefile.am:
1822 * examples/queue/Makefile.am:
1823 * examples/queue2/Makefile.am:
1824 * examples/queue3/Makefile.am:
1825 * examples/queue4/Makefile.am:
1826 * examples/retag/Makefile.am:
1827 * examples/thread/Makefile.am:
1828 * examples/typefind/Makefile.am:
1829 * examples/xml/Makefile.am:
1831 * gst/autoplug/Makefile.am:
1832 * gst/elements/Makefile.am:
1834 * gst/indexers/Makefile.am:
1835 * gst/parse/Makefile.am:
1836 * gst/registries/Makefile.am:
1837 * gst/schedulers/Makefile.am:
1838 * libs/gst/bytestream/Makefile.am:
1839 * libs/gst/control/Makefile.am:
1840 * libs/gst/getbits/Makefile.am:
1850 * tests/Makefile.am:
1851 * tests/bufspeed/Makefile.am:
1852 * tests/instantiate/Makefile.am:
1853 * tests/memchunk/Makefile.am:
1854 * tests/muxing/Makefile.am:
1855 * tests/negotiation/Makefile.am:
1856 * tests/probes/Makefile.am:
1857 * tests/sched/Makefile.am:
1858 * tests/seeking/Makefile.am:
1859 * tests/threadstate/Makefile.am:
1860 * testsuite/caps/Makefile.am:
1861 * testsuite/cleanup/Makefile.am:
1862 * testsuite/dlopen/Makefile.am:
1863 * testsuite/dynparams/Makefile.am:
1864 * testsuite/plugin/Makefile.am:
1865 * testsuite/states/Makefile.am:
1866 * tools/Makefile.am:
1867 reorganize compile/link flags to be consistent
1868 put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
1870 2004-05-04 David Schleef <ds@schleef.org>
1872 The "once more, with feeling" check-in.
1873 * testsuite/caps/Makefile.am: dist caps_strings
1874 * testsuite/caps/renegotiate.c: (main): This test triggers a
1875 segfault in the core. Marking as failing.
1877 2004-05-03 David Schleef <ds@schleef.org>
1879 * testsuite/caps/deserialize.c: (main): Fix problems noticed
1881 * testsuite/caps/renegotiate.c: (main): Same.
1883 2004-05-03 David Schleef <ds@schleef.org>
1885 * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
1887 2004-05-03 David Schleef <ds@schleef.org>
1889 * testsuite/caps/deserialize.c: (main): Use the srcdir environment
1890 variable to find our source file.
1892 2004-05-03 David Schleef <ds@schleef.org>
1894 * configure.ac: Link plugins with libgstreamer and dependent
1896 * testsuite/caps/Makefile.am:
1897 * testsuite/caps/caps_strings:
1898 * testsuite/caps/deserialize.c: (main): Add a little test to slog
1899 through a file of caps strings and test each one
1901 2004-05-04 Benjamin Otte <otte@gnome.org>
1903 * libs/gst/bytestream/Makefile.am:
1904 * libs/gst/bytestream/adapter.c:
1905 * libs/gst/bytestream/adapter.h:
1906 add GstAdapter, similar to bytestream, but doesn't require ugly event
1907 handling or uglier loopbased elements
1909 2004-05-03 David Schleef <ds@schleef.org>
1911 * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
1912 * testsuite/caps/erathostenes.c:
1913 * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
1915 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1918 remove hardcoded stylesheet path (duh)
1919 * docs/random/release:
1920 * docs/gst/gstreamer-sections.txt:
1923 * gst/gst_private.h:
1929 * gst/gstinterface.c:
1930 * gst/gstmemchunk.c:
1933 * gst/gstregistry.c:
1934 * gst/gstregistrypool.c:
1935 * gst/gststructure.c:
1936 * gst/gsttaginterface.c:
1939 * gst/gsttypefind.c: (gst_type_find_factory_get_type):
1942 deprecate gst_info; remove gstlog.h
1945 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1951 updated translations
1953 2004-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1955 * gst/gstbin.c: (gst_bin_dispose):
1958 2004-05-03 Johan Dahlin <johan@gnome.org>
1960 * gst/schedulers/gstoptimalscheduler.c
1961 (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
1962 really is a GstElement. Avoids critical when running gst-launch -v
1963 and a oggdemux/decoding pipeline.
1965 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1967 * docs/gst/tmpl/gstpipeline.sgml :
1968 * docs/manual/elements-api.xml :
1969 doc fix by Patrick Guimond (Protector) from devel ML
1972 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1974 * docs/gst/Makefile.am :
1975 * docs/libs/Makefile.am :
1976 apply a patch from Arwed v. Merkatz so that gtk-doc
1977 generated docs install (same for .devhelp file)
1978 (fixes part 1 of #138836)
1980 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1982 * docs/faq/dependencies.xml: typo
1983 * docs/faq/getting.xml :
1984 - fix download URL for new gstreamer site
1985 - hide sf.net download page as latest version aren't there
1987 - fill "get via CVS" paragraph (link to dev page on the site)
1988 * docs/faq/general.xml:
1989 hide status tables as they no more exists
1990 change case on plugins license file to reflect reality
1991 * docs/faq/troubleshooting.xml:
1992 remove the wiki question/answer as there is no more wiki
1994 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
1997 include the headers needed for declarations used in this header
1999 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2001 * docs/random/uraeus/gstreamer_and_midi.txt :
2002 add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
2005 2004-04-30 Sebastien Cote <sc5@hermes.usherb.ca>
2007 reviewed by Benjamin Otte <otte@gnome.org>
2009 * gst/schedulers/gthread-cothreads.h:
2010 free allocated data for main cothread, too when destroying context
2013 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2015 * docs/manual/goals.xml : remove duplicated paragraph at end
2016 of doc page (fixes #141448)
2018 2004-04-29 David Schleef <ds@schleef.org>
2020 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
2021 Patch from Sebastien Cote to fix leakage of events. (bug #141414)
2023 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2025 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2030 rename typefind source file
2032 2004-04-28 David Schleef <ds@schleef.org>
2034 Several new files from Steve Lhomme's MSVC patch (bug #141317):
2035 * win32/GStreamer.vcproj:
2038 * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
2039 (_trewinddir), (_ttelldir), (_tseekdir):
2041 * win32/gst-inspect.vcproj:
2042 * win32/gst-launch.vcproj:
2043 * win32/gst-register.vcproj:
2044 * win32/gstbytestream.vcproj:
2045 * win32/gstelements.vcproj:
2046 * win32/gstoptimalscheduler.vcproj:
2047 * win32/gstspider.vcproj:
2049 * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
2054 2004-04-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
2056 * gst/gst.c: (init_post):
2058 remove useless _gst_progname stuff
2059 * tools/gst-inspect.c: (print_field), (print_caps):
2062 2004-04-28 David Schleef <ds@schleef.org>
2064 Disable parsing of a lot of files that aren't part of the
2065 exported API. Move corresponding template files to old/,
2066 waiting for removal when they don't contain anything
2068 * docs/gst/Makefile.am:
2069 * docs/gst/gstreamer-sections.txt:
2070 * docs/gst/tmpl/cothreads.sgml:
2071 * docs/gst/tmpl/cothreads_compat.sgml:
2072 * docs/gst/tmpl/gettext.sgml:
2073 * docs/gst/tmpl/gobject2gtk.sgml:
2074 * docs/gst/tmpl/grammar.tab.sgml:
2075 * docs/gst/tmpl/gst-i18n-app.sgml:
2076 * docs/gst/tmpl/gst-i18n-lib.sgml:
2077 * docs/gst/tmpl/gst_private.sgml:
2078 * docs/gst/tmpl/gstaggregator.sgml:
2079 * docs/gst/tmpl/gstarch.sgml:
2080 * docs/gst/tmpl/gstatomic_impl.sgml:
2081 * docs/gst/tmpl/gstbufferstore.sgml:
2082 * docs/gst/tmpl/gstdata_private.sgml:
2083 * docs/gst/tmpl/gstdisksink.sgml:
2084 * docs/gst/tmpl/gstdisksrc.sgml:
2085 * docs/gst/tmpl/gstelementfactory.sgml:
2086 * docs/gst/tmpl/gstextratypes.sgml:
2087 * docs/gst/tmpl/gstfakesink.sgml:
2088 * docs/gst/tmpl/gstfakesrc.sgml:
2089 * docs/gst/tmpl/gstfdsink.sgml:
2090 * docs/gst/tmpl/gstfdsrc.sgml:
2091 * docs/gst/tmpl/gstfilesink.sgml:
2092 * docs/gst/tmpl/gstfilesrc.sgml:
2093 * docs/gst/tmpl/gsthttpsrc.sgml:
2094 * docs/gst/tmpl/gstidentity.sgml:
2095 * docs/gst/tmpl/gstindexfactory.sgml:
2096 * docs/gst/tmpl/gstmarshal.sgml:
2097 * docs/gst/tmpl/gstmd5sink.sgml:
2098 * docs/gst/tmpl/gstmultidisksrc.sgml:
2099 * docs/gst/tmpl/gstmultifilesrc.sgml:
2100 * docs/gst/tmpl/gstpadtemplate.sgml:
2101 * docs/gst/tmpl/gstpipefilter.sgml:
2102 * docs/gst/tmpl/gstschedulerfactory.sgml:
2103 * docs/gst/tmpl/gstsearchfuncs.sgml:
2104 * docs/gst/tmpl/gstshaper.sgml:
2105 * docs/gst/tmpl/gstspider.sgml:
2106 * docs/gst/tmpl/gstspideridentity.sgml:
2107 * docs/gst/tmpl/gststatistics.sgml:
2108 * docs/gst/tmpl/gsttee.sgml:
2109 * docs/gst/tmpl/gsttimecache.sgml:
2110 * docs/gst/tmpl/gsttypefind.sgml:
2111 * docs/gst/tmpl/gsttypefindfactory.sgml:
2112 * docs/gst/tmpl/gstxmlregistry.sgml:
2113 * docs/gst/tmpl/gthread-cothreads.sgml:
2114 * docs/gst/tmpl/old/cothreads.sgml:
2115 * docs/gst/tmpl/old/cothreads_compat.sgml:
2116 * docs/gst/tmpl/old/gettext.sgml:
2117 * docs/gst/tmpl/old/gobject2gtk.sgml:
2118 * docs/gst/tmpl/old/grammar.tab.sgml:
2119 * docs/gst/tmpl/old/gst-i18n-app.sgml:
2120 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
2121 * docs/gst/tmpl/old/gst_private.sgml:
2122 * docs/gst/tmpl/old/gstaggregator.sgml:
2123 * docs/gst/tmpl/old/gstarch.sgml:
2124 * docs/gst/tmpl/old/gstatomic_impl.sgml:
2125 * docs/gst/tmpl/old/gstbufferstore.sgml:
2126 * docs/gst/tmpl/old/gstdata_private.sgml:
2127 * docs/gst/tmpl/old/gstdisksink.sgml:
2128 * docs/gst/tmpl/old/gstdisksrc.sgml:
2129 * docs/gst/tmpl/old/gstelementfactory.sgml:
2130 * docs/gst/tmpl/old/gstextratypes.sgml:
2131 * docs/gst/tmpl/old/gstfakesink.sgml:
2132 * docs/gst/tmpl/old/gstfakesrc.sgml:
2133 * docs/gst/tmpl/old/gstfdsink.sgml:
2134 * docs/gst/tmpl/old/gstfdsrc.sgml:
2135 * docs/gst/tmpl/old/gstfilesink.sgml:
2136 * docs/gst/tmpl/old/gstfilesrc.sgml:
2137 * docs/gst/tmpl/old/gsthttpsrc.sgml:
2138 * docs/gst/tmpl/old/gstidentity.sgml:
2139 * docs/gst/tmpl/old/gstindexfactory.sgml:
2140 * docs/gst/tmpl/old/gstmarshal.sgml:
2141 * docs/gst/tmpl/old/gstmd5sink.sgml:
2142 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
2143 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
2144 * docs/gst/tmpl/old/gstpadtemplate.sgml:
2145 * docs/gst/tmpl/old/gstpipefilter.sgml:
2146 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
2147 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
2148 * docs/gst/tmpl/old/gstshaper.sgml:
2149 * docs/gst/tmpl/old/gstspider.sgml:
2150 * docs/gst/tmpl/old/gstspideridentity.sgml:
2151 * docs/gst/tmpl/old/gststatistics.sgml:
2152 * docs/gst/tmpl/old/gsttee.sgml:
2153 * docs/gst/tmpl/old/gsttimecache.sgml:
2154 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
2155 * docs/gst/tmpl/old/gstxmlregistry.sgml:
2156 * docs/gst/tmpl/old/gthread-cothreads.sgml:
2157 * docs/gst/tmpl/old/types.sgml:
2158 * docs/gst/tmpl/types.sgml:
2160 Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
2161 gtkdoc-scan doesn't like files with the same name in different
2163 * gst/elements/Makefile.am:
2164 * gst/elements/gstelements.c:
2165 * gst/elements/gsttypefind.c:
2166 * gst/elements/gsttypefind.h:
2167 * gst/elements/gsttypefindelement.c:
2168 * gst/elements/gsttypefindelement.h:
2170 2004-04-28 David Schleef <ds@schleef.org>
2172 A bunch of portability fixes, derived from Steve Lhomme's MSVC
2173 patch (bug #141317):
2174 * gst/gst-i18n-lib.h: Allow disabling gettext.
2175 * gst/gstatomic_impl.h: disable warning when it's dumb.
2176 * gst/gstclock.c: fix include
2177 * gst/gstcompat.h: fix variadic macro
2178 * gst/gstinfo.c: fix include
2179 * gst/gstmacros.h: add defines for inlines on MSVC
2180 * gst/gstplugin.c: fix includes
2181 * gst/gstregistry.c: fix includes
2182 * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
2183 * gst/gstsystemclock.c: fix include
2184 * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
2185 S_IREAD if S_IRUSR isn't defined. fix use of non-portable functions
2186 * gst/registries/gstxmlregistry.c:
2187 (gst_xml_registry_parse_element_factory): fix use of non-portable
2189 * libs/gst/control/dparam.h: Remove trailing comma in enum definition
2190 * libs/gst/control/dparammanager.h: same
2192 2004-04-28 David Schleef <ds@schleef.org>
2194 Move a bunch of unused files to old/ with names that are
2195 not case-insensitive-unique. These files still contain some
2196 useful information that needs to be merged into gstbin.sgml,
2197 etc., so they shouldn't be deleted yet.
2198 * docs/gst/tmpl/GstBin.sgml:
2199 * docs/gst/tmpl/GstBuffer.sgml:
2200 * docs/gst/tmpl/GstCaps.sgml:
2201 * docs/gst/tmpl/GstClock.sgml:
2202 * docs/gst/tmpl/GstCompat.sgml:
2203 * docs/gst/tmpl/GstData.sgml:
2204 * docs/gst/tmpl/GstElement.sgml:
2205 * docs/gst/tmpl/GstEvent.sgml:
2206 * docs/gst/tmpl/GstIndex.sgml:
2207 * docs/gst/tmpl/GstStructure.sgml:
2208 * docs/gst/tmpl/GstTag.sgml:
2209 * docs/gst/tmpl/old/GstBin.sgml:
2210 * docs/gst/tmpl/old/GstBuffer.sgml:
2211 * docs/gst/tmpl/old/GstCaps.sgml:
2212 * docs/gst/tmpl/old/GstClock.sgml:
2213 * docs/gst/tmpl/old/GstCompat.sgml:
2214 * docs/gst/tmpl/old/GstData.sgml:
2215 * docs/gst/tmpl/old/GstElement.sgml:
2216 * docs/gst/tmpl/old/GstEvent.sgml:
2217 * docs/gst/tmpl/old/GstIndex.sgml:
2218 * docs/gst/tmpl/old/GstStructure.sgml:
2219 * docs/gst/tmpl/old/GstTag.sgml:
2221 2004-04-28 David Schleef <ds@schleef.org>
2223 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
2224 (gst_caps_append), (gst_caps_append_structure),
2225 (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
2226 (gst_caps_set_simple), (gst_caps_set_simple_valist),
2227 (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
2228 (gst_caps_is_fixed), (gst_caps_is_always_compatible),
2229 (gst_caps_intersect), (gst_caps_normalize),
2230 (gst_caps_transform_to_string): Patch from Tim-Philipp Müller
2231 to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
2232 * gst/gstcaps.h: use GST_IS_CAPS().
2234 2004-04-26 David Schleef <ds@schleef.org>
2236 * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
2237 assembly. gcc doesn't handle it correctly. (bug #141083)
2238 * gst/gsttrashstack.h: same
2240 2004-04-25 Benjamin Otte <otte@gnome.org>
2242 * gst/gstelement.c: (gst_element_change_state):
2243 fix assertion to do an int comparison
2245 2004-04-25 Benjamin Otte <otte@gnome.org>
2247 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2248 better debugging output on error
2250 2004-04-25 Benjamin Otte <otte@gnome.org>
2252 * gst/gstcaps.c: (gst_caps_subtract):
2255 2004-04-23 Benjamin Otte <otte@gnome.org>
2257 * gst/gstvalue.c: (gst_value_compare_buffer),
2258 (_gst_value_initialize):
2259 add comparison function for buffers
2261 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
2264 Just found out that this so-called "ima-wav" format is really
2265 just "dvi adpcm" (according to the MS WAV documentation). So
2266 renaming it. We didn't use it yet anyway.
2268 2004-04-23 Benjamin Otte <otte@gnome.org>
2270 * gst/gstcaps.c: (gst_caps_is_always_compatible):
2271 call gst_caps_is_subset
2273 2004-04-23 Benjamin Otte <otte@gnome.org>
2275 * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal),
2276 (gst_caps_is_subset):
2279 2004-04-23 Benjamin Otte <otte@gnome.org>
2281 * gst/gstcaps.c: (gst_caps_structure_subtract_field),
2282 (gst_caps_structure_subtract), (gst_caps_subtract),
2283 (gst_caps_structure_figure_out_union),
2284 (gst_caps_structure_simplify), (gst_caps_do_simplify):
2285 fix simplifying and subtracting not working correctly with optional
2287 solve assorted problems that make it now simplify ebven more
2288 * docs/gst/tmpl/gstcaps.sgml:
2290 make gst_caps_do_simplify return a bool to indicate if it simplified
2291 * testsuite/caps/simplify.c: (main):
2292 add more checks. The tests is quite a bit useless right now because
2293 the core is heavily simplifying itself.
2294 * testsuite/caps/caps.h:
2295 fix caps to contain all optional properties
2297 2004-04-22 Benjamin Otte <otte@gnome.org>
2299 * docs/gst/tmpl/gstcaps.sgml:
2300 * docs/gst/tmpl/gstfilesrc.sgml:
2301 * docs/gst/tmpl/gststructure.sgml:
2302 * docs/gst/tmpl/gstvalue.sgml:
2303 update for recent API changes
2304 * gst/gstcaps.c: (gst_caps_do_simplify):
2305 fix to stop trying with a freed structure
2306 * gst/gstpad.c: (gst_pad_link_fixate):
2308 * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
2311 deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
2312 * gst/gststructure.c: (gst_structure_value_get_generic_type),
2313 (gst_structure_to_string):
2314 keep the correct type when using lists of ranges
2315 * gst/gstvalue.c: (gst_value_list_prepend_value),
2316 (gst_value_list_append_value):
2317 copy the value before adding to the list (d'oh)
2318 * gst/gstvalue.c: (gst_value_subtract_int_range_int),
2319 (gst_value_subtract_int_range_int_range):
2320 handle overflows correctly
2321 * gst/gstvalue.c: (gst_value_subtract_from_list):
2323 * testsuite/caps/caps.h:
2324 add a caps that caused segfaults
2326 2004-04-22 Benjamin Otte <otte@gnome.org>
2328 * testsuite/refcounting/pad.c: (main):
2331 2004-04-22 Benjamin Otte <otte@gnome.org>
2333 * gst/gstcaps.c: (gst_caps_subtract):
2334 allow subtracting ANY and EMPTY from ANY caps
2336 2004-04-22 Benjamin Otte <otte@gnome.org>
2338 * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
2340 only simplify in functions that create new caps. Simplifying in
2341 gst_caps_append breaks tests.
2343 2004-04-22 Benjamin Otte <otte@gnome.org>
2345 * gst/gstcaps.c: (gst_caps_structure_simplify):
2346 unset GValue after use
2347 * gst/gstcaps.c: (gst_caps_append),
2348 * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
2349 use gst_caps_simplify (reduces registry size by 30%)
2350 * gst/gstpad.c: (gst_pad_template_new):
2351 don't allow NULL caps
2353 2004-04-22 Benjamin Otte <otte@gnome.org>
2355 * docs/gst/gstreamer-sections.txt:
2356 add gst_caps_do_simplify
2358 add documentation for gst_caps_do_simplify
2360 fix typo in gst_value_register_subtract_func declaration for gst-doc
2362 2004-04-22 Benjamin Otte <otte@gnome.org>
2364 * gst/gstcaps.c: (gst_caps_from_string_inplace):
2365 fix bug when converting from empty string.
2366 * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
2367 (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
2368 use gst_caps_new_empty to allocate a new caps. Only that function
2369 allocates memory for caps now.
2370 * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
2371 (gst_caps_remove_structure):
2372 add ability to remove one structure (but not to header yet)
2373 * gst/gstcaps.c: (gst_caps_compare_structures),
2374 (gst_caps_simplify), (gst_caps_structure_figure_out_union),
2375 (gst_caps_structure_simplify), (gst_caps_do_simplify),
2377 add gst_caps_do_simplify that tries to simplify a caps in place.
2378 Deprecate old gst_caps_simplify function.
2379 * testsuite/caps/caps.h:
2380 add caps.h containing a common set of caps to test against.
2381 * testsuite/caps/sets.c: (check_caps), (main):
2383 * testsuite/caps/.cvsignore:
2384 * testsuite/caps/Makefile.am:
2385 * testsuite/caps/simplify.c: (check_caps), (main):
2386 add test to check correctness and efficency of caps simplification.
2388 2004-04-22 Sebastien Cote <sc5@hermes.usherb.ca>
2390 reviewed by Benjamin Otte <otte@gnome.org>
2392 * gst/gstparse.c: (_gst_parse_escape):
2393 Free the GString used in _gst_parse_escape()
2395 2004-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de>
2397 * gst/gstpad.c: (gst_pad_link_negotiate):
2398 refuse to link if the link is not possible
2400 * testsuite/Makefile.am:
2401 * testsuite/negotiation/.cvsignore:
2402 * testsuite/negotiation/Makefile.am:
2403 * testsuite/negotiation/pad_link.c: (main):
2404 add test that checks the above behaviour
2406 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
2408 * docs/gst/gstreamer-sections.txt:
2411 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
2413 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2414 (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
2415 (gst_filesrc_open_file), (gst_filesrc_close_file),
2416 (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
2417 * gst/elements/gstfilesrc.h:
2418 add support for non-regular files (#140734)
2420 2004-04-21 Benjamin Otte <otte@gnome.org>
2422 * gst/gstpad.c: (gst_pad_link_fixate):
2423 add sophisticated error checking code to see if fixation functions
2424 did their fixation right
2426 2004-04-21 Benjamin Otte <otte@gnome.org>
2428 * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
2429 check for ANY caps before appending/unioning
2430 * gst/gstcaps.c: (gst_caps_is_subset),
2431 (gst_caps_is_equal), (gst_caps_structure_subtract_field),
2432 (gst_caps_structure_subtract), (gst_caps_subtract):
2434 add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
2435 the API. deprecate gst_caps_is_equal_fixed
2436 * gst/gstpad.c: (gst_pad_try_set_caps):
2437 * gst/gstqueue.c: (gst_queue_link):
2438 s/gst_caps_is_equal_fixed/gst_caps_is_equal/
2439 * gst/gststructure.c: (gst_structure_get_name_id):
2440 * gst/gststructure.h:
2441 add function gst_structure_get_name_id
2442 * gst/gstvalue.c: (gst_value_subtract_int_int_range),
2443 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
2444 (gst_value_subtract_int_range_int_range),
2445 (gst_value_subtract_double_double_range),
2446 (gst_value_subtract_double_range_double),
2447 (gst_value_subtract_double_range_double_range),
2448 (gst_value_subtract_from_list), (gst_value_subtract_list),
2449 (gst_value_can_intersect), (gst_value_subtract),
2450 (gst_value_can_subtract), (gst_value_register_subtract_func),
2451 (_gst_value_initialize):
2453 add support for subtracting values from each other. Note that
2454 subtracting means subtracting as in set theory. Required for caps
2456 * testsuite/caps/.cvsignore:
2457 * testsuite/caps/Makefile.am:
2458 * testsuite/caps/erathostenes.c: (erathostenes), (main):
2459 * testsuite/caps/sets.c: (check_caps), (main):
2460 * testsuite/caps/subtract.c: (check_caps), (main):
2461 add tests for subtraction and equality code.
2463 2004-04-20 David Schleef <ds@schleef.org>
2465 * gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
2466 * gst/indexers/Makefile.am:
2467 * gst/schedulers/Makefile.am:
2468 * libs/gst/bytestream/Makefile.am:
2469 * libs/gst/control/Makefile.am:
2470 * libs/gst/getbits/Makefile.am:
2472 2004-04-20 David Schleef <ds@schleef.org>
2474 * common/as-libtool.mak: Fine-tune DLL building.
2475 * configure.ac: Link plugins against libgstreamer. Define plugindir
2477 * examples/plugins/Makefile.am: remove plugindir
2478 * gst/autoplug/Makefile.am: DLL building fixes
2479 * gst/elements/Makefile.am: DLL building fixes. Disable pipefilter on
2481 * gst/elements/gstelements.c: Conditionally disable pipefilter.
2482 * gst/indexers/Makefile.am: DLL building fixes
2483 * gst/schedulers/Makefile.am: DLL building fixes.
2484 * libs/gst/bytestream/Makefile.am: DLL building fixes.
2485 * libs/gst/control/Makefile.am: same
2486 * libs/gst/getbits/Makefile.am: same
2487 * testsuite/Makefile.am: New dlopen directory
2488 * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
2490 * testsuite/dlopen/dlopen_gst.c: (main): same
2491 * testsuite/dlopen/loadgst.c: (do_test): same
2493 2004-04-20 David Schleef <ds@schleef.org>
2495 * gst/parse/grammar.y: Apply patch from Sebastien Cote
2496 <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
2498 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2500 * gst/gstelement.c: (gst_element_wait),
2501 (gst_element_set_time_delay), (gst_element_change_state):
2504 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
2506 * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
2507 (gst_spider_identity_plug):
2508 improve debugging messages
2509 * gst/gstbin.c: (gst_bin_remove_func):
2510 make sure the state_change function is only called with simple state
2513 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2515 * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
2516 (gst_fakesink_set_property), (gst_fakesink_chain):
2517 * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
2518 * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
2519 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
2520 * gst/elements/gstidentity.c: (gst_identity_chain),
2521 (gst_identity_set_property):
2522 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
2523 * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
2524 add warnings to _set_property for unknown arguments
2525 use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
2527 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2531 add .po file download snippet
2532 fix a bug in the doc makefile
2534 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2539 Added en_GB translation (Gareth Owen)
2541 2004-04-20 Johan Dahlin <johan@gnome.org>
2543 * gst/gstpad.c (_invent_event): Clean up
2545 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
2547 * testsuite/caps/filtercaps.c: (main):
2548 fix test to test things correctly (caps are complicated)
2550 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
2552 * testsuite/caps/Makefile.am:
2553 * testsuite/caps/filtercaps.c: (main):
2554 add test (that doesn't work right now, but should)
2556 2004-04-19 David Schleef <ds@schleef.org>
2558 * configure.ac: Add test for allowing unaligned access. Add define
2559 to put in gstconfig.h.
2560 * docs/gst/gstreamer-sections.txt: New symbols
2561 * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
2562 * docs/gst/tmpl/gstfilesrc.sgml:
2563 * docs/gst/tmpl/gstparse.sgml:
2564 * docs/gst/tmpl/gsttypes.sgml:
2565 * docs/gst/tmpl/gstutils.sgml:
2566 * docs/gst/tmpl/gstvalue.sgml:
2567 * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
2568 * gst/gstutils.h: Add macros for unaligned memory access. Useful
2569 on most !i386/!powerpc architectures. From Daniel Gazard
2570 <daniel.gazard@free.fr>. (bug #140156)
2571 * po/af.po: Check in changes made by gettext.
2578 2004-04-20 Benjamin Otte <otte@gnome.org>
2580 * gst/schedulers/entryscheduler.c:
2581 (gst_entry_scheduler_yield):
2582 refuse to yield when decoupled elements insist on doing that.
2583 At least it's better than crashing
2585 2004-04-19 David Schleef <ds@schleef.org>
2587 * docs/libs/Makefile.am: Change sinclude to include
2588 * docs/gst/Makefile.am: same
2589 * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
2591 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
2595 Added Ukrainian translation (Maxim V. Dziumanenko)
2597 2004-04-19 Johan Dahlin <johan@gnome.org>
2599 * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
2600 checking here, do it before calling the function.
2601 Clean up, use for loops instead of while loops while iterating
2604 * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
2606 (gst_spider_create_and_plug): Improve debug message.
2607 General: Replace while loops which iterates over GLists with for
2608 loops. Which are much cleaner, improves readability, especially
2609 for gst_spider_identity_plug
2611 * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
2614 2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
2618 Added Turkish translation (Baris Cicek)
2620 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
2622 * docs/faq/troubleshooting.xml:
2623 Mention gst-register in the FAQ (fixes 139045).
2625 2004-04-17 Thomas Vander Stichele <thomas at apestaart dot org>
2627 * docs/gst/gstreamer-sections.txt:
2629 2004-04-17 Benjamin Otte <otte@gnome.org>
2631 * gst/gstelement.c: (gst_element_dispose):
2633 * gst/gstpad.c: (gst_pad_call_chain_function):
2634 don't create loads of events due to bad macro usage
2636 2004-04-16 David Schleef <ds@schleef.org>
2638 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
2639 * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
2640 * gst/gstvalue.c: (gst_value_serialize_buffer),
2641 (gst_value_deserialize_buffer), (gst_type_is_fixed),
2642 (_gst_value_initialize): Create a new function gst_type_is_fixed()
2643 to indicate types that are fixed wrt caps or not. Switching to
2644 this function fixes (bug #140298).
2647 2004-04-16 David Schleef <ds@schleef.org>
2649 * common/m4/gst-arch.m4: Implmenent a whitelist and blacklist
2650 for GST_UNALIGNED_ACESS, since we essentially know which archs
2653 2004-04-17 Benjamin Otte <otte@gnome.org>
2655 * docs/gst/Makefile.am:
2656 ignore gst/parse directory when building docs (fixes #140205)
2658 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
2660 * testsuite/refcounting/mem.c: (vmsize):
2663 2004-04-16 Johan Dahlin <johan@gnome.org>
2665 * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
2666 and gst_pad_call_get_function.
2668 2004-04-15 David Schleef <ds@schleef.org>
2670 * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
2671 checks if we can access unaligned memory.
2672 * configure.ac: Use it.
2674 2004-04-16 Benjamin Otte <otte@gnome.org>
2676 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
2677 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2678 * gst/elements/gstfilesrc.h:
2679 s/seek_happened/need_discont/ and require discont before sending any
2682 2004-04-15 David Schleef <ds@schleef.org>
2684 * gst/gstvalue.c: (gst_value_serialize_buffer),
2685 (gst_value_deserialize_buffer), (_gst_value_initialize):
2686 Register these types as fundamental types. (bug #140015)
2688 2004-04-16 Benjamin Otte <otte@gnome.org>
2690 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
2691 (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
2693 implement enforcing discont events before buffers are passed. This
2694 allows state changes of only some elements and later correctly going
2695 on where they left off (or in short: you can now set audio sinks to
2696 NULL to release the device when the pipeline is paused)
2697 * gst/gstpad.c: (gst_pad_call_chain_function),
2698 (gst_pad_call_get_function):
2700 add gst_pad_call_chain_function and gst_pad_call_get_function for
2701 scheduler interaction. They are required because of the changes
2703 * gst/schedulers/entryscheduler.c: (get_buffer),
2704 (gst_entry_scheduler_chain_wrapper),
2705 (gst_entry_scheduler_get_wrapper),
2706 (gst_entry_scheduler_state_transition),
2707 (gst_entry_scheduler_pad_link):
2708 * gst/schedulers/gstbasicscheduler.c:
2709 (gst_basic_scheduler_chain_wrapper),
2710 (gst_basic_scheduler_src_wrapper),
2711 (gst_basic_scheduler_chainhandler_proxy),
2712 (gst_basic_scheduler_gethandler_proxy),
2713 (gst_basic_scheduler_cothreaded_chain),
2714 (gst_basic_scheduler_chain_elements):
2715 * gst/schedulers/gstoptimalscheduler.c:
2716 (get_group_schedule_function), (pad_clear_queued),
2717 (gst_opt_scheduler_pad_link):
2718 use the new functions instead of calling get/chain-functions
2721 2004-04-15 David Schleef <ds@schleef.org>
2723 * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
2724 * docs/gst/tmpl/gstinfo.sgml: same
2725 * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
2727 * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
2728 * examples/queue/queue.c: (main): We iterate pipelines, not
2731 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2733 * docs/pwg/advanced-types.xml:
2734 Add MS RLE support. Also document Qt RLE although I have no sample
2735 files for that yet. And document an extra property for ADPCM.
2737 2004-04-15 David Schleef <ds@schleef.org>
2739 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
2740 (_gst_plugin_fault_handler_setup): Disable more stuff on
2743 2004-04-15 David Schleef <ds@schleef.org>
2745 * gst/gstinfo.c: (_gst_debug_init): Change some internal
2746 symbol names to not conflict with new gstinfo.h symbols.
2747 * gst/gstinfo.h: Add inline functions for all those crazy
2748 compilers that don't know how to handle variadic macros (MSVC).
2750 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2752 * configure.ac: bump nano to 1
2754 === release 0.8.1 ===
2756 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2761 releasing 0.8.1, "Snow Brigade"
2763 2004-04-14 David Schleef <ds@schleef.org>
2765 * testsuite/Makefile.am: define tests_ignore
2766 * testsuite/Rules: Added new tests_ignore, which get compiled,
2767 but not run (generally because they're inconsistent or have
2768 heisenbugs). Now we can ensure all the .c files compile in
2770 * testsuite/bins/Makefile.am: define tests_ignore
2771 * testsuite/bytestream/Makefile.am:
2772 * testsuite/caps/Makefile.am:
2773 * testsuite/clock/Makefile.am:
2774 * testsuite/debug/Makefile.am:
2775 * testsuite/debug/global.c: (gst_debug_log_one),
2776 (gst_debug_log_two): Fix compilation problem.
2777 * testsuite/dynparams/Makefile.am:
2778 * testsuite/elements/Makefile.am:
2779 * testsuite/ghostpads/Makefile.am:
2780 * testsuite/indexers/Makefile.am:
2781 * testsuite/parse/Makefile.am:
2782 * testsuite/plugin/Makefile.am:
2783 * testsuite/refcounting/Makefile.am:
2784 * testsuite/refcounting/element_pad.c: (main): Don't return leak
2785 results, because it's not calculated correctly.
2786 * testsuite/refcounting/pad.c: (main): same
2787 * testsuite/states/Makefile.am:
2788 * testsuite/tags/Makefile.am:
2789 * testsuite/threads/Makefile.am:
2791 2004-04-14 David Schleef <ds@schleef.org>
2793 * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
2794 generating bad code around the cpu detection asm code.
2796 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
2798 * tools/gst-inspect.c: (print_element_info):
2799 print numeric version of rank as well, since we added some - 1
2800 rank values to elements
2802 2004-04-13 David Schleef <ds@schleef.org>
2804 * configure.ac: Disable various code when compiling for MinGW.
2805 * gst/elements/Makefile.am:
2806 * gst/elements/gstelements.c:
2807 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
2808 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
2809 * gst/registries/gstxmlregistry.c: (make_dir):
2811 2004-04-13 David Schleef <ds@schleef.org>
2814 * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
2816 * gst/gstcpuid_i386.s: remove
2818 2004-04-13 David Schleef <ds@schleef.org>
2820 * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
2821 seems to think it needs to be done.
2822 * docs/gst/tmpl/gstfakesink.sgml:
2823 * docs/gst/tmpl/gstfakesrc.sgml:
2824 * docs/gst/tmpl/gstfdsink.sgml:
2825 * docs/gst/tmpl/gstfdsrc.sgml:
2826 * docs/gst/tmpl/gstfilesink.sgml:
2827 * docs/gst/tmpl/gstfilesrc.sgml:
2828 * docs/gst/tmpl/gstidentity.sgml:
2829 * docs/gst/tmpl/gstmd5sink.sgml:
2830 * docs/gst/tmpl/gstmultifilesrc.sgml:
2831 * docs/gst/tmpl/gstpipefilter.sgml:
2832 * docs/gst/tmpl/gstshaper.sgml:
2833 * docs/gst/tmpl/gstspider.sgml:
2834 * docs/gst/tmpl/gstspideridentity.sgml:
2835 * docs/gst/tmpl/gststatistics.sgml:
2836 * docs/gst/tmpl/gsttee.sgml:
2837 * docs/gst/tmpl/gsttypefind.sgml:
2838 * docs/gst/tmpl/gstutils.sgml:
2840 2004-04-13 David Schleef <ds@schleef.org>
2842 * configure.ac: Changes to remove POSIXisms (mmap in this case)
2843 and to build DLLs on Windows.
2845 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2846 (gst_filesrc_open_file):
2847 * gst/schedulers/Makefile.am:
2849 2004-04-13 David Schleef <ds@schleef.org>
2851 * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
2852 (gst_caps_structure_fixate_field_nearest_double): Fix bug in
2855 2004-04-12 David Schleef <ds@schleef.org>
2857 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
2858 (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
2860 * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
2861 * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
2862 * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
2863 * gst/gststructure.c: (gst_structure_set_valist),
2864 (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
2865 support for buffers.
2866 * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
2867 intended to be const.
2868 * gst/gsttag.h: same
2869 * gst/gstvalue.c: (gst_value_serialize_buffer),
2870 (gst_value_deserialize_buffer), (_gst_value_initialize): Add code
2871 to (de)serialize buffers.
2872 * testsuite/caps/Makefile.am: Add a bit of buffer testing
2873 * testsuite/caps/string-conversions.c: (main):
2874 * testsuite/caps/value_serialize.c: add new test
2876 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2878 * docs/pwg/advanced-types.xml:
2879 Document MS video 1 (video/x-msvideocodec) mimetype/format.
2881 2004-04-11 Benjamin Otte <otte@gnome.org>
2883 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
2884 rename categories to basic_*
2885 * gst/schedulers/gstbasicscheduler.c:
2886 (gst_basic_scheduler_chain_wrapper),
2887 (gst_basic_scheduler_chainhandler_proxy),
2888 (gst_basic_scheduler_gethandler_proxy),
2889 (gst_basic_scheduler_eventhandler_proxy):
2890 debugging category fixes - put common stuff in log category
2891 * gst/schedulers/gstbasicscheduler.c:
2892 (gst_basic_scheduler_chain_elements):
2893 dirty fix: call gst_basic_scheduler_cothreaded_chain when already
2894 active and linking two active chains
2896 2004-04-10 Benjamin Otte <otte@gnome.org>
2898 * docs/pwg/intro-preface.xml:
2899 fix dead links and remove reference to Wiki
2901 2004-04-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
2903 * gst/schedulers/gstbasicscheduler.c:
2904 make sure we can switch back to the main function if we're still in
2905 the main function (supposed to fix #139617)
2906 * gst/schedulers/gthread-cothreads.h:
2907 don't throw an error when switching to the same cothread
2909 2004-04-09 Benjamin Otte <otte@gnome.org>
2911 * gst/gstbin.c: (gst_bin_get_type):
2912 * gst/gstclock.c: (gst_clock_get_type):
2913 * gst/gstindex.c: (gst_index_get_type):
2914 * gst/gstobject.c: (gst_object_get_type),
2915 (gst_signal_object_get_type):
2916 * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
2917 (gst_pad_template_get_type), (gst_ghost_pad_get_type):
2918 * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
2919 * gst/gstqueue.c: (gst_queue_get_type):
2920 * gst/gstregistry.c: (gst_registry_get_type):
2921 * gst/gstsystemclock.c: (gst_system_clock_get_type):
2922 * gst/gstthread.c: (gst_thread_get_type):
2923 don't use memchunks for these objects, use malloc instead
2925 2004-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
2927 * docs/gst/.cvsignore:
2928 * docs/gst/Makefile.am:
2929 * docs/gst/gstreamer-sections.txt:
2930 * docs/gst/tmpl/gstaggregator.sgml:
2931 * docs/gst/tmpl/gstbuffer.sgml:
2932 * docs/gst/tmpl/gstclock.sgml:
2933 * docs/gst/tmpl/gstelement.sgml:
2934 * docs/gst/tmpl/gstfakesink.sgml:
2935 * docs/gst/tmpl/gstfakesrc.sgml:
2936 * docs/gst/tmpl/gstfdsink.sgml:
2937 * docs/gst/tmpl/gstfdsrc.sgml:
2938 * docs/gst/tmpl/gstfilesink.sgml:
2939 * docs/gst/tmpl/gstfilesrc.sgml:
2940 * docs/gst/tmpl/gstidentity.sgml:
2941 * docs/gst/tmpl/gstindex.sgml:
2942 * docs/gst/tmpl/gstinfo.sgml:
2943 * docs/gst/tmpl/gstmd5sink.sgml:
2944 * docs/gst/tmpl/gstmultifilesrc.sgml:
2945 * docs/gst/tmpl/gstpad.sgml:
2946 * docs/gst/tmpl/gstpipefilter.sgml:
2947 * docs/gst/tmpl/gstpipeline.sgml:
2948 * docs/gst/tmpl/gstpluginfeature.sgml:
2949 * docs/gst/tmpl/gstqueue.sgml:
2950 * docs/gst/tmpl/gstregistry.sgml:
2951 * docs/gst/tmpl/gstscheduler.sgml:
2952 * docs/gst/tmpl/gstshaper.sgml:
2953 * docs/gst/tmpl/gstspider.sgml:
2954 * docs/gst/tmpl/gstspideridentity.sgml:
2955 * docs/gst/tmpl/gststatistics.sgml:
2956 * docs/gst/tmpl/gstsystemclock.sgml:
2957 * docs/gst/tmpl/gsttee.sgml:
2958 * docs/gst/tmpl/gstthread.sgml:
2959 * docs/gst/tmpl/gsttypefind.sgml:
2960 * docs/gst/tmpl/gstutils.sgml:
2961 further doc build fixes
2963 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
2965 * docs/gst/Makefile.am:
2966 make docs exit on scanning problems
2967 fix nonsrcdir build issues
2968 * docs/gst/gstreamer-sections.txt:
2969 adding stuff from -unused
2972 * gst/schedulers/cothreads_compat.h:
2973 fix cothread warnings
2975 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
2977 * docs/gst/gstreamer-sections.txt:
2978 remove defines deprecated by Benjamin
2980 2004-04-07 Benjamin Otte <otte@gnome.org>
2982 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2983 when the buffer is complete, don't check if other buffers are needed
2984 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
2985 check that the offset is >0 so we don't try to read before the
2986 beginning of the file
2987 * gst/gstpad.c: (gst_pad_set_pad_template):
2988 sink the template, so we don't end up with 130k pad templates
2990 2004-04-06 Benjamin Otte <otte@gnome.org>
2992 * gst/autoplug/gstspider.c: (gst_spider_link_add):
2993 don't ref the element, adding already reffed it. And we didn't unref
2994 it later anyway... (huge memleak when you used many spider elements)
2995 * gst/gstelement.c: (gst_element_base_class_finalize):
2996 * gst/gstelementfactory.c: (gst_element_factory_cleanup),
2997 (gst_element_register):
2998 * gst/gsturi.c: (gst_element_make_from_uri):
2999 use gst_object_(un)ref instead of g_object(un)ref
3001 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3004 remove macro that wouldn't work anymore because struct member has
3006 * gst/schedulers/entryscheduler.c: (schedule_forward):
3007 fix segfault for unconnected pads
3009 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3011 reviewed by David Schleef <ds@schleef.org>
3014 *_FORMAT modifiers should require putting a % in front of them for
3015 consistency reasons.
3017 2004-04-05 Colin Walters <walters@redhat.com>
3019 * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
3022 2004-04-05 Benjamin Otte <otte@gnome.org>
3026 * gst/gst_private.h:
3027 * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
3028 add support for detecting if GStreamer runs inside valgrind.
3029 requires valgrind (d'oh) and --enable-debug for correct cdetection.
3030 print a big message in valgrind that GStreamer has detected it's
3031 running inside and might now use different code.
3032 * gst/gstmemchunk.c: (populate), (free_area),
3033 (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
3034 (gst_mem_chunk_free):
3035 flag memchunks for valgrind, so it can detect leaking of chunks.
3036 This allows detecting leaks of GstBuffer and GstEvent correctly
3039 2004-04-05 David Schleef <ds@schleef.org>
3041 * gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
3042 jensgr@gmx.net (Jens Granseuer)
3044 2004-04-05 David Schleef <ds@schleef.org>
3046 * gst/gstbuffer.c: (_gst_buffer_sub_free),
3047 (gst_buffer_default_free), (gst_buffer_default_copy),
3048 (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
3049 (gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
3050 structures in one place.
3052 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3054 * gst/gstinfo.h: adding Ronald's timestamp debugging defines
3055 (GST_TIME_FORMAT, GST_TIME_ARGS)
3057 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3059 * testsuite/elements/Makefile.am:
3060 disable test until it stops breaking make distcheck
3062 2004-04-05 Johan Dahlin <johan@gnome.org>
3064 * po/sv.po: Updated translation
3066 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3068 * gst/gstplugin.c: (gst_plugin_load_file):
3069 fix segfault for when original plugin was loaded statically
3071 2004-04-05 Benjamin Otte <otte@gnome.org>
3073 * testsuite/debug/category.c: (main):
3074 * testsuite/debug/commandline.c: (main):
3075 * testsuite/debug/output.c: (main):
3076 fix tests to work again with debugging enabled
3078 2004-04-05 Benjamin Otte <otte@gnome.org>
3080 * gst/schedulers/gstbasicscheduler.c:
3081 (gst_basic_scheduler_pad_link):
3082 fix to work with recent scheduling changes
3084 2004-04-05 Benjamin Otte <otte@gnome.org>
3086 * gst/schedulers/entryscheduler.c: (some functions, dunno which,
3087 prepareChangeLog doesn't work when cvs indents):
3088 don't throw an error when no element can be scheduled, there's too
3089 many weird reasons why it doesn't work. Return STOPPED instead.
3090 decoupled elemts' schedulability doesn't depend on bufpens.
3092 2004-04-04 Benjamin Otte <otte@gnome.org>
3094 * gst/schedulers/gstbasicscheduler.c:
3095 (gst_basic_scheduler_pad_select):
3096 fix uninitialized variable warnings
3098 2004-04-04 Benjamin Otte <otte@gnome.org>
3100 * gst/gstpad.c: (gst_pad_collect_valist):
3101 fix uninitialized variable warning
3102 * gst/schedulers/entryscheduler.c: (schedule_forward):
3103 fix shadowed variable
3105 2004-04-04 Benjamin Otte <otte@gnome.org>
3107 * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
3108 (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
3111 * gst/gstscheduler.c: (gst_scheduler_pad_select),
3112 (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
3113 * gst/gstscheduler.h:
3114 implement gst_pad_collect as replacement for gst_pad_select.
3115 deprecate gst_pad_select and gst_scheduler_(un)lock_element
3116 add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
3117 new pad_select, lock and unlock calls.
3118 * gst/cothreads.c: (cothread_destroy), (cothread_switch):
3120 * gst/schedulers/cothreads_compat.h:
3121 * gst/schedulers/gthread-cothreads.h:
3122 remove unused cothread_lock and cothread_unlock calls
3123 * gst/schedulers/entryscheduler.c:
3124 (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
3125 (_can_schedule_loop), (gst_entry_scheduler_get_handler),
3126 (gst_entry_scheduler_pad_select):
3128 * gst/schedulers/gstbasicscheduler.c:
3129 (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
3130 (gst_basic_scheduler_pad_select):
3131 remove useless lock and unlock calls, update pad_select to new API
3133 * gst/schedulers/gstoptimalscheduler.c:
3134 (gst_opt_scheduler_class_init):
3135 remove useless select, lock and unlock function calls
3136 * gst/elements/gstaggregator.c: (gst_aggregator_loop):
3137 use gst_pad_collect instead of gst_pad_select
3139 2004-04-04 Benjamin Otte <otte@gnome.org>
3141 * gst/schedulers/entryscheduler.c: (_can_schedule_get),
3142 (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
3143 (schedule_next_element), (print_entry):
3144 add can_schedule_pad to handle element states.
3145 add schedule_forward to select the correct entry to schedule next
3147 2004-04-03 Benjamin Otte <otte@gnome.org>
3149 * gst/schedulers/entryscheduler.c:
3150 remove unused variable, fix error inside Rb, fix compile warning in
3153 2004-04-03 Benjamin Otte <otte@gnome.org>
3155 * gst/schedulers/entryscheduler.c:
3156 completely revamp the inner workings, so it's a lot easier to
3157 understand and extend
3159 2004-04-03 Andy Wingo <wingo@pobox.com>
3161 * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
3162 Rename ->group1 and ->group2 to ->src and ->sink, respectively.
3163 This allows better introspection of pipeline topology.
3164 (add_to_chain): Don't do trickery to put loop elements first;
3165 rather, queue a chain sort by marking the chain as dirty.
3166 (remove_from_chain): Mark the chain dirty.
3167 (sort_chain): New function. Sorts the group list so that terminal
3168 sinks are first. This means elements on the sink side will be
3169 preferentially sscheduled before elements on the src side of the
3171 (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
3172 (schedule_chain): If the chain is marked DIRTY, call sort_chain.
3173 (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
3174 (group_inc_link): Change argument and variable names to match the
3175 new link structure member names (src and sink).
3176 (group_dec_link): Add some description
3178 2004-04-03 Benjamin Otte <otte@gnome.org>
3180 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3182 * testsuite/debug/category.c: (main):
3183 * testsuite/debug/commandline.c: (main):
3184 * testsuite/debug/output.c: (main):
3185 * testsuite/debug/printf_extension.c: (main):
3186 fix to successfully build and test with --disable-gst-debug
3187 configure switch (fixes #138705)
3189 2004-04-03 Benjamin Otte <otte@gnome.org>
3191 * docs/pwg/building-boiler.xml:
3192 add cvs login line and s/anonymous/anoncvs/
3194 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
3196 reviewed by Benjamin Otte <otte@gnome.org>
3198 * gst/gststructure.c: (gst_structure_free):
3199 memleak fix: free fields array (partial fix for #134839)
3201 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3203 * docs/random/ds/0.9-suggested-changes:
3204 Add a note to change handoff use in fakesrc to be usable in
3205 a more generic way (fakesrc should be renamed to appsrc or so).
3206 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3207 Change signal type to scope, so we can fill the buffer in the
3208 handoff handler (that's the whole use of this signal...).
3210 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3212 * docs/pwg/other-ntoone.xml:
3213 Document muxers and n-to-1 elements.
3215 2004-04-01 Martin Soto <martinsoto@users.sourceforge.net>
3217 * gst/registries/gstxmlregistry.c
3218 (gst_xml_registry_rebuild_recurse): Fix the algorithm to
3219 determine if a file is a G_MODULE. The old one discards paths
3220 containing "so" somewhere in the middle. My home directory is
3221 called "soto". Go figure...
3223 2004-03-31 David Schleef <ds@schleef.org>
3225 * gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
3226 to eventually deprecate gst_buffer_merge(). (bug: #136408)
3229 2004-03-31 David Schleef <ds@schleef.org>
3231 * gst/gstvalue.c: (gst_value_union_int_int_range),
3232 (gst_value_union_int_range_int_range), (gst_value_can_union),
3233 (gst_value_union), (_gst_value_initialize): Add some union
3234 implementations. We didn't have any previously.
3235 * testsuite/caps/Makefile.am:
3236 * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
3237 (gst_audioscale_getcaps), (test_caps), (main): A little test
3238 that is the same as the caps manipulation in audioscale.
3240 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3242 * docs/faq/general.xml:
3243 add entry about "does gst support format X?"
3245 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3250 fix GST_BOILERPLATE_FULL to not throw casting errors on C++
3252 2004-03-30 Benjamin Otte <otte@gnome.org>
3254 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3255 set the offset of the buffer to the requested offset
3256 * gst/elements/gsttypefind.c: (stop_typefinding):
3257 revert patch 1.18 (which I unfortunately don't know the reason for).
3258 This is needed to allow downstream elements to seek. Otherwise
3259 typefind might overwrite a previous seek by downstream elements.
3260 This lead to errors with id3tag and typefind on some mp3s.
3261 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3262 (gst_entry_scheduler_iterate):
3263 be more verbose when debugging
3265 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
3267 * gst/gstcaps.c: (gst_caps_from_string_inplace):
3268 make sure we don't get NULL strings
3270 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
3274 * gst/gstelementfactory.c: (gst_element_factory_get_type):
3275 * gst/gstindex.c: (gst_index_resolver_get_type),
3276 (gst_index_get_type), (gst_index_factory_get_type):
3280 * gst/gsturi.c: (gst_uri_handler_get_type):
3282 first batch of documentation fixes
3284 2004-03-29 David Schleef <ds@schleef.org>
3286 * docs/gst/Makefile.am: Disable a bunch of headers from being scanned
3287 * docs/gst/gstreamer-docs.sgml: More hacking
3288 * docs/gst/gstreamer-sections.txt:
3289 * docs/gst/tmpl/cothreads_compat.sgml:
3290 * docs/gst/tmpl/gstcaps.sgml:
3291 * docs/gst/tmpl/gstclock.sgml:
3292 * docs/gst/tmpl/gstelement.sgml:
3293 * docs/gst/tmpl/gstevent.sgml:
3294 * docs/gst/tmpl/gstpad.sgml:
3295 * docs/gst/tmpl/gstutils.sgml:
3296 * docs/gst/tmpl/gstxml.sgml:
3297 * docs/gst/tmpl/gthread-cothreads.sgml:
3298 * docs/random/ds/0.9-suggested-changes:
3299 * gst/elements/gstfakesink.h: doc fixes
3300 * gst/elements/gstfakesrc.h: doc fixes
3301 * gst/gstcaps.c: doc fixes
3302 * gst/gstcaps.h: doc fixes
3303 * gst/gstelement.c: doc fixes
3304 * gst/gstelement.h: doc fixes
3305 * gst/gstindex.c: doc fixes
3306 * gst/gstinfo.c: doc fixes
3307 * gst/gstpad.c: doc fixes
3308 * gst/gstpad.h: doc fixes
3309 * gst/gstplugin.c: doc fixes
3310 * gst/gsttypefind.h: doc fixes
3311 * gst/gsturi.c: doc fixes
3312 * gst/gstvalue.c: doc fixes
3314 2004-03-29 Colin Walters <walters@redhat.com>
3316 * gst/registries/gstxmlregistry.c (get_time)
3317 (plugin_times_older_than_recurse):
3318 Use the result of stat to determine whether a path is a file,
3319 so we don't attempt to opendir() files.
3321 2004-03-29 Benjamin Otte <otte@gnome.org>
3323 * gst/gstpad.c: (gst_pad_set_explicit_caps):
3324 print caps in debugging output when setting caps failed
3325 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3326 (schedule_next_element), (get_buffer), (run_chainhandler),
3327 (element_may_start), (gst_entry_scheduler_chain_handler),
3328 (gst_entry_scheduler_get_handler),
3329 (gst_entry_scheduler_state_transition),
3330 (gst_entry_scheduler_pad_link):
3331 make this scheduler a testcase for mandatory
3332 discont-before-first-buffer which is needed if we want to allow apps
3333 to release the sound device.
3334 add SCHED_ASSERT macro to print scheduler state before an assertion
3337 2004-03-29 Benjamin Otte <otte@gnome.org>
3340 replace by LGPL (former COPYING.LIB). The core is completely
3345 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
3349 updated Afrikaans and Swedish
3351 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
3355 adding Azerbaijani (Mətin Əmirov)
3357 2004-03-28 Martin Soto <martinsoto@users.sourceforge.net>
3360 * gst/gstelement.c (gst_element_set_time_delay): New function for
3361 setting element time taking into account a hardware buffering
3363 (gst_element_set_time): Now just an invocation of
3364 gst_element_set_time_delay.
3366 * gst/gstclock.c (gst_clock_get_event_time_delay): New function
3367 allowing to set event times in the future.
3368 (gst_clock_get_event_time): Now just an invocation of
3369 gst_clock_get_event_time_delay.
3371 2004-03-28 Benjamin Otte <otte@gnome.org>
3373 * gst/gstbin.c: (gst_bin_set_element_sched),
3374 (gst_bin_unset_element_sched):
3375 don't add decoupled elements to schedulers - otherwise it's
3376 impossible to control if a link to a decoupled element was already
3377 removed from a scheduler or not.
3378 * gst/schedulers/cothreads_compat.h:
3379 * gst/schedulers/gthread-cothreads.h:
3380 add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
3381 is no "unused" warning.
3382 * gst/schedulers/Makefile.am:
3383 * gst/schedulers/entryscheduler.c:
3384 add new scheduler, based on ideas from talking to David and Martin.
3385 It's supposed to be small and correct. Currently it's also slow (but
3387 * examples/retag/retag.c: (main):
3388 * testsuite/bytestream/test1.c: (main):
3389 fix missing NULLs at end of variadic functions
3390 * testsuite/elements/.cvsignore:
3393 2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
3396 Added GST_EVENT_ANY for GstEvents that pass a GstStructure
3398 2004-03-25 David Schleef <ds@schleef.org>
3400 * docs/gst/gstreamer-sections.txt: More doc hacking.
3401 * docs/gst/tmpl/gstaggregator.sgml:
3402 * docs/gst/tmpl/gstautoplugfactory.sgml:
3403 * docs/gst/tmpl/gstbin.sgml:
3404 * docs/gst/tmpl/gstbuffer.sgml:
3405 * docs/gst/tmpl/gstbufferstore.sgml:
3406 * docs/gst/tmpl/gstfakesink.sgml:
3407 * docs/gst/tmpl/gstfakesrc.sgml:
3408 * docs/gst/tmpl/gstmd5sink.sgml:
3409 * docs/gst/tmpl/gstreamer-unused.sgml:
3410 * docs/gst/tmpl/gstsearchfuncs.sgml:
3411 * docs/gst/tmpl/gstshaper.sgml:
3412 * docs/gst/tmpl/gstspider.sgml:
3413 * docs/gst/tmpl/gsttee.sgml:
3414 * docs/gst/tmpl/gstutils.sgml:
3415 * docs/gst/tmpl/gstvalue.sgml:
3416 * docs/gst/tmpl/gstxml.sgml:
3417 * gst/Makefile.am: Remove gstthreaddummy.c. It never worked,
3418 and we don't support it.
3419 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
3420 (gst_use_threads), (gst_has_threads): same
3421 * gst/gstthreaddummy.c: same
3422 * gst/autoplug/gstspider.c: Make gst_spider_details static.
3423 * gst/autoplug/gstspider.h: same
3424 * gst/elements/gstaggregator.h: Remove bogus function from header
3425 * gst/elements/gstfakesink.h: same
3426 * gst/elements/gstfakesrc.h: same
3427 * gst/elements/gstmd5sink.h: same
3428 * gst/elements/gstshaper.h: same
3429 * gst/elements/gsttee.h: same
3430 * gst/gstbin.c: doc fixes
3431 * gst/gstbin.h: Remove unused definition.
3432 * gst/gstbuffer.c: doc fixes
3433 * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
3434 * gst/gstfilter.c: doc fixes
3435 * gst/gsttag.c: doc fixes
3436 * gst/gstvalue.c: doc fixes
3438 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3440 * docs/pwg/advanced-types.xml:
3441 Document typefinding.
3442 * docs/pwg/other-oneton.xml:
3443 Document one-to-n elements, demuxers and parsers.
3445 2004-03-25 Tim-Philipp Müller <t.i.m@zen.co.uk>
3447 reviewed by: David Schleef <ds@schleef.org>
3449 * configure.ac: Check bison version (bug #127838)
3451 2004-03-25 David Schleef <ds@schleef.org>
3453 * docs/gst/gstreamer-docs.sgml: More fine tuning.
3454 * docs/gst/gstreamer-sections.txt:
3455 * docs/gst/tmpl/gstautoplug.sgml:
3456 * docs/gst/tmpl/gststaticautoplug.sgml:
3457 * docs/gst/tmpl/gststaticautoplugrender.sgml:
3458 * docs/gst/tmpl/gstutils.sgml:
3459 * docs/gst/tmpl/gstxml.sgml:
3461 2004-03-24 David Schleef <ds@schleef.org>
3463 * docs/gst/gstreamer-docs.sgml: I got tired of the reference
3464 manual being such complete crap, that I decided to do major
3465 hacking of it. This checkin replaces any fine tuning that
3466 may have been done previously, with the benefit of actually
3467 being complete for much of the API that was changed since
3468 0.6. Further fine tuning will occur shortly. (bug #134721)
3469 * docs/gst/gstreamer-sections.txt:
3470 * docs/gst/tmpl/GstBin.sgml:
3471 * docs/gst/tmpl/GstBuffer.sgml:
3472 * docs/gst/tmpl/GstCaps.sgml:
3473 * docs/gst/tmpl/GstClock.sgml:
3474 * docs/gst/tmpl/GstCompat.sgml:
3475 * docs/gst/tmpl/GstData.sgml:
3476 * docs/gst/tmpl/GstElement.sgml:
3477 * docs/gst/tmpl/GstEvent.sgml:
3478 * docs/gst/tmpl/GstIndex.sgml:
3479 * docs/gst/tmpl/GstStructure.sgml:
3480 * docs/gst/tmpl/GstTag.sgml:
3481 * docs/gst/tmpl/cothreads.sgml:
3482 * docs/gst/tmpl/cothreads_compat.sgml:
3483 * docs/gst/tmpl/gettext.sgml:
3484 * docs/gst/tmpl/grammar.tab.sgml:
3485 * docs/gst/tmpl/gst-i18n-app.sgml:
3486 * docs/gst/tmpl/gst-i18n-lib.sgml:
3487 * docs/gst/tmpl/gst.sgml:
3488 * docs/gst/tmpl/gst_private.sgml:
3489 * docs/gst/tmpl/gstaggregator.sgml:
3490 * docs/gst/tmpl/gstarch.sgml:
3491 * docs/gst/tmpl/gstatomic.sgml:
3492 * docs/gst/tmpl/gstatomic_impl.sgml:
3493 * docs/gst/tmpl/gstbin.sgml:
3494 * docs/gst/tmpl/gstbuffer.sgml:
3495 * docs/gst/tmpl/gstbufferstore.sgml:
3496 * docs/gst/tmpl/gstcaps.sgml:
3497 * docs/gst/tmpl/gstclock.sgml:
3498 * docs/gst/tmpl/gstcompat.sgml:
3499 * docs/gst/tmpl/gstconfig.sgml:
3500 * docs/gst/tmpl/gstcpu.sgml:
3501 * docs/gst/tmpl/gstdata.sgml:
3502 * docs/gst/tmpl/gstdata_private.sgml:
3503 * docs/gst/tmpl/gstelement.sgml:
3504 * docs/gst/tmpl/gstenumtypes.sgml:
3505 * docs/gst/tmpl/gsterror.sgml:
3506 * docs/gst/tmpl/gstevent.sgml:
3507 * docs/gst/tmpl/gstfakesink.sgml:
3508 * docs/gst/tmpl/gstfakesrc.sgml:
3509 * docs/gst/tmpl/gstfilesink.sgml:
3510 * docs/gst/tmpl/gstfilter.sgml:
3511 * docs/gst/tmpl/gstindex.sgml:
3512 * docs/gst/tmpl/gstinfo.sgml:
3513 * docs/gst/tmpl/gstinterface.sgml:
3514 * docs/gst/tmpl/gstlog.sgml:
3515 * docs/gst/tmpl/gstmacros.sgml:
3516 * docs/gst/tmpl/gstmarshal.sgml:
3517 * docs/gst/tmpl/gstmd5sink.sgml:
3518 * docs/gst/tmpl/gstmultifilesrc.sgml:
3519 * docs/gst/tmpl/gstobject.sgml:
3520 * docs/gst/tmpl/gstpad.sgml:
3521 * docs/gst/tmpl/gstparse.sgml:
3522 * docs/gst/tmpl/gstpipeline.sgml:
3523 * docs/gst/tmpl/gstplugin.sgml:
3524 * docs/gst/tmpl/gstpluginfeature.sgml:
3525 * docs/gst/tmpl/gstqueue.sgml:
3526 * docs/gst/tmpl/gstreamer-unused.sgml:
3527 * docs/gst/tmpl/gstregistry.sgml:
3528 * docs/gst/tmpl/gstregistrypool.sgml:
3529 * docs/gst/tmpl/gstscheduler.sgml:
3530 * docs/gst/tmpl/gstsearchfuncs.sgml:
3531 * docs/gst/tmpl/gstshaper.sgml:
3532 * docs/gst/tmpl/gstspider.sgml:
3533 * docs/gst/tmpl/gstspideridentity.sgml:
3534 * docs/gst/tmpl/gststructure.sgml:
3535 * docs/gst/tmpl/gstsystemclock.sgml:
3536 * docs/gst/tmpl/gsttag.sgml:
3537 * docs/gst/tmpl/gsttaginterface.sgml:
3538 * docs/gst/tmpl/gsttee.sgml:
3539 * docs/gst/tmpl/gstthread.sgml:
3540 * docs/gst/tmpl/gsttrace.sgml:
3541 * docs/gst/tmpl/gsttrashstack.sgml:
3542 * docs/gst/tmpl/gsttypefind.sgml:
3543 * docs/gst/tmpl/gsttypes.sgml:
3544 * docs/gst/tmpl/gsturi.sgml:
3545 * docs/gst/tmpl/gsturitype.sgml:
3546 * docs/gst/tmpl/gstutils.sgml:
3547 * docs/gst/tmpl/gstvalue.sgml:
3548 * docs/gst/tmpl/gstversion.sgml:
3549 * docs/gst/tmpl/gstxml.sgml:
3550 * docs/gst/tmpl/gstxmlregistry.sgml:
3551 * docs/gst/tmpl/gthread-cothreads.sgml:
3552 * docs/gst/tmpl/types.sgml:
3554 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
3556 * docs/pwg/other-sink.xml:
3557 * docs/pwg/other-source.xml:
3558 Documentation on how to write source and sink elements. Other
3559 stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
3560 manager, autoplugger) are all still pending.
3562 2004-03-25 Benjamin Otte <otte@gnome.org>
3564 * testsuite/elements/Makefile.am:
3565 * testsuite/elements/gst-compprep-check:
3566 add check to make sure gst-compprep works
3567 * testsuite/elements/gst-inspect-check.in:
3568 improve initialization output
3569 * testsuite/Makefile.am:
3570 * testsuite/gst-inspect-check:
3573 2004-03-24 David Schleef <ds@schleef.org>
3575 * testsuite/elements/Makefile.am:
3576 * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
3579 2004-03-24 Benjamin Otte <otte@gnome.org>
3581 * libs/gst/control/dparam.c: (gst_dparam_attach),
3582 (gst_dparam_detach):
3583 * libs/gst/control/dparammanager.c: (gst_dpman_init):
3584 fix lvalue casts for real
3586 2004-03-24 Benjamin Otte <otte@gnome.org>
3588 * gst/schedulers/gstbasicscheduler.c:
3589 (gst_basic_scheduler_src_wrapper):
3590 * gst/schedulers/gstoptimalscheduler.c:
3591 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
3592 (pad_clear_queued), (gst_opt_scheduler_add_element),
3593 (gst_opt_scheduler_remove_element):
3594 fix GStreamer to not have issues with lvalue casts anymore (fixes
3597 2004-03-24 Benjamin Otte <otte@gnome.org>
3600 add documentation about a gobject quirk where the object hasn't the
3601 correct class pointer set on initialization
3602 * gst/schedulers/gstbasicscheduler.c:
3603 (gst_basic_scheduler_src_wrapper):
3604 make sure to not run into an infinite loop
3606 2004-03-22 Benjamin Otte <otte@gnome.org>
3608 * gst/gstutils.c: (gst_util_dump_mem):
3610 first argument of gst_util_dump_mem should be const
3612 2004-03-22 Johan Dahlin <johan@gnome.org>
3614 * gst/gstvalue.h: Clean up a little bit.
3616 2004-03-21 Tim-Philipp Müller <t.i.m@zen.co.uk>
3618 reviewed by Benjamin Otte <otte@gnome.org>
3620 * gst/autoplug/gstspider.c: (gst_spider_dispose):
3621 * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
3622 (gst_aggregator_class_init), (gst_aggregator_init):
3623 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3624 (gst_filesrc_dispose), (gst_filesrc_set_location):
3625 * gst/elements/gstidentity.c: (gst_identity_finalize),
3626 (gst_identity_class_init), (gst_identity_chain):
3627 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
3628 * gst/elements/gststatistics.c: (gst_statistics_finalize),
3629 (gst_statistics_class_init):
3630 * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
3631 (gst_tee_get_property):
3632 clean up used memory in this elements correctly on teardown (closes
3635 2004-03-20 Colin Walters <walters@redhat.com>
3637 * gst/registries/gstxmlregistry.c:
3638 (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
3639 registry saving atomic.
3641 2004-03-20 Colin Walters <walters@redhat.com>
3643 * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
3645 access() instead of actually creating and deleting files.
3647 2004-03-18 David Schleef <ds@schleef.org>
3649 * configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
3652 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3654 * po/sv.po: updated translation (Christian Rose)
3656 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3658 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
3659 (gst_filesink_get_query_types), (_do_init),
3660 (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
3661 return FALSE silently
3662 * po/af.po: updated translation (Petri Jooste)
3664 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3668 dist common properly
3674 refreshing translations
3676 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3681 adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
3683 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3685 * Makefile.am: use common/release.mak
3687 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3689 * docs/faq/gst-uninstalled:
3690 adding gst-monkeysaudio to the list of possible plugin dirs
3692 2004-03-16 David Schleef <ds@schleef.org>
3694 * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
3695 (gst_init_check_with_popt_table): Fix some gettext strings to
3696 make them easier to translate. Required making the strings
3699 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3701 * configure.ac: bump nano to 1
3703 === release 0.8.0 ===
3705 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3707 * configure.ac: release 0.8.0, "Executive Slacks"
3709 2004-03-16 Johan Dahlin <johan@gnome.org>
3711 * gst/schedulers/gstoptimalscheduler.c
3712 (gst_opt_scheduler_pad_unlink): Remove double ;,
3713 spotted by Scott Wheeler
3715 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3717 * configure.ac: bump libtool version
3719 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3722 * gst/gststructure.h:
3723 add reserved padding
3725 2004-03-15 Benjamin Otte <otte@gnome.org>
3727 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3728 set the first parameter for select call correctly.
3731 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3733 * *.c,*.h: don't mix tabs and spaces
3735 2004-03-15 Johan Dahlin <johan@gnome.org>
3737 * gst/schedulers/gstoptimalscheduler.c
3738 (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
3739 crash on MPEG playback. My boolean arithmetic is a bit rusty.
3741 * tools/Makefile.am (EXTRA_DIST): Add gst-indent
3743 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3746 fix gst-register rules
3748 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3751 use versioned gst-register
3753 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3755 * docs/libs/gstreamer-libs-sections.txt:
3756 remove </SUBSECTION>
3758 * gst/gstregistry.c: (gst_registry_add_plugin):
3759 * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
3760 (gst_xml_registry_open_func), (gst_xml_registry_close_func):
3761 add debugging and fix some comment blocks
3763 2004-03-15 Johan Dahlin <johan@gnome.org>
3765 * *.h: Revert indent changes.
3767 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3769 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
3770 g_error_free the g_error
3771 * tools/gst-feedback-m.m:
3772 check for other versions of gstreamer
3776 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3778 * tools/gst-register.c: do not spill paths when registries are not
3779 writable, until we fix the "user running gst-register" case.
3781 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3783 * *.c, *.h: commit of gst-indent run on core
3785 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3788 * tools/Makefile.am:
3789 add our indentation style as a script
3791 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3795 added Serbian translation
3797 2004-03-13 Benjamin Otte <otte@gnome.org>
3800 add documentation note about gst_element_found_tags_for_pad not
3801 being usable in getfunctions. (see #137042)
3803 2004-03-12 David Schleef <ds@schleef.org>
3805 * gst/gstcaps.h: jdahlin, what are you smoking? We can't just
3806 change API right now! Readd gst_caps_is_simple() macro.
3807 * gst/gstelement.c: (gst_element_base_class_finalize): Fix
3808 uninitialized variable. I'd bet this caused crashes.
3809 * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
3811 2004-03-12 Johan Dahlin <johan@gnome.org>
3813 * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
3814 * gst/gstcaps.h: Clean up
3816 * gst/gst.c (init_post): call gst_caps_get_type() instead of
3817 _gst_caps_initalize()
3819 * gst/gstcaps.c: Style fixes, stay closer to glib and friends
3820 (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
3822 * gst/gststructure.c (gst_structure_get_type): Ditto
3824 * gst/gststructure.h: Ditto
3826 2004-03-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3828 * gst/gstqueue.c: (gst_queue_init):
3829 Reset default max. values in queues. Reason is simply to avoid
3830 braindead use. If you want wider values, use the properties. The
3831 default is supposed to always work. Wider values would make this
3832 beast a memory hog by default (250 full-PAL RGB32 video frames?
3833 That's 440 MB! No thank you).
3835 2004-03-10 David Schleef <ds@schleef.org>
3837 * tools/gst-run.c: (main): Fix crash when no relevant tools
3838 were found. (bug #136793)
3840 2004-03-10 Johan Dahlin <johan@gnome.org>
3842 * gst/schedulers/gstoptimalscheduler.c
3843 (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
3844 links to elements within the same group, so we can finally remove
3845 that annoying warning. Refactor the code a little bit
3846 (group_dec_links_for_element): Split out
3848 2004-03-09 David Schleef <ds@schleef.org>
3850 * docs/manual/dparams-app.xml: Fix to handle double dparams.
3853 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3855 * configure.ac: first bug fix due to major/minor bump
3857 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3859 * configure.ac: bump nano to 1
3861 === release 0.7.6 ===
3863 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3868 releasing 0.7.6, "Almost"
3871 * tools/Makefile.am:
3872 * tools/gst-feedback-m.m:
3875 2004-03-09 Johan Dahlin <johan@gnome.org>
3877 Reviewed by: Thomas Vander Stichele
3879 * gst/gstelement.c (gst_element_class_init): register second
3880 parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
3881 language bindings can (de)marshall correctly.
3883 * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
3885 * gst/gsterror.c (gst_g_error_get_type): New function
3887 * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
3888 with VOID:OBJECT,OBJECT,STRING
3890 2004-03-10 Jan Schmidt <thaytan@mad.scientist.com>
3892 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
3893 Free a leaked g_timer on early returns.
3895 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3897 * docs/pwg/advanced-types.xml:
3898 Add cinepak description.
3900 2004-03-07 David Schleef <ds@schleef.org>
3902 * docs/random/mimetypes: Added cinepak description
3904 2004-03-07 Andy Wingo <wingo@pobox.com>
3906 * gst/gstbin.c (gst_bin_remove): Debugging fixes.
3908 * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
3909 there are no links to other groups when a group is destroyed.
3910 (gst_opt_scheduler_pad_unlink): If the unlink means an element is
3911 removed from a group, make sure the link count to elements linked
3912 to other pads is appropriately decremented. This really fixes
3915 The 1.60->1.61 patch has been reapplied in light of this fix.
3917 * gst/gstelement.c (gst_element_dispose): Really protect against
3918 multiple invocations this time.
3920 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3922 * docs/gst/gstreamer-sections.txt:
3923 * docs/gst/tmpl/gsttag.sgml:
3924 remove some deprecated functions, document some existing ones
3925 * gst/gsttag.c: (gst_tag_get_flag):
3927 add accessor function
3929 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3931 * docs/gst/gstreamer-sections.txt:
3932 * docs/gst/tmpl/gsttag.sgml:
3933 * docs/gst/tmpl/gstxml.sgml:
3934 * gst/gsttag.c: (gst_tag_get_flag):
3937 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3939 * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
3942 2004-03-05 David Schleef <ds@schleef.org>
3944 * REQUIREMENTS: Add bison and flex.
3945 * configure.ac: Fix comment about bison.
3946 * docs/random/ds/0.9-suggested-changes: yer ma
3947 * tools/gst-inspect.c: (print_element_info): Fix warning.
3949 2004-03-05 Benjamin Otte <otte@gnome.org>
3951 * gst/gstelement.c: (gst_element_error_full):
3952 revert recent recursive state changing commit - messing with other
3953 elements' states is evil and should be done by apps only.
3955 2004-03-05 Benjamin Otte <otte@gnome.org>
3957 * gst/gstelement.c: (gst_element_get_compatible_pad_template):
3958 check for empty intersection instead of NULL caps
3959 (gst_element_get_compatible_pad_filtered):
3960 remove old workaround that is only a bug nowadays
3962 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3964 * gst/gstelement.c: (gst_element_error_full):
3965 make elements try to recursively change state to PAUSED on all
3966 parents after an error to suppress ensuing warnings
3967 * gst/parse/grammar.y:
3968 make it check if it was able to sync the state, and throw an error
3969 if not, so stuff like
3970 oggdemux ! vorbisdec ! osssink gets caught
3972 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3974 * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
3975 it contains lib64; use AS_AC_EXPAND to handle it properly
3977 2004-03-05 David Schleef <ds@schleef.org>
3979 * gst/gstcpuid_i386.s: Remove unused code
3980 * libs/gst/getbits/getbits.c: (gst_getbits_init),
3981 (gst_getbits_newbuf): Remove MMX code
3982 * libs/gst/getbits/getbits.h: Remove MMX code
3984 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
3986 * debian/.cvsignore:
3987 * debian/README.Debian:
3990 * debian/control.in:
3992 * debian/gstreamer-core-libs-dev.files:
3993 * debian/gstreamer-core-libs.files:
3994 * debian/gstreamer-core.files:
3995 * debian/gstreamer-core.postinst:
3996 * debian/gstreamer-core.postrm:
3997 * debian/gstreamer-doc.files:
3998 * debian/gstreamer-doc.links:
3999 * debian/gstreamer-doc.lintian:
4000 * debian/gstreamer-runtime.files:
4001 * debian/gstreamer-runtime.manpages:
4002 * debian/gstreamer-runtime.postinst:
4003 * debian/gstreamer-runtime.postrm:
4004 * debian/gstreamer-tools.files:
4005 * debian/gstreamer-tools.manpages:
4006 * debian/libgstreamer-dev.files:
4007 * debian/libgstreamer0.4.1.files:
4008 * debian/libgstreamerVERSION.files:
4010 Debian package info not maintained here.
4012 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
4014 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4015 * gst/gstbin.c: (gst_bin_class_init):
4016 * gst/gstelement.c: (gst_element_class_init):
4017 * gst/gstindex.c: (gst_index_class_init):
4018 * gst/gstobject.c: (gst_object_class_init),
4019 (gst_signal_object_class_init):
4020 * gst/gstpad.c: (gst_pad_template_class_init):
4021 * gst/gstregistry.c: (gst_registry_class_init):
4022 * gst/gsturi.c: (gst_uri_handler_base_init):
4023 * gst/gstxml.c: (gst_xml_class_init):
4024 * libs/gst/control/dparam.c: (gst_dparam_class_init):
4025 * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
4026 make all signal names use dashes instead of underscore
4028 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
4030 * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
4032 2004-03-03 Benjamin Otte <otte@gnome.org>
4034 * gst/schedulers/gstoptimalscheduler.c:
4035 revert last commit by Andy Wingo. It causes segfaults on unreffing
4036 in Rhythmbox. (see bug #135672)
4038 2004-03-02 Christophe Fergeau <teuf@gnome.org>
4040 * po/fr.po: fix typo
4042 2004-03-02 Christophe Fergeau <teuf@gnome.org>
4044 * tools/gst-inspect.c: (main):
4045 * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
4047 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
4050 get GLIB_ONLY and POPT flags for the nonversioned binaries
4051 * tools/Makefile.am:
4054 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
4056 * gst/gst.c: (init_post):
4057 change so that GST_REGISTRY now is where the global registry gets
4058 saved, since that is where plugins now get attached to first, and
4059 spilled over to the user registry. Note that in the case of using
4060 GST_REGISTRY env var, we don't want to affect any real registries
4061 beyond the one given by this var, and thus we don't set a user
4062 registry to spill to. So make sure GST_REGISTRY is writable.
4064 2004-03-01 David Schleef <ds@schleef.org>
4066 * AUTHORS: Added some names. Add yourself if you're missing.
4068 2004-03-01 David Schleef <ds@schleef.org>
4072 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4076 * docs/gst/tmpl/gstbuffer.sgml:
4077 * docs/gst/tmpl/gstdata.sgml:
4078 * docs/gst/tmpl/gstreamer-unused.sgml:
4079 * docs/gst/tmpl/gstxml.sgml:
4083 * docs/pwg/intro-preface.xml:
4086 * gst/gst.c: (init_post):
4087 try GST_PLUGIN_PATH paths for the _global_registry first
4089 add the error message as well, otherwise (null) debug info doesn't
4091 * tools/gst-register.c: (main):
4092 spill paths to next registry if this registry is not writable
4097 2004-03-01 Johan Dahlin <johan@gnome.org>
4099 * gst/gstbuffer.c (_gst_buffer_initialize):
4100 * gst/gstdata.c (gst_data_get_type):
4101 * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
4102 instead of ref, since some applications that uses GBoxed
4103 routines depends on a function that actually returns a copy.
4105 2004-02-27 Benjamin Otte <otte@gnome.org>
4108 remove gst_buffer_free, use gst_data_unref
4109 * gst/gstdata.c: (gst_data_get_type):
4110 use refcounting in GstData GBoxed registration
4112 remove gst_data_free, use gst_data_unref
4114 2004-02-27 Johan Dahlin <johan@gnome.org>
4116 * gst/gstdata.c (gst_data_get_type): New function, register
4117 GstData as a GBoxed type.
4119 * gst/gstdata.h (GST_TYPE_DATA): New macro
4121 2004-02-27 Thomas Vander Stichele <thomas at apestaart dot org>
4124 * gstreamer.spec.in:
4127 clean up non-disting of built files
4128 * testsuite/debug/commandline.c:
4129 test fix for option rename
4131 2004-02-26 David Schleef <ds@schleef.org>
4133 * configure.ac: We don't really need glib-2.3. Also remove
4134 some unneeded checks for library functions.
4135 * gst/Makefile.am: Instead, we need to not dist files created
4138 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4141 bump glib required version to 2.3.0 for g_value_takes_boxed
4143 2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
4145 * common/m4/gst-docs.m4
4146 change flavour text from enable to disable as enable is our default
4147 closes bug Bug 135304
4149 === release 0.7.5 ===
4151 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4156 * gstreamer.spec.in:
4160 * docs/random/release:
4163 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4165 * gst/gsttag.c: (_gst_tag_initialize):
4168 remove hyphen from codec tags
4170 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4172 * gst/parse/Makefile.am:
4173 fix dependency so that a make from a clean build works the first
4176 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4178 * docs/random/release:
4179 update release strategy
4183 update dutch translation
4185 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
4187 * docs/manual/debugging.xml:
4188 fix manual for new debugging system
4190 2004-02-25 Andy Wingo <wingo@pobox.com>
4192 * gst/gstpad.c (gst_pad_link_prepare): Re-add
4193 gst_pad_link_prepare. Please email the list with specific reasons
4196 2004-02-24 Andy Wingo <wingo@pobox.com>
4198 * gst/gstelement.c (gst_element_dispose): Protect against multiple
4201 * gst/schedulers/gstoptimalscheduler.c:
4202 I added a mess of prototypes at the top of the file by way of
4203 documentation. Some of the operations on chains and groups were
4206 (create_group): Added a type argument so if the group is enabled,
4207 the setup_group_scheduler knows what to do.
4208 (group_elements): Added a type argument here, too, to be passed on
4210 (group_element_set_enabled): If an unlinked PLAYING element is
4211 added to a bin, we have to create a new group to hold the element,
4212 and this function will be called before the group is added to the
4213 chain. Thus we have a valid case for group->chain==NULL. Instead
4214 of calling chain_group_set_enabled, just set the flag on the group
4215 (the chain's status will be set when the group is added to it).
4216 (gst_opt_scheduler_state_transition, chain_group_set_enabled):
4217 Setup the group scheduler when the group is enabled, not
4218 specifically when an element goes PAUSED->PLAYING. This means
4219 PLAYING elements can be added, linked, and scheduled into a
4220 PLAYING pipeline, as was intended.
4221 (add_to_group): Don't ref the group twice. I don't know when this
4222 double-ref got in here. Removing it has the potential to cause
4223 segfaults if other parts of the scheduler are buggy. If you find
4224 that the scheduler is segfaulting for you, put in an extra ref
4225 here and see if that hacks over the underlying issue. Of course,
4226 then find out what code is unreffing a group it doesn't own...
4227 (create_group): Make the extra refcount floating, and remove it
4228 after adding the element. This means that...
4229 (unref_group): Destroy when the refcount reaches 0, not 1, like
4230 every other refcounted object in the known universe.
4231 (remove_from_group): When a group becomes empty, set it to be not
4232 active, and remove it from its chain. Don't unref it again,
4233 there's no floating reference any more.
4234 (destroy_group): We have to remove the group from the chain in
4235 remove_from_group (rather than here) to break refcounting cycles
4236 (the chain always has a ref on the group). So assert that
4238 (ref_group_by_count): Removed, it was commented out anyway.
4239 (merge_chains): Use the remove_from_chain and add_to_chain
4240 primitives to do the reparenting, instead of rolling our own
4242 (add_to_chain): The first non-disabled group in the chain's group
4243 list will be the entry point for the chain. Because buffers can
4244 accumulate in loop elements' peer bufpens, we preferentially
4245 schedule loop groups before get groups to avoid unnecessary
4246 execution of get-based groups when the bufpens are already full.
4247 (gst_opt_scheduler_schedule_run_queue): Debug fixes.
4248 (get_group_schedule_function): Ditto.
4249 (loop_group_schedule_function): Ditto.
4250 (gst_opt_scheduler_loop_wrapper): Ditto.
4251 (gst_opt_scheduler_iterate): Ditto.
4253 I understand the opt scheduler now, yippee!
4255 * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
4256 (gst_pad_get_name, gst_pad_set_chain_function)
4257 (gst_pad_set_get_function, gst_pad_set_event_function)
4258 (gst_pad_set_event_mask_function, gst_pad_get_event_masks)
4259 (gst_pad_get_event_masks_default, gst_pad_set_convert_function)
4260 (gst_pad_set_query_function, gst_pad_get_query_types)
4261 (gst_pad_get_query_types_default)
4262 (gst_pad_set_internal_link_function)
4263 (gst_pad_set_formats_function, gst_pad_set_link_function)
4264 (gst_pad_set_fixate_function, gst_pad_set_getcaps_function)
4265 (gst_pad_set_bufferalloc_function, gst_pad_unlink)
4266 (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent)
4267 (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps)
4268 (gst_pad_proxy_pad_link, gst_pad_proxy_fixate)
4269 (gst_pad_get_pad_template_caps, gst_pad_check_compatibility)
4270 (gst_pad_get_peer, gst_pad_get_allowed_caps)
4271 (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull)
4272 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
4273 (gst_pad_event_default_dispatch, gst_pad_event_default)
4274 (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default)
4275 (gst_pad_convert, gst_pad_query_default, gst_pad_query)
4276 (gst_pad_get_formats_default, gst_pad_get_formats): Better
4277 argument checks, and some doc fixes.
4279 (gst_pad_custom_new_from_template): Um, does anyone
4280 use these functions? Actually make a custom pad instead of a
4282 (gst_pad_try_set_caps): Transpose some checks.
4283 (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
4284 the pad is in negotiation.
4285 (gst_pad_try_relink_filtered): Use pad_link_prepare.
4287 * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
4290 * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
4293 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
4295 * gst/gstbin.c: (gst_bin_add):
4296 add error for not being able to add elements
4298 2004-02-22 Julien MOUTTE <julien@moutte.net>
4300 * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
4301 audio-codec and video-codec.
4303 2004-02-22 Benjamin Otte <otte@gnome.org>
4305 reported by: Padraig O'Briain <padraig.obriain@sun.com>
4308 replace test -e with test -x for mkinstalldirs to be more portable.
4311 2004-02-22 Benjamin Otte <otte@gnome.org>
4314 revert last patch from Andy, it makes gst_pad_can_link_filtered much
4316 * gst/gsttag.c: (_gst_tag_initialize):
4318 add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
4319 * libs/gst/control/dparam.c: (gst_dparam_attach):
4320 * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
4321 check that types for attached dparams match
4323 2004-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
4325 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
4326 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4327 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4330 2004-02-20 Andy Wingo <wingo@pobox.com>
4335 * gst/registries/gstxmlregistry.c:
4336 * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
4338 * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
4339 (gst_element_add_pad): DEBUG->INFO, some fixes.
4340 (gst_element_get_compatible_pad_template): Just see if the
4341 templates' caps intersect, not if one is a strict subset of the
4342 other. This conforms more to what gst_pad_link_intersect() does.
4343 (gst_element_class_add_pad_template): Don't memcpy the pad
4344 template, just ref it.
4345 (gst_element_get_compatible_pad_filtered): Clean up debug messages
4347 * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
4348 (gst_pad_link_filtered): Debug changes.
4349 (gst_pad_link_prepare): New function, consolidated from
4350 can_link_filtered and link_filtered.
4352 * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
4353 look more like that of the functions in gstelement.c
4355 * gst/gstinfo.c (gst_debug_print_object): Put a space before the
4356 object, and return the empty string if object is NULL.
4358 * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
4359 * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
4360 LOG, not DEBUG. We still get flex info on debug.
4362 * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
4363 debug string more verbose.
4364 (plugin_times_older_than): DEBUG->LOG.
4366 2004-02-20 Julien MOUTTE <julien@moutte.net>
4368 * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
4369 will emit found_tag for each stream they demux with the codec.
4371 2004-02-20 Benjamin Otte <otte@gnome.org>
4373 * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
4374 copy navigation event correctly. Check freeing tag lists.
4375 * gst/gstthread.c: (gst_thread_change_state):
4376 don't abort() on state changing mess - it might happen because of
4378 * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
4381 fix GST_VALUE_HOLDS_CAPS
4383 2004-02-19 David Schleef <ds@schleef.org>
4385 * gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4
4386 and use it for GST_FUNCTION. (bug #134750)
4388 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
4392 updating translations
4394 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
4396 * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
4398 2004-02-18 kost@imn.htwk-leipzig.de
4400 reviewed by: David Schleef <ds@schleef.org>
4402 * docs/libs/gstreamer-libs-sections.txt: Add missing sections
4405 2004-02-18 David Schleef <ds@schleef.org>
4407 * libs/gst/control/dparam.c: (gst_dparam_class_init):
4408 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
4409 (gst_dpsmooth_new): Additional fixes to get double dparams working.
4410 * tools/gst-inspect.c: (print_element_info): Support dumping of
4411 double dparam information.
4413 2004-02-17 David Schleef <ds@schleef.org>
4415 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4416 Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
4417 * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
4418 Use GST_TYPE_CAPS in signal prototype.
4419 * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
4420 Convert GST_TYPE_CAPS to boxed.
4421 * gst/gstelement.c: (gst_element_class_init):
4422 Use GST_TYPE_TAG_LIST in signal prototype.
4423 * gst/gstindex.c: (gst_index_class_init):
4425 Add GST_TYPE_INDEX_ENTRY type.
4426 * gst/gstmarshal.list:
4427 Add necessary marshal types.
4428 * gst/gstpad.c: (gst_real_pad_class_init),
4429 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
4430 (gst_pad_recover_caps_error):
4431 Use GST_TYPE_CAPS in signal prototypes. Fix some debugging strings.
4432 * gst/gststructure.c: (_gst_structure_initialize),
4433 (gst_structure_copy), (_gst_structure_copy_conditional):
4434 * gst/gststructure.h:
4435 Convert GST_TYPE_STRUCTURE to boxed.
4436 * gst/gsttag.c: (gst_tag_list_get_type):
4438 Add GST_TYPE_TAG_LIST type.
4440 2004-02-17 Julien MOUTTE <julien@moutte.net>
4442 * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
4443 to what we agreed with david.
4444 * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
4446 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
4448 * po/nl.po: update translation
4450 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
4452 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4453 throw an error if spider is trying to play a mime type there is
4456 add gst/autoplug/gstspider.c for translation
4458 2004-02-17 Julien MOUTTE <julien@moutte.net>
4460 * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return
4461 silently when the pad is negotiating.
4463 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
4465 * docs/faq/Makefile.am:
4466 add script to run gstreamer uninstalled
4468 * docs/faq/developing.xml:
4469 * docs/faq/gst-uninstalled:
4470 extract script to run gstreamer uninstalled
4472 add EXTRA_SOURCES variable for Makefile.am's to set to
4473 use additional SOURCE files for the doc build
4475 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
4477 * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
4479 2004-02-15 Julien MOUTTE <julien@moutte.net>
4481 * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
4482 bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
4483 an error was thrown by osssink. Basically a state change failure for
4484 an element in a different scheduling group was considered as
4485 successful, which means that caps nego was going on and weird stuff
4486 happened. Like I wrote in the comment there, if someone wants to
4487 revert that please drop me a mail explaining why because I really see
4488 no point in keeping that broken behaviour there.
4489 * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
4490 be empty, we then return NULL which will trigger a nice error when
4491 pulling from the pad.
4493 2004-02-13 David Schleef <ds@schleef.org>
4495 * libs/gst/control/dparam.c: (gst_dparam_class_init),
4496 (gst_dparam_get_property), (gst_dparam_set_property),
4497 (gst_dparam_do_update_default):
4498 * libs/gst/control/dparam.h:
4499 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
4500 (gst_dpsmooth_new), (gst_dpsmooth_set_property),
4501 (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
4502 (gst_dpsmooth_do_update_double):
4503 * libs/gst/control/dparam_smooth.h:
4504 * libs/gst/control/dparammanager.c:
4505 (gst_dpman_inline_direct_update):
4506 Add support for double dparams.
4508 2004-02-13 David Schleef <ds@schleef.org>
4510 * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
4511 * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
4513 2004-02-13 Mattias Wadman <mattias@sudac.org>
4515 reviewed by: David Schleef <ds@schleef.org>
4517 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
4518 (gst_fdsrc_init), (gst_fdsrc_set_property),
4519 (gst_fdsrc_get_property), (gst_fdsrc_get):
4520 * gst/elements/gstfdsrc.h: Adds timeout property to fdsrc,
4521 and sends an EOS event if file descriptor reading times out.
4523 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4526 add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
4528 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4530 * configure.ac: pass required libxml version as argument
4531 (bug reported by Christophe Fergeau)
4533 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4535 * docs/gst/gstreamer-docs.sgml:
4536 * docs/gst/tmpl/gstxml.sgml:
4537 * docs/libs/gstreamer-libs-docs.sgml:
4540 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4543 * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
4544 (gst_registry_pool_feature_filter):
4545 * gst/gstthread.c: (gst_thread_class_init):
4547 add includes exposed by building without libxml
4548 * gst/indexers/Makefile.am:
4549 do not build fileindex when LOADSAVE disabled; we should have
4550 a better libxml check later since fileindex depends on xml, not
4551 LOADSAVE or REGISTRY
4552 * libs/gst/control/Makefile.am:
4554 * tools/Makefile.am:
4555 fix wrong source code for gst-xmlinspect
4557 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4560 fix gcov help output
4561 move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
4562 * docs/random/release:
4563 some updated releasing notes
4564 * gstreamer.spec.in:
4567 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4570 * docs/manual/manual.xml:
4572 * docs/pwg/titlepage.xml:
4573 put version in documentation
4575 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4577 * tools/Makefile.am: fix man page installation
4579 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4582 don't check for libxml when load/save and registry disabled (#105844)
4583 * gstreamer.spec.in:
4584 sync with fedora candidate spec
4586 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4590 replace multidisksrc with multifilesrc
4592 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
4595 update to multidisksrc => multifilesrc file renaming (#134145)
4597 2004-02-11 David Schleef <ds@schleef.org>
4599 * docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps
4600 * docs/gst/tmpl/gstpadtemplate.sgml: same
4601 * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
4602 * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
4604 * gst/gstutils.c: Remove disabled code that uses GstProps.
4605 * gst/registries/gstxmlregistry.h: same
4606 * docs/random/ds/0.9-suggested-changes: random notes
4608 2004-02-11 kost@imn.htwk-leipzig.de
4610 reviewed by: David Schleef <ds@schleef.org>
4612 * gst/gstclock.c: (gst_clock_entry_new): fixes structure
4613 initialisation of clock (bug #134128)
4615 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4618 * gst/elements/Makefile.am:
4619 * gst/elements/gstelements.c:
4620 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
4621 (gst_multifilesrc_class_init), (gst_multifilesrc_init),
4622 (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
4623 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
4624 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
4625 * gst/elements/gstmultifilesrc.h:
4626 rename multidisksrc to multifilesrc (part of #122200)
4628 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4631 fix automake complaints
4632 * gst-element-check.m4:
4635 2004-02-11 David Schleef <ds@schleef.org>
4637 * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
4638 * gst/gstatomic_impl.h: Disable sparc implementation.
4640 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4642 * gst-element-check.m4:
4643 fix underquoted macros as reported by automake 1.8.x (#133800)
4645 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
4646 by autopoint (fixes #132996)
4648 2004-02-10 Andy Wingo <wingo@pobox.com>
4650 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
4651 way to do inheritance.
4652 (gst_pad_get_event_masks, gst_pad_get_event_masks_default)
4653 (gst_pad_get_query_types, gst_pad_get_query_types_default):
4655 (gst_pad_set_link_function, gst_pad_set_fixate_function)
4656 (gst_pad_set_getcaps_function): Doc from Dave's negotation random
4658 (gst_pad_unlink, gst_pad_is_linked): Docs.
4659 (gst_pad_renegotiate): A brief description of capsnego.
4660 (gst_pad_try_set_caps): Document.
4661 (gst_pad_try_set_caps_nonfixed): Document.
4662 (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
4663 (gst_pad_set_parent): Deprecated (although not out of the API).
4664 (gst_pad_get_parent): Deprecated, although many plugins use this.
4665 (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
4666 are private and will go away in 0.9.
4667 (gst_pad_perform_negotiate): Doc.
4668 (gst_pad_link_unnegotiate): I think this is meant to be static.
4669 (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps)
4670 (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility)
4671 (gst_pad_get_peer): Doc updates.
4672 (gst_pad_caps_change_notify): Doc.
4673 (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get)
4674 (gst_ghost_pad_new): Doc fixes.
4676 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
4677 (gst_object_check_uniqueness):
4679 * gst/gstelement.c (gst_element_add_pad)
4680 (gst_element_add_ghost_pad, gst_element_remove_pad)
4681 (gst_element_remove_ghost_pad, gst_element_get_pad)
4682 (gst_element_get_static_pad, gst_element_get_pad_list)
4683 (gst_element_class_get_pad_template_list)
4684 (gst_element_class_get_pad_template): Work on the docs.
4685 (gst_element_get_pad_template_list): Uses the class method.
4686 (gst_element_get_compatible_pad_template): Docs, and consolidate
4687 some test conditions.
4688 (gst_element_get_pad_from_template): New static function.
4689 (gst_element_request_compatible_pad): Docs, and work with
4690 non-request compatible templates.
4691 (gst_element_get_compatible_pad_filtered): Docs and remove
4693 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
4694 (gst_element_link_filtered, gst_element_link_many)
4695 (gst_element_link, gst_element_link_pads)
4696 (gst_element_unlink_many): Docs.
4698 2004-02-05 Andy Wingo <wingo@pobox.com>
4700 * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
4703 * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
4705 * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
4706 marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
4707 with the type=GST_TYPE_CAPS. This allows language bindings to know
4708 what kind of data they're dealing with.
4710 * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
4711 to NULL when g_value_init is called. GstCaps, which rolls its own
4712 type implementation, now does the same instead of allocating empty
4714 (_gst_caps_initialize, _gst_caps_collect_value,
4715 _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
4716 table methods. This allows G_VALUE_COLLECT to work.
4718 2004-02-05 Andy Wingo <wingo@pobox.com>
4721 * testsuite/Makefile.am (SUBDIRS):
4722 * testsuite/ghostpads/Makefile.am:
4723 * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
4725 * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
4726 These two routines are the only ones that set
4727 GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
4728 pad template. They should be made static, depending on ABI needs.
4729 (gst_real_pad_dispose): Handle the case of ghost pads without a
4730 parent. Assert after dealing with ghost pads that the ghost pad
4732 (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
4734 (gst_ghost_pad_dispose): Set ::real-pad to NULL.
4735 (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
4736 functions. set_property will call add_ghost_pad/remove_ghost_pad
4738 (gst_ghost_pad_new): All the work is offloaded to g_object_new.
4740 * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
4741 (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
4742 (gst_element_remove_pad): Handle ghost pads as well.
4743 (gst_element_remove_ghost_pad): Deprecated (could be removed,
4744 depending on API-stability needs).
4746 2004-02-05 Andy Wingo <wingo@pobox.com>
4748 * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
4749 of course they're const
4751 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4753 * tools/Makefile.am:
4754 * tools/gst-feedback:
4755 * tools/gst-feedback-0.7:
4756 make gst-feedback versioned too for consistency
4758 2004-02-11 David Schleef <ds@schleef.org>
4760 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4761 (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
4763 2004-02-10 Julien MOUTTE <julien@moutte.net>
4765 * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
4766 the structure does not contain a valid tag list. Adding a safety check
4767 to remove a noisy warning in that case.
4769 2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
4771 * gst/gst.c: fix name to be in line with others
4773 2004-02-09 Julien MOUTTE <julien@moutte.net>
4775 * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
4776 not shout that loud when len is 0. Just return 0 silently.
4778 2004-02-09 Julien MOUTTE <julien@moutte.net>
4780 * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
4781 because data_unref has one and I prefer the debug to be symetric.
4782 * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
4783 were refed when added to the queue and unrefed only once when the queue
4784 was flushed. Now the flush handler unref the buffers two times : first
4785 unref for the ref added when pushing in the queue's tail and second
4786 unref to destroy the flushed buffer.
4788 2004-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
4790 * docs/pwg/building-boiler.xml: fix cvs checkout documentation
4792 2004-02-06 David Schleef <ds@schleef.org>
4794 * docs/random/ds/0.9-suggested-changes: Random ramblings
4795 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
4796 to int before printing.
4797 * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
4798 * gst/parse/parse.l: same. See bug #129600
4800 2004-02-06 David Schleef <ds@schleef.org>
4802 * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
4803 (gst_index_add_entry), (gst_index_add_associationv),
4804 (gst_index_add_association): Add gst_index_add_associationv()
4805 and clean up gst_index_add_association(). #127133
4807 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4809 * autogen.sh: check out common with right tag if CVS/Tag exists
4811 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4813 * testsuite/ghostpads/ghostpads.c: (main):
4814 fix testsuite from segfaulting
4816 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4818 * Makefile.am: add release target
4819 * configure.ac: bump nano to 1
4820 * docs/random/release:
4822 2004-02-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4825 * gst/gstelement.c: (gst_element_base_class_init),
4826 (gst_element_class_set_details), (gst_element_clear_pad_caps):
4827 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4828 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
4829 (gst_real_pad_dispose):
4830 * gst/gststructure.c: (gst_structure_free),
4831 (gst_structure_from_string):
4832 put reverted patch back in
4833 * gst/gstelement.c: (gst_element_remove_pad):
4834 free explicit caps if they're set
4835 * gst/gstpad.c: (_gst_pad_default_fixate_func):
4836 copy the structure when fixating
4838 2004-02-05 David Schleef <ds@schleef.org>
4840 * gst/gstmarshal.list:
4841 * gst/gstpad.c: (gst_real_pad_class_init),
4842 (_gst_real_pad_fixate_accumulator):
4843 Revert POINTER->BOXED change in signal marshaller.
4845 === release 0.7.4 ===
4847 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4849 * NEWS: GStreamer 0.7.4 "Wooden Eels" released
4850 * configure.ac: changed for release
4852 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4854 * gstreamer.spec.in:
4855 bump required version of gtk-doc
4857 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
4860 * gst/gstelement.c: (gst_element_base_class_init),
4861 (gst_element_class_set_details), (gst_element_clear_pad_caps):
4862 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4863 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
4864 (gst_real_pad_dispose):
4865 * gst/gststructure.c: (gst_structure_free),
4866 (gst_structure_from_string):
4867 revert patch that breaks applications, reapply after release
4868 to get this fixed properly
4870 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4872 * gst/gsttag.c: (_gst_tag_initialize):
4874 remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
4876 2004-02-04 David Schleef <ds@schleef.org>
4879 * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
4880 (gst_spider_plug_from_srcpad):
4881 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
4883 2004-02-04 David Schleef <ds@schleef.org>
4885 * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
4886 a GstRealPad before accessing its structure members.
4888 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4890 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
4891 (gst_clock_get_speed):
4893 reset padding, remove unused fields
4895 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4897 * gst/autoplug/gstspideridentity.c:
4898 (gst_spider_identity_sink_loop_type_finding):
4899 use get_allowed_caps, not get_caps (fixes #132519)
4900 * gst/elements/gsttypefind.c: (stop_typefinding):
4901 use correct order when sending buffers and seeking
4903 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4909 upgrade libtool CURRENT, reset padding
4911 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4915 put back AM_PROG_LIBTOOL to make libtoolize stop complaining
4917 2004-02-04 David Schleef <ds@schleef.org>
4919 * docs/random/ds/0.9-suggested-changes: random notes
4920 * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
4921 (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
4922 Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
4924 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4925 (gst_filesink_get_query_types): same
4926 * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
4927 (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
4928 * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
4929 to use new GST_PTR_FORMAT.
4930 * gst/gstelement.h: deprecate function factory macros
4931 GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
4932 These are our last variadic macros that can't be replaced with
4933 inlines. Celebrate! Also fix a typo in an #ifdef that was
4934 attempting to deprecate gst_element_clock_wait().
4935 * gst/gstevent.h: same
4936 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
4937 (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
4938 * gst/gstpad.h: deprecate function factory macros similar to above.
4940 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4943 * tools/Makefile.am:
4944 * tools/gst-run.c: (popt_callback), (hash_print_key),
4945 (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
4946 (get_candidates), (main):
4947 add new source file to generate non-versioned wrapper binaries
4950 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4952 * gst/gstevent.c: (_gst_event_free):
4953 actually break; inside the switch statement
4954 * gst/parse/grammar.y:
4955 fix memleak where GValues weren't unset
4957 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4959 * gst/gststructure.c: (gst_structure_from_string):
4961 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4962 (new_entry), (gst_type_find_element_chain):
4963 * gst/gstelement.c: (gst_element_base_class_init),
4964 (gst_element_class_set_details):
4965 * gst/gstpad.c: (gst_pad_can_link_filtered):
4966 fix smaller memleaks
4967 * gst/gstpad.c: (gst_real_pad_dispose):
4968 check that explicit caps are gone
4969 * gst/gststructure.c: (gst_structure_free):
4970 actually free the structure
4971 * gst/gstelement.c: (gst_element_clear_pad_caps):
4974 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4976 * tools/Makefile.am:
4977 use AM_CFLAGS since all the CFLAGS are the same
4980 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4982 * docs/manual/gnome.xml:
4983 expand example a little
4984 * gst/gst.c: (gst_init_with_popt_table),
4985 (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
4986 make sure popt option displays are done with right textdomain
4987 use GstPoptOption type
4989 create GstPoptOption type
4991 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4993 * gst/gsterror.c: (_gst_stream_errors_init):
4995 adding error type for no codec
4999 update dutch translation
5000 * tools/gst-inspect.c: (print_element_list), (main):
5001 do proper internationalization
5002 * tools/gst-launch.c: (idle_func):
5003 remove commented out function call
5005 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
5008 add some error fixing notes
5009 * docs/gst/gstreamer-sections.txt:
5010 remove double entries
5011 * docs/gst/tmpl/gstbin.sgml:
5012 * docs/gst/tmpl/gstclock.sgml:
5014 * docs/gst/tmpl/gstelement.sgml:
5015 * docs/gst/tmpl/gstindex.sgml:
5016 * docs/gst/tmpl/gstobject.sgml:
5017 * docs/gst/tmpl/gstpadtemplate.sgml:
5018 * docs/gst/tmpl/gstreamer-unused.sgml:
5019 * docs/gst/tmpl/gsttag.sgml:
5020 * docs/gst/tmpl/gstthread.sgml:
5021 * docs/gst/tmpl/gstxml.sgml:
5023 sync header prototypes with c decls
5024 * gst/gsttaginterface.c:
5027 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
5029 * gst/parse/Makefile.am:
5031 get rid of gstmarshal.h dependency. It's not needed.
5033 * gst/elements/gstfakesink.c:
5034 * gst/elements/gstfakesrc.c:
5035 * gst/elements/gstidentity.c:
5043 * libs/gst/control/dparam.c:
5044 * libs/gst/control/dparammanager.c:
5045 include gstmarshal.h.
5048 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
5050 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5051 (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
5052 (gst_filesrc_map_region), (gst_filesrc_get_mmap):
5053 * gst/elements/gstfilesrc.h:
5054 don't ref the filesrc when creating mmaped buffers. Don't keep a
5055 list of not-yet-destroyed buffers.
5057 Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
5059 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5061 * gst/gst.c: (init_pre):
5064 2004-02-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5066 * docs/pwg/advanced-events.xml:
5067 * docs/pwg/advanced-scheduling.xml:
5068 * docs/pwg/intro-basics.xml:
5069 * docs/pwg/other-manager.xml:
5070 * docs/pwg/other-nton.xml:
5071 * docs/pwg/other-ntoone.xml:
5072 * docs/pwg/other-oneton.xml:
5074 All sort of documentation... Forgot what. Point is that I want this
5075 in before I leave. The 'other-*' will be the last section and will
5076 explain issues specific to these type of elements.
5078 2004-02-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
5080 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5081 (gst_filesrc_get_read):
5082 set all the values on buffers that we can
5084 2004-02-02 David Schleef <ds@schleef.org>
5086 Change usage of isblah() to g_ascii_isblah() to be more locale
5087 independent. (#133076)
5088 * gst/gsturi.c: (gst_uri_protocol_check_internal):
5090 * gst/parse/parse.l:
5092 2004-02-02 Jon Trowbridge <trow@gnu.org>
5094 reviewed by: David Schleef <ds@schleef.org>
5097 * gst/gstcaps.c: (gst_caps_to_string):
5098 * gst/registries/gstxmlregistry.c:
5099 (gst_xml_registry_add_path_list_func),
5100 (gst_xml_registry_parse_padtemplate):
5102 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5104 * gst/gstelement.c: (gst_element_default_error):
5105 suffix error messages with period
5107 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5109 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5110 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5111 * gst/gsterror.c: (gst_error_get_message):
5115 Update translation files
5117 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5119 * gst/autoplug/gstspideridentity.c:
5120 (gst_spider_identity_sink_loop_type_finding):
5121 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5122 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5123 (gst_filesink_close_file), (gst_filesink_handle_event),
5124 (gst_filesink_chain):
5125 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5126 (gst_filesrc_get_read), (gst_filesrc_open_file):
5127 * gst/elements/gstidentity.c: (gst_identity_chain):
5128 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5129 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5130 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5131 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5132 * gst/gsterror.c: (_gst_core_errors_init),
5133 (_gst_library_errors_init), (_gst_resource_errors_init),
5134 (_gst_stream_errors_init), (gst_error_get_message):
5135 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5136 (gst_pad_recover_caps_error), (gst_pad_pull):
5137 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5138 * gst/schedulers/gstbasicscheduler.c:
5139 (gst_basic_scheduler_chainhandler_proxy),
5140 (gst_basic_scheduler_gethandler_proxy),
5141 (gst_basic_scheduler_cothreaded_chain):
5142 Suffix error messages with period.
5143 Use (NULL) instead of NULL
5145 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5147 * docs/gst/tmpl/gstelement.sgml:
5148 * docs/gst/tmpl/gstxml.sgml:
5149 * gst/gstelement.c: (gst_element_error_full):
5150 add element path to error
5152 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
5154 * docs/random/mimetypes:
5155 update raw int/float info
5156 * gst/gsttag.c: (_gst_tag_initialize):
5160 2004-01-30 David Schleef <ds@schleef.org>
5162 * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
5165 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net>
5167 reviewed by Benjamin Otte
5168 parts of the patch submitted in bug #113913
5171 use AC_C_INLINE. Use = instead of == with test
5172 * examples/plugins/example.c:
5173 * gst/autoplug/gstspideridentity.c:
5174 * gst/elements/gstfdsrc.c:
5175 * gst/elements/gstfilesrc.c:
5176 * gst/elements/gstidentity.c:
5177 * gst/elements/gstmultidisksrc.c:
5178 * gst/elements/gststatistics.c:
5182 * gst/gstpipeline.c:
5184 don't end enums with a comma
5185 * gst/gstindex.c: (gst_index_compare_func):
5186 do explicit casting to gint
5187 * gst/gsttrace.c: (gst_trace_text_flush):
5188 #define strsize as a macro
5190 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5193 * docs/gst/gstreamer-docs.sgml:
5194 * docs/gst/gstreamer-sections.txt:
5195 * docs/gst/tmpl/gstelement.sgml:
5196 * docs/gst/tmpl/gsterror.sgml:
5197 * docs/gst/tmpl/gstinterface.sgml:
5198 * docs/gst/tmpl/gstreamer-unused.sgml:
5199 * docs/gst/tmpl/gststructure.sgml:
5200 * docs/gst/tmpl/gsttag.sgml:
5201 * docs/gst/tmpl/gsttaginterface.sgml:
5202 * docs/gst/tmpl/gstvalue.sgml:
5203 make sure all API ends up in the built docs
5204 * gst/gstinterface.c:
5205 * gst/gststructure.c: (gst_structure_id_set_value),
5206 (gst_structure_set_value), (gst_structure_id_get_value):
5207 * gst/gststructure.h:
5209 sync .h with .c declarations
5211 2004-01-30 Julien Moutte <julien@moutte.net>
5213 * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
5214 Ronald will fix riffread.
5216 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5218 * docs/pwg/advanced-interfaces.xml:
5219 Added tuner interface docs.
5221 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5223 * docs/random/mimetypes:
5224 correct Theora information
5226 make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
5228 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5230 * gst/gstelement.c: (gst_element_error_full):
5232 GST_ELEMENT_ERROR in enum -> _IN_ERROR
5234 2004-01-29 Julien MOUTTE <julien@moutte.net>
5236 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
5237 (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
5238 again and even before DISCONT.
5239 * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
5240 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
5241 bytestream so that it's not stopping to fill the bytestream if events
5242 different than EOS or DISCONT are received. Instead it process them so
5243 that they go downstream.
5245 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5247 * docs/gst/tmpl/gstelement.sgml:
5248 * docs/gst/tmpl/gstreamer-unused.sgml:
5249 * docs/gst/tmpl/gstxml.sgml:
5250 * gst/autoplug/gstspideridentity.c:
5251 (gst_spider_identity_sink_loop_type_finding):
5252 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5253 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5254 (gst_filesink_close_file), (gst_filesink_handle_event),
5255 (gst_filesink_chain):
5256 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5257 (gst_filesrc_get_read), (gst_filesrc_open_file):
5258 * gst/elements/gstidentity.c: (gst_identity_chain):
5259 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5260 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5261 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5262 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5264 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5265 (gst_pad_recover_caps_error), (gst_pad_pull):
5266 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5267 * gst/schedulers/gstbasicscheduler.c:
5268 (gst_basic_scheduler_chainhandler_proxy),
5269 (gst_basic_scheduler_gethandler_proxy),
5270 (gst_basic_scheduler_cothreaded_chain):
5271 gst_element_error -> GST_ELEMENT_ERROR
5273 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5276 * docs/gst/tmpl/gstelement.sgml:
5277 * docs/gst/tmpl/gstxml.sgml:
5279 * docs/pwg/advanced-request.xml:
5280 * docs/pwg/advanced-scheduling.xml:
5281 * docs/pwg/advanced-tagging.xml:
5282 fix non-validating docbook using CDATA
5283 make sure make check-local gets run first to check if it validates
5285 2004-01-29 Julien MOUTTE <julien@moutte.net>
5287 * docs/pwg/advanced-events.xml: Adding documentation on advanced event
5288 handling (up and downstream).
5289 * docs/pwg/advanced-interfaces.xml: Make it coherent with the
5292 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5294 * docs/pwg/advanced-tagging.xml:
5295 Add docs about tag writing.
5297 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5299 * docs/pwg/advanced-tagging.xml:
5300 Add a part about tag reading and application signalling... Tag
5301 writing still needs to be documented.
5302 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5303 We can set file locations in READY, too.
5305 2004-01-29 Julien MOUTTE <julien@moutte.net>
5307 * docs/random/ds/element-checklist: Adding some notes about src
5310 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5312 * docs/random/mimetypes:
5313 Update docs to point to correct elements for various mimetypes, and
5314 some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
5315 <stephane.loeuillet@tiscali.fr>.
5317 2004-01-28 David Schleef <ds@schleef.org>
5319 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
5321 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
5323 * docs/random/mimetypes:
5324 update docs for audio/x-raw-float. Add "buffer-frames=0 means
5326 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5327 make it only work in NULL.
5329 don't posion NULL caps
5330 * gst/gstelement.c: (gst_element_set_time):
5331 add debugging statement
5332 * gst/gstelement.c: (gst_element_emit_found_tag),
5333 (gst_element_found_tag_func), (gst_element_found_tags):
5335 These functions take const taglists
5336 * gst/gstpad.c: (gst_pad_proxy_getcaps):
5338 * gst/gstpad.c: (gst_pad_event_default):
5339 make more effort on handling discont and clocks, g_warn if everything
5341 * gst/gststructure.c: (gst_structure_remove_fields),
5342 (gst_structure_remove_fields_valist):
5343 * gst/gststructure.h:
5344 add gst_structure_remove_fields(_valist)
5348 2004-01-28 David Schleef <ds@schleef.org>
5350 * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
5351 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
5352 Fix memory leakage of gst_caps_to_string().
5354 Use GST_PTR_FORMAT instead of gst_caps_to_string():
5355 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
5356 * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
5357 (gst_spider_identity_sink_loop_type_finding):
5358 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
5360 * gst/gstpad.c: (gst_pad_try_relink_filtered),
5361 (gst_pad_set_explicit_caps):
5362 * gst/parse/grammar.y:
5364 2004-01-28 David Schleef <ds@schleef.org>
5366 * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
5367 GST_PRINTF_EXTENSION_FORMAT_DEFINE.
5368 * docs/random/ds/0.9-suggested-changes: Notes from Company.
5369 * gst/gstcaps.c: (gst_caps_to_string): Add comment.
5370 * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
5371 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
5372 (gst_debug_log_default), (_gst_info_printf_extension),
5373 (_gst_info_printf_extension_arginfo): Add printf extension.
5374 * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
5375 * gst/gststructure.c: (gst_structure_to_string),
5376 (_gst_structure_parse_value): Use gst_value_deserialize() and
5378 * gst/gstvalue.c: (gst_value_deserialize_fourcc),
5379 (gst_value_deserialize_boolean), (gst_strtoi),
5380 (gst_value_deserialize_int), (gst_value_deserialize_double),
5381 (gst_value_deserialize_string), (gst_value_deserialize): Implement
5382 a bunch of deserialize functions and gst_value_deserialize.
5383 * gst/gstvalue.h: er, _de_serialize, not unserialize
5384 * testsuite/caps/string-conversions.c: (main): We don't currently
5385 handle (float) in caps, so convert these to (double).
5386 * testsuite/debug/Makefile.am: Add new test for the printf extension
5387 * testsuite/debug/printf_extension.c: (main): same
5389 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
5391 * docs/random/company/time:
5392 Add some docs about clocking and time
5394 2004-01-28 Julien MOUTTE <julien@moutte.net>
5396 * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
5398 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5400 * docs/pwg/advanced-clock.xml:
5401 * docs/pwg/advanced-dparams.xml:
5402 * docs/pwg/advanced-events.xml:
5403 * docs/pwg/advanced-interfaces.xml:
5404 * docs/pwg/advanced-midi.xml:
5405 * docs/pwg/advanced-request.xml:
5406 * docs/pwg/advanced-scheduling.xml:
5407 * docs/pwg/advanced-tagging.xml:
5408 * docs/pwg/advanced-types.xml:
5409 * docs/pwg/appendix-checklist.xml:
5410 * docs/pwg/building-boiler.xml:
5411 * docs/pwg/building-chainfn.xml:
5412 * docs/pwg/building-filterfactory.xml:
5413 * docs/pwg/building-pads.xml:
5414 * docs/pwg/building-props.xml:
5415 * docs/pwg/building-signals.xml:
5416 * docs/pwg/building-state.xml:
5417 * docs/pwg/building-testapp.xml:
5418 * docs/pwg/intro-basics.xml:
5419 * docs/pwg/intro-preface.xml:
5420 * docs/pwg/other-autoplugger.xml:
5421 * docs/pwg/other-sink.xml:
5422 * docs/pwg/other-source.xml:
5423 * docs/pwg/titlepage.xml:
5426 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5431 * docs/building-the-docs-on-debian:
5432 collect relevant bits of doc info
5434 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5436 * docs/pwg/advanced_tagging.xml:
5437 Half-assed commit so Thomas can re-arrange document IDs here to be
5440 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5442 * docs/manual/autoplugging.xml:
5443 * docs/manual/bins-api.xml:
5444 * docs/manual/bins.xml:
5445 * docs/manual/buffers-api.xml:
5446 * docs/manual/buffers.xml:
5447 * docs/manual/clocks.xml:
5448 * docs/manual/components.xml:
5449 * docs/manual/cothreads.xml:
5450 * docs/manual/debugging.xml:
5451 * docs/manual/dparams-app.xml:
5452 * docs/manual/dynamic.xml:
5453 * docs/manual/elements-api.xml:
5454 * docs/manual/elements.xml:
5455 * docs/manual/factories.xml:
5456 * docs/manual/gnome.xml:
5457 * docs/manual/goals.xml:
5458 * docs/manual/helloworld.xml:
5459 * docs/manual/helloworld2.xml:
5460 * docs/manual/init-api.xml:
5461 * docs/manual/intro.xml:
5462 * docs/manual/links-api.xml:
5463 * docs/manual/links.xml:
5464 * docs/manual/manual.xml:
5465 * docs/manual/motivation.xml:
5466 * docs/manual/pads-api.xml:
5467 * docs/manual/pads.xml:
5468 * docs/manual/plugins-api.xml:
5469 * docs/manual/plugins.xml:
5470 * docs/manual/programs.xml:
5471 * docs/manual/queues.xml:
5472 * docs/manual/quotes.xml:
5473 * docs/manual/schedulers.xml:
5474 * docs/manual/states-api.xml:
5475 * docs/manual/states.xml:
5476 * docs/manual/threads.xml:
5477 * docs/manual/typedetection.xml:
5478 * docs/manual/xml.xml:
5479 use chapter, part, section or misc as id starts for all bits
5481 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5483 * docs/gst/gstreamer-sections.txt:
5484 Fix up TITLE of the sections
5486 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5488 * docs/pwg/advanced_interfaces.xml:
5489 Add documentation on propertyprobing.
5490 * docs/pwg/advanced_events.xml:
5491 * docs/pwg/advanced_tagging.xml:
5492 * docs/pwg/building_boiler.xml:
5493 * docs/pwg/building_filterfactory.xml:
5495 Move filterfactory and tagging into their own chapter, add a chapter
5496 on events. all these are empty placeholders that will be filled in
5499 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5501 * docs/pwg/advanced_interfaces.xml:
5502 Docs for mixer interface. Also a check for website uploading.
5504 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5508 * docs/faq/Makefile.am:
5509 * docs/gst/Makefile.am:
5510 * docs/gst/tmpl/gstelement.sgml:
5511 * docs/gst/tmpl/gstplugin.sgml:
5512 * docs/gst/tmpl/gstreamer-unused.sgml:
5513 * docs/libs/Makefile.am:
5514 * docs/manual/Makefile.am:
5516 * docs/pwg/Makefile.am:
5518 Separate out upload target and make it similar for
5519 both docbook and gtk-doc docs
5521 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5524 Fix upload target to work with freedesktop
5526 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5528 * docs/pwg/advanced_types.xml:
5529 Add notes on creating your own types.
5530 * docs/pwg/building_boiler.xml:
5531 * docs/pwg/building_pads.xml:
5532 * docs/pwg/building_state.xml:
5533 Add some stuff about how to retrieve values from structures, how
5534 that relates to types and change layout slightly again to be almost
5537 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5539 * docs/pwg/advanced_dparams.xml:
5540 * docs/pwg/advanced_scheduling.xml:
5541 Change index layout slightly.
5543 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5545 * docs/pwg/advanced_clock.xml:
5546 * docs/pwg/advanced_interfaces.xml:
5547 * docs/pwg/advanced_midi.xml:
5548 General placeholders for now.
5549 * docs/pwg/advanced_request.xml:
5550 Explanation about sometimes and request pads.
5551 * docs/pwg/advanced_scheduling.xml:
5552 Concept of bytestream, loopfunctions and schedulers.
5553 * docs/pwg/building_boiler.xml:
5554 Add something about plugin-init.
5556 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5558 * docs/pwg/building_pads.xml:
5561 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
5563 * docs/pwg/advanced_interfaces.xml:
5565 Add as a placeholder for future filling-in.
5566 * docs/pwg/basics_autoplugging.xml:
5567 * docs/pwg/basics_buffers.xml:
5568 * docs/pwg/basics_elements.xml:
5569 * docs/pwg/basics_events.xml:
5570 * docs/pwg/basics_plugins.xml:
5571 * docs/pwg/basics_types.xml:
5572 Remove, because unused (this is all in intro_basics.xml).
5573 * docs/pwg/building_signals.xml:
5574 Short intro to signals + reference to GObject docs - we really
5575 shouldn't go into these sort of things to deply because we don't
5576 use them that extensively anyway.
5577 * docs/pwg/building_state.xml:
5578 Explanation of states. Benjamin, please check.
5579 * docs/pwg/building_testapp.xml:
5580 Put everything in one page - putting only a few lines of content
5581 per page doesn't really make sense.
5583 Time to get into the advanced topics. ;).
5585 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
5587 * docs/pwg/advanced_types.xml:
5588 Finish documenting the current state of mimetypes.
5589 * docs/pwg/building_boiler.xml:
5590 * docs/pwg/building_chainfn.xml:
5591 * docs/pwg/building_pads.xml:
5592 * docs/pwg/building_props.xml:
5593 * docs/pwg/building_testapp.xml:
5594 Start documenting the "how to build a simple audio filter" part
5595 of the PWG. Most stuff is ready by now. Stuff remaining: signals,
5596 states and (maybe?) a short introduction to capsnego in the chapter
5597 on pads (building_pads.xml). Capsnego should probably be explained
5598 fully in advanced_capsnego.xml or so.
5600 2004-01-26 David Schleef <ds@schleef.org>
5602 * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
5603 * gst/gstpad.h: Add new function to allow element to (somewhat)
5604 specify non-fixed caps on a pad.
5605 * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
5606 that I added a few weeks ago.
5608 2004-01-26 David Schleef <ds@schleef.org>
5610 * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
5611 making try_set_caps() work with non-fixed caps.
5613 2004-01-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
5615 * docs/pwg/advanced_types.xml:
5616 * docs/pwg/intro_basics.xml:
5617 * docs/pwg/intro_preface.xml:
5619 * docs/pwg/titlepage.xml:
5620 First try to resurrect the PWG. I'm halfway integrating the mimetypes
5621 in here (docs/random/mimetypes), and will from there on work on both
5622 updating outdated parts and adding missing parts.
5623 That doesn't mean I'll fix it completely, but I'll try at least. ;).
5625 2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
5627 * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
5630 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
5633 remove gst_element_factory_get_version. It doesn't exist anymore.
5636 remove gst_plugin_set_name and change gst_plugin_get_longname to
5637 gst_plugin_get_description to match code.
5639 remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
5640 * gst/gstpad.c: (gst_pad_try_set_caps):
5641 make it work with nonfixed caps.
5642 Note that even in the nonfixed case the link function of the pad
5643 that tries to set caps isn't called.
5645 2004-01-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
5647 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
5648 fix bug where buffer was not assembled correctly
5649 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
5651 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5652 only seek if there's no more buffers that could work without seeking
5654 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5656 * gst/gsttag.c: (_gst_tag_initialize):
5658 Add application tag (for encoding/muxing app).
5660 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
5663 make autopoint force, and libtoolize not copy
5664 * common/m4/as-docbook.m4:
5665 added docbook xml catalog setup check
5666 * common/m4/gst-doc.m4:
5669 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
5671 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
5675 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5677 * docs/gst/gstreamer-sections.txt:
5678 * docs/gst/tmpl/gst.sgml:
5679 * docs/gst/tmpl/gstbuffer.sgml:
5680 * docs/gst/tmpl/gstclock.sgml:
5681 * docs/gst/tmpl/gstelement.sgml:
5682 * docs/gst/tmpl/gstreamer-unused.sgml:
5683 * docs/gst/tmpl/gstxml.sgml:
5684 sync latest API changes to docs
5686 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5688 * gst/gstpluginfeature.c:
5690 * tools/gst-inspect.c: (print_element_list):
5691 fix output of typefind
5693 * tools/gst-launch.c:
5696 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5698 * gst/elements/Makefile.am:
5699 * gst/elements/gstelements.c:
5700 * gst/elements/gsttypefindelement.c:
5701 * gst/elements/gsttypefindelement.h:
5705 renamed gsttypefindelement to gsttypefind, conserving CVS history
5707 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5709 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
5711 add some tags used in ogg as well
5712 fix _ in replaygain tags
5714 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5717 fix wrong GST_LIBRARY_ERROR_ENCODE addition
5719 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5721 * gst/gstelement.c: (gst_element_error_full):
5723 change _extended to _full
5725 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5727 reviewed by: <delete if not using a buddy>
5729 * docs/gst/tmpl/gst.sgml:
5730 * docs/gst/tmpl/gstbuffer.sgml:
5731 * docs/gst/tmpl/gstclock.sgml:
5732 * docs/gst/tmpl/gstelement.sgml:
5733 * docs/gst/tmpl/gstreamer-unused.sgml:
5734 * docs/gst/tmpl/gstxml.sgml:
5735 * gst/gstelement.c: (gst_element_error_full):
5738 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5740 * gst/gstelement.h: fix _gst_element_error_printf prototype
5742 2004-01-20 David Schleef <ds@schleef.org>
5744 * gst/gststructure.c: (gst_structure_to_string):
5745 Convert function to use gst_value_serialize().
5746 * gst/gstvalue.c: (gst_value_serialize_list),
5747 (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
5748 (gst_value_serialize_double_range), (gst_value_serialize_boolean),
5749 (gst_value_serialize_int), (gst_value_serialize_double),
5750 (gst_string_wrap), (gst_value_serialize_string),
5751 (gst_value_serialize), (gst_value_deserialize):
5753 Add implementations for serialize.
5755 2004-01-20 Julien MOUTTE <julien@moutte.net>
5757 * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
5758 we want to keep that one in the future or change xvidenc.c to use
5761 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5763 * gst/gstelement.c: (_gst_element_error_printf):
5767 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5769 * docs/random/error:
5770 doc explaining error system
5771 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5774 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5776 * gst/gst-i18n-app.h:
5777 * gst/gst-i18n-lib.h:
5778 remove inclusion of config.h
5781 add gst/gstelement.c
5783 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5785 * po/nl.po: updated Dutch translation
5787 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5789 * gst/gsterror.c: (_gst_core_errors_init),
5790 (_gst_library_errors_init), (_gst_resource_errors_init),
5791 (_gst_stream_errors_init):
5792 remove ending punctuation dots
5794 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5796 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5797 * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
5798 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5799 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5800 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5801 use GST_ERROR_SYSTEM
5803 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5805 * gst/gstelement.c: (gst_element_error_printf),
5806 (gst_element_error_extended):
5808 add a helper printf function so we can have NULL values passed.
5810 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5813 add G_STMT macros to gst_element_error, which isn't strictly
5814 necessary but people tell me to anyway.
5816 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
5819 * gst/autoplug/gstspideridentity.c:
5820 (gst_spider_identity_sink_loop_type_finding):
5821 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5822 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5823 (gst_filesink_close_file), (gst_filesink_handle_event),
5824 (gst_filesink_chain):
5825 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
5826 (gst_filesrc_map_region), (gst_filesrc_get_read),
5827 (gst_filesrc_open_file):
5828 * gst/elements/gstidentity.c: (gst_identity_chain):
5829 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5830 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5831 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5832 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
5834 * gst/gst_private.h:
5835 * gst/gstelement.c: (gst_element_class_init),
5836 (gst_element_default_error), (gst_element_error_func),
5837 (gst_element_error_extended):
5839 * gst/gsterror.c: (_gst_core_errors_init),
5840 (_gst_library_errors_init), (_gst_resource_errors_init),
5841 (_gst_stream_errors_init), (gst_error_get_message):
5843 * gst/gstinfo.c: (_gst_debug_init):
5844 * gst/gstmarshal.list:
5845 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5846 (gst_pad_recover_caps_error), (gst_pad_pull):
5847 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5848 * gst/schedulers/gstbasicscheduler.c:
5849 (gst_basic_scheduler_chainhandler_proxy),
5850 (gst_basic_scheduler_gethandler_proxy),
5851 (gst_basic_scheduler_cothreaded_chain):
5856 add error categories
5858 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
5860 * gst/gsttag.c: (_gst_tag_initialize):
5864 2004-01-18 Colin Walters <walters@verbum.org>
5866 * examples/retag/retag.c: Call gst_init before processing
5867 program args. Add g_assert to _link_many call.
5869 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
5871 * gst/gstpad.c: (gst_pad_alloc_buffer):
5872 Return a newly allocated buffer when the pad has no peer.
5874 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
5876 * gst/gstclock.c: (gst_clock_get_time):
5877 make it compile with gcc 2.95 again.
5878 Patch by Scott Wheeler
5880 2004-01-15 David Schleef <ds@schleef.org>
5883 Added gst_caps_is_simple() macro.
5884 * testsuite/caps/caps.c: (test1):
5885 * testsuite/caps/intersect2.c: (main):
5886 * testsuite/caps/intersection.c: (main):
5887 Fixes to make 'make check' work again after removing
5888 gst_caps_is_chained().
5890 2004-01-15 Leif Johnson <leif@ambient.2y.net>
5892 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
5893 and additions to the MIDI document.
5895 2004-01-15 David Schleef <ds@schleef.org>
5897 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
5898 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
5899 of GST_RPAD_, since we don't know if it's a real or ghost pad.
5901 2004-01-15 David Schleef <ds@schleef.org>
5905 Fix the spelling of "treshold" and make min_threshold actually
5908 2004-01-15 David Schleef <ds@schleef.org>
5911 Add lots of documentation.
5913 Deprecate a few functions.
5915 Removed use of deprecated functions.
5917 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
5919 * gst/gstpad.c: (gst_pad_is_linked):
5921 implement gst_pad_is_linked
5923 reserve space for initiate_state_change
5925 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
5927 * gst/autoplug/gstspideridentity.c:
5928 (gst_spider_identity_sink_loop_type_finding):
5929 break infinite loop by just returning instead of looping
5930 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
5931 set event time difference correctly. Set it to 1 second instead
5932 of 100ms to be more tolerant
5933 * gst/gstelement.c: (gst_element_set_time):
5934 add debugging output
5936 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
5938 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
5939 query if buffers are inside the pool, ignore events
5941 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
5943 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
5944 (gst_clock_set_speed), (gst_clock_set_active),
5945 (gst_clock_is_active), (gst_clock_reset),
5946 (gst_clock_handle_discont):
5948 deprecate old interface and disable functions that aren't in use
5951 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
5952 (gst_element_set_time), (gst_element_adjust_time):
5953 add concept of "element time" and functions to get/set this time.
5954 * gst/gstelement.c: (gst_element_change_state):
5955 update element time correctly.
5956 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
5957 This is a debug message, not a g_critical.
5958 * gst/gstpad.c: (gst_pad_event_default):
5959 handle discontinuous events right with element time.
5960 * gst/gstscheduler.c: (gst_scheduler_state_transition):
5961 update to clocking fixes.
5962 set clocks on elements in READY=>PAUSED. The old behaviour caused
5963 a wrong element time on the first element that started playing.
5964 * gst/schedulers/gstbasicscheduler.c:
5965 (gst_basic_scheduler_class_init):
5966 * gst/schedulers/gstoptimalscheduler.c:
5967 (gst_opt_scheduler_class_init):
5968 remove code that just implements the default behaviour.
5969 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
5970 update to use new clocking functions
5971 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
5972 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
5973 update to test new element time.
5974 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
5975 use _get_allowed_caps instead of _get_caps. This catches filtered
5977 * testsuite/debug/commandline.c:
5978 update for new GST_DEBUG syntax.
5979 * testsuite/threads/Makefile.am:
5980 disable a test that only works sometimes.
5982 2004-01-13 Julien MOUTTE <julien@moutte.net>
5984 * po/LINGUAS: Adding fr.
5985 * po/fr.po: Adding french translation.
5987 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5989 * gst/parse/grammar.y:
5992 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
5993 translate parsing error messages
5995 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
5997 * po/POTFILES.in: adding gst-launch
5998 * po/nl.po: updated translation, all 99 strings translated
5999 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
6000 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
6001 fix strings for translation
6003 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6006 - capitalize beginnings of popt options
6007 - fix strings for translation
6008 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
6010 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6012 * po/README: add some notes on how to update translations
6014 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6016 * ABOUT-NLS: removed, is autogenerated from autopoint
6017 * autogen.sh: add autopoint stuff
6018 * configure.ac: fix up gettext stuff
6019 * gst/Makefile.am: add i18n headers to noinst_HEADERS
6020 * gst/elements/gsttypefindelement.c: add header include
6021 * gst/gettext.h: add header, copy from system-installed header
6022 * gst/gst-i18n-app.h: to be included by each app having translations
6023 * gst/gst-i18n-lib.h: to be included by each lib having translations
6024 * gst/gst.c: (init_pre): fix up gettext calls
6025 * gst/gst_private.h: remove i18n stuff, moving to separate headers
6026 * po/LINGUAS: the new way to specify translations present
6027 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
6028 * po/Makevars: the variables filled in for GStreamer
6029 * po/POTFILES.in: added new files with translations
6030 * po/de.po: has new strings
6031 * po/nl.po: readded, has new strings
6033 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6035 * gst/gsttag.c: fix some strings marked for translation
6037 2004-01-13 Iain <iain@prettypeople.org>
6039 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
6040 group when we add an element to it, cos we unref it when we remove one
6042 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
6044 * testsuite/debug/commandline.c: (debug_not_reached):
6045 * testsuite/debug/output.c: (check_message):
6048 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6050 * examples/cutter/.cvsignore:
6051 * examples/helloworld/.cvsignore:
6052 * examples/launch/.cvsignore:
6053 * examples/manual/.cvsignore:
6054 * examples/mixer/.cvsignore:
6055 * examples/pingpong/.cvsignore:
6056 * examples/plugins/.cvsignore:
6057 * examples/queue/.cvsignore:
6058 * examples/queue2/.cvsignore:
6059 * examples/queue3/.cvsignore:
6060 * examples/queue4/.cvsignore:
6061 * examples/retag/.cvsignore:
6062 * examples/thread/.cvsignore:
6063 * examples/typefind/.cvsignore:
6064 * examples/xml/.cvsignore:
6066 * gst/autoplug/.cvsignore:
6067 * gst/elements/.cvsignore:
6068 * gst/indexers/.cvsignore:
6069 * gst/parse/.cvsignore:
6070 * gst/registries/.cvsignore:
6071 * gst/schedulers/.cvsignore:
6072 * libs/gst/bytestream/.cvsignore:
6073 * libs/gst/control/.cvsignore:
6074 * libs/gst/getbits/.cvsignore:
6076 * tests/bufspeed/.cvsignore:
6077 * tests/instantiate/.cvsignore:
6078 * tests/memchunk/.cvsignore:
6079 * tests/muxing/.cvsignore:
6080 * tests/sched/.cvsignore:
6081 * tests/seeking/.cvsignore:
6082 * tests/threadstate/.cvsignore:
6083 * testsuite/.cvsignore:
6084 * testsuite/caps/.cvsignore:
6085 * testsuite/cleanup/.cvsignore:
6086 * testsuite/dynparams/.cvsignore:
6087 * testsuite/plugin/.cvsignore:
6089 update - this is huge, because it includes *.bb, *.bbg and *.da files
6090 which are generated for gcov.
6092 2004-01-11 David Schleef <ds@schleef.org>
6094 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
6095 a function to parse integers in ways that strto[u]l() does not.
6097 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6099 * tools/gst-inspect.c: (print_caps):
6100 improve output of caps a bit
6102 2004-01-11 David Schleef <ds@schleef.org>
6104 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
6105 inherit correct flags (READONLY and DONTKEEP).
6107 2004-01-11 David Schleef <ds@schleef.org>
6109 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
6110 (gst_filesrc_map_region):
6111 * gst/gstbuffer.c: (_gst_buffer_initialize),
6112 (_gst_buffer_sub_free), (gst_buffer_default_copy),
6113 (gst_buffer_new), (gst_buffer_create_sub),
6114 (gst_buffer_is_span_fast), (gst_buffer_span):
6116 Change GstBuffer private structure element names. (all files)
6117 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
6120 Implement getcaps/pad_link functions that handle the case where
6121 there are data in the queue.
6123 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6125 * gst/elements/gstbufferstore.c:
6126 initialize debugging structure correctly
6127 * gst/elements/gsttee.c: (gst_tee_set_property):
6128 g_object_notify when property was changed
6129 * gst/elements/gsttypefindelement.c:
6130 (gst_type_find_element_change_state):
6131 clear caps correctly
6133 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6135 * gst/gstqueue.c: (gst_queue_init):
6136 Use better defaults for when a queue should block. This
6137 gets rid of jerky playback for quite a few files.
6138 It takes more memory.
6140 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
6142 (gst_xml_registry_parse_padtemplate):
6143 make critical message slightly more useful
6145 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
6147 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
6148 (gst_debug_message_get), (gst_debug_log_default):
6150 Change gst_debug_log(_valist) to take a const format string.
6151 Change prototype of log function and functions using those to
6152 take a GstDebugMessage instead of a string that requires using
6153 gst_debug_message_get.
6155 2004-01-08 David Schleef <ds@schleef.org>
6159 Add option --enable-gcov to build GStreamer with -fprofile-arcs
6160 and -ftest-coverage, which allows gcov to show information about
6163 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
6166 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
6167 GST_PARENT_CALL_WITH_DEFAULT
6168 * gst/elements/gstaggregator.c:
6169 * gst/elements/gstbufferstore.c:
6170 * gst/elements/gstfakesink.c:
6171 * gst/elements/gstfakesrc.c:
6172 * gst/elements/gstfdsink.c:
6173 * gst/elements/gstfdsrc.c:
6174 * gst/elements/gstfilesink.c:
6175 * gst/elements/gstfilesrc.c:
6176 * gst/elements/gstidentity.c:
6177 * gst/elements/gstmd5sink.c:
6178 * gst/elements/gstmultidisksrc.c:
6179 * gst/elements/gstpipefilter.c:
6180 * gst/elements/gstshaper.c:
6181 * gst/elements/gststatistics.c:
6182 * gst/elements/gsttee.c:
6183 * gst/elements/gsttypefindelement.c:
6186 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
6188 * docs/gst/gstreamer-docs.sgml: remove props
6189 * docs/gst/gstreamer-sections.txt: remove props
6190 * docs/gst/tmpl/gst.sgml:
6191 * docs/gst/tmpl/gstbin.sgml:
6192 * docs/gst/tmpl/gstbuffer.sgml:
6193 * docs/gst/tmpl/gstcaps.sgml:
6194 * docs/gst/tmpl/gstclock.sgml:
6195 * docs/gst/tmpl/gstelement.sgml:
6196 * docs/gst/tmpl/gstindex.sgml:
6197 * docs/gst/tmpl/gstobject.sgml:
6198 * docs/gst/tmpl/gstpad.sgml:
6199 * docs/gst/tmpl/gstpadtemplate.sgml:
6200 * docs/gst/tmpl/gstreamer-unused.sgml:
6201 * docs/gst/tmpl/gstthread.sgml:
6202 * docs/gst/tmpl/gstxml.sgml:
6203 sync with code reorganization
6205 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
6207 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6208 Make the 'Could not find compatible pad' message more informative.
6210 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
6212 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
6213 Fix for if we pass NULL as property to location.
6214 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
6215 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
6216 Fix for instantiate-test (see below).
6217 * gst/gststructure.c: (_gst_structure_parse_value):
6218 Fix compile error on gcc-2.96.
6220 * tests/Makefile.am:
6221 * tests/instantiate/Makefile.am:
6222 * tests/instantiate/create.c: (create_all_elements), (main):
6223 Add a test that instantiates all elements. This makes it easy to
6224 track dead code for old API/design (like setting event functions
6225 on sink pads and so on).
6227 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
6229 * gst/gstcaps.c: (gst_caps_append_structure):
6230 Move the poisoning to allow a NULL structure
6231 * gst/gstevent.c: (_gst_event_free):
6232 When freeing a navigation event, free the structure
6235 2004-01-04 David Schleef <ds@schleef.org>
6237 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
6238 Remove usage of gst_pad_proxy_fixate.
6239 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
6240 (gst_caps_split_one), (gst_caps_replace):
6242 * gst/gstmarshal.list:
6243 Add pointer__pointer for fixate signal
6244 * gst/gstpad.c: (gst_real_pad_class_init),
6245 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6246 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
6247 (gst_pad_set_explicit_caps), (gst_pad_template_new):
6248 Add poisoning code. Add fixate signal on RealPad. Change
6249 set_explicit_caps() to take const GstCaps, like try_set_caps().
6251 * testsuite/caps/Makefile.am:
6252 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
6254 2004-01-03 David Schleef <ds@schleef.org>
6256 * gst/elements/gsttypefindelement.c:
6257 (gst_type_find_element_have_type), (gst_type_find_element_init):
6258 Use gst_pad_use_explicit_caps for src pad.
6259 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
6262 2004-01-03 David Schleef <ds@schleef.org>
6264 * gst/gstelement.c: (gst_element_link_pads_filtered),
6265 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
6266 that linking was successful.
6267 * gst/gstpad.c: (gst_pad_link_free),
6268 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
6269 (gst_pad_link_try), (gst_pad_link_unnegotiate),
6270 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
6271 GstPadLinkReturn correctly between functions, and don't fail
6272 when DELAYED is used (DELAYED is very important). Better
6273 cleanup on unlinking and unnegotiation. Should fix some spider
6276 2004-01-02 David Schleef <ds@schleef.org>
6278 * gst/gstelement.c: (gst_element_class_init),
6279 (gst_element_base_class_init): ->padtemplates should be cleared
6280 in base_init, since we need to have a fresh list for every
6281 class. (Alternately, we chould copy the list and share the
6282 actual pad templates (not the list), but that would require
6283 changing every plugin to move pad template registration from
6284 base_init to class_init.)
6286 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
6288 * gst/gstelement.c: (gst_element_class_add_pad_template):
6289 Refuse registering a pad template if another pad template
6290 with the same name already exists (#114715).
6292 2004-01-02 David Schleef <ds@schleef.org>
6294 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
6295 (gst_caps_is_equal_fixed): Add new function.
6296 * gst/gstcaps.h: ditto.
6297 * gst/gstpad.c: (gst_real_pad_class_init),
6298 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
6299 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
6300 check new caps against existing caps -- if they're the same, return
6301 OK without renegotiating. caps-nego-failed signal fixed so that
6302 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
6303 to save an extra caps copy. Don't complete negotiation if a pad
6304 link function returns DELAYED.
6306 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
6308 * gst/gstpad.c: (gst_pad_try_relink_filtered):
6309 Fix wrong g_return_if_fail
6311 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
6313 * gst/gstbin.c: (gst_bin_class_init):
6314 Change the marshalling of element_added/element_removed
6315 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
6316 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
6318 2004-01-01 David Schleef <ds@schleef.org>
6320 * gst/gstpad.c: (gst_pad_set_explicit_caps),
6321 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
6322 (gst_pad_use_explicit_caps):
6324 Add new functions. gst_pad_use_explicit_caps() sets up a pad
6325 to use an internal getcaps and link fuction so that negotiation
6326 always results in the explicitly set caps.
6327 gst_pad_set_explicit_caps() sets the explicit caps. These functions
6328 are particularly useful for decoders.
6330 2003-12-31 David Schleef <ds@schleef.org>
6332 * gst/elements/gstidentity.c: (gst_identity_class_init),
6333 (gst_identity_init), (gst_identity_chain),
6334 (gst_identity_set_property), (gst_identity_get_property):
6335 * gst/elements/gstidentity.h:
6336 * gst/gstqueue.c: (gst_queue_init):
6339 2003-12-31 David Schleef <ds@schleef.org>
6341 * gst/gstcaps.c: (gst_caps_intersect),
6342 (_gst_caps_normalize_foreach), (gst_caps_normalize):
6343 Implement gst_caps_normalize().
6344 * testsuite/caps/normalisation.c: (main):
6345 Add an additional test
6347 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
6349 * gst/gstqueue.c: (gst_queue_init):
6350 use gst_pad_proxy_getcaps()
6352 2003-12-31 David Schleef <ds@schleef.org>
6354 * gst/elements/gstshaper.c: (gst_shaper_link):
6355 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
6356 * gst/gstqueue.c: (gst_queue_link):
6359 2003-12-31 David Schleef <ds@schleef.org>
6361 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
6362 * gst/gstpad.h: Add functions that are useful as default pad
6363 link and fixate functions for elements.
6365 2003-12-30 David Schleef <ds@schleef.org>
6367 * gst/gstpad.c: (gst_pad_link_try):
6368 Fix segfault when attempting to return to old caps
6370 2003-12-29 David Schleef <ds@schleef.org>
6372 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
6373 (gst_caps_structure_simplify), (gst_caps_simplify):
6375 Add simplify function
6376 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
6377 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
6379 Copy over srcnotify, sinknotify when calling old pad_link
6380 functions. Add new is_negotiated() function.
6381 * gst/gststructure.c: (gst_structure_copy):
6382 Fix an incredibly stupid bug that should have been noticed
6383 weeks ago. _copy() returned the argument, not the new copy.
6385 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
6387 * gst/gstcaps.c: (gst_caps_append):
6389 * gst/gstcaps.h: (gst_caps_debug):
6390 remove, it doesn't exist anymore.
6391 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
6392 (gst_element_threadsafe_properties_post_run):
6393 make debugging messages not clutter up THREAD debug category
6394 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
6395 (gst_element_change_state):
6396 update to new caps API
6397 * gst/gstinterface.c: (gst_implements_interface_cast):
6398 don't put vital code in g_return_if_fail
6399 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
6400 (gst_pad_link_filtered):
6401 add pst_pad_try_link and use it.
6402 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
6403 implement correctly, deprecate first one.
6404 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
6406 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
6408 (gst_pad_get_negotiated_caps):
6409 add and implement. Make GST_PAD_CAPS call this function.
6411 remove unneeded check..
6412 (gst_pad_recover_caps_error):
6413 disable, always return FALSE.
6414 (gst_real_pad_dispose):
6415 don't free caps and appfilter anymore, they're unused.
6417 Reflect changes mentioned above.
6418 * gst/gstsystemclock.c: (gst_system_clock_wait):
6419 Make 'clock is way behind' a debugging message.
6420 * gst/gstthread.c: (gst_thread_change_state):
6421 Fix debugging message
6423 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
6426 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
6427 * docs/gst/tmpl/gstreamer-unused.sgml:
6428 removed all traces of cvs conflicts
6430 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6433 * gst/schedulers/cothreads_compat.h:
6435 remove last instances of wingo cothread usage
6437 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6440 * gst/gstversion.h.in:
6441 * gst/parse/grammar.y:
6442 change comment block from /** to /* when not gtk-doc comments
6444 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6446 * gst/gst.c: whitespace and doc style fixes
6448 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6450 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
6452 2003-12-24 Colin Walters <walters@verbum.org>
6454 * gst/elements/gsttypefindelement.c:
6455 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
6456 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
6457 Don't double-free caps.
6459 2003-12-23 David Schleef <ds@schleef.org>
6461 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
6462 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
6463 Many little fixes and additions of debug statements to
6464 get rhythmbox working.
6466 2003-12-23 Colin Walters <walters@verbum.org>
6468 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
6469 Use GST_PAD_LINK_SUCCESSFUL.
6471 2003-12-23 David Schleef <ds@schleef.org>
6473 * gst/elements/gstaggregator.c:
6474 * gst/elements/gsttee.c:
6475 Use gst_pad_proxy_getcaps().
6478 Add gst_pad_proxy_getcaps(), which filter elements can use
6479 as a generic getcaps implementation.
6480 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
6483 2003-12-23 David Schleef <ds@schleef.org>
6486 Rearrange/rewrite much of the pad negotiation code, since it
6487 resembled pasta. This actually changes the way some
6488 negotiation works, since the previous code was inconsistent
6489 depending on how it was invoked. Add (internal) structure
6490 GstPadLink, which is used to hold some information (more in
6491 the future) about the link between two pads. Fixes a number
6492 of bugs, including random lossage of filter caps when the
6493 initial negotiation is delayed. A few functions are still
6496 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
6497 these when testing GstPadLinkReturn values instead of comparing
6500 2003-12-23 David Schleef <ds@schleef.org>
6504 Rearrange lots of code. Change registration of compare function
6505 into registration of compare/serialize/deserialize functions.
6506 Doesn't include implementation of gst_value_[de]serialize(),
6507 but that should be easy.
6509 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
6511 * docs/gst/gstreamer-sections.txt:
6512 * docs/gst/tmpl/gstprops.sgml: removed
6513 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
6514 David removed props and caps code, so let's remove their docs as well.
6515 Removed all no longer existing symbols from gstreamer-sections.txt
6517 2003-12-22 Colin Walters <walters@verbum.org>
6519 * gst/gsttaginterface.c, gst/gsttaginterface.h,
6520 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
6523 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
6525 * gst/elements/gstelements.c:
6526 Set ranks of elements to NONE, so the autoplugger doesn't use them.
6527 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
6528 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
6531 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
6533 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
6534 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
6535 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
6536 (gst_spider_identity_sink_loop_type_finding):
6537 * gst/autoplug/gstspideridentity.h:
6538 Fix autoplugging in spider element, so it works with new caps.
6539 This was mainly caused by identifying empty caps incorrectly.
6541 2003-12-22 David Schleef <ds@schleef.org>
6543 * gststructure.c, gstvalue.c, gstvalue.h: Add
6544 gst_value_init_and_copy() and use it, to avoid silly mistakes in
6545 using g_value_copy()
6547 2003-12-21 David Schleef <ds@schleef.org>
6549 * many, many files: Merge CAPS branch. This includes:
6550 - implemention of GstValue and several GstValue types
6551 - implemention of GstStructure
6552 - entire rewrite of GstCaps
6553 - removal of GstProps
6554 - many changes to GstPad to compensate for new caps paradigm
6555 - removal of GstBufferpool
6556 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
6557 gstvalue.h, gst/gstcaps[2]*.[ch]:
6558 - rename gstcaps2.[ch] to gstcaps.[ch]
6560 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
6562 * gst/gstqueue.c: (gst_queue_handle_pending_events),
6563 (gst_queue_chain), (gst_queue_handle_src_event):
6564 implement timeout for sending events. Workaround for if the
6565 pipeline on this queue is not passing any data.
6567 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
6569 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
6570 * moved CVS to freedesktop.org