1 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
4 hunting season on 0.9 is now OPEN
6 2005-02-22 Stefan Kost <ensonic@users.sf.net>
8 * docs/libs/tmpl/gstcontrol.sgml:
9 * docs/libs/tmpl/gstdparam.sgml:
10 * docs/libs/tmpl/gstdplinint.sgml:
11 * docs/libs/tmpl/gstdpman.sgml:
12 * docs/libs/tmpl/gstdpsmooth.sgml:
13 * docs/libs/tmpl/gstunitconvert.sgml:
14 more docs for the state of dparams
16 2005-02-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18 * gst/gstelementfactory.c: (gst_element_factory_create):
19 * gst/gstobject.c: (gst_object_init),
20 (gst_object_set_name_default), (gst_object_set_name):
21 name objects by default, not in gst_element_factory_create. Allows
22 using elements created with g_object_new. (fixes #167283)
24 2005-02-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
26 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default):
27 make the time that debugging functions print relative to when
30 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
32 * gst/gsttaginterface.c:
33 Fix inline docs: tag setter vararg functions are NULL-terminated,
34 GST_TAG_INVALID doesn't exist any more.
36 2005-02-18 Zaheer Abbas Merali <zaheerabbas at merali dot org>
38 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array):
39 Allocate the 1 byte more memory that was forgotten!!!!!
40 fixes memory corruption on 64bit platforms
42 2005-02-15 Stefan Kost <ensonic@users.sf.net>
44 * docs/pwg/building-pads.xml:
45 * docs/pwg/intro-basics.xml:
46 fixed a few typos, relabeled introductionary list of types
47 * docs/random/ensonic/dparams.txt:
48 more notes abut dparam changes
49 * libs/gst/control/dparam.c: (gst_dparam_attach):
50 * libs/gst/control/dparammanager.c:
51 * libs/gst/control/dparammanager.h:
52 - many comments and notes on dparam implementation
53 - new dparams are were not initialized to the default value
56 2005-02-14 Thomas Vander Stichele <thomas at apestaart dot org>
58 submitted by: Peter Astakhov
62 adding Russian translation
64 2005-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
67 * docs/gst/Makefile.am:
68 * docs/libs/Makefile.am:
69 make sure popt is added to gtk-doc flags. Fixes #147782.
71 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
74 Fix typo in FAQ (artssink => artsdsink)
76 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
78 * tools/gst-launch.1.in:
81 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
84 Add -v argument to fakesrc/fakesink gst-launch line,
85 so that the promised output will actually show up.
87 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
89 * gst/gstthread.c: (gst_thread_change_state):
90 Implement state-change error handling (#166073).
92 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
94 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
95 Release interrupt after handling (#166250).
97 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
102 === release 0.8.9 ===
104 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
109 releasing 0.8.9, "Like Eating Glass"
111 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
113 submitted by: Clytie Siddall
115 * po/vi.po: Added Vietnamese translation
117 2005-02-07 Thomas Vander Stichele <thomas at apestaart dot org>
119 patch by: Tim Philipp-Müller
123 unref data when probe function returns FALSE. Fixes #166362
125 2005-02-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
127 * gst/gst.c: (gst_init_get_popt_table):
130 2005-02-04 Andy Wingo <wingo@pobox.com>
132 * gst/gstelement.c (gst_element_get_compatible_pad_template): Fix
133 the debugging on whether the caps are compatible.
135 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
137 * docs/manual/basics-elements.xml:
140 2005-02-02 Wim Taymans <wim@fluendo.com>
142 * gst/schedulers/gstoptimalscheduler.c: (remove_decoupled),
143 (schedule_chain), (get_invalid_call), (chain_invalid_call),
144 (loop_group_schedule_function), (gst_opt_scheduler_iterate):
145 Remove some FIXMEs after analysing and commenting why they
148 2005-02-02 Wim Taymans <wim@fluendo.com>
150 * gst/schedulers/gstoptimalscheduler.c:
151 (gst_opt_scheduler_class_init), (gst_opt_scheduler_init),
152 (gst_opt_scheduler_finalize), (remove_decoupled), (schedule_chain),
153 (get_invalid_call), (chain_invalid_call),
154 (get_group_schedule_function), (loop_group_schedule_function),
155 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
156 (gst_opt_scheduler_state_transition),
157 (gst_opt_scheduler_add_element),
158 (gst_opt_scheduler_remove_element), (gst_opt_scheduler_interrupt),
159 (gst_opt_scheduler_error), (gst_opt_scheduler_pad_link),
160 (gst_opt_scheduler_pad_unlink), (gst_opt_scheduler_iterate),
161 (gst_opt_scheduler_show):
162 Added lock to protect scheduler data structures.
164 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
166 * testsuite/threads/threadi.c: (cb_data):
169 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
171 * testsuite/threads/Makefile.am:
172 * testsuite/threads/threadi.c: (cb_data), (cb_play), (main):
173 On Wim's request, split the test in three separately-compiled
174 tests that each test a very specific bug. Two of them still fail,
175 will create bugs for those. threadi.c indicates why they fail.
177 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
179 * gst/schedulers/gstoptimalscheduler.c:
180 (get_group_schedule_function):
181 Try to work with the threading mess that queue_link is.
183 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
185 * gst/gstbin.c: (gst_bin_remove_func):
186 Explicitely make an element release locks in a group when being
188 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
189 If there's no scheduler, always return immediately (similar to
190 gst_element_interrupt).
192 2005-01-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
194 * gst/gstbin.c: (gst_bin_child_state_change_func):
195 Remove a piece of code that could never be reached.
196 * docs/gst/gstreamer-sections.txt:
197 * gst/gstpad.c: (gst_pad_push), (gst_pad_pull),
198 (gst_pad_call_get_function):
200 * testsuite/pad/Makefile.am:
201 Fix #150546, enable tests.
203 2005-01-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
205 * docs/pwg/advanced-types.xml:
206 Fix description for buffer-frames=0.
207 * docs/gst/tmpl/gstbin.sgml:
208 * gst/gstbin.c: (gst_bin_child_state_change_func),
209 (gst_bin_change_state), (gst_bin_change_state_norecurse):
211 * testsuite/threads/Makefile.am:
212 * testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
213 (cb_state), (cb_play), (main):
214 Fix non-recursive state changes to *really* change the state
215 of the object, and not just call parent_class->state_change.
216 Fix a lot of lockups caused by this. Fixes #132775. Add test
217 for the problem. Also enable test to show #142588 (fixed).
218 * gst/gstthread.c: (gst_thread_change_state),
219 (gst_thread_child_state_change):
220 Don't exit the thread if we go to NULL and are inside thread
221 context. Instead, return control to the main thread context
223 * gst/gstelement.c: (gst_element_disable_threadsafe_properties):
224 Don't unset virtual functions, since those may still be used.
225 That's not necessarily correct, but suffices for now.
227 * testsuite/Makefile.am:
228 * testsuite/pad/Makefile.am:
229 * testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
230 (gst_test_sink_base_init), (gst_test_sink_chain),
231 (gst_test_sink_init), (main):
232 * testsuite/pad/getnopush.c: (gst_test_src_class_init),
233 (gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
235 * testsuite/pad/link.c: (gst_test_element_class_init),
236 (gst_test_element_base_init), (gst_test_src_get),
237 (gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
238 (gst_test_filter_loop), (gst_test_filter_init),
239 (gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
241 Add tests to show #150546. Pass, but should fail (currently
242 disabled from the testsuite).
243 * gst/gstscheduler.c: (gst_scheduler_dispose):
244 Dereference child schedulers on dispose (#94464).
245 * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
247 * testsuite/threads/thread.c: (main):
250 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
252 * gst/gstpad.c: (gst_pad_push):
253 Oops, revert previous commit, broke testsuite...
255 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
257 * gst/gstpad.c: (gst_pad_push):
258 Add check that the pad on which the push is performed is not a
259 get-based pad (#150546).
261 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
263 * gst/elements/gsttypefindelement.c:
264 (gst_type_find_element_handle_event):
265 Fix buffer pushing if stream EOSes during typefinding.
267 2005-01-28 Edward Hervey <bilboed@bilboed.com>
269 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
271 * gst/gstvalue.c: (gst_string_wrap):
272 Allow NULL-strings as argument (#165365).
274 2005-01-27 Stephane Wirtel <stephane.wirtel@belgacom.net>
276 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
278 * gst/schedulers/faircothreads.c:
279 (gst_fair_scheduler_cothread_queue_show):
280 Fix build without debug enabled.
282 2005-01-26 Stefan Kost <ensonic@users.sf.net>
284 * docs/gst/gstreamer-sections.txt:
285 * docs/libs/gstreamer-libs-docs.sgml:
286 * docs/libs/gstreamer-libs-sections.txt:
287 * docs/libs/tmpl/gstcontrol.sgml:
288 * docs/libs/tmpl/gstdparam.sgml:
289 * docs/libs/tmpl/gstdplinint.sgml:
290 * docs/libs/tmpl/gstdpman.sgml:
291 * docs/libs/tmpl/gstdpsmooth.sgml:
292 * docs/libs/tmpl/gstputbits.sgml:
293 * docs/libs/tmpl/gstunitconvert.sgml:
294 * libs/gst/control/dparam.c:
295 * libs/gst/control/dparam.h:
296 * libs/gst/control/dparammanager.c:
297 (gst_dpman_add_required_dparam_callback),
298 (gst_dpman_add_required_dparam_direct),
299 (gst_dpman_add_required_dparam_array),
300 (gst_dpman_remove_required_dparam), (gst_dpman_attach_dparam),
301 (gst_dpman_get_dparam), (gst_dpman_get_dparam_type),
302 (gst_dpman_get_manager)
303 restructured DParam docs
305 2005-01-25 Tim-Philipp Müller <tim at centricular dot net>
307 * gst-element-check.m4:
308 Only check for gst-inspect if we haven't already
309 found it in previous element check runs
311 2005-01-25 Stefan Kost <ensonic@users.sf.net>
313 * docs/gst/Makefile.am:
314 * docs/libs/Makefile.am:
315 fixed install rules to treat style.css as optional
317 2005-01-24 Stefan Kost <ensonic@users.sf.net>
319 * docs/gst/Makefile.am:
320 * docs/libs/Makefile.am:
321 install style.css along with docs
322 * docs/gst/tmpl/gstbin.sgml:
323 * docs/gst/tmpl/gstclock.sgml:
324 * docs/gst/tmpl/gstdata.sgml:
325 * docs/gst/tmpl/gstelement.sgml:
327 * gst/gstelement.c: (gst_element_class_init):
329 fixing incomplete docs
331 2005-01-24 Tim-Philipp Müller <tim at centricular dot net>
333 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
334 Don't unref seek event twice when fflush() fails
336 2005-01-22 David Schleef <ds@schleef.org>
338 * configure.ac: Add --disable-valgrind. (partial fix for #164890)
340 2005-01-21 Stefan Kost <ensonic@users.sf.net>
342 * docs/gst/Makefile.am:
343 * docs/libs/Makefile.am:
344 added params for deprecation guards
347 * gst/gsterror.c: (_gst_resource_errors_init),
348 (_gst_stream_errors_init):
350 documented some more enums
352 2005-01-19 Jan Schmidt <thaytan@mad.scientist.com>
353 * gst/autoplug/gstspideridentity.c:
354 Cosmetic fix - spider_find_peek should be static
356 Applying fix for #164261
358 2005-01-18 Stefan Kost <ensonic@users.sf.net>
360 * docs/gst/gstreamer-sections.txt:
361 * docs/gst/tmpl/gstplugin.sgml:
362 * docs/libs/gstreamer-libs-sections.txt:
363 * docs/libs/tmpl/gstcontrol.sgml:
367 added docs for the TAG defines
369 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
371 * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
372 Only unref entry if there is an entry.
374 2005-01-17 Wim Taymans <wim@fluendo.com>
376 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
377 (remove_from_group), (schedule_group), (normalize_group),
378 (gst_opt_scheduler_iterate):
379 Also ref/unref decoupled elements before iterating the
380 group since they are not added to the list of elements.
382 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
384 * docs/manual/highlevel-components.xml:
385 Add subtitle/streamselection as new features to playbin.
387 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
389 * docs/manual/manual.xml:
390 Re-enable dataaccess docs (oops).
392 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
394 * docs/pwg/advanced-types.xml:
395 * docs/random/mimetypes:
396 Add documentation on libsndfile types (#163309), by Steve Baker
397 <steve@stevebaker.org>.
398 * gst/gstelement.c: (gst_element_release_request_pad):
399 If an element has no explicit function, just remove the pad.
401 2005-01-17 Luca Ognibene <luogni@tin.it>
403 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
405 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
406 Fix memleak (#163801).
408 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
410 * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
411 I think this is actually more correct...
413 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
415 * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
416 Another workaround for memory access while destroyed in callback.
417 Please, someone with refcount knowledge, have a look at this.
419 2005-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
422 * docs/faq/legal.xml:
423 move the legal Q&A here
425 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
427 * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
428 (gst_tee_request_new_pad):
431 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
433 * docs/random/omega/caps2:
434 * testsuite/caps/caps_strings:
435 replace framerate aproximations by their real value
436 (24000/1001, 30000/1001, 60000/1001)
437 Partially fixes bug #164049
439 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
441 * docs/gst/Makefile.am:
442 don't fail on the stupid GstPoptOption
444 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
448 allow probes to work on ghost pads by realizing the pad
451 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
453 * docs/gst/gstreamer-sections.txt:
454 * docs/gst/tmpl/gstpad.sgml:
455 * gst/gstpad.c: (gst_pad_set_active_recursive):
457 Add gst_pad_set_active_recursive().
459 2005-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
461 * docs/random/release:
466 move deep_notify logging to a new category
469 add stuff so bindings can wrap probes
471 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
473 * gst/gstplugin.c: (gst_plugin_load):
474 Fix plugin loading if plugin/lib was already loaded. Fixes
477 2005-01-09 Sebastien Cote <sc5@hermes.usherb.ca>
479 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
481 * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
482 Protect plugin loading by a mutex so it's threadsafe. Fixes
485 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
487 * gst/gstevent.c: (_gst_event_copy):
488 Reference source object when copying events, since it'll be
489 dereferenced on event dereferencing as well.
491 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
493 * docs/gst/gstreamer-sections.txt:
494 * docs/gst/tmpl/gstevent.sgml:
495 * gst/gstevent.c: (gst_event_new_filler_stamped),
496 (gst_event_filler_get_duration):
498 Add two new functions for filler events (which are used to
499 synchronize streams if one of them is not having any data
500 for a while) without interrupting the actual data-stream.
502 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
503 (gst_queue_link_sink), (gst_queue_link_src),
504 (gst_queue_change_state):
505 Allow for renegotiation while filled. Required for stream
506 switching while playing.
508 2005-01-08 Benjamin Otte <otte@gnome.org>
510 * gst/gstelement.c: (gst_element_link_many):
511 fix up g_return_if_fail's
514 add German translation, that was somehow not included
516 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
518 * docs/random/mimetypes:
519 add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
520 do not add them to riff-lib as they are not common
522 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
524 * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
525 Check for existence of probe after performing the probe before
526 re-accessing it to prevent segfaults caused by removal of the
527 probe in the callback.
529 2005-01-05 David Schleef <ds@schleef.org>
531 * testsuite/registry/Makefile.am:
532 * testsuite/registry/gst-print-formats.c:
533 (print_pad_templates_info), (print_element_list),
534 (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
535 (g_list_uniqify), (get_pad_templates_info),
536 (get_element_mime_list), (print_mime_list), (main): A little
537 program that looks through the registry to find elements of
538 a given type. Not particularly interesting as a test, except
539 that there's no other test covering the same area.
541 2005-01-05 David Schleef <ds@schleef.org>
543 * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
544 (fault_handler_sigaction), (fault_spin),
545 (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
546 in signal.h-type signal handlers by not calling forbidden functions,
547 including gst_element_set_state().
549 2005-01-05 David Schleef <ds@schleef.org>
551 * gst/gstvalue.h: Mark _gst_reserved[] as private
553 2005-01-05 David Schleef <ds@schleef.org>
555 * gst/gstvalue.c: Fix doc build problem.
557 2005-01-05 David Schleef <ds@schleef.org>
559 * gst/gstvalue.c: Add some documentation
561 2005-01-05 Stefan Kost <ensonic@users.sf.net>
564 another shell oneliner for empty return value docs
567 * libs/gst/control/dparam.c:
568 more doc fixes (parameters and return values)
570 2005-01-05 Vincent Torri <torri@iecn.u-nancy.fr>
572 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
575 * gst/registries/gstxmlregistry.c:
576 Fix macro's for Mingw (fixes #162276).
578 2005-01-04 Stefan Kost <ensonic@users.sf.net>
581 quick shell oneliner to find undocumented members
582 * docs/gst/tmpl/gstplugin.sgml:
583 * docs/gst/tmpl/gstscheduler.sgml:
584 * docs/gst/tmpl/gstthread.sgml:
585 more enumtypes cleanup
587 activated documentation comments, now someone needs to document
590 2005-01-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
592 * docs/manual/manual.xml:
593 Add dataaccess part (doh!).
595 2005-01-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
597 * docs/manual/advanced-autoplugging.xml:
598 Fix typo (intiate -> initiate).
600 2005-01-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
602 * docs/random/bbb/streamselection:
603 Add some notes on how to handle multi-subtitle/-audio streams.
605 2004-12-30 Stefan Kost <ensonic@users.sf.net>
607 * docs/gst/gstreamer-docs.sgml:
608 * docs/gst/gstreamer-sections.txt:
609 * docs/gst/tmpl/gstenumtypes.sgml:
610 * docs/gst/tmpl/gsterror.sgml:
611 * docs/gst/tmpl/gstevent.sgml:
612 * docs/gst/tmpl/gstpad.sgml:
613 * docs/gst/tmpl/gstpadtemplate.sgml:
614 * docs/gst/tmpl/gstthread.sgml:
615 removed gstenumtypes section from docs and put all the enums into
618 2004-12-27 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
621 document gst_library_load a bit more (riff special case + return
622 value if already loaded)
623 * testsuite/bytestream/filepadsink.c:
624 plugin name is 'gstbytestream', not 'bytestream'
626 2004-12-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
628 * docs/random/bbb/subtitles:
629 Add some first mind rumblings on proper subtitle support.
631 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
637 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
639 * docs/manual/advanced-dataaccess.xml:
640 Add section on how to use fakesrc/fakesink/identity in your
641 application, plus section on how to embed plugins. Also mention
643 * docs/manual/appendix-checklist.xml:
644 * docs/manual/appendix-debugging.xml:
645 * docs/manual/appendix-gnome.xml:
646 * docs/manual/appendix-integration.xml:
647 Debug -> checklist, GNOME -> integration, add sections on Linux,
648 KDE integration and add other things useful for application
650 * docs/manual/manual.xml:
651 Remove some fixmes, update some file pointers.
652 * docs/pwg/appendix-checklist.xml:
654 * docs/pwg/building-boiler.xml:
655 Remove ugly header and add commented fixme.
658 * examples/manual/Makefile.am:
659 Add example for added docs.
661 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
666 === release 0.8.8 ===
668 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
673 Releasing 0.8.8, "I'll Take Care Of You"
675 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
680 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
682 patch by: Wim Taymans
685 Fix for #159852 - make iterate emission threadsafe
687 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
690 notes about new fdo account request
692 2004-12-20 Stefan Kost <ensonic@users.sf.net>
694 * docs/gst/gstreamer-docs.sgml:
695 * docs/gst/tmpl/gstenumtypes.sgml:
696 * docs/gst/tmpl/gstplugin.sgml:
697 * docs/libs/gstreamer-libs-docs.sgml:
698 Added missing short docs. Added ids for navigation.
700 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
702 * docs/manual/advanced-autoplugging.xml:
703 * docs/manual/advanced-schedulers.xml:
704 * docs/manual/advanced-threads.xml:
705 Rewrites. Remove cothreads, go a bit into opt specifically,
706 document threads and their gotchas, and do some technical stuff
707 on autoplugging plus add some working examples. Fixes #157395.
708 * examples/manual/Makefile.am:
709 Add typefind/autoplugger example (one that actually works).
710 Remove queue example since it's a duplicate of the thread one.
712 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
714 * gst/gstvalue.c: (gst_value_deserialize_string):
715 use deprecated g_value_set_string_take_ownership to keep compatible
718 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
720 * gst/gstvalue.c: (gst_value_deserialize_string):
721 revert last patch, only dom a g_utf8_validate now before accepting
722 the string - caps parsing strips " from strings so we can't rely on
724 * testsuite/caps/value_serialize.c: (test_string_deserialization):
725 disable a test that tested the above and comment it
727 2004-12-16 Steve Lhomme <steve.lhomme@free.fr>
729 Patch reviewed by David Schleef <ds@schleef.org>
731 * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
733 * win32/gstenumtypes.h: same
735 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
737 * gst/gstpad.c: (gst_pad_query):
738 Do query on realized pad, similar to how convert/send_event handle
739 this. Also makes sense, since this pad belongs to the function to
740 which this query will be sent. Fixes #158163.
742 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
744 * docs/manual/appendix-programs.xml: fix pipeline to actually work
746 2004-12-16 Christian Fredrik Kalager Schaller <christian@fluendo.com>
748 * docs/faq/general.xml: fix pipeline to actually work
750 2004-12-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
752 * gst/gstvalue.c: (gst_value_deserialize_string):
753 check that a simple string that gets deserialized does not contain
755 * testsuite/caps/value_serialize.c: (test_string_deserialization):
756 remove a test that tested a wring behaviour
758 2004-12-16 Matt Kraai <kraai@alumni.cmu.edu>
760 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
762 * docs/manual/intro-motivation.xml:
765 2004-12-16 Edward Hervey <bilboed@bilboed.com>
767 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
769 * docs/gst/tmpl/gstprobe.sgml:
770 Fix documentation of probe callback - it is supposed to return
771 FALSE, not TRUE, to remove data from the stream (#159087).
773 2004-12-16 Daniel Gazard <dany42@free.fr>
775 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
777 * gst/gstelementfactory.c: (gst_element_factory_create):
778 Fix compile failure if compiling without libxml2 support (#149936).
780 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
782 * docs/manual/advanced-autoplugging.xml:
783 * docs/manual/highlevel-components.xml:
784 Move spider from autoplugging to components. Autoplugging is for
785 internals, not for solutions. ;-).
787 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
789 * docs/random/ds/0.9-suggested-changes:
790 Make note on device/location/uri property names.
792 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
794 * docs/manual/advanced-autoplugging.xml:
795 * docs/manual/advanced-clocks.xml:
796 * docs/manual/advanced-interfaces.xml:
797 * docs/manual/advanced-metadata.xml:
798 * docs/manual/advanced-position.xml:
799 * docs/manual/advanced-schedulers.xml:
800 * docs/manual/advanced-threads.xml:
801 * docs/manual/appendix-gnome.xml:
802 * docs/manual/appendix-programs.xml:
803 * docs/manual/appendix-quotes.xml:
804 * docs/manual/autoplugging.xml:
805 * docs/manual/basics-bins.xml:
806 * docs/manual/basics-data.xml:
807 * docs/manual/basics-elements.xml:
808 * docs/manual/basics-helloworld.xml:
809 * docs/manual/basics-init.xml:
810 * docs/manual/basics-pads.xml:
811 * docs/manual/basics-plugins.xml:
812 * docs/manual/bins-api.xml:
813 * docs/manual/bins.xml:
814 * docs/manual/buffers-api.xml:
815 * docs/manual/buffers.xml:
816 * docs/manual/clocks.xml:
817 * docs/manual/components.xml:
818 * docs/manual/cothreads.xml:
819 * docs/manual/debugging.xml:
820 * docs/manual/dparams-app.xml:
821 * docs/manual/dynamic.xml:
822 * docs/manual/elements-api.xml:
823 * docs/manual/elements.xml:
824 * docs/manual/factories.xml:
825 * docs/manual/gnome.xml:
826 * docs/manual/goals.xml:
827 * docs/manual/helloworld.xml:
828 * docs/manual/helloworld2.xml:
829 * docs/manual/highlevel-components.xml:
830 * docs/manual/highlevel-xml.xml:
831 * docs/manual/init-api.xml:
832 * docs/manual/intro-basics.xml:
833 * docs/manual/intro-motivation.xml:
834 * docs/manual/intro-preface.xml:
835 * docs/manual/intro.xml:
836 * docs/manual/links-api.xml:
837 * docs/manual/links.xml:
838 * docs/manual/manual.xml:
839 * docs/manual/motivation.xml:
840 * docs/manual/pads-api.xml:
841 * docs/manual/pads.xml:
842 * docs/manual/plugins-api.xml:
843 * docs/manual/plugins.xml:
844 * docs/manual/programs.xml:
845 * docs/manual/queues.xml:
846 * docs/manual/quotes.xml:
847 * docs/manual/schedulers.xml:
848 * docs/manual/states-api.xml:
849 * docs/manual/states.xml:
850 * docs/manual/threads.xml:
851 * docs/manual/typedetection.xml:
852 * docs/manual/win32.xml:
853 * docs/manual/xml.xml:
854 Try 2. This time, include a short preface as a "general
855 introduction", also add code blocks around all code samples
856 so they get compiled. We still need a way to tell readers
857 the filename of the code sample. In some cases, don't show
858 all code in the documentation, but do include it in the generated
859 code. This allows for focussing on specific bits in the docs,
860 while still having a full test application available.
861 * examples/manual/Makefile.am:
862 Fix up examples for new ADM. Add several of the new examples that
863 were either added or were missing from the build system.
864 * examples/manual/extract.pl:
865 Allow nameless blocks.
867 2004-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
869 * docs/manual/elements-api.xml:
870 * docs/manual/helloworld.xml:
871 * examples/manual/extract.pl:
872 fix last example. Add example of adding code blocks that are not
873 shown in docbook output.
875 2004-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
877 * docs/manual/dynamic.xml:
878 * docs/manual/elements-api.xml:
879 * docs/manual/gnome.xml:
880 * docs/manual/helloworld2.xml:
881 * docs/manual/init-api.xml:
882 * docs/manual/queues.xml:
883 * docs/manual/threads.xml:
884 * docs/manual/xml.xml:
885 * examples/manual/extract.pl:
886 Make it possible to extract example code from separate blocks.
887 Should make Ronald happy.
889 2004-12-15 Wim Taymans <wim@fluendo.com>
891 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
892 (remove_from_group), (group_elements_set_visited),
893 (normalize_group), (gst_opt_scheduler_iterate):
894 Fix bug where a flag was not updated on a decoupled entry point
895 because we were just checking the group element list and decoupled
896 elements are not in that list..
898 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
900 * docs/manual/advanced-autoplugging.xml:
901 * docs/manual/advanced-clocks.xml:
902 * docs/manual/advanced-dparams.xml:
903 * docs/manual/advanced-interfaces.xml:
904 * docs/manual/advanced-metadata.xml:
905 * docs/manual/advanced-position.xml:
906 * docs/manual/advanced-schedulers.xml:
907 * docs/manual/advanced-threads.xml:
908 * docs/manual/appendix-debugging.xml:
909 * docs/manual/appendix-gnome.xml:
910 * docs/manual/appendix-programs.xml:
911 * docs/manual/appendix-quotes.xml:
912 * docs/manual/appendix-win32.xml:
913 * docs/manual/autoplugging.xml:
914 * docs/manual/basics-bins.xml:
915 * docs/manual/basics-data.xml:
916 * docs/manual/basics-elements.xml:
917 * docs/manual/basics-helloworld.xml:
918 * docs/manual/basics-init.xml:
919 * docs/manual/basics-pads.xml:
920 * docs/manual/basics-plugins.xml:
921 * docs/manual/bins-api.xml:
922 * docs/manual/bins.xml:
923 * docs/manual/buffers-api.xml:
924 * docs/manual/buffers.xml:
925 * docs/manual/clocks.xml:
926 * docs/manual/components.xml:
927 * docs/manual/cothreads.xml:
928 * docs/manual/debugging.xml:
929 * docs/manual/dparams-app.xml:
930 * docs/manual/dynamic.xml:
931 * docs/manual/elements-api.xml:
932 * docs/manual/elements.xml:
933 * docs/manual/factories.xml:
934 * docs/manual/gnome.xml:
935 * docs/manual/goals.xml:
936 * docs/manual/helloworld.xml:
937 * docs/manual/helloworld2.xml:
938 * docs/manual/highlevel-components.xml:
939 * docs/manual/highlevel-xml.xml:
940 * docs/manual/init-api.xml:
941 * docs/manual/intro-motivation.xml:
942 * docs/manual/intro-preface.xml:
943 * docs/manual/intro.xml:
944 * docs/manual/links-api.xml:
945 * docs/manual/links.xml:
946 * docs/manual/manual.xml:
947 * docs/manual/motivation.xml:
948 * docs/manual/pads-api.xml:
949 * docs/manual/pads.xml:
950 * docs/manual/plugins-api.xml:
951 * docs/manual/plugins.xml:
952 * docs/manual/programs.xml:
953 * docs/manual/queues.xml:
954 * docs/manual/quotes.xml:
955 * docs/manual/schedulers.xml:
956 * docs/manual/states-api.xml:
957 * docs/manual/states.xml:
958 * docs/manual/threads.xml:
959 * docs/manual/typedetection.xml:
960 * docs/manual/win32.xml:
961 * docs/manual/xml.xml:
962 First try at rewriting the ADM. Needs lotsamore work, but some
963 parts might already be somewhat useful.
964 * docs/pwg/advanced-interfaces.xml:
965 Remove properties interface, it never actually existed (except for
968 2004-12-13 David Schleef <ds@schleef.org>
970 * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
971 be NULL (bug #160220).
973 2004-12-13 David Schleef <ds@schleef.org>
975 * configure.ac: remove all mmx stuff, because it's not used.
976 * docs/random/ds/0.9-suggested-changes: additional notes
977 * include/Makefile.am: we don't use these anymore
978 * include/mmx.h: remove
979 * include/sse.h: remove
981 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
983 * docs/random/mimetypes:
984 Add FOURCC code for h264 codec (VSSH)
985 Add alternate FOURCC codes for h263 related codecs
987 2004-12-10 Stefan Kost <ensonic@users.sf.net>
989 * docs/manual/programs.xml:
990 Added more gst-launch examples.
992 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
994 * gst/gstqueue.c: (gst_queue_handle_src_query):
995 Check for availability again.
997 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
999 * gst/gstcaps.c: (gst_caps_compare_structures):
1000 Simple caps go first. This has the nice side-effect of fixing an
1003 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1005 * gst/gstversion.h.in:
1008 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1010 * gst/schedulers/gstoptimalscheduler.c:
1011 (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
1012 (gst_opt_scheduler_get_wrapper):
1013 When we're recursing into a chain run, only run the directly
1014 related group, not all queued ones. This will fix a possible
1015 deadlock in chains with more than two groups.
1017 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
1020 remove patch if autopoint fails
1022 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1024 * docs/gst/gstreamer-sections.txt:
1025 Document Thomas' addition, fix build, make Luis the sheriff happy.
1027 2004-12-07 Thomas Vander Stichele <thomas at apestaart dot org>
1031 add accessor for version field
1033 2004-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
1035 submitted by: Luca Ferretti <elle.uca@infinito.it>
1039 New tranlation added: Italian
1041 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1043 * gst/gstpad.c: (gst_pad_is_negotiated),
1044 (gst_pad_get_negotiated_caps):
1045 GST_RPAD_* will only operate on a RealPad (it casts the pointer,
1046 it doesn't actually check the contents), so be sure to hand it
1047 a RealPad else we'll crash.
1049 2004-12-03 Wim Taymans <wim@fluendo.com>
1051 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
1052 (gst_queue_link), (gst_queue_handle_src_query):
1053 Reverted to 1.110 until this makes the testsuite and various
1056 2004-12-01 Christian Fredrik Kalager Schaller <christian@fluendo.com>
1058 * docs/upload.mak: fix included CVS conflict strings
1060 2004-12-01 William Jon McCann <mccann@jhu.edu>
1062 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1064 * gst/gstelement.c: (gst_element_error_full):
1065 Use g_error_new_literal because error text may have
1066 percentage signs in it. Fixes #160019.
1068 2004-12-01 Benjamin Otte <otte@gnome.org>
1070 * gst/elements/gstbufferstore.c:
1071 (gst_buffer_store_add_buffer_func):
1072 don't try to make subbuffers bigger than they can be. (fixes
1075 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1077 * docs/gst/gstreamer-sections.txt:
1078 * docs/gst/tmpl/gstvalue.sgml:
1079 Add new function to docs to fix build.
1081 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1083 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
1084 * gst/gstpad.c: (_gst_pad_default_fixate_value),
1085 (_gst_pad_default_fixate_foreach):
1086 * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
1088 Deprecate _type_is_fixed, use _value_is_fixed instead, since
1089 in some cases (arrays), the fixedness depends on the content.
1090 * gst/gstqueue.c: (gst_queue_handle_src_query):
1091 Check for availability before doing something.
1093 2004-11-29 Wim Taymans <wim@fluendo.com>
1095 * testsuite/threads/Makefile.am:
1096 * testsuite/threads/signals.c: (gst_test_get_type),
1097 (gst_test_class_init), (gst_test_init), (gst_test_dispose),
1098 (gst_test_set_property), (gst_test_get_property),
1099 (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
1100 (gst_test_do_prop), (run_thread), (main):
1101 Added a bunch of testcases that show threadsafety bugs in glib.
1103 2004-11-29 Stefan Kost <ensonic@users.sf.net>
1105 * docs/manual/programs.xml:
1106 Added a first batch of gst-launch examples, as provided by Ronald
1107 and others from the devel-mlist
1109 2004-11-28 Benjamin Otte <otte@gnome.org>
1111 * gst/gstelement.c: (gst_element_negotiate_pads):
1113 * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
1114 (gst_value_serialize_string), (gst_value_deserialize_string):
1115 add unwrapping of previously wrapped strings. Fix bug in wrapping
1117 * testsuite/caps/value_serialize.c: (test1),
1118 (test_string_serialization), (test_string_deserialization), (main):
1119 add tests for string (de)serialization
1121 2004-11-26 Wim Taymans <wim@fluendo.com>
1123 * testsuite/threads/159566.c: (object_deep_notify), (main):
1124 * testsuite/threads/Makefile.am:
1125 Added testsuite to show bug #159566
1127 2004-11-25 Wim Taymans <wim@fluendo.com>
1129 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
1130 (gst_thread_child_state_change), (gst_thread_main_loop):
1131 Ref the thread object in the GThread mainloop. Break out of the
1132 thread mainloop if it holds the last ref. This properly exits
1133 the threads when disposing the thread from its own context. It
1134 also avoids possible deadlocks in the dispose function.
1136 2004-11-24 Martin Soto <martinsoto@users.sourceforge.net>
1138 * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
1139 it is necessary to wait.
1141 2004-11-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1143 * docs/pwg/building-boiler.xml:
1144 Make description somewhat clearer.
1146 2004-11-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1149 Apparently docs changed location on FDO's server.
1151 2004-11-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1153 * docs/pwg/appendix-checklist.xml:
1154 Add some random notes on things to check when writing an element.
1155 This list can be extended as people see fit.
1157 2004-11-23 Martin Soto <martinsoto@users.sourceforge.net>
1159 * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
1160 (gst_queue_link_src): Allow for renegotiating the caps of the sink
1161 pad. The queue will now wait until it is empty and forward the new
1163 * gst/gstbin.c (gst_bin_set_element_sched)
1164 (gst_bin_unset_element_sched): Make sure that all elements and
1165 links are registered and unregistered with the scheduler exactly
1166 once. This elaborates on a fix by Benjamin Otte, but
1167 guarantees that decoupled elements are also registered.
1169 2004-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
1171 * docs/manual/quotes.xml:
1176 add LIBDIR and move init message higher up so it's at the start
1178 2004-11-08 Christian Fredrik Kalager Schaller <christian@fluendo.com>
1180 * gst/schedulers/Makefile.am: fix disted build fair by including .h file
1181 * gstreamer.spec.in: add fair
1183 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1185 * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
1186 * gst/elements/gstidentity.c: (gst_identity_class_init):
1187 Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
1188 <teuf@gnome.org> (#157263).
1189 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
1190 (gst_type_find_handle_src_query):
1191 Subtract size of internally stored data from position queries.
1193 2004-11-07 Martin Soto <martinsoto@users.sourceforge.net>
1195 * gst/schedulers/fairscheduler.c:
1196 * gst/schedulers/faircothreads.c:
1197 * gst/schedulers/faircothreads.h:
1198 New cothread based scheduler: Fair scheduler.
1199 * gst/schedulers/gthread-cothreads.h:
1200 Add the standard #if around the whole file.
1201 Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
1202 compilation of the functions defined in this file. This is
1203 necessary to be able to use this file as a normal header.
1204 * gst/schedulers/Makefile.am: Add compiling support for fair
1206 * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
1207 scheduler cothreads layer from documentation generation.
1209 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1211 * gst/autoplug/gstspideridentity.c:
1212 (gst_spider_identity_sink_loop_type_finding):
1213 Don't crash if that function is not implemented.
1215 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1217 * docs/pwg/advanced-types.xml:
1220 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1222 * docs/pwg/intro-preface.xml:
1223 Hm, ok, so the brackets weren't really useful...
1224 * docs/pwg/other-ntoone.xml:
1225 Fix embarassing typo.
1227 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1229 * docs/pwg/intro-preface.xml:
1232 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1234 * docs/pwg/advanced-scheduling.xml:
1235 * docs/pwg/advanced-tagging.xml:
1236 * docs/pwg/advanced-types.xml:
1237 * docs/pwg/building-boiler.xml:
1238 * docs/pwg/building-chainfn.xml:
1239 * docs/pwg/building-signals.xml:
1240 * docs/pwg/building-state.xml:
1241 * docs/pwg/building-testapp.xml:
1242 * docs/pwg/intro-basics.xml:
1243 * docs/pwg/other-manager.xml:
1244 * docs/pwg/other-source.xml:
1246 * docs/pwg/other-manager.xml:
1247 Add some first content. No example code yet.
1248 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
1249 Remove double newlines.
1251 2004-11-04 Wim Taymans <wim@fluendo.com>
1253 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1254 (remove_from_group), (normalize_group), (group_migrate_connected),
1255 (gst_opt_scheduler_iterate):
1256 * testsuite/schedulers/.cvsignore:
1257 * testsuite/schedulers/Makefile.am:
1258 * testsuite/schedulers/queue_link.c: (main):
1259 Added testcase for scheduler segfault.
1260 Fix scheduler segfault when removing a decoupled
1261 entry point as the last element from a group.
1263 2004-11-03 Christophe Fergeau <teuf@gnome.org>
1265 * gst/gstmarshal.list: add missing marshaller, fixes build
1267 2004-11-03 Christophe Fergeau <teuf@gnome.org>
1269 * docs/random/signal: added notes about using BOXED for GstBuffer
1270 signal marshallers, not POINTER
1272 2004-11-03 Christophe Fergeau <teuf@gnome.org>
1274 * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
1275 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
1276 POINTER=>BOXED changes to marshal GstBuffers
1278 2004-11-03 Christophe Fergeau <teuf@gnome.org>
1280 * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is
1281 a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
1283 2004-11-03 Stefan Kost <ensonic@users.sf.net>
1285 * docs/gst/gstreamer-sections.txt:
1286 * docs/gst/tmpl/gstcaps.sgml:
1287 * docs/gst/tmpl/gsterror.sgml:
1288 * docs/gst/tmpl/gstinfo.sgml:
1289 * docs/gst/tmpl/gstmacros.sgml:
1290 * docs/gst/tmpl/gstutils.sgml:
1291 * docs/random/ensonic/interfaces.txt:
1293 added some more docs, removed two obsolete defines
1295 2004-11-02 Kjartan Maraas <as at gnome.org>
1297 reviewed by: Wim Taymans, Ronald Bultje.
1299 * gst/cothreads.c: (cothread_create):
1300 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
1301 (gst_bin_child_state_change_func):
1302 * gst/gstbuffer.c: (gst_buffer_span):
1303 * gst/gstelement.c: (gst_element_get_index),
1304 (gst_element_get_event_masks), (gst_element_get_query_types),
1305 (gst_element_get_formats):
1306 * gst/gsterror.c: (_gst_core_errors_init),
1307 (_gst_library_errors_init), (_gst_resource_errors_init),
1308 (_gst_stream_errors_init):
1309 * gst/gstobject.c: (gst_object_default_deep_notify):
1310 * gst/gstpad.c: (gst_pad_get_event_masks),
1311 (gst_pad_get_internal_links_default):
1312 * gst/gstplugin.c: (gst_plugin_register_func),
1313 (gst_plugin_get_module):
1314 * gst/gststructure.c: (gst_structure_get_string),
1315 (gst_structure_get_abbrs), (gst_structure_from_abbr),
1316 (gst_structure_to_abbr):
1317 * gst/gstutils.c: (gst_print_element_args):
1318 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1319 (setup_group_scheduler), (gst_opt_scheduler_iterate):
1320 Aplied part of patch #157127: Cleanup of issues reported by
1322 Also do not try to use cothreads when there is no cothread
1325 2004-11-02 Sebastien Cote <sc5 at hermes.usherb.ca>
1327 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1328 (gst_opt_scheduler_iterate):
1329 Applied patch #154061. Running a pipeline in which an element
1330 calls GST_ELEMENT_ERROR in the chain function, the opt
1331 scheduler doesn't unref the chain so it never gets freed.
1333 2004-11-02 Wim Taymans <wim@fluendo.com>
1335 * gst/gststructure.c: (gst_structure_get_abbrs),
1336 (gst_structure_from_abbr), (gst_structure_to_abbr):
1337 Remove that ugly if-then thing in the code that converts
1338 between strings and types.
1340 2004-11-02 Wim Taymans <wim@fluendo.com>
1342 * gst/gstscheduler.c: (gst_scheduler_add_element),
1343 (gst_scheduler_remove_element), (gst_scheduler_state_transition):
1344 Aplied clock distribution patch, this should fix bug
1347 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
1349 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
1353 Added Norwegian Bokmaal translation
1355 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
1357 * tools/gst-inspect.c: (print_signal_info):
1358 print signal arguments as pointers if they are
1360 2004-10-22 Stefan Kost <ensonic@users.sf.net>
1362 * docs/pwg/building-boiler.xml:
1363 exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
1365 2004-10-19 Wim Taymans <wim at fluendo dot com>
1367 * gst/parse/parse.l:
1368 * testsuite/parse/parse1.c: (main):
1369 Since parse can do 'element name=a:b' make 'a:b.' work as
1371 Added testcase to verify fix.
1373 2004-10-19 Wim Taymans <wim at fluendo dot com>
1375 * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
1376 Use the realpad when printing the direction.
1377 Add extra \n when printing extensions of typefind factories.
1379 2004-10-13 David Schleef <ds@schleef.org>
1381 * examples/manual/Makefile.am: $< isn't portable in Makefile
1384 2004-10-13 Stefan Kost <ensonic@users.sf.net>
1386 * docs/gst/tmpl/gstobject.sgml:
1387 * docs/gst/tmpl/gstplugin.sgml:
1388 * docs/gst/tmpl/gstpluginfeature.sgml:
1389 * docs/gst/tmpl/gstregistry.sgml:
1390 * docs/gst/tmpl/gstversion.sgml:
1392 more api documentation
1393 * gst/gstplugin.c: (gst_plugin_register_func),
1394 (gst_plugin_check_file), (gst_plugin_load_file):
1395 better error signaling and logging
1397 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1399 * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
1400 Subtract current queue contents from position queries.
1402 2004-10-11 Johan Dahlin <johan@gnome.org>
1404 * gst/gsturi.c (gst_uri_get_location): unescape string
1405 (gst_uri_construct): escape string.
1407 2004-10-11 Benjamin Otte <otte@gnome.org>
1409 * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
1410 (gst_pad_try_set_caps_nonfixed):
1411 allow renegotiation of unconnected pads (as inside spider). Simply
1412 return OK if unconnected - mimic try_set_caps there.
1414 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1416 * gst/gstbin.c: (gst_bin_sync_children_state):
1419 2004-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1421 * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
1422 Set element to EOS before sending EOS event
1424 2004-10-08 Wim Taymans <wim at fluendo dot com>
1426 * gst/elements/gsttypefindelement.c:
1427 (gst_type_find_element_handle_event):
1428 Handle EOS events when doing the transition from
1429 typefind to data passing. This should fix the
1430 infinite loops in short files.
1432 2004-10-07 Wim Taymans <wim at fluendo dot com>
1434 * gst/gstthread.c: (gst_thread_change_state),
1435 (gst_thread_child_state_change):
1436 Make sure no iteration happens while performing
1437 the state change as it could mess up the internal
1438 consistency of the thread state.
1440 2004-10-07 Wim Taymans <wim at fluendo dot com>
1442 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
1443 (gst_thread_change_state), (gst_thread_child_state_change):
1444 Do not try to grab the iterate lock in the state change method
1445 when we are in the same thread as the iterate or else we
1446 could deadlock. Some other cleanups.
1448 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1453 === release 0.8.7 ===
1455 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1461 releasing 0.8.7, "A Cruise"
1463 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1465 * docs/random/mimetypes:
1466 Add an entry for Sony ATRAC3 audio format with mime-type
1467 used by rmdemux et riff-read
1469 2004-10-06 Wim Taymans <wim at fluendo dot com>
1471 * gst/elements/gsttypefindelement.c: (stop_typefinding):
1472 Push the buffer store instead of clearing it in case that
1473 the stream is not seekable.
1475 2004-10-06 Wim Taymans <wim at fluendo dot com>
1477 * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
1478 (gst_thread_main_loop):
1479 Lock the iteration and the state change so that automatic
1480 negotiation and fixation does not happen at the same time
1481 as the in stream negotiation.
1483 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1488 === release 0.8.6 ===
1490 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1496 releasing 0.8.6, "Narc"
1498 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1503 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1505 patch by: Steve Lhomme
1507 * gst/elements/gstfakesrc.c:
1508 * gst/elements/gstidentity.c:
1512 2004-10-01 Wim Taymans <wim at fluendo dot com>
1514 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
1515 Fix threadsafety of the crc checking function.
1517 2004-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
1519 patch by: Ronald Bultje
1521 * gst/elements/gsttypefindelement.c: (stop_typefinding),
1522 (gst_type_find_element_handle_event),
1523 (gst_type_find_element_chain):
1524 * gst/elements/gsttypefindelement.h:
1526 Filter out discont event from seekable sources when typefind
1527 asks them to seek. Fixes typefind with demuxers for
1528 avi, asf and matroska.
1530 2004-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
1532 * docs/gst/gstreamer-sections.txt:
1536 Revert preferred caps: (#147789)
1538 2004-09-19 Steve Lhomme <steve.lhomme@free.fr>
1543 2004-09-10 Thomas Vander Stichele <thomas at apestaart dot org>
1548 2004-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
1551 * docs/manual/elements-api.xml:
1552 restructure so that common stuff is shown first
1553 * docs/manual/init-api.xml:
1555 * docs/manual/manual.xml:
1557 * docs/url.entities:
1558 link to API on the website, possibly override later in build
1559 * examples/manual/.cvsignore:
1561 * examples/manual/Makefile.am:
1563 * examples/manual/extract.pl:
1564 error out on failure
1566 2004-09-08 Thomas Vander Stichele <thomas at apestaart dot org>
1568 * docs/gst/tmpl/gstthread.sgml:
1569 * docs/manual/init-api.xml:
1570 * examples/manual/Makefile.am:
1571 convert two code bits to examples
1573 2004-09-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1575 * gst/gstelement.c: (gst_element_change_state):
1576 Well, actually, I was about to remove this insane assert when
1577 I noticed Wim already did that. A warning is nice so we can
1578 fix actual ugs (using --g-fatal-warnings and backtraces), so
1579 I added that instead.
1581 2004-09-06 Wim Taymans <wim@fluendo.com>
1583 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
1584 (gst_element_threadsafe_properties_post_run),
1585 (gst_element_set_state), (gst_element_change_state):
1586 Added extra refcounting around various places.
1588 2004-09-06 Wim Taymans <wim@fluendo.com>
1590 * gst/gstpad.c: (gst_pad_link_call_link_functions):
1593 2004-09-06 Wim Taymans <wim@fluendo.com>
1595 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1596 (remove_from_group):
1597 Some more debug info.
1599 2004-09-03 Wim Taymans <wim@fluendo.com>
1601 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
1602 (gst_fakesrc_init), (gst_fakesrc_set_clock),
1603 (gst_fakesrc_set_property), (gst_fakesrc_get_property),
1604 (gst_fakesrc_get), (gst_fakesrc_change_state):
1605 * gst/elements/gstfakesrc.h:
1606 * gst/elements/gstidentity.c: (gst_identity_class_init),
1607 (gst_identity_init), (gst_identity_chain),
1608 (gst_identity_set_property), (gst_identity_get_property),
1609 (gst_identity_change_state):
1610 * gst/elements/gstidentity.h:
1611 Added datarate properties to limit the datarate.
1614 2004-08-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
1616 * gst/autoplug/gstspider.c: (plugin_init):
1617 don't set a rank. We don't want to autoplug by inserting spiders.
1619 2004-08-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
1621 * gst/autoplug/gstspider.c: (gst_spider_class_init),
1622 (gst_spider_identity_plug):
1623 add a template for spider's sink
1624 * gst/gst.c: (gst_register_core_elements):
1625 queue's rank should be NULL, we don't want spider to add it.
1627 2004-08-18 David Schleef <ds@schleef.org>
1629 * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
1630 * docs/libs/Makefile.am: same
1631 * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
1632 * docs/random/ds/0.9-planning: random additions
1633 * docs/random/ds/0.9-suggested-changes: same
1634 * gst/gstxml.h: remove vestigal GstXMLNs definition
1636 Preferred caps: (#147789)
1637 * docs/gst/gstreamer-sections.txt: Add symbols
1638 * docs/gst/tmpl/gstcaps.sgml: Add symbols
1639 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
1640 (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
1641 (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
1642 (gst_caps_get_preferred), (gst_caps_set_preferred),
1643 (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
1644 (gst_caps_use_preferred): Handle caps preferences
1645 * gst/gstcaps.h: Add caps preferences
1646 * gst/gstpad.c: (gst_pad_link_get_preferred),
1647 (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
1648 (gst_pad_renegotiate), (gst_pad_guess_preferred),
1649 (gst_pad_get_caps), (gst_pad_push): Use caps preferences for
1652 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1654 * gst/autoplug/gstspideridentity.c:
1655 (gst_spider_identity_request_new_pad):
1656 * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
1657 (gst_aggregator_init):
1658 * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
1659 (gst_fakesink_init):
1660 * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
1662 * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
1664 * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
1665 * gst/elements/gstfilesink.c: (gst_filesink_base_init),
1666 (gst_filesink_init):
1667 * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
1669 * gst/elements/gstidentity.c: (gst_identity_base_init),
1670 (gst_identity_init):
1671 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
1672 (gst_multifilesrc_init):
1673 * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
1674 (gst_pipefilter_init):
1675 * gst/elements/gststatistics.c: (gst_statistics_base_init),
1676 (gst_statistics_init):
1677 * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
1678 * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
1679 s/gst_pad_new/&_from_template/
1680 register pad templates in the base_init function
1681 add static pad template definitions
1683 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1685 * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
1686 * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
1687 * testsuite/refcounting/pad.c: (main):
1688 * testsuite/refcounting/thread.c: (create_thread_ghostpads):
1689 s/gst_pad_new/&_from_template/
1690 prepare deprecation of gst_pad_new
1692 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
1694 patch by: Luca Ognibene <skaboy81@virgilio.it>
1700 fix memleaks. Fixes #150001
1702 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1704 * docs/random/ds/0.9-suggested-changes:
1705 add notes - mostly about pad templates
1707 2004-08-16 Steve Lhomme <steve.lhomme@free.fr>
1709 * win32/GStreamer.vcproj:
1710 temporary locale files are .gmo not .mo
1712 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1714 * configure.ac: bump nano to cvs
1716 === release 0.8.5 ===
1718 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1721 releasing 0.8.5, "Stuttgart"
1725 * docs/random/release:
1728 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1730 patch by: Wim Taymans (wim@fluendo.com)
1734 * libs/gst/dataprotocol/dataprotocol.c:
1735 copy KEY_UNIT and DELTA_UNIT flags correctly. Fixes #150242
1737 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
1741 add win32 dir to the build. Fixes #149981.
1743 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
1746 bump libtool versioning
1747 * gst/gststructure.c:
1748 mark function as static
1763 trademark protection
1765 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
1769 set GST_PACKAGE to source, and distinguish between release and other
1770 * tools/gst-inspect.c:
1771 print out plugin an element factory is part of so we see this info
1773 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
1775 * docs/gst/gstreamer-sections.txt:
1776 * docs/gst/tmpl/gstbuffer.sgml:
1777 * docs/gst/tmpl/gstschedulerfactory.sgml:
1778 reorder docs a little, make GstBuffer's more sensible.
1780 API: added GST_BUFFER_FLAG_DELTA_UNIT
1781 * gst/gstscheduler.c:
1782 comment API addition
1784 2004-08-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
1786 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
1787 work with non-regular files that can be mmapped (like /dev/zero)
1788 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
1789 get rid of typefinds that require a seek when we can't seek instead
1790 of trying them over and over again
1791 * tools/gst-launch.c: (idle_func), (error_cb), (main):
1792 return non-zero failure value when the pipeline was interrupted or
1795 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1798 * win32/GStreamer.vcproj:
1799 compile and install the locales
1801 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1804 fix a possible memory leak under Windows
1806 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1808 * win32/GStreamer.vcproj:
1809 fix a memory leak that occured under Windows
1810 * win32/gstreamer.def:
1811 add gst_scheduler_register
1813 2004-08-11 Benjamin Otte <otte@gnome.org>
1815 * docs/gst/gstreamer-sections.txt:
1816 * gst/gstscheduler.c: (gst_scheduler_register):
1817 * gst/gstscheduler.h:
1819 add gst_scheduler_register shortcut similar to gst_element_register
1820 * gst/schedulers/entryscheduler.c: (plugin_init):
1821 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
1822 * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
1825 2004-08-10 Steve Lhomme <steve.lhomme@free.fr>
1828 fix a memory leak that occured under Windows
1830 2004-08-10 Colin Walters <walters@redhat.com>
1832 * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
1833 Don't use O_EXCL to open temporary registry. It will prevent
1834 registry creation if a temporary one already exists, which
1837 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1839 * docs/gst/gstreamer-sections.txt:
1840 * docs/gst/tmpl/gstvalue.sgml:
1841 remove some valuable stuff from the documentation due to the use of GST_EXPORT
1843 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1845 * win32/gstbytestream.vcproj:
1846 * win32/gstelements.vcproj:
1847 * win32/gstgetbits.vcproj:
1848 * win32/gst-inspect.vcproj:
1849 * win32/gst-launch.vcproj:
1850 * win32/gstoptimalscheduler.vcproj:
1851 * win32/GStreamer.vcproj:
1852 * win32/gst-register.vcproj:
1853 * win32/gstspider.vcproj:
1854 update the include and lib dirs to fit standard libraries as
1855 described in the Win32 manual
1857 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1860 * win32/gstversion.h:
1861 enable NLS again, push the version number for the coming 0.8.5 release
1863 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1866 export gst_type_XXX for windows DLLs
1868 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
1870 * docs/faq/gst-uninstalled:
1871 fix PKG_CONFIG_PATH and PYTHONPATH
1872 * gst/schedulers/Makefile.am:
1874 * libs/gst/bytestream/bytestream.c:
1878 adding Albanian translation (Laurent Dhima)
1882 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
1886 updated translations
1888 2004-08-04 Benjamin Otte <otte@gnome.org>
1890 * tests/mass_elements.c: (main):
1891 allow specifying src and sink element explicitly, so I can test
1892 videotestsrc instead of fakesrc
1894 2004-08-04 Benjamin Otte <otte@gnome.org>
1896 * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
1897 (gst_structure_id_empty_new), (gst_structure_empty_new),
1898 (gst_structure_copy):
1899 add gst_structure_id_empty_new_with_size to allow preallocating
1900 value array sizes. Use this in gst_structure_copy to get rid of
1902 don't do quark=>string=>quark when copying structures
1904 2004-08-03 Steve Lhomme <steve.lhomme@free.fr>
1906 * docs/manual/win32.xml:
1908 update documentation with the clean version of dependencies
1910 2004-08-03 Benjamin Otte <otte@gnome.org>
1912 * gst/schedulers/entryscheduler.c:
1913 (gst_entry_scheduler_remove_element):
1914 fix for GST_DISABLE_DEBUG
1915 * tools/gst-launch.c: (print_tag):
1916 fixes for G_DISABLE_ASSERT
1918 2004-08-03 Benjamin Otte <otte@gnome.org>
1920 * gst/gst.c: (gst_register_core_elements):
1921 fix for G_DISABLE_ASSERT
1922 * gst/gstinfo.c: (__gst_in_valgrind):
1923 add for GST_DISABLE_DEBUG
1925 2004-08-03 Benjamin Otte <otte@gnome.org>
1927 * gst/parse/parse.l:
1928 fix for G_DISABLE_ASSERT
1930 2004-08-03 Wim Taymans <wim@fluendo.com>
1932 * gst/gstbin.c: (gst_bin_get_type),
1933 (gst_bin_child_state_change_func):
1934 * gst/gstthread.c: (gst_thread_change_state):
1935 Backported some debug logging from a reverted patch
1936 Don't try to destroy the thread twice. Added some more
1937 debugging in GstThread. Unlock and signal even if we
1938 are in the thread context.
1940 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
1945 2004-07-30 David Schleef <ds@schleef.org>
1947 * gst/gstatomic_impl.h: Enable atomic code for x86_64
1949 2004-07-29 David Schleef <ds@schleef.org>
1951 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
1952 Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
1954 2004-07-29 Thomas Vander Stichele <thomas at apestaart dot org>
1956 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1957 (gst_bin_add_func), (gst_bin_remove_func),
1958 (gst_bin_child_state_change), (gst_bin_child_state_change_func),
1959 (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
1960 (gst_bin_change_state_norecurse), (gst_bin_dispose),
1961 (gst_bin_sync_children_state):
1963 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
1964 (gst_thread_change_state):
1965 * testsuite/states/Makefile.am:
1966 revert state change patches as agreed so we can rework them
1969 2004-07-29 Benjamin Otte <otte@gnome.org>
1971 * libs/gst/control/Makefile.am:
1972 link to libgstreamer (fixes Debian bug 262019, see
1973 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
1975 2004-07-29 Wim Taymans <wim@fluendo.com>
1977 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1978 (check_from_fraction_convert), (transform_test), (main):
1979 Make the test less pedantic about float roundoff errors.
1981 2004-07-29 Benjamin Otte <otte@gnome.org>
1983 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
1984 (gst_filesrc_srcpad_event):
1985 make seek events to before start/after end of file not fail, but
1986 seek to start/end instead
1987 * testsuite/caps/fraction-convert.c: (check_from_double_convert):
1990 2004-07-29 Benjamin Otte <otte@gnome.org>
1992 * gst/gstpad.c: (gst_pad_set_explicit_caps):
1993 check that caps are fixed
1994 * gst/gstpad.c: (gst_pad_template_new):
1995 don't try to simplify caps, costs too much time on gst_init
1996 * gst/gstplugin.c: (gst_plugin_add_feature):
1997 G_ERROR if features are added twice
1998 * gst/gsttypefind.c: (gst_type_find_register):
1999 * gst/gstelementfactory.c: (gst_element_register):
2000 don't add features twice
2001 * docs/random/ds/0.9-suggested-changes:
2002 add note about possible gst_init optimization
2004 2004-07-28 David Schleef <ds@schleef.org>
2006 * testsuite/elements/Makefile.am:
2007 * testsuite/elements/struct_i386.h:
2008 * testsuite/elements/struct_size.c: (main): A little test
2009 to keep distcheck from working if someone changes a structure
2012 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
2014 * docs/libs/Makefile.am:
2015 * docs/libs/gstreamer-libs-docs.sgml:
2016 * docs/libs/gstreamer-libs-sections.txt:
2017 * docs/libs/tmpl/gstbytestream.sgml:
2018 * docs/libs/tmpl/gstcontrol.sgml:
2019 * docs/libs/tmpl/gstdataprotocol.sgml:
2020 * docs/libs/tmpl/gstgetbits.sgml:
2021 * libs/gst/bytestream/Makefile.am:
2022 * libs/gst/bytestream/bytestream.c:
2023 * libs/gst/bytestream/bytestream.h:
2024 * libs/gst/control/Makefile.am:
2025 * libs/gst/dataprotocol/Makefile.am:
2026 * libs/gst/getbits/Makefile.am:
2027 * libs/gst/getbits/getbits.h:
2028 various doc and style fixes, adding bytestream to libs docs.
2030 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
2032 * docs/gst/gstreamer-docs.sgml:
2033 * docs/libs/Makefile.am:
2034 * docs/libs/gstreamer-libs-docs.sgml:
2035 * docs/libs/gstreamer-libs-sections.txt:
2036 * libs/gst/control/dparam.c:
2037 more doc fixes. gst-libs docs now build the same way as gst.
2039 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
2042 * testsuite/Makefile.am:
2043 * testsuite/bins/Makefile.am:
2044 * testsuite/caps/Makefile.am:
2045 * testsuite/cleanup/Makefile.am:
2046 * testsuite/clock/Makefile.am:
2047 * testsuite/debug/Makefile.am:
2048 * testsuite/dlopen/Makefile.am:
2049 * testsuite/dynparams/Makefile.am:
2050 * testsuite/elements/.cvsignore:
2051 * testsuite/elements/Makefile.am:
2052 * testsuite/enumcaps/Makefile.am:
2053 * testsuite/enumcaps/enumcaps.c:
2054 * testsuite/ghostpads/Makefile.am:
2055 * testsuite/indexers/Makefile.am:
2056 * testsuite/negotiation/Makefile.am:
2057 * testsuite/parse/Makefile.am:
2058 * testsuite/plugin/Makefile.am:
2059 * testsuite/refcounting/Makefile.am:
2060 * testsuite/schedulers/.cvsignore:
2061 * testsuite/states/Makefile.am:
2062 * testsuite/tags/Makefile.am:
2063 * testsuite/threads/Makefile.am:
2064 fold enumcaps into caps dir
2065 clean up Makefile.am's for testsuite
2067 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
2069 * docs/gst/Makefile.am:
2070 * docs/libs/Makefile.am:
2071 clean up docs build. Fixes needless rebuilding of template files.
2073 2004-07-28 Wim Taymans <wim@fluendo.com>
2075 * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
2076 * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
2077 Make sure that a bin state change tries to keep the children
2079 Added debug logging to the thread.
2081 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
2083 * win32/GStreamer.vcproj:
2084 * win32/gstreamer.def:
2085 more exports for the plugins
2087 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
2089 * win32/gstgetbits.vcproj:
2090 * win32/gstgetbits.def:
2092 add support for the getbits plugin
2094 2004-07-27 Wim Taymans <wim@fluendo.com>
2096 * gst/gstvalue.c: (gst_value_transform_double_fraction),
2097 (gst_value_transform_fraction_double), (_gst_value_initialize):
2098 * testsuite/caps/Makefile.am:
2099 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
2100 (check_from_fraction_convert), (transform_test), (main):
2101 Added transform functions between double and fraction.
2102 Added testcase to verify transforms
2104 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
2106 * win32/GStreamer.vcproj:
2107 rename GStreamer-0.8.lib to libgstreamer.lib
2109 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
2111 * win32/gstelements.vcproj:
2112 * win32/gstoptimalscheduler.vcproj:
2113 fixes for the Release build
2115 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
2118 update the version number
2120 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
2122 * win32/GStreamer.vcproj:
2123 add gstinterface to the build
2125 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
2127 * win32/gstreamer.def:
2128 add many definitions needed by plugins,
2129 GST_CAT_DEFAULT only available in the Debug build ?
2131 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
2133 * gst/gstelement.c: (gst_element_set_eos_recursive):
2134 various whitespace fixes.
2135 doc fix, fixes #148497
2137 2004-07-25 Benjamin Otte <otte@gnome.org>
2139 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
2140 don't delay links on the sink elements, it causes unnegotiated
2142 * gst/elements/gsttypefindelement.c:
2143 (gst_type_find_element_base_init):
2144 add our padtemplates, we indeed do have some.
2145 * gst/elements/gsttypefindelement.c:
2146 (gst_type_find_element_handle_event),
2147 (gst_type_find_element_chain):
2148 don't push data when typefinding failed.
2149 * gst/gstpad.c: (gst_pad_link_fixate):
2150 check that no fixate function returns empty caps.
2151 * gst/gstpad.c: (gst_pad_push):
2152 check that the link is negotiated before data gets pushed.
2153 * tools/gst-register.c: (main):
2154 don't assert (fixes #148283)
2156 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
2158 * docs/gst/gstreamer-sections.txt:
2159 * docs/gst/tmpl/gstconfig.sgml:
2160 add GST_PLUGIN_EXPORT definition
2162 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
2165 * gst/gstconfig.h.in:
2166 * win32/gstconfig.h:
2167 * win32/gstelements.def:
2168 * win32/gstelements.vcproj:
2169 * win32/gstoptimalscheduler.def:
2170 * win32/gstoptimalscheduler.vcproj:
2171 * win32/gstspider.def:
2172 * win32/gstspider.vcproj:
2173 remove unused .def files and export symbols using GST_PLUGIN_DEFINE
2175 2004-07-25 Thomas Vander Stichele <thomas at apestaart dot org>
2177 * docs/gst/gstreamer-sections.txt:
2178 remove GST_CAT_DEFAULT because the type has changed
2180 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
2182 * win32/gstbytestream.vcproj:
2183 * win32/gstelements.vcproj:
2184 * win32/gst-inspect.vcproj:
2185 * win32/gst-launch.vcproj:
2186 * win32/gstoptimalscheduler.vcproj:
2187 * win32/GStreamer.vcproj:
2188 * win32/gst-register.vcproj:
2189 * win32/gstspider.vcproj:
2191 Copy the files where needed after building, The testsuite will be
2194 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
2198 * docs/manual/win32.xml:
2199 Fixed the plugin and GStreamer location
2201 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2203 * win32/gstreamer.def:
2204 More exports for the plugins
2206 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2209 Marc was right, we need to export literally GST_CAT_DEFAULT
2211 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2214 NLS crashes in gettext, disabled until this is solved
2216 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2218 * win32/gst-inspect.vcproj:
2219 * win32/gst-launch.vcproj:
2220 Should use NLS when available
2222 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2224 * gst/registries/gstxmlregistry.c:
2225 removing the file doesn't seem to be a good idea on Linux
2227 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
2229 * gst/registries/gstxmlregistry.c:
2230 Remove the registry before renaming the tempfile (needed for Windows)
2232 2004-07-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2234 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
2235 (gst_multifilesrc_init), (gst_multifilesrc_set_property),
2236 (gst_multifilesrc_get_property), (gst_multifilesrc_get):
2237 * gst/elements/gstmultifilesrc.h:
2238 Added newmedia property so it generates newmedia events between each
2239 file when property is set, as well as fixed eos handling
2241 2004-07-22 David Schleef <ds@schleef.org>
2243 * gst/gststructure.c: (gst_structure_id_empty_new),
2244 (gst_structure_empty_new): Set type field correctly.
2245 * gst/gststructure.h: Check type field correctly.
2246 * testsuite/caps/Makefile.am:
2247 * testsuite/caps/structure.c: (test1), (main): Add a very small
2248 test for structures.
2250 2004-07-22 David Schleef <ds@schleef.org>
2252 * docs/random/ds/0.9-suggested-changes: more comments
2253 * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
2255 2004-07-22 Benjamin Otte <otte@gnome.org>
2257 * gst/gstelementfactory.c: (gst_element_register):
2258 set the factory in the class struct, so gst_element_get_factory
2260 * gst/parse/grammar.y:
2261 set element to playing when it gets unlocked as we can't rely on the
2262 bin state - all elements in the bin state might still be locked in
2265 2004-07-22 Benjamin Otte <otte@gnome.org>
2267 * gst/gstelement.c: (gst_element_set_state_func):
2268 make this a static function
2270 2004-07-22 Wim Taymans <wim@fluendo.com>
2272 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2273 (gst_opt_scheduler_pad_link):
2274 fix 147894-2 and the group_link problem.
2276 2004-07-22 Wim Taymans <wim@fluendo.com>
2278 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
2279 (handoff_identity), (main):
2280 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2281 (handoff_identity), (main):
2282 * testsuite/schedulers/Makefile.am:
2283 * testsuite/schedulers/group_link.c: (main):
2284 Show bug in scheduler when linking chain and loop based element
2285 where the chain based element was not yet in a group.
2287 2004-07-21 Benjamin Otte <otte@gnome.org>
2290 * gst/autoplug/.cvsignore:
2291 * gst/elements/.cvsignore:
2292 * gst/indexers/.cvsignore:
2293 * libs/gst/bytestream/.cvsignore:
2294 * libs/gst/control/.cvsignore:
2295 * libs/gst/getbits/.cvsignore:
2296 * testsuite/states/.cvsignore:
2297 * testsuite/threads/.cvsignore:
2298 keep this up to date, since I seem to be the only one who cares
2299 about not missing files on commits (editor's note: no you don't,
2300 but feel free to change them at the time you add stuff instead
2303 2004-07-21 Benjamin Otte <otte@gnome.org>
2305 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
2306 (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
2307 (gst_bin_child_state_change_func), (set_kid_state_func),
2308 (gst_bin_set_state), (gst_bin_change_state_norecurse):
2309 make state changes work correctly and reentrant (so removing
2310 elements from bins during state changes of bins doesn't cause
2311 segfaults or even wrong states)
2312 add debugging category and debugging output to print children states
2313 * gst/gstbin.c: (gst_bin_dispose):
2314 add some assertion checks
2316 * gst/gstbin.c: (gst_bin_sync_children_state):
2317 deprecate this function - it just does gst_bin_set_state (bin,
2319 * testsuite/threads/queue.c: (main):
2320 don't use gst_bin_sync_children_state anymore
2321 * testsuite/states/Makefile.am:
2322 * testsuite/states/bin.c:
2323 test that the state changes of bins work as expected
2324 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
2325 some adjustments to change states correctly, too
2326 * gst/gstthread.c: (gst_thread_change_state):
2327 don't enable/disable "threadsafe" properties, they're unused and
2328 cause random segfaults
2329 * testsuite/threads/Makefile.am:
2330 the queue check randomly passes now, ignore it
2332 2004-07-21 Benjamin Otte <otte@gnome.org>
2335 check if data is NULL before outputting debug info. (fixes #145100)
2337 2004-07-21 Benjamin Otte <otte@gnome.org>
2339 * gst/schedulers/entryscheduler.c:
2340 (gst_entry_scheduler_loop_wrapper),
2341 (gst_entry_scheduler_chain_wrapper),
2342 (gst_entry_scheduler_get_wrapper):
2343 reset the state when the cothread starts, so we don't get assertion
2344 failures on restarting of cothreads
2346 2004-07-20 Benjamin Otte <otte@gnome.org>
2348 * gst/gstelement.c: (gst_element_link_pads_filtered):
2349 use correct sinkpad, if only sinkpad is specified, but not srcpad
2351 * gst/gstelement.c: (gst_element_set_state_func),
2352 (gst_element_change_state): ref/unref the element, signal handlers
2353 could get rid of the element otherwise
2355 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2357 * docs/random/ds/0.9-suggested-changes:
2358 Make note about renaming fixed-list to array.
2359 * gst/gstvalue.c: (gst_value_intersect_fixed_list),
2360 (_gst_value_initialize):
2361 Add array intersections.
2362 * testsuite/caps/intersect2.c: (main):
2363 Add test for array intersections.
2365 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2367 * configure.ac: back to cvs
2369 === release 0.8.4 ===
2371 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2374 releasing 0.8.4, "Paella"
2375 bump libtool versioning
2377 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2381 adding Catalan translation (Jordi Mallach)
2383 2004-07-20 Wim Taymans <wim@fluendo.com>
2385 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
2386 (handoff_identity), (main):
2387 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2388 (handoff_identity), (main):
2389 * testsuite/schedulers/Makefile.am:
2390 Added failing testcase for variant of #147894
2392 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2394 patch by: David Moore
2396 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2397 (schedule_group), (gst_opt_scheduler_schedule_run_queue),
2398 (group_migrate_connected):
2399 * testsuite/schedulers/Makefile.am:
2400 fix for #142813 (Deadlock in optimal scheduler)
2402 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2404 patch by: Wim Taymans
2406 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2407 (gst_opt_scheduler_schedule_run_queue),
2408 (gst_opt_scheduler_get_wrapper), (get_group),
2409 (group_migrate_connected):
2410 * testsuite/schedulers/Makefile.am:
2411 fix for #147819 (Add some checks in the opt scheduler)
2413 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2415 patch by: Benjamin Otte
2417 * gst/gstelementfactory.c: (__gst_element_details_set):
2418 fix for #147929: running gst-register in non-utf8 locale can cause
2421 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2423 patch by: Wim Taymans
2425 * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
2426 (group_has_element), (element_get_reachables_func),
2427 (group_migrate_connected):
2428 fix for #147894 (opt scheduler decoupled elements mismanagement)
2429 * testsuite/schedulers/Makefile.am:
2430 testsuite app now passes
2432 2004-07-19 Wim Taymans <wim@fluendo.com>
2434 * testsuite/schedulers/147819.c: (handoff_identity1),
2435 (handoff_identity2), (main):
2436 * testsuite/schedulers/Makefile.am:
2437 Added testcase for bug 147819
2439 2004-07-19 Wim Taymans <wim@fluendo.com>
2441 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2442 (handoff_identity), (main):
2443 * testsuite/schedulers/Makefile.am:
2444 Added testcase for bug 147894
2446 2004-07-16 Wim Taymans <wim@fluendo.com>
2448 * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
2449 * testsuite/schedulers/142183.c: (handoff_identity), (main):
2450 * testsuite/schedulers/Makefile.am:
2451 Added testsuite for bug 142183 in its two incarnations. Refcount
2452 is not increased for scheduled elements and threadsafe properties
2453 mutexes are not properly unlocked.
2455 2004-07-16 Wim Taymans <wim@fluendo.com>
2457 * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
2458 (create_chain), (destroy_chain), (create_group), (destroy_group),
2459 (add_to_group), (merge_groups), (group_elements), (group_inc_link),
2460 (group_dec_link), (gst_opt_scheduler_pad_link),
2461 (group_inc_links_for_element), (group_migrate_connected):
2462 Call group_inc_link with the proper src->sink ordering --
2463 break this, and we break sort_chain. patch from wingo for bug
2465 Partially revert patch 1.89. When adding a loop based element to
2466 the scheduler, the links to other groups are automatically followed
2467 and incremented. This should not happen because the bin will call
2468 pad_link explicitly for those connection, resulting in them counted
2469 twice. Results in assertion failure on pipeline cleanup.
2471 2004-07-16 Wim Taymans <wim@fluendo.com>
2473 * testsuite/schedulers/143777-2.c: (main):
2474 * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
2476 * testsuite/schedulers/Makefile.am:
2477 Added cleanup code to testcase 143777-2.
2478 Added testcase to show bug 147713, does not really show the
2479 deadlock as I can't figure out how to trigger it, but it does
2480 demonstrate bad ordering in the scheduler.
2482 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
2484 * gst/gstvalue.c: (gst_value_deserialize_fraction):
2485 change strndup to g_strndup. Fixes #147707
2487 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
2499 updated translations
2501 2004-07-16 Benjamin Otte <otte@gnome.org>
2503 * gst/gstvalue.c: (gst_greatest_common_divisor):
2504 use ints and return ints, fractions only use ints, too, so this
2505 avoids accidently casting multiplications to unsigned
2506 (gst_value_lcopy_fraction): it's ints, not uint32
2507 (gst_value_set_fraction): disallow minint, multiplying and negation
2509 (gst_value_fraction_multiply): fix to make large numbers work and get
2510 rid of the assumption that the multiplication of two ints fits an
2511 int64 - dunno if that's true for all systems
2512 * testsuite/caps/Makefile.am:
2513 * testsuite/caps/fraction-multiply-and-zero.c:
2514 (check_multiplication), (check_equal), (zero_test), (main):
2515 add tests for all the stuff above
2516 * testsuite/caps/value_compare.c: (test1):
2519 * testsuite/caps/.cvsignore:
2520 * testsuite/debug/.cvsignore:
2521 * testsuite/dlopen/.cvsignore:
2522 * testsuite/states/.cvsignore:
2525 2004-07-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2527 * docs/manual/bins-api.xml:
2528 * docs/manual/factories.xml:
2529 * docs/manual/helloworld.xml:
2530 * docs/manual/links-api.xml:
2531 fixes for out of date info, incorrect info and grammar
2533 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2535 * docs/manual/pads.xml:
2536 * docs/manual/pads-api.xml: grammar fix
2538 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2540 * docs/manual/pads-api.xml: typo + grammar fix
2542 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
2544 * docs/gst/gstreamer-sections.txt:
2546 * docs/gst/tmpl/gstelement.sgml:
2547 * docs/gst/tmpl/gstpad.sgml:
2548 * docs/gst/tmpl/gsttypes.sgml:
2549 * docs/gst/tmpl/gstvalue.sgml:
2551 * gst/gststructure.c: (gst_structure_set_valist),
2552 (gst_structure_from_abbr), (gst_structure_to_abbr):
2553 * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
2554 (gst_greatest_common_divisor), (gst_value_init_fraction),
2555 (gst_value_copy_fraction), (gst_value_collect_fraction),
2556 (gst_value_lcopy_fraction), (gst_value_set_fraction),
2557 (gst_value_get_fraction_numerator),
2558 (gst_value_get_fraction_denominator),
2559 (gst_value_fraction_multiply), (gst_value_serialize_fraction),
2560 (gst_value_deserialize_fraction),
2561 (gst_value_transform_fraction_string),
2562 (gst_value_transform_string_fraction),
2563 (gst_value_compare_fraction), (_gst_value_initialize):
2565 adding GstFraction GValue type, get/set, and multiply
2566 * testsuite/caps/Makefile.am:
2567 * testsuite/caps/fraction.c: (test), (main):
2568 * testsuite/caps/string-conversions.c: (main):
2569 * testsuite/caps/value_compare.c: (test1), (main):
2570 add regression tests for GstFraction
2572 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2574 * docs/manual/init-api.xml: Grammar fix
2576 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2578 * docs/manual/states.xml: Fix inconsistent information
2580 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
2582 * gst/gstelement.c: (gst_element_set_state):
2583 * gst/gstpad.c: (gst_pad_try_set_caps):
2584 * gst/gststructure.c:
2585 * gst/gstthread.c: (gst_thread_child_state_change):
2586 * gst/gstvalue.c: (gst_value_compare_double):
2588 * testsuite/parse/parse1.c: (main):
2589 debugging additions and style cleanups
2591 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2593 * docs/manual/states.xml: Grammar fix
2595 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2597 * docs/manual/pads.xml: Grammar fix
2599 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2601 * docs/manual/elements.xml: Fixed image reference
2603 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2605 * docs/manual/goals.xml: Grammar fix
2607 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2609 * docs/manual/motivation.xml:
2610 Bonobo is no longer "emerging" and added sentence regarding tcp plugins
2612 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2614 * docs/manual/motivation.xml: Fix spelling
2616 2004-07-15 Benjamin Otte <otte@gnome.org>
2619 Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
2621 * gst/gstelement.c (gst_element_class_init):
2622 GError's are boxed, not objects
2623 * gst/gstmarshal.list:
2624 update list for the fixed error signal
2626 2004-07-14 Andy Wingo <wingo@pobox.com>
2628 * gst/gsttag.c: Add a tag merge func for pointers. The header was
2629 there all along, but the function wasn't. (guile-gstreamer's build
2630 system uses the address of the function -- I wasn't actually
2631 trying to use this.)
2633 2004-07-14 Andy Wingo <wingo@pobox.com>
2635 * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
2636 as gst_pad_proxy_pad_link) just link to every other pad when they
2637 are called. In the case where the graph has cycles, this will mean
2638 that a call to try_set_caps will recurse. Allow this recursion
2639 and return OK, while we wait for the first try_set_caps to give a
2640 proper return value.
2641 (gst_pad_link_call_link_functions): Since this function is the
2642 only one to set the NEGOTIATING flag on a pad, if the flag is set
2643 it means that the link functions have indirectly recursed. If this
2644 happens, error out to avoid infinite recursion and an eventual
2646 (gst_real_pad_class_init): Remove a crufty GtkObject comment.
2647 (gst_pad_proxy_getcaps): Intersect the result with the template
2648 caps to ensure that the return value is valid.
2650 2004-07-14 Andy Wingo <wingo@pobox.com>
2652 * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
2653 one refcount, the calling function is the owner of the buffer.
2655 2004-07-14 Wim Taymans <wim@fluendo.com>
2657 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2658 (gst_opt_scheduler_pad_link), (group_migrate_connected):
2659 Fix stupid warning when an element is to be migrated but
2660 is already migrated.
2662 2004-07-14 Wim Taymans <wim@fluendo.com>
2664 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2665 (gst_opt_scheduler_pad_link), (group_migrate_connected):
2666 Make sure that a single non-loop-based element does not
2667 end up in a group. This fixes the testsuite again.
2669 2004-07-14 Wim Taymans <wim@fluendo.com>
2671 * gst/schedulers/gstoptimalscheduler.c: (create_group),
2672 (add_to_group), (merge_groups), (schedule_group),
2673 (gst_opt_scheduler_get_wrapper), (group_elements),
2674 (group_dec_link), (gst_opt_scheduler_pad_link),
2675 (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
2676 (gst_opt_scheduler_iterate):
2677 move isolated groups to a new chain.
2678 Emit a warning instead of segfaulting in some error cases.
2679 Fix a bug where the link count between groups was not calculated
2680 correctly. Fixes #144510.
2682 2004-07-13 Steve Lhomme <steve.lhomme@free.fr>
2683 * gst/elements/gstfilesrc.c:
2684 Binary files support under Windows now OK
2686 2004-07-13 Benjamin Otte <otte@gnome.org>
2688 compatibility fixes for Solaris 8/gcc 2.95
2690 include libintl libs in LDFLAGS
2691 * gstvalue.c (gst_value_deserialize_buffer):
2692 cast isxdigit stuff to int to silence compiler warning
2694 2004-07-12 Benjamin Otte <otte@gnome.org>
2697 get rid of GST_O_READONLY, GST_FILE_MODE_READ and
2698 GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
2699 just causes support madness
2700 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2701 make it work without this
2702 * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
2703 (gst_file_index_commit):
2704 glib IO channels don't want binary mode
2705 * testsuite/bytestream/filepadsink.c: (main):
2706 * testsuite/bytestream/test1.c: (read_param_file):
2707 use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
2709 2004-07-12 Benjamin Otte <otte@gnome.org>
2711 * gst/gstelement.c: (gst_element_class_init),
2712 (gst_element_set_state), (gst_element_set_state_func):
2713 virutalize gst_element_set_state, use set_state member in class
2714 struct that was already added in 0.7 for this.
2715 * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func),
2716 (gst_bin_change_state):
2717 make gst_bin_foreach works similar to other foreach functions, plug
2718 memleaks in it. Make functions using it work with the new approach.
2719 Document gst_bin_foreach, so it can be exported if we want to
2720 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
2721 use virtualized set_state to make set_state on bins set the state of
2724 2004-07-12 Benjamin Otte <otte@gnome.org>
2727 require valgrind >= 2.1 (fixes Gentoo bug 53967, see
2728 http://bugs.gentoo.org/show_bug.cgi?id=53967)
2729 * gst/gstpad.c: (gst_pad_alloc_buffer):
2730 allow buffer_alloc functions to return NULL and allocate a normal
2733 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2734 * gst/elements/gstfilesink.c:
2735 * gst/elements/gstfilesrc.c:
2736 * gst/indexers/gstfileindex.c:
2738 * testsuite/bytestream/filepadsink.c:
2739 * testsuite/bytestream/test1.c:
2740 Handle binary files under Windows
2742 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2743 * docs/manual/win32.xml:
2745 * win32/gst-register.vcproj:
2746 * win32/gstreamer.def:
2747 Update to another gettext public build
2749 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2751 Fix an impossible C syntax
2753 Disable i18n under Windows for the moment
2754 * win32/gst-register.vcproj:
2755 Use this configuration
2757 2004-07-12 Jan Schmidt <thaytan@mad.scientis.com>
2758 * docs/manual/quotes.xml:
2759 Keep the quotes file alive
2760 * docs/random/ds/0.9-suggested-changes:
2761 Add the suggestion of including a 'rowstride' as part of video
2764 2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
2766 * gst/gstelement.c: (gst_element_set_state),
2767 (gst_element_change_state):
2768 d'oh. Set PENDING state correctly before forcing bin to change.
2769 * gst/gststructure.c: (gst_structure_value_get_generic_type),
2770 (gst_structure_parse_fixed_list):
2771 * gst/schedulers/gstoptimalscheduler.c:
2772 (gst_opt_scheduler_state_transition):
2773 * testsuite/states/parent.c: (main):
2774 remove comment now that it's fixed.
2776 2004-07-11 Benjamin Otte <otte@gnome.org>
2779 GST_SECOND shouldn't cause a conversion to unsigned.
2780 * testsuite/clock/.cvsignore:
2781 * testsuite/clock/Makefile.am:
2782 * testsuite/clock/signedness.c: (main):
2783 make sure it never will again
2785 2004-07-11 Andy Wingo <wingo@pobox.com>
2787 * gst/gstbin.c (gst_bin_add_func): If we're adding an element
2788 whose state is higher than the bin state, raise the bin state to
2789 ensure that bin state := highest child state.
2791 2004-07-11 Andy Wingo <wingo@pobox.com>
2793 * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
2794 procedure on the children of a bin. Assumes that the procedure can
2795 change the set of children.
2796 (set_kid_state_func): New static function.
2797 (gst_bin_change_state): Use gst_bin_foreach to call
2798 set_kid_state_func. Fixes a bug: if a child had a state-change
2799 handler that removes it from the bin, there would be a segfault.
2800 Hopefully it should also work in the case where the state-change
2801 handler on one child adds or removes other children. In any case,
2802 fixes should go to gst_bin_foreach.
2804 2004-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
2806 * gst/gstelement.c: (gst_element_set_state):
2807 compatibility fix for latest plugins release. Change loop back
2810 2004-07-09 Wim Taymans <wim@fluendo.com>
2812 * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
2813 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
2814 (gst_thread_main_loop):
2815 Since remove is virtual in GstBin we must not assume the
2816 elements GList to have anothing useful.
2817 Add some more logging to GstThread and be a bit more paranoid
2818 when resetting the scheduler.
2819 Set the state of the bin to NULL before removing the children.
2821 2004-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2823 * testsuite/threads/Makefile.am:
2824 * testsuite/threads/threadg.c:
2825 added test to check if problem when removing all elements from a
2826 GstThread before setting GstThread state to NULL
2828 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2830 * docs/gst/tmpl/gstelement.sgml:
2831 * docs/gst/tmpl/gsttypes.sgml:
2832 * gst/gstbin.c: (gst_bin_change_state):
2833 * gst/gstelement.c: (gst_element_set_state),
2834 (gst_element_change_state):
2835 rework so that for bins we try to set the state on all children
2836 as well even if the bin is in the correct state already.
2837 change while to do so at least one iteration is done.
2838 For regular elements, we fall back to the previous behaviour for
2839 now since we first need a new plugins release.
2840 * testsuite/states/parent.c: (main):
2844 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2846 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
2847 (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
2848 (gst_queue_release_locks), (gst_queue_change_state),
2849 (gst_queue_set_property):
2850 add proper lock debugging. Change dispose to finalize, since
2851 we're freeing mutexes and other stuff which should happen only once.
2853 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2855 * docs/gst/tmpl/gstelement.sgml:
2856 * docs/gst/tmpl/gstplugin.sgml:
2857 * docs/gst/tmpl/gsttypes.sgml:
2858 * docs/pwg/building-state.xml:
2859 * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
2860 * gst/gstelement.c: (gst_element_change_state):
2861 * gst/gstthread.c: (gst_thread_change_state):
2862 catch wrong state changes in element base class.
2864 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2867 clean up layout a little.
2869 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2872 * testsuite/Makefile.am:
2873 * testsuite/states/Makefile.am:
2874 * testsuite/states/parent.c: (main):
2875 re-enable states testsuite dir. Add test for state changes and
2878 2004-07-09 Wim Taymans <wim@fluendo.com>
2880 * gst/schedulers/gstoptimalscheduler.c:
2881 (gst_opt_scheduler_pad_link), (group_elements_set_visited),
2882 (element_get_reachables_func), (element_get_reachables),
2883 (debug_element), (rechain_group), (group_migrate_connected),
2884 (gst_opt_scheduler_pad_unlink):
2885 Do not try to migrate decoupled elements to a new group since
2886 they are not added to groups.
2888 2004-07-08 Benjamin Otte <otte@gnome.org>
2890 * gst/gstelement.c: (gst_element_error_func):
2891 make reentrant (= allow removing elements in error handler)
2893 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2895 * gst/gstpad.c: (gst_pad_event_default_dispatch),
2896 (gst_pad_send_event), (gst_pad_call_chain_function):
2897 events sent to elements below PAUSED cannot be handled, so
2900 2004-07-08 Wim Taymans <wim@fluendo.com>
2902 * gst/schedulers/gstoptimalscheduler.c:
2903 (chain_recursively_migrate_group), (create_group),
2904 (schedule_group), (gst_opt_scheduler_pad_link),
2905 (group_elements_set_visited), (element_get_reachables_func),
2906 (element_get_reachables), (group_can_reach_group), (debug_element),
2907 (rechain_group), (group_migrate_connected),
2908 (gst_opt_scheduler_pad_unlink):
2909 * testsuite/schedulers/Makefile.am:
2910 Implemented group splitting and rechaining.
2911 Fixes 143777 and 143777-2 in the testsuite.
2913 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2915 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2918 * gst/gstinfo.c: (gst_debug_log_default):
2919 print time nicely. add thread pointer until someone figures out
2920 a completely portable way of getting at thread id's.
2921 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
2922 (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
2923 (gst_pad_call_chain_function):
2925 * gst/schedulers/gstoptimalscheduler.c:
2926 (get_group_schedule_function), (loop_group_schedule_function),
2927 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2928 (pad_clear_queued), (gst_opt_scheduler_iterate):
2929 rename BUFPEN and friends to DATAPEN since that's what they are.
2931 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2933 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2936 cleanups and debugging
2938 2004-07-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
2941 * gst/gstvalue.c: (gst_value_compare_enum),
2942 (gst_value_serialize_enum), (gst_value_deserialize_enum),
2943 (gst_value_can_compare), (gst_value_compare):
2944 * testsuite/Makefile.am:
2945 * testsuite/enumcaps/Makefile.am:
2946 * testsuite/enumcaps/enumcaps.c:
2947 Fix enum serialization, deserialization, comparison in caps, add
2948 a test to ensure that this continues working in the future.
2950 2004-07-06 David Schleef <ds@schleef.org>
2952 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2955 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2957 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
2959 * gst/registries/gstxmlregistry.c:
2960 (plugin_times_older_than_recurse), (plugin_times_older_than),
2961 (gst_xml_registry_parse_padtemplate):
2962 only rebuild registry when actual plugins have a newer time than
2963 the registry. Fixes #145520
2965 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2967 * docs/manual/manual.xml:
2968 * docs/manual/win32.xml:
2969 add chapter on win32 building. fixes #142422
2971 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2973 patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
2975 * gst/autoplug/gstspider.c: (gst_spider_init),
2976 (gst_spider_dispose):
2977 fix spider memleaks. fixes #137863
2979 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2981 patch by: Joe Marcus Clarke <marcus at freebsd dot org>
2983 * gst/schedulers/gstoptimalscheduler.c:
2984 (gst_opt_scheduler_pad_unlink):
2985 fix SIGBUS error, fixes #145338
2987 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2989 * gst/gstobject.c: (gst_object_replace):
2990 * gst/gstscheduler.c: (gst_scheduler_get_clock):
2991 * gst/gstsystemclock.c: (gst_system_clock_obtain):
2992 clean up clock lifecycle. Fixes #109831
2994 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2998 added Czech translation (Miloslav Trmac)
3000 2004-07-04 David Schleef <ds@schleef.org>
3002 * tools/Makefile.am:
3003 * tools/gst-xmlinspect.1.in: Add man page. (bug #140219)
3005 2004-07-04 David Schleef <ds@schleef.org>
3007 * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
3009 2004-07-04 Thomas Vander Stichele <thomas at apestaart dot org>
3011 * gst/gstbin.c: (gst_bin_restore_thyself):
3012 chain to parent restore so the bins get restored correctly
3015 2004-07-03 David Schleef <ds@schleef.org>
3017 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
3018 Actually do something in these functions, like before the big
3019 caps change. (bug #145137)
3021 2004-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
3023 * gst/gstelement.c: (gst_element_get_compatible_pad_template),
3024 (gst_element_get_compatible_pad_filtered):
3025 * gst/gstthread.c: (gst_thread_main_loop):
3028 2004-07-02 David Schleef <ds@schleef.org>
3030 * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
3036 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
3038 * gst/gstpad.c: (gst_pad_check_schedulers),
3039 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
3040 (gst_pad_link_prepare):
3041 revert until testsuite is fixed
3043 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
3045 * testsuite/Makefile.am:
3046 * testsuite/caps/filtercaps.c: (main):
3047 * testsuite/clock/clock1.c: (main):
3048 * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
3051 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
3053 * testsuite/cleanup/cleanup1.c: (create_pipeline):
3054 * testsuite/cleanup/cleanup2.c: (create_pipeline):
3055 * testsuite/cleanup/cleanup4.c: (main):
3058 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
3060 * libs/gst/control/control.c:
3061 * libs/gst/control/dparam.c:
3062 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
3063 * libs/gst/control/dparammanager.c:
3064 * libs/gst/control/dparammanager.h:
3065 * testsuite/dynparams/Makefile.am:
3066 * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
3067 (gst_dptest_change_state), (gst_dptest_chain), (main):
3068 fix testcase for dparams
3069 add debugging category
3071 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
3076 2004-07-02 Benjamin Otte <otte@gnome.org>
3079 * tests/Makefile.am:
3080 * tests/mass_elements.c: (gst_get_current_time), (main):
3081 add simple benchmark to test various speeds of fakesrc ! identity !
3082 identity ! ... ! fakesink.
3083 Usage: mass_elements [num_identities] [num_buffers]
3084 If not specified they default to 1000.
3086 2004-07-02 Benjamin Otte <otte@gnome.org>
3088 * gst/gstpad.c: (gst_pad_check_schedulers),
3089 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
3090 (gst_pad_link_prepare):
3091 check that pads that get linked belong to the same manager. The old
3092 code allowed linking elements before putting them into bins, so it
3093 worked to link them and then put them in different threads, which
3094 lead to weird behaviour.
3095 Since this effectively disallows linking elements before putting
3096 them in a bin, some applications might not work after this and error
3097 out. If these applications are too critical, we might need to revert
3098 that patch. Please test this before the next release...
3100 2004-06-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
3102 * gst/gstpad.c: (gst_pad_get_caps):
3103 throw an error if the getcaps function does not return a subset of
3105 * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
3106 make disconts without position info an error in debugging
3107 * tests/spidey_bench.c: (handoff), (main):
3108 don't count first try when averaging
3110 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
3112 * gst/gstplugin.c: (gst_plugin_load_file):
3113 figure out problem with dynamic test
3115 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
3117 * docs/gst/Makefile.am:
3120 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
3132 * tools/gst-register.c: (plugin_added_func), (main):
3133 i18n-ize -register, fix plural
3135 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
3137 * gst/elements/gstidentity.c: (gst_identity_class_init),
3138 (gst_identity_init), (gst_identity_chain),
3139 (gst_identity_set_property), (gst_identity_get_property):
3140 * gst/elements/gstidentity.h:
3141 check for perfect stream
3143 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
3145 * gst/elements/gstidentity.c: (gst_identity_chain):
3148 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
3150 * docs/gst/Makefile.am:
3151 * docs/gst/gstreamer-docs.sgml:
3154 2004-06-24 David Schleef <ds@schleef.org>
3156 * autogen.sh: Remove call to env, since the buildbot isn't
3159 2004-06-24 Wim Taymans <wim@fluendo.com>
3161 * gst/elements/Makefile.am:
3162 * gst/elements/gstelements.c:
3163 * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
3164 (gst_multifdsink_class_init), (gst_multifdsink_init),
3165 (gst_multifdsink_add), (gst_multifdsink_remove),
3166 (gst_multifdsink_clear), (gst_multifdsink_chain),
3167 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
3168 * gst/elements/gstmultifdsink.h:
3169 Added an element that writes to multiple filedescriptors at once.
3171 2004-06-24 Benjamin Otte <otte@gnome.org>
3173 * gst/parse/grammar.y:
3174 don't try to link elements before they have been added to bins
3176 2004-06-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
3178 * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
3179 (gst_file_pad_get_length):
3180 * libs/gst/bytestream/filepad.h:
3183 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3185 * docs/gst/gstreamer-sections.txt:
3186 remove from docs, the define that Benjamin removed from gstelement.h
3188 2004-06-22 Benjamin Otte <otte@gnome.org>
3191 remove define that referenced a nonexisting GstElement struct member
3193 2004-06-20 Benjamin Otte <otte@gnome.org>
3195 * gst/gstdata.c: (gst_data_is_writable):
3196 whoops, return values were wrong, so writable data was marked as
3197 non-writable and vice versa. (fixes #143953, spotted by Francis
3199 Shows how rarely we need to copy data ;)
3201 2004-06-20 Benjamin Otte <otte@gnome.org>
3203 * testsuite/schedulers/.cvsignore:
3204 * testsuite/schedulers/Makefile.am:
3205 * testsuite/schedulers/143777-2.c: (main):
3206 add test for opt breakage in bug #143777
3208 2004-06-20 Benjamin Otte <otte@gnome.org>
3210 * gst/gstpad.c: (gst_pad_call_chain_function):
3211 check for if we were unlinked while inside the chainfunction (fixes
3212 entrygthread having issues with #143777)
3213 * testsuite/schedulers/143777.c: (main):
3214 * testsuite/schedulers/Makefile.am:
3215 add a test for that fix
3217 2004-06-20 Benjamin Otte <otte@gnome.org>
3219 * gst/gstvalue.c: (gst_value_set_int_range):
3220 test that start is smaller then end
3221 * libs/gst/bytestream/Makefile.am:
3222 * libs/gst/bytestream/filepad.c:
3223 * libs/gst/bytestream/filepad.h:
3224 add GstFilePad - a pad that behaves like a FILE*
3225 * testsuite/bytestream/.cvsignore:
3226 * testsuite/bytestream/Makefile.am:
3227 * testsuite/bytestream/filepadsink.c:
3228 test for the GstFilePad
3230 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
3232 * gst/elements/gstidentity.c: (gst_identity_class_init),
3233 (gst_identity_init), (gst_identity_set_clock),
3234 (gst_identity_chain), (gst_identity_set_property),
3235 (gst_identity_get_property):
3236 * gst/elements/gstidentity.h:
3237 * gst/gstclock.c: (gst_clock_id_wait):
3238 add a "sync" property to sync to the clock
3240 2004-06-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
3242 * gst/gstelementfactory.c: (gst_element_factory_create):
3243 make the freakin "elementfactory bla has no type" message more
3244 useful. So we actually can do something when someone shows up
3245 complaining about it.
3247 2004-06-15 Johan Dahlin <johan@gnome.org>
3249 * tools/gst-inspect.c (main): Fallback to plugin if no element is
3250 found. This matches the old behavior better. Thanks to Thomas for
3253 2004-06-14 David Schleef <ds@schleef.org>
3255 * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
3256 -fomit-frame-pointer. Appears to generate correct code in
3257 other cases as well.
3259 2004-06-14 Johan Dahlin <johan@gnome.org>
3261 * tools/gst-inspect.c (main): Add two new command line options: -a
3262 to print all elements and -n to print the name on each line. Also
3263 fix some error reporting.
3264 (main): Simplify, remove -n and always print names if -a is specified
3266 2004-06-13 Steve Lhomme <steve.lhomme@free.fr>
3268 * win32/gstconfig.h:
3269 * win32/GSTreamer.vcproj:
3271 * gst/gstconfig.h.in:
3278 * docs/gst/gstreamer-sections.txt:
3279 * docs/gst/tmpl/gstconfig.sgml:
3280 rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
3282 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
3283 * docs/gst/gstreamer-sections.txt:
3284 * docs/gst/tmpl/gstconfig.sgml:
3285 Add the GSTREAMER_EXPORT macro to the docs
3287 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
3289 * tools/gst-compprep.c: (handle_xmlerror), (main):
3290 Add a check for the version that introduced SetStructuredError to fix
3293 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3297 prepare to compile the testsuite with MSVC
3299 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3301 * docs/manual/win32.xml:
3302 attempt to transform the Win32 README into an XML doc
3304 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3313 * tools/gst-register.c:
3314 * win32/gstreamer.def:
3315 extern symbols are now exported for the Windows DLL
3317 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3320 fix a problem to enable/disable DEBUG under MSVC
3322 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3325 enable more debug code in DEBUG build
3327 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
3330 * gst/gst-i18n-app.h:
3331 enable NLS under Windows
3333 2004-06-12 Jan Schmidt <thaytan@mad.scientist.com>
3334 * tools/gst-compprep.c: (handle_xmlerror), (main):
3335 Make an error that baffled me a bit clearer
3337 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
3340 don't use g_queue_get_length () because it's 2.4, use ->length
3342 2004-06-11 Steve Lhomme <steve.lhomme@free.fr>
3344 reviewed by Benjamin Otte <in7y118@public.uni-hamburg.de>
3346 * tools/gst-inspect.c: (print_signal_info):
3347 don't free random data twice. (fixes #144185)
3349 2004-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
3353 fix removing from the wrong queue on event timeout
3354 fix disposing of the event queue by casting correctly
3355 add mutexes for handling the event queue
3356 someone was sleeping when fixing queue last time around :)
3358 2004-06-10 Johan Dahlin <johan@gnome.org>
3360 * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
3361 errors, like gtk. It makes it more useful in bindings. Fixes #141692.
3363 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
3366 * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
3367 * libs/gst/dataprotocol/dataprotocol.c:
3368 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3369 (gst_dp_buffer_from_header):
3370 * libs/gst/dataprotocol/dataprotocol.h:
3371 * libs/gst/dataprotocol/dp-private.h:
3372 rev version to 0.1, add buffer flags and copy them
3374 2004-06-09 Johan Dahlin <johan@gnome.org>
3376 * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
3377 the flags from the buffer we're copying.
3379 2004-06-09 Wim Taymans <wim@fluendo.com>
3381 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
3382 * gst/elements/gstidentity.c: (gst_identity_init),
3383 (gst_identity_chain):
3384 Print more buffer info in fakesink.
3385 Make identity output similar to fakesink.
3387 2004-06-07 Daniel Gazard <dany42@free.fr>
3389 reviewed by Benjamin Otte <otte@gnome.org>
3392 fix cross compiling not working. (fixes #143741)
3394 2004-06-07 Benjamin Otte <otte@gnome.org>
3396 * gst/gstelement.c: (gst_element_set_time_delay):
3399 put brackets around macro arguments of GST_TIME_ARGS, add note to
3400 move it to correct header in 0.9
3402 2004-06-07 Benjamin Otte <otte@gnome.org>
3404 * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
3405 (gst_file_index_load), (_file_index_id_save_entries),
3406 (gst_file_index_commit), (gst_file_index_add_association),
3407 (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
3408 (gst_file_index_plugin_init):
3409 make debugging use a default category
3411 2004-06-06 David Moore <dcm@acm.org>
3413 reviewed by Benjamin Otte <otte@gnome.org>
3415 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3416 (gst_fdsrc_change_state):
3417 reset offset counter when going READY => PAUSED. (fixes #142903)
3419 2004-06-06 ed@catmur.co.uk
3421 reviewed by Benjamin Otte <otte@gnome.org>
3423 * gst/registries/gstxmlregistry.c:
3424 (gst_xml_registry_rebuild_recurse):
3425 don't rely on g_dir_open to figure out if a file is a directory, use
3426 explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
3427 directories. (fixes #142850)
3429 2004-06-06 Benjamin Otte <otte@gnome.org>
3431 * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
3432 fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
3433 * libs/gst/bytestream/adapter.c:
3434 * libs/gst/bytestream/adapter.h:
3435 fix copyright in header and typo in debugging category name
3437 2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3442 === release 0.8.3 ===
3444 2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
3447 update libtool versioning
3449 * docs/gst/tmpl/gstelement.sgml:
3450 * docs/gst/tmpl/gsttypes.sgml:
3451 * gst/gstinfo.c: (_gst_debug_init):
3452 put back GST_CAT_DATAFLOW to fix API breakage
3454 2004-06-04 David Schleef <ds@schleef.org>
3456 * autogen.sh: Add a temporary 'env' to test buildbot problems.
3458 2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3463 === release 0.8.2 ===
3465 2004-06-03 Thomas Vander Stichele <thomas at apestaart dot org>
3467 * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
3468 check GST_DEBUG environment variable which is parsed the same way
3471 2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3473 * gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
3474 gstmd5sink.c gstshaper.c gsttee.c
3475 gsttypefindelement.c
3476 * gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
3478 - removing trailing commas at end of enums
3479 it is correct C99 code but C90 compilers would complain
3481 ('should' fix #143290, at least partially)
3483 2004-05-27 Wim Taymans <wim@fluendo.com>
3485 * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
3486 (chain_group_set_enabled), (create_group), (add_to_group),
3487 (merge_groups), (setup_group_scheduler), (group_elements),
3488 (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
3489 Don't try to follow the pad connections with other groups
3490 when a loop based element is added to the scheduler because
3491 the bin will inform the scheduler about the pad links a little
3494 2004-05-27 Wim Taymans <wim@fluendo.com>
3496 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3497 (remove_from_chain), (chain_group_set_enabled),
3498 (setup_group_scheduler), (group_element_set_enabled),
3499 (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
3500 (gst_opt_scheduler_show):
3501 Elements without a group can do a state change as well, just wait
3502 with the setup of the scheduling function when it is added to a
3505 2004-05-27 Wim Taymans <wim@fluendo.com>
3507 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3508 (remove_from_chain), (chain_group_set_enabled), (add_to_group),
3509 (merge_groups), (setup_group_scheduler),
3510 (group_inc_links_for_element), (gst_opt_scheduler_iterate),
3511 (gst_opt_scheduler_show):
3512 Fixes to maintain internal consistency of the scheduler data
3514 - adding an enabled group to a chain should increment the
3515 number of enabled elements in that chain.
3516 - removing an enabled group from a chain could disable the
3518 - removing a disabled group from a chain could enable the
3520 - add g_assert when internal inconsistency is detected.
3521 - adding an element to a group could increase the number of
3522 links this group has with other groups.
3523 - merging two groups also merges the chains.
3524 - also show group links in the _show method.
3527 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
3529 * gst/gstcaps.c: (gst_caps_structure_simplify):
3530 don't print error messages when there is no error
3531 * gst/gstvalue.c: (gst_value_compare_int_range):
3532 compare the second value, too
3533 * testsuite/caps/Makefile.am:
3534 * testsuite/caps/random.c: (assert_on_error), (main):
3535 add tests to make sure the two things above are checked for
3537 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
3540 * libs/gst/dataprotocol/Makefile.am:
3541 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
3542 * libs/gst/dataprotocol/dataprotocol.h:
3543 wrap header in GST_ENABLE_NEW. make code use it
3545 2004-05-23 Johan Dahlin <johan@gnome.org>
3547 * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
3548 so verbose and print GstElement signal names all the time.
3550 2004-05-22 David Schleef <ds@schleef.org>
3552 * gst/registries/gstxmlregistry.c:
3553 (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
3556 2004-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
3559 scrub cflags for glib2 so gcc doesn't complain when glib is in
3562 2004-05-21 Johan Dahlin <johan@gnome.org>
3564 * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
3565 __GNUC__, patch from Brian Cameron, fixes bug #142804
3567 2004-05-20 David Schleef <ds@schleef.org>
3569 * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
3570 comparison code. (bug #142819)
3572 2004-05-20 Wim Taymans <wim@fluendo.com>
3574 * gst/gstbuffer.c: (gst_buffer_default_copy):
3576 Added Comment to a flag.
3577 copy relevant flags in _buffer_copy.
3579 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3581 reviewed by: Wim Taymans <wim at fluendo dot com>
3584 add GST_BUFFER_IN_CAPS buffer flag
3585 * gst/gststructure.c: (gst_structure_value_get_generic_type),
3586 (gst_structure_parse_any_list), (gst_structure_parse_list),
3587 (gst_structure_parse_fixed_list), (gst_structure_parse_value):
3588 * gst/gstvalue.c: (gst_value_serialize_any_list),
3589 (gst_value_transform_any_list_string),
3590 (gst_value_list_prepend_value), (gst_value_list_append_value),
3591 (gst_value_list_get_size), (gst_value_list_get_value),
3592 (gst_value_transform_list_string),
3593 (gst_value_transform_fixed_list_string),
3594 (gst_value_serialize_list), (gst_value_serialize_fixed_list),
3595 (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
3596 (_gst_value_initialize):
3598 add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
3600 * testsuite/caps/string-conversions.c: (main):
3601 add regression tests for < >
3603 2004-05-20 Johan Dahlin <johan@gnome.org>
3605 * docs/gst/Makefile.am (all-local): Re-add
3607 2004-05-20 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3609 * docs/gst/Makefile.am:
3610 * docs/gst/gstreamer-docs.sgml:
3611 * docs/libs/Makefile.am:
3612 * docs/libs/gstreamer-libs-docs.sgml:
3613 fix distcheck issues
3615 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3617 * libs/gst/dataprotocol/Makefile.am:
3620 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3622 * libs/gst/dataprotocol/Makefile.am:
3623 * libs/gst/dataprotocol/dataprotocol.c:
3624 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3625 (gst_dp_packet_from_event), (gst_dp_event_from_packet):
3626 * libs/gst/dataprotocol/dp-private.h:
3627 use GST macros to read/write fixed length ints
3628 add some more asserts
3630 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3632 * docs/libs/gstreamer-libs-docs.sgml:
3633 * docs/libs/gstreamer-libs-sections.txt:
3634 remove idct and putbits
3636 * docs/libs/tmpl/gstdataprotocol.sgml:
3637 * libs/gst/Makefile.am:
3638 * libs/gst/dataprotocol/Makefile.am:
3639 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
3640 (buffer_test), (caps_test), (event_test), (main):
3641 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
3642 (gst_dp_dump_byte_array), (gst_dp_init),
3643 (gst_dp_header_payload_length), (gst_dp_header_payload_type),
3644 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3645 (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
3646 (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
3647 (gst_dp_validate_header), (gst_dp_validate_payload),
3648 (gst_dp_validate_packet), (plugin_init):
3649 * libs/gst/dataprotocol/dataprotocol.h:
3650 * libs/gst/dataprotocol/dp-private.h:
3653 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3655 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
3656 fix int variable deserialization and add a helper so we can actually
3659 2004-05-18 David Schleef <ds@schleef.org>
3661 * testsuite/debug/commandline.c: (main): Call ./commandline, not
3662 argv[0]. Calling yourself is probably not the best way to
3663 construct a test like this, btw.
3665 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3667 * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
3668 don't claim to be more intelligent than a scheduler when the
3669 scheduler claims the pipeline is stopped
3670 * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
3671 (safe_cothread_destroy),
3672 (gst_entry_scheduler_remove_all_cothreads),
3673 (gst_entry_scheduler_reset), (_remove_cothread),
3674 (gst_entry_scheduler_state_transition):
3675 hold off cothread destruction if we're not in main cothread
3677 * testsuite/Makefile.am:
3679 * testsuite/schedulers/.cvsignore:
3680 * testsuite/schedulers/Makefile.am:
3682 * testsuite/schedulers/relink.c: (cb_handoff), (main):
3683 check relinking and adding/removing elements from a running pipeline
3684 * testsuite/schedulers/unlink.c: (cb_handoff), (main):
3685 check unlinking in a running pipeline
3686 * testsuite/schedulers/unref.c: (cb_handoff), (main):
3687 check unreffing a running pipeline
3688 * testsuite/schedulers/useless_iteration.c: (main):
3689 check iterating a pipeline that contains running threads works
3691 2004-05-18 David Schleef <ds@schleef.org>
3693 * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
3696 2004-05-18 Wim Taymans <wim@fluendo.com>
3698 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3699 (setup_group_scheduler), (gst_opt_scheduler_pad_link):
3700 Fixed an error introduced with patch for 1.63. When setting
3701 a get based element as the entry point in a group, make sure
3702 to mark the group as GET based.
3704 2004-05-18 Wim Taymans <wim@fluendo.com>
3706 * gst/schedulers/gstoptimalscheduler.c: (create_group),
3707 (setup_group_scheduler), (loop_group_schedule_function),
3708 (gst_opt_scheduler_pad_link):
3709 Added some more debug info and fixed a bug where the group
3710 type was set to LOOP but it was in fact unknown.
3712 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3714 * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
3715 make resetting scheduler work twice in a row
3717 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3719 * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
3720 (CREATE_USERIALIZATION), (_gst_value_initialize),
3721 (gst_value_compare_float), (gst_value_serialize_float),
3722 (gst_value_deserialize_float), (gst_value_compare_enum),
3723 (gst_value_serialize_enum), (gst_value_deserialize_enum):
3724 add serialization and comparison functions for long, int64, enum and
3726 * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
3727 use best serialization function in type hierarchy instead of only a
3728 matching one. This is required for enums to work.
3729 * gst/parse/grammar.y:
3730 use gst_caps_deserialize
3731 * testsuite/parse/Makefile.am:
3733 * testsuite/parse/parse1.c: (main):
3734 remove aggregator check, aggregator is broken, this test works now
3735 but fails because of bug #138012
3736 * testsuite/parse/parse2.c: (main):
3737 s/xvideosink/xvimagesink - this test looks a lot like we should
3740 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
3742 * gst/gstelement.c: (gst_element_class_init):
3743 whoops, store the signal id correctly
3744 * gst/schedulers/gstbasicscheduler.c:
3745 (gst_basic_scheduler_chain_wrapper):
3746 detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
3747 chain function isn't linked
3749 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3751 Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
3752 support until we decide where the flags should be used
3753 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
3754 Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
3755 * gst/gstpad.c: (gst_pad_link_call_link_functions):
3756 Output refused caps in the debug info
3758 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
3760 * gst/elements/gstidentity.c: (gst_identity_chain):
3762 * gst/gstinfo.c: (gst_debug_log_default):
3765 2004-05-13 Benjamin Otte <otte@gnome.org>
3767 * gst/gstpipeline.c: (gst_pipeline_dispose),
3768 (gst_pipeline_change_state):
3769 call gst_scheduler_reset on dispose (fixes #141416)
3771 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3773 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3774 compute mapsize correctly
3775 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3776 use correct datatypes when calling a varargs function
3777 * gst/elements/gsttypefindelement.c: (stop_typefinding):
3778 push a DISCONT event as first thing
3779 * gst/gst_private.h:
3780 * gst/gstinfo.c: (_gst_debug_init):
3781 remove GST_DATAFLOW debugging category
3782 * gst/gstbin.c: (gst_bin_iterate):
3783 use GST_SCHEDULING category
3784 * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
3785 (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
3786 (gst_pad_call_get_function):
3787 add GST_DATAFLOW to easily track flow of buffers or events.
3788 * gst/gstqueue.c: (gst_queue_get_type),
3789 (gst_queue_handle_pending_events), (gst_queue_chain),
3790 (gst_queue_get), (gst_queue_handle_src_event):
3791 use own static debugging category GST_DATAFLOW for dataflow,
3792 use DEBUG category for showing which path events go, use LOG
3793 category for buffers.
3795 2004-05-10 David Schleef <ds@schleef.org>
3797 * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
3799 2004-05-10 David Schleef <ds@schleef.org>
3801 * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
3802 symbols, because otherwise we don't know what they are. Thanks,
3804 * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
3806 2004-05-10 David Schleef <ds@schleef.org>
3809 * win32/Makefile: When using make clean the MS Visual Studio makefiles
3811 * win32/Makefile.inspect:
3812 * win32/Makefile.launch:
3813 * win32/Makefile.register:
3815 2004-05-10 David Schleef <ds@schleef.org>
3817 * gst/gstinfo.h: Add missing inline function.
3818 * gst/gsttrace.c: add include
3819 * gst/parse/grammar.y: remove unused code
3820 * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
3822 * tools/gst-register.c: wrap unistd.h
3824 More additions/fixes from Steve for the MSVC build.
3825 * win32/GStreamer.vcproj:
3827 * win32/Makefile.inspect:
3828 * win32/Makefile.launch:
3829 * win32/Makefile.register:
3831 * win32/gst-inspect.vcproj:
3832 * win32/gst-launch.vcproj:
3833 * win32/gst-register.vcproj:
3834 * win32/gstbytestream.def:
3835 * win32/gstbytestream.vcproj:
3836 * win32/gstconfig.h:
3837 * win32/gstelements.def:
3838 * win32/gstelements.vcproj:
3839 * win32/gstenumtypes.c:
3840 * win32/gstenumtypes.h:
3841 * win32/gstoptimalscheduler.def:
3842 * win32/gstoptimalscheduler.vcproj:
3843 * win32/gstreamer.def:
3844 * win32/gstspider.def:
3845 * win32/gstspider.vcproj:
3846 * win32/gstversion.h:
3849 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
3851 * gst/gstelement.c: (gst_element_class_init),
3852 (gst_element_no_more_pads):
3854 add gst_element_no_more_pads and the "no-more-pads" signal
3856 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
3858 * gst/gstregistry.c: (gst_registry_add_plugin):
3859 refuse to add plugins when a plugin with same name is already
3860 registered. Fixes a bunch of "How to remove plugins?" issues.
3861 May lead to other problems though, let's test
3863 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3865 * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
3866 * docs/manual/pads-api.xml : audio/wav => audio/x-wav
3867 * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
3869 2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
3871 * tests/Makefile.am: fix am16 issue
3873 2004-05-09 Benjamin Otte <otte@gnome.org>
3875 * libs/gst/bytestream/Makefile.am:
3876 we should indeed add .c files to makefiles or they won't be built
3879 2004-05-08 Benjamin Otte <otte@gnome.org>
3881 * gst/gstpad.c: (gst_pad_proxy_fixate):
3882 really reduce the set of caps
3884 2004-05-08 Benjamin Otte <otte@gnome.org>
3886 * tests/Makefile.am:
3887 * tests/spidey_bench.c: (handoff), (main):
3888 add benchmark to test how long spider needs to create a pipeline
3890 2004-05-08 Benjamin Otte <otte@gnome.org>
3892 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
3893 mark links as unengaged when unnegotiating instead of deactivating.
3894 This way pads aren't marked as unengaged when going PLAYING=>PAUSED
3896 2004-05-08 Benjamin Otte <otte@gnome.org>
3898 * docs/manual/helloworld.xml:
3899 s/audiosink/osssink (patch by Patrick Guimond)
3901 2004-05-07 David Schleef <ds@schleef.org>
3903 * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
3904 since it contains important stuff.
3906 2004-05-07 David Schleef <ds@schleef.org>
3908 * testsuite/caps/caps.c: (test3), (main): A check for appending
3911 2004-05-07 David Schleef <ds@schleef.org>
3913 * common/m4/as-compiler-flag.m4: Properly quote arguments,
3914 which may contain commas. Fixes detection of -Wa,-mregnames
3916 2004-05-06 David Schleef <ds@schleef.org>
3918 Changes to handle compilers that don't have variadic macro
3919 support. In particular, glib headers define some inlines
3920 that need G_LOG_DOMAIN defined. Additional fixes for MSVC
3924 * gst/elements/gstfdsink.c:
3925 * gst/elements/gstfdsrc.c:
3926 * gst/elements/gstfilesink.c:
3927 * gst/elements/gstfilesrc.c:
3928 * gst/gst_private.h:
3930 * gst/gstcaps.c: (gst_caps_append):
3931 * gst/gstcpu.c: (gst_cpuid_i386):
3938 * gst/gstregistry.c:
3939 * gst/gststructure.c:
3940 * gst/gsttaginterface.c:
3941 * gst/gsttrace.c: (gst_trace_new):
3942 * gst/gsttrashstack.c:
3945 * gst/parse/grammar.y:
3946 * gst/parse/parse.l:
3947 * tools/gst-inspect.c: (main):
3948 * tools/gst-launch.c: (main):
3949 * tools/gst-xmlinspect.c: (PUT_STRING):
3951 2004-05-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3953 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3954 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3955 * gst/elements/gstfilesrc.h:
3956 send NEW_MEDIA events correctly
3957 * gst/elements/gsttypefindelement.c: (start_typefinding),
3958 (gst_type_find_element_handle_event):
3959 restart typefinding when we get a NEW_MEDIA event
3960 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
3962 don't die when someone removes elements in callbacks
3963 * gst/gstelement.c: (gst_element_change_state):
3965 * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
3966 we need a NEW_MEDIA event to engage a link
3967 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
3968 don't g_print debugging stuff
3969 * testsuite/caps/simplify.c: (check_caps):
3971 2004-05-04 Benjamin Otte <otte@gnome.org>
3973 * gst/parse/grammar.y:
3974 use GST_ERROR instead of g_warning, and always throw a GST_ERROR
3976 2004-05-04 Benjamin Otte <otte@gnome.org>
3978 * testsuite/caps/renegotiate.c: (main):
3979 improve output in error case
3981 2004-05-04 Benjamin Otte <otte@gnome.org>
3983 * gst/parse/grammar.y:
3984 fix assert to not trigger when there's no error argument
3985 * gst/parse/parse.l:
3986 fix definition of caps to allow more than two structures
3987 * testsuite/caps/Makefile.am:
3988 * testsuite/caps/renegotiate.c: (main):
3989 it's sinesrc and works in that case
3991 2004-05-04 Wim Taymans <wim@fluendo.com>
3993 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3994 (group_dec_link), (gst_opt_scheduler_pad_unlink):
3995 when removing an element from a group, we always need to
3996 decrement the link count that this group had with other
3997 groups through the element.
3998 added an extra assert to catch inconsistencies when decrementing
4001 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
4004 * docs/gst/Makefile.am:
4005 * docs/gst/gstreamer-sections.txt:
4006 * docs/gst/tmpl/gstcompat.sgml:
4007 * examples/appreader/Makefile.am:
4008 * examples/cutter/Makefile.am:
4009 * examples/events/Makefile.am:
4010 * examples/helloworld/Makefile.am:
4011 * examples/helloworld2/Makefile.am:
4012 * examples/launch/Makefile.am:
4013 * examples/manual/Makefile.am:
4014 * examples/mixer/Makefile.am:
4015 * examples/pingpong/Makefile.am:
4016 * examples/plugins/Makefile.am:
4017 * examples/queue/Makefile.am:
4018 * examples/queue2/Makefile.am:
4019 * examples/queue3/Makefile.am:
4020 * examples/queue4/Makefile.am:
4021 * examples/retag/Makefile.am:
4022 * examples/thread/Makefile.am:
4023 * examples/typefind/Makefile.am:
4024 * examples/xml/Makefile.am:
4026 * gst/autoplug/Makefile.am:
4027 * gst/elements/Makefile.am:
4029 * gst/indexers/Makefile.am:
4030 * gst/parse/Makefile.am:
4031 * gst/registries/Makefile.am:
4032 * gst/schedulers/Makefile.am:
4033 * libs/gst/bytestream/Makefile.am:
4034 * libs/gst/control/Makefile.am:
4035 * libs/gst/getbits/Makefile.am:
4045 * tests/Makefile.am:
4046 * tests/bufspeed/Makefile.am:
4047 * tests/instantiate/Makefile.am:
4048 * tests/memchunk/Makefile.am:
4049 * tests/muxing/Makefile.am:
4050 * tests/negotiation/Makefile.am:
4051 * tests/probes/Makefile.am:
4052 * tests/sched/Makefile.am:
4053 * tests/seeking/Makefile.am:
4054 * tests/threadstate/Makefile.am:
4055 * testsuite/caps/Makefile.am:
4056 * testsuite/cleanup/Makefile.am:
4057 * testsuite/dlopen/Makefile.am:
4058 * testsuite/dynparams/Makefile.am:
4059 * testsuite/plugin/Makefile.am:
4060 * testsuite/states/Makefile.am:
4061 * tools/Makefile.am:
4062 reorganize compile/link flags to be consistent
4063 put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
4065 2004-05-04 David Schleef <ds@schleef.org>
4067 The "once more, with feeling" check-in.
4068 * testsuite/caps/Makefile.am: dist caps_strings
4069 * testsuite/caps/renegotiate.c: (main): This test triggers a
4070 segfault in the core. Marking as failing.
4072 2004-05-03 David Schleef <ds@schleef.org>
4074 * testsuite/caps/deserialize.c: (main): Fix problems noticed
4076 * testsuite/caps/renegotiate.c: (main): Same.
4078 2004-05-03 David Schleef <ds@schleef.org>
4080 * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
4082 2004-05-03 David Schleef <ds@schleef.org>
4084 * testsuite/caps/deserialize.c: (main): Use the srcdir environment
4085 variable to find our source file.
4087 2004-05-03 David Schleef <ds@schleef.org>
4089 * configure.ac: Link plugins with libgstreamer and dependent
4091 * testsuite/caps/Makefile.am:
4092 * testsuite/caps/caps_strings:
4093 * testsuite/caps/deserialize.c: (main): Add a little test to slog
4094 through a file of caps strings and test each one
4096 2004-05-04 Benjamin Otte <otte@gnome.org>
4098 * libs/gst/bytestream/Makefile.am:
4099 * libs/gst/bytestream/adapter.c:
4100 * libs/gst/bytestream/adapter.h:
4101 add GstAdapter, similar to bytestream, but doesn't require ugly event
4102 handling or uglier loopbased elements
4104 2004-05-03 David Schleef <ds@schleef.org>
4106 * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
4107 * testsuite/caps/erathostenes.c:
4108 * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
4110 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4113 remove hardcoded stylesheet path (duh)
4114 * docs/random/release:
4115 * docs/gst/gstreamer-sections.txt:
4118 * gst/gst_private.h:
4124 * gst/gstinterface.c:
4125 * gst/gstmemchunk.c:
4128 * gst/gstregistry.c:
4129 * gst/gstregistrypool.c:
4130 * gst/gststructure.c:
4131 * gst/gsttaginterface.c:
4134 * gst/gsttypefind.c: (gst_type_find_factory_get_type):
4137 deprecate gst_info; remove gstlog.h
4140 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4146 updated translations
4148 2004-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4150 * gst/gstbin.c: (gst_bin_dispose):
4153 2004-05-03 Johan Dahlin <johan@gnome.org>
4155 * gst/schedulers/gstoptimalscheduler.c
4156 (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
4157 really is a GstElement. Avoids critical when running gst-launch -v
4158 and a oggdemux/decoding pipeline.
4160 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4162 * docs/gst/tmpl/gstpipeline.sgml :
4163 * docs/manual/elements-api.xml :
4164 doc fix by Patrick Guimond (Protector) from devel ML
4167 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4169 * docs/gst/Makefile.am :
4170 * docs/libs/Makefile.am :
4171 apply a patch from Arwed v. Merkatz so that gtk-doc
4172 generated docs install (same for .devhelp file)
4173 (fixes part 1 of #138836)
4175 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4177 * docs/faq/dependencies.xml: typo
4178 * docs/faq/getting.xml :
4179 - fix download URL for new gstreamer site
4180 - hide sf.net download page as latest version aren't there
4182 - fill "get via CVS" paragraph (link to dev page on the site)
4183 * docs/faq/general.xml:
4184 hide status tables as they no more exists
4185 change case on plugins license file to reflect reality
4186 * docs/faq/troubleshooting.xml:
4187 remove the wiki question/answer as there is no more wiki
4189 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
4192 include the headers needed for declarations used in this header
4194 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4196 * docs/random/uraeus/gstreamer_and_midi.txt :
4197 add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
4200 2004-04-30 Sebastien Cote <sc5@hermes.usherb.ca>
4202 reviewed by Benjamin Otte <otte@gnome.org>
4204 * gst/schedulers/gthread-cothreads.h:
4205 free allocated data for main cothread, too when destroying context
4208 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4210 * docs/manual/goals.xml : remove duplicated paragraph at end
4211 of doc page (fixes #141448)
4213 2004-04-29 David Schleef <ds@schleef.org>
4215 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
4216 Patch from Sebastien Cote to fix leakage of events. (bug #141414)
4218 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
4220 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4225 rename typefind source file
4227 2004-04-28 David Schleef <ds@schleef.org>
4229 Several new files from Steve Lhomme's MSVC patch (bug #141317):
4230 * win32/GStreamer.vcproj:
4233 * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
4234 (_trewinddir), (_ttelldir), (_tseekdir):
4236 * win32/gst-inspect.vcproj:
4237 * win32/gst-launch.vcproj:
4238 * win32/gst-register.vcproj:
4239 * win32/gstbytestream.vcproj:
4240 * win32/gstelements.vcproj:
4241 * win32/gstoptimalscheduler.vcproj:
4242 * win32/gstspider.vcproj:
4244 * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
4249 2004-04-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
4251 * gst/gst.c: (init_post):
4253 remove useless _gst_progname stuff
4254 * tools/gst-inspect.c: (print_field), (print_caps):
4257 2004-04-28 David Schleef <ds@schleef.org>
4259 Disable parsing of a lot of files that aren't part of the
4260 exported API. Move corresponding template files to old/,
4261 waiting for removal when they don't contain anything
4263 * docs/gst/Makefile.am:
4264 * docs/gst/gstreamer-sections.txt:
4265 * docs/gst/tmpl/cothreads.sgml:
4266 * docs/gst/tmpl/cothreads_compat.sgml:
4267 * docs/gst/tmpl/gettext.sgml:
4268 * docs/gst/tmpl/gobject2gtk.sgml:
4269 * docs/gst/tmpl/grammar.tab.sgml:
4270 * docs/gst/tmpl/gst-i18n-app.sgml:
4271 * docs/gst/tmpl/gst-i18n-lib.sgml:
4272 * docs/gst/tmpl/gst_private.sgml:
4273 * docs/gst/tmpl/gstaggregator.sgml:
4274 * docs/gst/tmpl/gstarch.sgml:
4275 * docs/gst/tmpl/gstatomic_impl.sgml:
4276 * docs/gst/tmpl/gstbufferstore.sgml:
4277 * docs/gst/tmpl/gstdata_private.sgml:
4278 * docs/gst/tmpl/gstdisksink.sgml:
4279 * docs/gst/tmpl/gstdisksrc.sgml:
4280 * docs/gst/tmpl/gstelementfactory.sgml:
4281 * docs/gst/tmpl/gstextratypes.sgml:
4282 * docs/gst/tmpl/gstfakesink.sgml:
4283 * docs/gst/tmpl/gstfakesrc.sgml:
4284 * docs/gst/tmpl/gstfdsink.sgml:
4285 * docs/gst/tmpl/gstfdsrc.sgml:
4286 * docs/gst/tmpl/gstfilesink.sgml:
4287 * docs/gst/tmpl/gstfilesrc.sgml:
4288 * docs/gst/tmpl/gsthttpsrc.sgml:
4289 * docs/gst/tmpl/gstidentity.sgml:
4290 * docs/gst/tmpl/gstindexfactory.sgml:
4291 * docs/gst/tmpl/gstmarshal.sgml:
4292 * docs/gst/tmpl/gstmd5sink.sgml:
4293 * docs/gst/tmpl/gstmultidisksrc.sgml:
4294 * docs/gst/tmpl/gstmultifilesrc.sgml:
4295 * docs/gst/tmpl/gstpadtemplate.sgml:
4296 * docs/gst/tmpl/gstpipefilter.sgml:
4297 * docs/gst/tmpl/gstschedulerfactory.sgml:
4298 * docs/gst/tmpl/gstsearchfuncs.sgml:
4299 * docs/gst/tmpl/gstshaper.sgml:
4300 * docs/gst/tmpl/gstspider.sgml:
4301 * docs/gst/tmpl/gstspideridentity.sgml:
4302 * docs/gst/tmpl/gststatistics.sgml:
4303 * docs/gst/tmpl/gsttee.sgml:
4304 * docs/gst/tmpl/gsttimecache.sgml:
4305 * docs/gst/tmpl/gsttypefind.sgml:
4306 * docs/gst/tmpl/gsttypefindfactory.sgml:
4307 * docs/gst/tmpl/gstxmlregistry.sgml:
4308 * docs/gst/tmpl/gthread-cothreads.sgml:
4309 * docs/gst/tmpl/old/cothreads.sgml:
4310 * docs/gst/tmpl/old/cothreads_compat.sgml:
4311 * docs/gst/tmpl/old/gettext.sgml:
4312 * docs/gst/tmpl/old/gobject2gtk.sgml:
4313 * docs/gst/tmpl/old/grammar.tab.sgml:
4314 * docs/gst/tmpl/old/gst-i18n-app.sgml:
4315 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
4316 * docs/gst/tmpl/old/gst_private.sgml:
4317 * docs/gst/tmpl/old/gstaggregator.sgml:
4318 * docs/gst/tmpl/old/gstarch.sgml:
4319 * docs/gst/tmpl/old/gstatomic_impl.sgml:
4320 * docs/gst/tmpl/old/gstbufferstore.sgml:
4321 * docs/gst/tmpl/old/gstdata_private.sgml:
4322 * docs/gst/tmpl/old/gstdisksink.sgml:
4323 * docs/gst/tmpl/old/gstdisksrc.sgml:
4324 * docs/gst/tmpl/old/gstelementfactory.sgml:
4325 * docs/gst/tmpl/old/gstextratypes.sgml:
4326 * docs/gst/tmpl/old/gstfakesink.sgml:
4327 * docs/gst/tmpl/old/gstfakesrc.sgml:
4328 * docs/gst/tmpl/old/gstfdsink.sgml:
4329 * docs/gst/tmpl/old/gstfdsrc.sgml:
4330 * docs/gst/tmpl/old/gstfilesink.sgml:
4331 * docs/gst/tmpl/old/gstfilesrc.sgml:
4332 * docs/gst/tmpl/old/gsthttpsrc.sgml:
4333 * docs/gst/tmpl/old/gstidentity.sgml:
4334 * docs/gst/tmpl/old/gstindexfactory.sgml:
4335 * docs/gst/tmpl/old/gstmarshal.sgml:
4336 * docs/gst/tmpl/old/gstmd5sink.sgml:
4337 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
4338 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
4339 * docs/gst/tmpl/old/gstpadtemplate.sgml:
4340 * docs/gst/tmpl/old/gstpipefilter.sgml:
4341 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
4342 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
4343 * docs/gst/tmpl/old/gstshaper.sgml:
4344 * docs/gst/tmpl/old/gstspider.sgml:
4345 * docs/gst/tmpl/old/gstspideridentity.sgml:
4346 * docs/gst/tmpl/old/gststatistics.sgml:
4347 * docs/gst/tmpl/old/gsttee.sgml:
4348 * docs/gst/tmpl/old/gsttimecache.sgml:
4349 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
4350 * docs/gst/tmpl/old/gstxmlregistry.sgml:
4351 * docs/gst/tmpl/old/gthread-cothreads.sgml:
4352 * docs/gst/tmpl/old/types.sgml:
4353 * docs/gst/tmpl/types.sgml:
4355 Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
4356 gtkdoc-scan doesn't like files with the same name in different
4358 * gst/elements/Makefile.am:
4359 * gst/elements/gstelements.c:
4360 * gst/elements/gsttypefind.c:
4361 * gst/elements/gsttypefind.h:
4362 * gst/elements/gsttypefindelement.c:
4363 * gst/elements/gsttypefindelement.h:
4365 2004-04-28 David Schleef <ds@schleef.org>
4367 A bunch of portability fixes, derived from Steve Lhomme's MSVC
4368 patch (bug #141317):
4369 * gst/gst-i18n-lib.h: Allow disabling gettext.
4370 * gst/gstatomic_impl.h: disable warning when it's dumb.
4371 * gst/gstclock.c: fix include
4372 * gst/gstcompat.h: fix variadic macro
4373 * gst/gstinfo.c: fix include
4374 * gst/gstmacros.h: add defines for inlines on MSVC
4375 * gst/gstplugin.c: fix includes
4376 * gst/gstregistry.c: fix includes
4377 * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
4378 * gst/gstsystemclock.c: fix include
4379 * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
4380 S_IREAD if S_IRUSR isn't defined. fix use of non-portable functions
4381 * gst/registries/gstxmlregistry.c:
4382 (gst_xml_registry_parse_element_factory): fix use of non-portable
4384 * libs/gst/control/dparam.h: Remove trailing comma in enum definition
4385 * libs/gst/control/dparammanager.h: same
4387 2004-04-28 David Schleef <ds@schleef.org>
4389 Move a bunch of unused files to old/ with names that are
4390 not case-insensitive-unique. These files still contain some
4391 useful information that needs to be merged into gstbin.sgml,
4392 etc., so they shouldn't be deleted yet.
4393 * docs/gst/tmpl/GstBin.sgml:
4394 * docs/gst/tmpl/GstBuffer.sgml:
4395 * docs/gst/tmpl/GstCaps.sgml:
4396 * docs/gst/tmpl/GstClock.sgml:
4397 * docs/gst/tmpl/GstCompat.sgml:
4398 * docs/gst/tmpl/GstData.sgml:
4399 * docs/gst/tmpl/GstElement.sgml:
4400 * docs/gst/tmpl/GstEvent.sgml:
4401 * docs/gst/tmpl/GstIndex.sgml:
4402 * docs/gst/tmpl/GstStructure.sgml:
4403 * docs/gst/tmpl/GstTag.sgml:
4404 * docs/gst/tmpl/old/GstBin.sgml:
4405 * docs/gst/tmpl/old/GstBuffer.sgml:
4406 * docs/gst/tmpl/old/GstCaps.sgml:
4407 * docs/gst/tmpl/old/GstClock.sgml:
4408 * docs/gst/tmpl/old/GstCompat.sgml:
4409 * docs/gst/tmpl/old/GstData.sgml:
4410 * docs/gst/tmpl/old/GstElement.sgml:
4411 * docs/gst/tmpl/old/GstEvent.sgml:
4412 * docs/gst/tmpl/old/GstIndex.sgml:
4413 * docs/gst/tmpl/old/GstStructure.sgml:
4414 * docs/gst/tmpl/old/GstTag.sgml:
4416 2004-04-28 David Schleef <ds@schleef.org>
4418 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
4419 (gst_caps_append), (gst_caps_append_structure),
4420 (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
4421 (gst_caps_set_simple), (gst_caps_set_simple_valist),
4422 (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
4423 (gst_caps_is_fixed), (gst_caps_is_always_compatible),
4424 (gst_caps_intersect), (gst_caps_normalize),
4425 (gst_caps_transform_to_string): Patch from Tim-Philipp Müller
4426 to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
4427 * gst/gstcaps.h: use GST_IS_CAPS().
4429 2004-04-26 David Schleef <ds@schleef.org>
4431 * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
4432 assembly. gcc doesn't handle it correctly. (bug #141083)
4433 * gst/gsttrashstack.h: same
4435 2004-04-25 Benjamin Otte <otte@gnome.org>
4437 * gst/gstelement.c: (gst_element_change_state):
4438 fix assertion to do an int comparison
4440 2004-04-25 Benjamin Otte <otte@gnome.org>
4442 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4443 better debugging output on error
4445 2004-04-25 Benjamin Otte <otte@gnome.org>
4447 * gst/gstcaps.c: (gst_caps_subtract):
4450 2004-04-23 Benjamin Otte <otte@gnome.org>
4452 * gst/gstvalue.c: (gst_value_compare_buffer),
4453 (_gst_value_initialize):
4454 add comparison function for buffers
4456 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
4459 Just found out that this so-called "ima-wav" format is really
4460 just "dvi adpcm" (according to the MS WAV documentation). So
4461 renaming it. We didn't use it yet anyway.
4463 2004-04-23 Benjamin Otte <otte@gnome.org>
4465 * gst/gstcaps.c: (gst_caps_is_always_compatible):
4466 call gst_caps_is_subset
4468 2004-04-23 Benjamin Otte <otte@gnome.org>
4470 * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal),
4471 (gst_caps_is_subset):
4474 2004-04-23 Benjamin Otte <otte@gnome.org>
4476 * gst/gstcaps.c: (gst_caps_structure_subtract_field),
4477 (gst_caps_structure_subtract), (gst_caps_subtract),
4478 (gst_caps_structure_figure_out_union),
4479 (gst_caps_structure_simplify), (gst_caps_do_simplify):
4480 fix simplifying and subtracting not working correctly with optional
4482 solve assorted problems that make it now simplify ebven more
4483 * docs/gst/tmpl/gstcaps.sgml:
4485 make gst_caps_do_simplify return a bool to indicate if it simplified
4486 * testsuite/caps/simplify.c: (main):
4487 add more checks. The tests is quite a bit useless right now because
4488 the core is heavily simplifying itself.
4489 * testsuite/caps/caps.h:
4490 fix caps to contain all optional properties
4492 2004-04-22 Benjamin Otte <otte@gnome.org>
4494 * docs/gst/tmpl/gstcaps.sgml:
4495 * docs/gst/tmpl/gstfilesrc.sgml:
4496 * docs/gst/tmpl/gststructure.sgml:
4497 * docs/gst/tmpl/gstvalue.sgml:
4498 update for recent API changes
4499 * gst/gstcaps.c: (gst_caps_do_simplify):
4500 fix to stop trying with a freed structure
4501 * gst/gstpad.c: (gst_pad_link_fixate):
4503 * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
4506 deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
4507 * gst/gststructure.c: (gst_structure_value_get_generic_type),
4508 (gst_structure_to_string):
4509 keep the correct type when using lists of ranges
4510 * gst/gstvalue.c: (gst_value_list_prepend_value),
4511 (gst_value_list_append_value):
4512 copy the value before adding to the list (d'oh)
4513 * gst/gstvalue.c: (gst_value_subtract_int_range_int),
4514 (gst_value_subtract_int_range_int_range):
4515 handle overflows correctly
4516 * gst/gstvalue.c: (gst_value_subtract_from_list):
4518 * testsuite/caps/caps.h:
4519 add a caps that caused segfaults
4521 2004-04-22 Benjamin Otte <otte@gnome.org>
4523 * testsuite/refcounting/pad.c: (main):
4526 2004-04-22 Benjamin Otte <otte@gnome.org>
4528 * gst/gstcaps.c: (gst_caps_subtract):
4529 allow subtracting ANY and EMPTY from ANY caps
4531 2004-04-22 Benjamin Otte <otte@gnome.org>
4533 * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
4535 only simplify in functions that create new caps. Simplifying in
4536 gst_caps_append breaks tests.
4538 2004-04-22 Benjamin Otte <otte@gnome.org>
4540 * gst/gstcaps.c: (gst_caps_structure_simplify):
4541 unset GValue after use
4542 * gst/gstcaps.c: (gst_caps_append),
4543 * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
4544 use gst_caps_simplify (reduces registry size by 30%)
4545 * gst/gstpad.c: (gst_pad_template_new):
4546 don't allow NULL caps
4548 2004-04-22 Benjamin Otte <otte@gnome.org>
4550 * docs/gst/gstreamer-sections.txt:
4551 add gst_caps_do_simplify
4553 add documentation for gst_caps_do_simplify
4555 fix typo in gst_value_register_subtract_func declaration for gst-doc
4557 2004-04-22 Benjamin Otte <otte@gnome.org>
4559 * gst/gstcaps.c: (gst_caps_from_string_inplace):
4560 fix bug when converting from empty string.
4561 * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
4562 (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
4563 use gst_caps_new_empty to allocate a new caps. Only that function
4564 allocates memory for caps now.
4565 * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
4566 (gst_caps_remove_structure):
4567 add ability to remove one structure (but not to header yet)
4568 * gst/gstcaps.c: (gst_caps_compare_structures),
4569 (gst_caps_simplify), (gst_caps_structure_figure_out_union),
4570 (gst_caps_structure_simplify), (gst_caps_do_simplify),
4572 add gst_caps_do_simplify that tries to simplify a caps in place.
4573 Deprecate old gst_caps_simplify function.
4574 * testsuite/caps/caps.h:
4575 add caps.h containing a common set of caps to test against.
4576 * testsuite/caps/sets.c: (check_caps), (main):
4578 * testsuite/caps/.cvsignore:
4579 * testsuite/caps/Makefile.am:
4580 * testsuite/caps/simplify.c: (check_caps), (main):
4581 add test to check correctness and efficency of caps simplification.
4583 2004-04-22 Sebastien Cote <sc5@hermes.usherb.ca>
4585 reviewed by Benjamin Otte <otte@gnome.org>
4587 * gst/gstparse.c: (_gst_parse_escape):
4588 Free the GString used in _gst_parse_escape()
4590 2004-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de>
4592 * gst/gstpad.c: (gst_pad_link_negotiate):
4593 refuse to link if the link is not possible
4595 * testsuite/Makefile.am:
4596 * testsuite/negotiation/.cvsignore:
4597 * testsuite/negotiation/Makefile.am:
4598 * testsuite/negotiation/pad_link.c: (main):
4599 add test that checks the above behaviour
4601 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
4603 * docs/gst/gstreamer-sections.txt:
4606 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
4608 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4609 (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
4610 (gst_filesrc_open_file), (gst_filesrc_close_file),
4611 (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
4612 * gst/elements/gstfilesrc.h:
4613 add support for non-regular files (#140734)
4615 2004-04-21 Benjamin Otte <otte@gnome.org>
4617 * gst/gstpad.c: (gst_pad_link_fixate):
4618 add sophisticated error checking code to see if fixation functions
4619 did their fixation right
4621 2004-04-21 Benjamin Otte <otte@gnome.org>
4623 * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
4624 check for ANY caps before appending/unioning
4625 * gst/gstcaps.c: (gst_caps_is_subset),
4626 (gst_caps_is_equal), (gst_caps_structure_subtract_field),
4627 (gst_caps_structure_subtract), (gst_caps_subtract):
4629 add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
4630 the API. deprecate gst_caps_is_equal_fixed
4631 * gst/gstpad.c: (gst_pad_try_set_caps):
4632 * gst/gstqueue.c: (gst_queue_link):
4633 s/gst_caps_is_equal_fixed/gst_caps_is_equal/
4634 * gst/gststructure.c: (gst_structure_get_name_id):
4635 * gst/gststructure.h:
4636 add function gst_structure_get_name_id
4637 * gst/gstvalue.c: (gst_value_subtract_int_int_range),
4638 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
4639 (gst_value_subtract_int_range_int_range),
4640 (gst_value_subtract_double_double_range),
4641 (gst_value_subtract_double_range_double),
4642 (gst_value_subtract_double_range_double_range),
4643 (gst_value_subtract_from_list), (gst_value_subtract_list),
4644 (gst_value_can_intersect), (gst_value_subtract),
4645 (gst_value_can_subtract), (gst_value_register_subtract_func),
4646 (_gst_value_initialize):
4648 add support for subtracting values from each other. Note that
4649 subtracting means subtracting as in set theory. Required for caps
4651 * testsuite/caps/.cvsignore:
4652 * testsuite/caps/Makefile.am:
4653 * testsuite/caps/erathostenes.c: (erathostenes), (main):
4654 * testsuite/caps/sets.c: (check_caps), (main):
4655 * testsuite/caps/subtract.c: (check_caps), (main):
4656 add tests for subtraction and equality code.
4658 2004-04-20 David Schleef <ds@schleef.org>
4660 * gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
4661 * gst/indexers/Makefile.am:
4662 * gst/schedulers/Makefile.am:
4663 * libs/gst/bytestream/Makefile.am:
4664 * libs/gst/control/Makefile.am:
4665 * libs/gst/getbits/Makefile.am:
4667 2004-04-20 David Schleef <ds@schleef.org>
4669 * common/as-libtool.mak: Fine-tune DLL building.
4670 * configure.ac: Link plugins against libgstreamer. Define plugindir
4672 * examples/plugins/Makefile.am: remove plugindir
4673 * gst/autoplug/Makefile.am: DLL building fixes
4674 * gst/elements/Makefile.am: DLL building fixes. Disable pipefilter on
4676 * gst/elements/gstelements.c: Conditionally disable pipefilter.
4677 * gst/indexers/Makefile.am: DLL building fixes
4678 * gst/schedulers/Makefile.am: DLL building fixes.
4679 * libs/gst/bytestream/Makefile.am: DLL building fixes.
4680 * libs/gst/control/Makefile.am: same
4681 * libs/gst/getbits/Makefile.am: same
4682 * testsuite/Makefile.am: New dlopen directory
4683 * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
4685 * testsuite/dlopen/dlopen_gst.c: (main): same
4686 * testsuite/dlopen/loadgst.c: (do_test): same
4688 2004-04-20 David Schleef <ds@schleef.org>
4690 * gst/parse/grammar.y: Apply patch from Sebastien Cote
4691 <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
4693 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4695 * gst/gstelement.c: (gst_element_wait),
4696 (gst_element_set_time_delay), (gst_element_change_state):
4699 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4701 * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
4702 (gst_spider_identity_plug):
4703 improve debugging messages
4704 * gst/gstbin.c: (gst_bin_remove_func):
4705 make sure the state_change function is only called with simple state
4708 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4710 * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
4711 (gst_fakesink_set_property), (gst_fakesink_chain):
4712 * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
4713 * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
4714 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
4715 * gst/elements/gstidentity.c: (gst_identity_chain),
4716 (gst_identity_set_property):
4717 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
4718 * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
4719 add warnings to _set_property for unknown arguments
4720 use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
4722 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4726 add .po file download snippet
4727 fix a bug in the doc makefile
4729 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4734 Added en_GB translation (Gareth Owen)
4736 2004-04-20 Johan Dahlin <johan@gnome.org>
4738 * gst/gstpad.c (_invent_event): Clean up
4740 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4742 * testsuite/caps/filtercaps.c: (main):
4743 fix test to test things correctly (caps are complicated)
4745 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4747 * testsuite/caps/Makefile.am:
4748 * testsuite/caps/filtercaps.c: (main):
4749 add test (that doesn't work right now, but should)
4751 2004-04-19 David Schleef <ds@schleef.org>
4753 * configure.ac: Add test for allowing unaligned access. Add define
4754 to put in gstconfig.h.
4755 * docs/gst/gstreamer-sections.txt: New symbols
4756 * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
4757 * docs/gst/tmpl/gstfilesrc.sgml:
4758 * docs/gst/tmpl/gstparse.sgml:
4759 * docs/gst/tmpl/gsttypes.sgml:
4760 * docs/gst/tmpl/gstutils.sgml:
4761 * docs/gst/tmpl/gstvalue.sgml:
4762 * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
4763 * gst/gstutils.h: Add macros for unaligned memory access. Useful
4764 on most !i386/!powerpc architectures. From Daniel Gazard
4765 <daniel.gazard@free.fr>. (bug #140156)
4766 * po/af.po: Check in changes made by gettext.
4773 2004-04-20 Benjamin Otte <otte@gnome.org>
4775 * gst/schedulers/entryscheduler.c:
4776 (gst_entry_scheduler_yield):
4777 refuse to yield when decoupled elements insist on doing that.
4778 At least it's better than crashing
4780 2004-04-19 David Schleef <ds@schleef.org>
4782 * docs/libs/Makefile.am: Change sinclude to include
4783 * docs/gst/Makefile.am: same
4784 * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
4786 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
4790 Added Ukrainian translation (Maxim V. Dziumanenko)
4792 2004-04-19 Johan Dahlin <johan@gnome.org>
4794 * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
4795 checking here, do it before calling the function.
4796 Clean up, use for loops instead of while loops while iterating
4799 * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
4801 (gst_spider_create_and_plug): Improve debug message.
4802 General: Replace while loops which iterates over GLists with for
4803 loops. Which are much cleaner, improves readability, especially
4804 for gst_spider_identity_plug
4806 * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
4809 2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
4813 Added Turkish translation (Baris Cicek)
4815 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4817 * docs/faq/troubleshooting.xml:
4818 Mention gst-register in the FAQ (fixes 139045).
4820 2004-04-17 Thomas Vander Stichele <thomas at apestaart dot org>
4822 * docs/gst/gstreamer-sections.txt:
4824 2004-04-17 Benjamin Otte <otte@gnome.org>
4826 * gst/gstelement.c: (gst_element_dispose):
4828 * gst/gstpad.c: (gst_pad_call_chain_function):
4829 don't create loads of events due to bad macro usage
4831 2004-04-16 David Schleef <ds@schleef.org>
4833 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
4834 * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
4835 * gst/gstvalue.c: (gst_value_serialize_buffer),
4836 (gst_value_deserialize_buffer), (gst_type_is_fixed),
4837 (_gst_value_initialize): Create a new function gst_type_is_fixed()
4838 to indicate types that are fixed wrt caps or not. Switching to
4839 this function fixes (bug #140298).
4842 2004-04-16 David Schleef <ds@schleef.org>
4844 * common/m4/gst-arch.m4: Implmenent a whitelist and blacklist
4845 for GST_UNALIGNED_ACESS, since we essentially know which archs
4848 2004-04-17 Benjamin Otte <otte@gnome.org>
4850 * docs/gst/Makefile.am:
4851 ignore gst/parse directory when building docs (fixes #140205)
4853 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
4855 * testsuite/refcounting/mem.c: (vmsize):
4858 2004-04-16 Johan Dahlin <johan@gnome.org>
4860 * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
4861 and gst_pad_call_get_function.
4863 2004-04-15 David Schleef <ds@schleef.org>
4865 * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
4866 checks if we can access unaligned memory.
4867 * configure.ac: Use it.
4869 2004-04-16 Benjamin Otte <otte@gnome.org>
4871 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
4872 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
4873 * gst/elements/gstfilesrc.h:
4874 s/seek_happened/need_discont/ and require discont before sending any
4877 2004-04-15 David Schleef <ds@schleef.org>
4879 * gst/gstvalue.c: (gst_value_serialize_buffer),
4880 (gst_value_deserialize_buffer), (_gst_value_initialize):
4881 Register these types as fundamental types. (bug #140015)
4883 2004-04-16 Benjamin Otte <otte@gnome.org>
4885 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
4886 (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
4888 implement enforcing discont events before buffers are passed. This
4889 allows state changes of only some elements and later correctly going
4890 on where they left off (or in short: you can now set audio sinks to
4891 NULL to release the device when the pipeline is paused)
4892 * gst/gstpad.c: (gst_pad_call_chain_function),
4893 (gst_pad_call_get_function):
4895 add gst_pad_call_chain_function and gst_pad_call_get_function for
4896 scheduler interaction. They are required because of the changes
4898 * gst/schedulers/entryscheduler.c: (get_buffer),
4899 (gst_entry_scheduler_chain_wrapper),
4900 (gst_entry_scheduler_get_wrapper),
4901 (gst_entry_scheduler_state_transition),
4902 (gst_entry_scheduler_pad_link):
4903 * gst/schedulers/gstbasicscheduler.c:
4904 (gst_basic_scheduler_chain_wrapper),
4905 (gst_basic_scheduler_src_wrapper),
4906 (gst_basic_scheduler_chainhandler_proxy),
4907 (gst_basic_scheduler_gethandler_proxy),
4908 (gst_basic_scheduler_cothreaded_chain),
4909 (gst_basic_scheduler_chain_elements):
4910 * gst/schedulers/gstoptimalscheduler.c:
4911 (get_group_schedule_function), (pad_clear_queued),
4912 (gst_opt_scheduler_pad_link):
4913 use the new functions instead of calling get/chain-functions
4916 2004-04-15 David Schleef <ds@schleef.org>
4918 * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
4919 * docs/gst/tmpl/gstinfo.sgml: same
4920 * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
4922 * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
4923 * examples/queue/queue.c: (main): We iterate pipelines, not
4926 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4928 * docs/pwg/advanced-types.xml:
4929 Add MS RLE support. Also document Qt RLE although I have no sample
4930 files for that yet. And document an extra property for ADPCM.
4932 2004-04-15 David Schleef <ds@schleef.org>
4934 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
4935 (_gst_plugin_fault_handler_setup): Disable more stuff on
4938 2004-04-15 David Schleef <ds@schleef.org>
4940 * gst/gstinfo.c: (_gst_debug_init): Change some internal
4941 symbol names to not conflict with new gstinfo.h symbols.
4942 * gst/gstinfo.h: Add inline functions for all those crazy
4943 compilers that don't know how to handle variadic macros (MSVC).
4945 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4947 * configure.ac: bump nano to 1
4949 === release 0.8.1 ===
4951 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4956 releasing 0.8.1, "Snow Brigade"
4958 2004-04-14 David Schleef <ds@schleef.org>
4960 * testsuite/Makefile.am: define tests_ignore
4961 * testsuite/Rules: Added new tests_ignore, which get compiled,
4962 but not run (generally because they're inconsistent or have
4963 heisenbugs). Now we can ensure all the .c files compile in
4965 * testsuite/bins/Makefile.am: define tests_ignore
4966 * testsuite/bytestream/Makefile.am:
4967 * testsuite/caps/Makefile.am:
4968 * testsuite/clock/Makefile.am:
4969 * testsuite/debug/Makefile.am:
4970 * testsuite/debug/global.c: (gst_debug_log_one),
4971 (gst_debug_log_two): Fix compilation problem.
4972 * testsuite/dynparams/Makefile.am:
4973 * testsuite/elements/Makefile.am:
4974 * testsuite/ghostpads/Makefile.am:
4975 * testsuite/indexers/Makefile.am:
4976 * testsuite/parse/Makefile.am:
4977 * testsuite/plugin/Makefile.am:
4978 * testsuite/refcounting/Makefile.am:
4979 * testsuite/refcounting/element_pad.c: (main): Don't return leak
4980 results, because it's not calculated correctly.
4981 * testsuite/refcounting/pad.c: (main): same
4982 * testsuite/states/Makefile.am:
4983 * testsuite/tags/Makefile.am:
4984 * testsuite/threads/Makefile.am:
4986 2004-04-14 David Schleef <ds@schleef.org>
4988 * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
4989 generating bad code around the cpu detection asm code.
4991 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4993 * tools/gst-inspect.c: (print_element_info):
4994 print numeric version of rank as well, since we added some - 1
4995 rank values to elements
4997 2004-04-13 David Schleef <ds@schleef.org>
4999 * configure.ac: Disable various code when compiling for MinGW.
5000 * gst/elements/Makefile.am:
5001 * gst/elements/gstelements.c:
5002 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
5003 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
5004 * gst/registries/gstxmlregistry.c: (make_dir):
5006 2004-04-13 David Schleef <ds@schleef.org>
5009 * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
5011 * gst/gstcpuid_i386.s: remove
5013 2004-04-13 David Schleef <ds@schleef.org>
5015 * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
5016 seems to think it needs to be done.
5017 * docs/gst/tmpl/gstfakesink.sgml:
5018 * docs/gst/tmpl/gstfakesrc.sgml:
5019 * docs/gst/tmpl/gstfdsink.sgml:
5020 * docs/gst/tmpl/gstfdsrc.sgml:
5021 * docs/gst/tmpl/gstfilesink.sgml:
5022 * docs/gst/tmpl/gstfilesrc.sgml:
5023 * docs/gst/tmpl/gstidentity.sgml:
5024 * docs/gst/tmpl/gstmd5sink.sgml:
5025 * docs/gst/tmpl/gstmultifilesrc.sgml:
5026 * docs/gst/tmpl/gstpipefilter.sgml:
5027 * docs/gst/tmpl/gstshaper.sgml:
5028 * docs/gst/tmpl/gstspider.sgml:
5029 * docs/gst/tmpl/gstspideridentity.sgml:
5030 * docs/gst/tmpl/gststatistics.sgml:
5031 * docs/gst/tmpl/gsttee.sgml:
5032 * docs/gst/tmpl/gsttypefind.sgml:
5033 * docs/gst/tmpl/gstutils.sgml:
5035 2004-04-13 David Schleef <ds@schleef.org>
5037 * configure.ac: Changes to remove POSIXisms (mmap in this case)
5038 and to build DLLs on Windows.
5040 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
5041 (gst_filesrc_open_file):
5042 * gst/schedulers/Makefile.am:
5044 2004-04-13 David Schleef <ds@schleef.org>
5046 * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
5047 (gst_caps_structure_fixate_field_nearest_double): Fix bug in
5050 2004-04-12 David Schleef <ds@schleef.org>
5052 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
5053 (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
5055 * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
5056 * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
5057 * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
5058 * gst/gststructure.c: (gst_structure_set_valist),
5059 (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
5060 support for buffers.
5061 * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
5062 intended to be const.
5063 * gst/gsttag.h: same
5064 * gst/gstvalue.c: (gst_value_serialize_buffer),
5065 (gst_value_deserialize_buffer), (_gst_value_initialize): Add code
5066 to (de)serialize buffers.
5067 * testsuite/caps/Makefile.am: Add a bit of buffer testing
5068 * testsuite/caps/string-conversions.c: (main):
5069 * testsuite/caps/value_serialize.c: add new test
5071 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
5073 * docs/pwg/advanced-types.xml:
5074 Document MS video 1 (video/x-msvideocodec) mimetype/format.
5076 2004-04-11 Benjamin Otte <otte@gnome.org>
5078 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
5079 rename categories to basic_*
5080 * gst/schedulers/gstbasicscheduler.c:
5081 (gst_basic_scheduler_chain_wrapper),
5082 (gst_basic_scheduler_chainhandler_proxy),
5083 (gst_basic_scheduler_gethandler_proxy),
5084 (gst_basic_scheduler_eventhandler_proxy):
5085 debugging category fixes - put common stuff in log category
5086 * gst/schedulers/gstbasicscheduler.c:
5087 (gst_basic_scheduler_chain_elements):
5088 dirty fix: call gst_basic_scheduler_cothreaded_chain when already
5089 active and linking two active chains
5091 2004-04-10 Benjamin Otte <otte@gnome.org>
5093 * docs/pwg/intro-preface.xml:
5094 fix dead links and remove reference to Wiki
5096 2004-04-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
5098 * gst/schedulers/gstbasicscheduler.c:
5099 make sure we can switch back to the main function if we're still in
5100 the main function (supposed to fix #139617)
5101 * gst/schedulers/gthread-cothreads.h:
5102 don't throw an error when switching to the same cothread
5104 2004-04-09 Benjamin Otte <otte@gnome.org>
5106 * gst/gstbin.c: (gst_bin_get_type):
5107 * gst/gstclock.c: (gst_clock_get_type):
5108 * gst/gstindex.c: (gst_index_get_type):
5109 * gst/gstobject.c: (gst_object_get_type),
5110 (gst_signal_object_get_type):
5111 * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
5112 (gst_pad_template_get_type), (gst_ghost_pad_get_type):
5113 * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
5114 * gst/gstqueue.c: (gst_queue_get_type):
5115 * gst/gstregistry.c: (gst_registry_get_type):
5116 * gst/gstsystemclock.c: (gst_system_clock_get_type):
5117 * gst/gstthread.c: (gst_thread_get_type):
5118 don't use memchunks for these objects, use malloc instead
5120 2004-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
5122 * docs/gst/.cvsignore:
5123 * docs/gst/Makefile.am:
5124 * docs/gst/gstreamer-sections.txt:
5125 * docs/gst/tmpl/gstaggregator.sgml:
5126 * docs/gst/tmpl/gstbuffer.sgml:
5127 * docs/gst/tmpl/gstclock.sgml:
5128 * docs/gst/tmpl/gstelement.sgml:
5129 * docs/gst/tmpl/gstfakesink.sgml:
5130 * docs/gst/tmpl/gstfakesrc.sgml:
5131 * docs/gst/tmpl/gstfdsink.sgml:
5132 * docs/gst/tmpl/gstfdsrc.sgml:
5133 * docs/gst/tmpl/gstfilesink.sgml:
5134 * docs/gst/tmpl/gstfilesrc.sgml:
5135 * docs/gst/tmpl/gstidentity.sgml:
5136 * docs/gst/tmpl/gstindex.sgml:
5137 * docs/gst/tmpl/gstinfo.sgml:
5138 * docs/gst/tmpl/gstmd5sink.sgml:
5139 * docs/gst/tmpl/gstmultifilesrc.sgml:
5140 * docs/gst/tmpl/gstpad.sgml:
5141 * docs/gst/tmpl/gstpipefilter.sgml:
5142 * docs/gst/tmpl/gstpipeline.sgml:
5143 * docs/gst/tmpl/gstpluginfeature.sgml:
5144 * docs/gst/tmpl/gstqueue.sgml:
5145 * docs/gst/tmpl/gstregistry.sgml:
5146 * docs/gst/tmpl/gstscheduler.sgml:
5147 * docs/gst/tmpl/gstshaper.sgml:
5148 * docs/gst/tmpl/gstspider.sgml:
5149 * docs/gst/tmpl/gstspideridentity.sgml:
5150 * docs/gst/tmpl/gststatistics.sgml:
5151 * docs/gst/tmpl/gstsystemclock.sgml:
5152 * docs/gst/tmpl/gsttee.sgml:
5153 * docs/gst/tmpl/gstthread.sgml:
5154 * docs/gst/tmpl/gsttypefind.sgml:
5155 * docs/gst/tmpl/gstutils.sgml:
5156 further doc build fixes
5158 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
5160 * docs/gst/Makefile.am:
5161 make docs exit on scanning problems
5162 fix nonsrcdir build issues
5163 * docs/gst/gstreamer-sections.txt:
5164 adding stuff from -unused
5167 * gst/schedulers/cothreads_compat.h:
5168 fix cothread warnings
5170 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
5172 * docs/gst/gstreamer-sections.txt:
5173 remove defines deprecated by Benjamin
5175 2004-04-07 Benjamin Otte <otte@gnome.org>
5177 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
5178 when the buffer is complete, don't check if other buffers are needed
5179 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
5180 check that the offset is >0 so we don't try to read before the
5181 beginning of the file
5182 * gst/gstpad.c: (gst_pad_set_pad_template):
5183 sink the template, so we don't end up with 130k pad templates
5185 2004-04-06 Benjamin Otte <otte@gnome.org>
5187 * gst/autoplug/gstspider.c: (gst_spider_link_add):
5188 don't ref the element, adding already reffed it. And we didn't unref
5189 it later anyway... (huge memleak when you used many spider elements)
5190 * gst/gstelement.c: (gst_element_base_class_finalize):
5191 * gst/gstelementfactory.c: (gst_element_factory_cleanup),
5192 (gst_element_register):
5193 * gst/gsturi.c: (gst_element_make_from_uri):
5194 use gst_object_(un)ref instead of g_object(un)ref
5196 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
5199 remove macro that wouldn't work anymore because struct member has
5201 * gst/schedulers/entryscheduler.c: (schedule_forward):
5202 fix segfault for unconnected pads
5204 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
5206 reviewed by David Schleef <ds@schleef.org>
5209 *_FORMAT modifiers should require putting a % in front of them for
5210 consistency reasons.
5212 2004-04-05 Colin Walters <walters@redhat.com>
5214 * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
5217 2004-04-05 Benjamin Otte <otte@gnome.org>
5221 * gst/gst_private.h:
5222 * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
5223 add support for detecting if GStreamer runs inside valgrind.
5224 requires valgrind (d'oh) and --enable-debug for correct cdetection.
5225 print a big message in valgrind that GStreamer has detected it's
5226 running inside and might now use different code.
5227 * gst/gstmemchunk.c: (populate), (free_area),
5228 (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
5229 (gst_mem_chunk_free):
5230 flag memchunks for valgrind, so it can detect leaking of chunks.
5231 This allows detecting leaks of GstBuffer and GstEvent correctly
5234 2004-04-05 David Schleef <ds@schleef.org>
5236 * gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
5237 jensgr@gmx.net (Jens Granseuer)
5239 2004-04-05 David Schleef <ds@schleef.org>
5241 * gst/gstbuffer.c: (_gst_buffer_sub_free),
5242 (gst_buffer_default_free), (gst_buffer_default_copy),
5243 (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
5244 (gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
5245 structures in one place.
5247 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
5249 * gst/gstinfo.h: adding Ronald's timestamp debugging defines
5250 (GST_TIME_FORMAT, GST_TIME_ARGS)
5252 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
5254 * testsuite/elements/Makefile.am:
5255 disable test until it stops breaking make distcheck
5257 2004-04-05 Johan Dahlin <johan@gnome.org>
5259 * po/sv.po: Updated translation
5261 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
5263 * gst/gstplugin.c: (gst_plugin_load_file):
5264 fix segfault for when original plugin was loaded statically
5266 2004-04-05 Benjamin Otte <otte@gnome.org>
5268 * testsuite/debug/category.c: (main):
5269 * testsuite/debug/commandline.c: (main):
5270 * testsuite/debug/output.c: (main):
5271 fix tests to work again with debugging enabled
5273 2004-04-05 Benjamin Otte <otte@gnome.org>
5275 * gst/schedulers/gstbasicscheduler.c:
5276 (gst_basic_scheduler_pad_link):
5277 fix to work with recent scheduling changes
5279 2004-04-05 Benjamin Otte <otte@gnome.org>
5281 * gst/schedulers/entryscheduler.c: (some functions, dunno which,
5282 prepareChangeLog doesn't work when cvs indents):
5283 don't throw an error when no element can be scheduled, there's too
5284 many weird reasons why it doesn't work. Return STOPPED instead.
5285 decoupled elemts' schedulability doesn't depend on bufpens.
5287 2004-04-04 Benjamin Otte <otte@gnome.org>
5289 * gst/schedulers/gstbasicscheduler.c:
5290 (gst_basic_scheduler_pad_select):
5291 fix uninitialized variable warnings
5293 2004-04-04 Benjamin Otte <otte@gnome.org>
5295 * gst/gstpad.c: (gst_pad_collect_valist):
5296 fix uninitialized variable warning
5297 * gst/schedulers/entryscheduler.c: (schedule_forward):
5298 fix shadowed variable
5300 2004-04-04 Benjamin Otte <otte@gnome.org>
5302 * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
5303 (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
5306 * gst/gstscheduler.c: (gst_scheduler_pad_select),
5307 (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
5308 * gst/gstscheduler.h:
5309 implement gst_pad_collect as replacement for gst_pad_select.
5310 deprecate gst_pad_select and gst_scheduler_(un)lock_element
5311 add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
5312 new pad_select, lock and unlock calls.
5313 * gst/cothreads.c: (cothread_destroy), (cothread_switch):
5315 * gst/schedulers/cothreads_compat.h:
5316 * gst/schedulers/gthread-cothreads.h:
5317 remove unused cothread_lock and cothread_unlock calls
5318 * gst/schedulers/entryscheduler.c:
5319 (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
5320 (_can_schedule_loop), (gst_entry_scheduler_get_handler),
5321 (gst_entry_scheduler_pad_select):
5323 * gst/schedulers/gstbasicscheduler.c:
5324 (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
5325 (gst_basic_scheduler_pad_select):
5326 remove useless lock and unlock calls, update pad_select to new API
5328 * gst/schedulers/gstoptimalscheduler.c:
5329 (gst_opt_scheduler_class_init):
5330 remove useless select, lock and unlock function calls
5331 * gst/elements/gstaggregator.c: (gst_aggregator_loop):
5332 use gst_pad_collect instead of gst_pad_select
5334 2004-04-04 Benjamin Otte <otte@gnome.org>
5336 * gst/schedulers/entryscheduler.c: (_can_schedule_get),
5337 (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
5338 (schedule_next_element), (print_entry):
5339 add can_schedule_pad to handle element states.
5340 add schedule_forward to select the correct entry to schedule next
5342 2004-04-03 Benjamin Otte <otte@gnome.org>
5344 * gst/schedulers/entryscheduler.c:
5345 remove unused variable, fix error inside Rb, fix compile warning in
5348 2004-04-03 Benjamin Otte <otte@gnome.org>
5350 * gst/schedulers/entryscheduler.c:
5351 completely revamp the inner workings, so it's a lot easier to
5352 understand and extend
5354 2004-04-03 Andy Wingo <wingo@pobox.com>
5356 * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
5357 Rename ->group1 and ->group2 to ->src and ->sink, respectively.
5358 This allows better introspection of pipeline topology.
5359 (add_to_chain): Don't do trickery to put loop elements first;
5360 rather, queue a chain sort by marking the chain as dirty.
5361 (remove_from_chain): Mark the chain dirty.
5362 (sort_chain): New function. Sorts the group list so that terminal
5363 sinks are first. This means elements on the sink side will be
5364 preferentially sscheduled before elements on the src side of the
5366 (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
5367 (schedule_chain): If the chain is marked DIRTY, call sort_chain.
5368 (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
5369 (group_inc_link): Change argument and variable names to match the
5370 new link structure member names (src and sink).
5371 (group_dec_link): Add some description
5373 2004-04-03 Benjamin Otte <otte@gnome.org>
5375 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5377 * testsuite/debug/category.c: (main):
5378 * testsuite/debug/commandline.c: (main):
5379 * testsuite/debug/output.c: (main):
5380 * testsuite/debug/printf_extension.c: (main):
5381 fix to successfully build and test with --disable-gst-debug
5382 configure switch (fixes #138705)
5384 2004-04-03 Benjamin Otte <otte@gnome.org>
5386 * docs/pwg/building-boiler.xml:
5387 add cvs login line and s/anonymous/anoncvs/
5389 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
5391 reviewed by Benjamin Otte <otte@gnome.org>
5393 * gst/gststructure.c: (gst_structure_free):
5394 memleak fix: free fields array (partial fix for #134839)
5396 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5398 * docs/random/ds/0.9-suggested-changes:
5399 Add a note to change handoff use in fakesrc to be usable in
5400 a more generic way (fakesrc should be renamed to appsrc or so).
5401 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
5402 Change signal type to scope, so we can fill the buffer in the
5403 handoff handler (that's the whole use of this signal...).
5405 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5407 * docs/pwg/other-ntoone.xml:
5408 Document muxers and n-to-1 elements.
5410 2004-04-01 Martin Soto <martinsoto@users.sourceforge.net>
5412 * gst/registries/gstxmlregistry.c
5413 (gst_xml_registry_rebuild_recurse): Fix the algorithm to
5414 determine if a file is a G_MODULE. The old one discards paths
5415 containing "so" somewhere in the middle. My home directory is
5416 called "soto". Go figure...
5418 2004-03-31 David Schleef <ds@schleef.org>
5420 * gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
5421 to eventually deprecate gst_buffer_merge(). (bug: #136408)
5424 2004-03-31 David Schleef <ds@schleef.org>
5426 * gst/gstvalue.c: (gst_value_union_int_int_range),
5427 (gst_value_union_int_range_int_range), (gst_value_can_union),
5428 (gst_value_union), (_gst_value_initialize): Add some union
5429 implementations. We didn't have any previously.
5430 * testsuite/caps/Makefile.am:
5431 * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
5432 (gst_audioscale_getcaps), (test_caps), (main): A little test
5433 that is the same as the caps manipulation in audioscale.
5435 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5437 * docs/faq/general.xml:
5438 add entry about "does gst support format X?"
5440 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5445 fix GST_BOILERPLATE_FULL to not throw casting errors on C++
5447 2004-03-30 Benjamin Otte <otte@gnome.org>
5449 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
5450 set the offset of the buffer to the requested offset
5451 * gst/elements/gsttypefind.c: (stop_typefinding):
5452 revert patch 1.18 (which I unfortunately don't know the reason for).
5453 This is needed to allow downstream elements to seek. Otherwise
5454 typefind might overwrite a previous seek by downstream elements.
5455 This lead to errors with id3tag and typefind on some mp3s.
5456 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5457 (gst_entry_scheduler_iterate):
5458 be more verbose when debugging
5460 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
5462 * gst/gstcaps.c: (gst_caps_from_string_inplace):
5463 make sure we don't get NULL strings
5465 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
5469 * gst/gstelementfactory.c: (gst_element_factory_get_type):
5470 * gst/gstindex.c: (gst_index_resolver_get_type),
5471 (gst_index_get_type), (gst_index_factory_get_type):
5475 * gst/gsturi.c: (gst_uri_handler_get_type):
5477 first batch of documentation fixes
5479 2004-03-29 David Schleef <ds@schleef.org>
5481 * docs/gst/Makefile.am: Disable a bunch of headers from being scanned
5482 * docs/gst/gstreamer-docs.sgml: More hacking
5483 * docs/gst/gstreamer-sections.txt:
5484 * docs/gst/tmpl/cothreads_compat.sgml:
5485 * docs/gst/tmpl/gstcaps.sgml:
5486 * docs/gst/tmpl/gstclock.sgml:
5487 * docs/gst/tmpl/gstelement.sgml:
5488 * docs/gst/tmpl/gstevent.sgml:
5489 * docs/gst/tmpl/gstpad.sgml:
5490 * docs/gst/tmpl/gstutils.sgml:
5491 * docs/gst/tmpl/gstxml.sgml:
5492 * docs/gst/tmpl/gthread-cothreads.sgml:
5493 * docs/random/ds/0.9-suggested-changes:
5494 * gst/elements/gstfakesink.h: doc fixes
5495 * gst/elements/gstfakesrc.h: doc fixes
5496 * gst/gstcaps.c: doc fixes
5497 * gst/gstcaps.h: doc fixes
5498 * gst/gstelement.c: doc fixes
5499 * gst/gstelement.h: doc fixes
5500 * gst/gstindex.c: doc fixes
5501 * gst/gstinfo.c: doc fixes
5502 * gst/gstpad.c: doc fixes
5503 * gst/gstpad.h: doc fixes
5504 * gst/gstplugin.c: doc fixes
5505 * gst/gsttypefind.h: doc fixes
5506 * gst/gsturi.c: doc fixes
5507 * gst/gstvalue.c: doc fixes
5509 2004-03-29 Colin Walters <walters@redhat.com>
5511 * gst/registries/gstxmlregistry.c (get_time)
5512 (plugin_times_older_than_recurse):
5513 Use the result of stat to determine whether a path is a file,
5514 so we don't attempt to opendir() files.
5516 2004-03-29 Benjamin Otte <otte@gnome.org>
5518 * gst/gstpad.c: (gst_pad_set_explicit_caps):
5519 print caps in debugging output when setting caps failed
5520 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5521 (schedule_next_element), (get_buffer), (run_chainhandler),
5522 (element_may_start), (gst_entry_scheduler_chain_handler),
5523 (gst_entry_scheduler_get_handler),
5524 (gst_entry_scheduler_state_transition),
5525 (gst_entry_scheduler_pad_link):
5526 make this scheduler a testcase for mandatory
5527 discont-before-first-buffer which is needed if we want to allow apps
5528 to release the sound device.
5529 add SCHED_ASSERT macro to print scheduler state before an assertion
5532 2004-03-29 Benjamin Otte <otte@gnome.org>
5535 replace by LGPL (former COPYING.LIB). The core is completely
5540 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5544 updated Afrikaans and Swedish
5546 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5550 adding Azerbaijani (Mətin Əmirov)
5552 2004-03-28 Martin Soto <martinsoto@users.sourceforge.net>
5555 * gst/gstelement.c (gst_element_set_time_delay): New function for
5556 setting element time taking into account a hardware buffering
5558 (gst_element_set_time): Now just an invocation of
5559 gst_element_set_time_delay.
5561 * gst/gstclock.c (gst_clock_get_event_time_delay): New function
5562 allowing to set event times in the future.
5563 (gst_clock_get_event_time): Now just an invocation of
5564 gst_clock_get_event_time_delay.
5566 2004-03-28 Benjamin Otte <otte@gnome.org>
5568 * gst/gstbin.c: (gst_bin_set_element_sched),
5569 (gst_bin_unset_element_sched):
5570 don't add decoupled elements to schedulers - otherwise it's
5571 impossible to control if a link to a decoupled element was already
5572 removed from a scheduler or not.
5573 * gst/schedulers/cothreads_compat.h:
5574 * gst/schedulers/gthread-cothreads.h:
5575 add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
5576 is no "unused" warning.
5577 * gst/schedulers/Makefile.am:
5578 * gst/schedulers/entryscheduler.c:
5579 add new scheduler, based on ideas from talking to David and Martin.
5580 It's supposed to be small and correct. Currently it's also slow (but
5582 * examples/retag/retag.c: (main):
5583 * testsuite/bytestream/test1.c: (main):
5584 fix missing NULLs at end of variadic functions
5585 * testsuite/elements/.cvsignore:
5588 2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
5591 Added GST_EVENT_ANY for GstEvents that pass a GstStructure
5593 2004-03-25 David Schleef <ds@schleef.org>
5595 * docs/gst/gstreamer-sections.txt: More doc hacking.
5596 * docs/gst/tmpl/gstaggregator.sgml:
5597 * docs/gst/tmpl/gstautoplugfactory.sgml:
5598 * docs/gst/tmpl/gstbin.sgml:
5599 * docs/gst/tmpl/gstbuffer.sgml:
5600 * docs/gst/tmpl/gstbufferstore.sgml:
5601 * docs/gst/tmpl/gstfakesink.sgml:
5602 * docs/gst/tmpl/gstfakesrc.sgml:
5603 * docs/gst/tmpl/gstmd5sink.sgml:
5604 * docs/gst/tmpl/gstreamer-unused.sgml:
5605 * docs/gst/tmpl/gstsearchfuncs.sgml:
5606 * docs/gst/tmpl/gstshaper.sgml:
5607 * docs/gst/tmpl/gstspider.sgml:
5608 * docs/gst/tmpl/gsttee.sgml:
5609 * docs/gst/tmpl/gstutils.sgml:
5610 * docs/gst/tmpl/gstvalue.sgml:
5611 * docs/gst/tmpl/gstxml.sgml:
5612 * gst/Makefile.am: Remove gstthreaddummy.c. It never worked,
5613 and we don't support it.
5614 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
5615 (gst_use_threads), (gst_has_threads): same
5616 * gst/gstthreaddummy.c: same
5617 * gst/autoplug/gstspider.c: Make gst_spider_details static.
5618 * gst/autoplug/gstspider.h: same
5619 * gst/elements/gstaggregator.h: Remove bogus function from header
5620 * gst/elements/gstfakesink.h: same
5621 * gst/elements/gstfakesrc.h: same
5622 * gst/elements/gstmd5sink.h: same
5623 * gst/elements/gstshaper.h: same
5624 * gst/elements/gsttee.h: same
5625 * gst/gstbin.c: doc fixes
5626 * gst/gstbin.h: Remove unused definition.
5627 * gst/gstbuffer.c: doc fixes
5628 * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
5629 * gst/gstfilter.c: doc fixes
5630 * gst/gsttag.c: doc fixes
5631 * gst/gstvalue.c: doc fixes
5633 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5635 * docs/pwg/advanced-types.xml:
5636 Document typefinding.
5637 * docs/pwg/other-oneton.xml:
5638 Document one-to-n elements, demuxers and parsers.
5640 2004-03-25 Tim-Philipp Müller <t.i.m@zen.co.uk>
5642 reviewed by: David Schleef <ds@schleef.org>
5644 * configure.ac: Check bison version (bug #127838)
5646 2004-03-25 David Schleef <ds@schleef.org>
5648 * docs/gst/gstreamer-docs.sgml: More fine tuning.
5649 * docs/gst/gstreamer-sections.txt:
5650 * docs/gst/tmpl/gstautoplug.sgml:
5651 * docs/gst/tmpl/gststaticautoplug.sgml:
5652 * docs/gst/tmpl/gststaticautoplugrender.sgml:
5653 * docs/gst/tmpl/gstutils.sgml:
5654 * docs/gst/tmpl/gstxml.sgml:
5656 2004-03-24 David Schleef <ds@schleef.org>
5658 * docs/gst/gstreamer-docs.sgml: I got tired of the reference
5659 manual being such complete crap, that I decided to do major
5660 hacking of it. This checkin replaces any fine tuning that
5661 may have been done previously, with the benefit of actually
5662 being complete for much of the API that was changed since
5663 0.6. Further fine tuning will occur shortly. (bug #134721)
5664 * docs/gst/gstreamer-sections.txt:
5665 * docs/gst/tmpl/GstBin.sgml:
5666 * docs/gst/tmpl/GstBuffer.sgml:
5667 * docs/gst/tmpl/GstCaps.sgml:
5668 * docs/gst/tmpl/GstClock.sgml:
5669 * docs/gst/tmpl/GstCompat.sgml:
5670 * docs/gst/tmpl/GstData.sgml:
5671 * docs/gst/tmpl/GstElement.sgml:
5672 * docs/gst/tmpl/GstEvent.sgml:
5673 * docs/gst/tmpl/GstIndex.sgml:
5674 * docs/gst/tmpl/GstStructure.sgml:
5675 * docs/gst/tmpl/GstTag.sgml:
5676 * docs/gst/tmpl/cothreads.sgml:
5677 * docs/gst/tmpl/cothreads_compat.sgml:
5678 * docs/gst/tmpl/gettext.sgml:
5679 * docs/gst/tmpl/grammar.tab.sgml:
5680 * docs/gst/tmpl/gst-i18n-app.sgml:
5681 * docs/gst/tmpl/gst-i18n-lib.sgml:
5682 * docs/gst/tmpl/gst.sgml:
5683 * docs/gst/tmpl/gst_private.sgml:
5684 * docs/gst/tmpl/gstaggregator.sgml:
5685 * docs/gst/tmpl/gstarch.sgml:
5686 * docs/gst/tmpl/gstatomic.sgml:
5687 * docs/gst/tmpl/gstatomic_impl.sgml:
5688 * docs/gst/tmpl/gstbin.sgml:
5689 * docs/gst/tmpl/gstbuffer.sgml:
5690 * docs/gst/tmpl/gstbufferstore.sgml:
5691 * docs/gst/tmpl/gstcaps.sgml:
5692 * docs/gst/tmpl/gstclock.sgml:
5693 * docs/gst/tmpl/gstcompat.sgml:
5694 * docs/gst/tmpl/gstconfig.sgml:
5695 * docs/gst/tmpl/gstcpu.sgml:
5696 * docs/gst/tmpl/gstdata.sgml:
5697 * docs/gst/tmpl/gstdata_private.sgml:
5698 * docs/gst/tmpl/gstelement.sgml:
5699 * docs/gst/tmpl/gstenumtypes.sgml:
5700 * docs/gst/tmpl/gsterror.sgml:
5701 * docs/gst/tmpl/gstevent.sgml:
5702 * docs/gst/tmpl/gstfakesink.sgml:
5703 * docs/gst/tmpl/gstfakesrc.sgml:
5704 * docs/gst/tmpl/gstfilesink.sgml:
5705 * docs/gst/tmpl/gstfilter.sgml:
5706 * docs/gst/tmpl/gstindex.sgml:
5707 * docs/gst/tmpl/gstinfo.sgml:
5708 * docs/gst/tmpl/gstinterface.sgml:
5709 * docs/gst/tmpl/gstlog.sgml:
5710 * docs/gst/tmpl/gstmacros.sgml:
5711 * docs/gst/tmpl/gstmarshal.sgml:
5712 * docs/gst/tmpl/gstmd5sink.sgml:
5713 * docs/gst/tmpl/gstmultifilesrc.sgml:
5714 * docs/gst/tmpl/gstobject.sgml:
5715 * docs/gst/tmpl/gstpad.sgml:
5716 * docs/gst/tmpl/gstparse.sgml:
5717 * docs/gst/tmpl/gstpipeline.sgml:
5718 * docs/gst/tmpl/gstplugin.sgml:
5719 * docs/gst/tmpl/gstpluginfeature.sgml:
5720 * docs/gst/tmpl/gstqueue.sgml:
5721 * docs/gst/tmpl/gstreamer-unused.sgml:
5722 * docs/gst/tmpl/gstregistry.sgml:
5723 * docs/gst/tmpl/gstregistrypool.sgml:
5724 * docs/gst/tmpl/gstscheduler.sgml:
5725 * docs/gst/tmpl/gstsearchfuncs.sgml:
5726 * docs/gst/tmpl/gstshaper.sgml:
5727 * docs/gst/tmpl/gstspider.sgml:
5728 * docs/gst/tmpl/gstspideridentity.sgml:
5729 * docs/gst/tmpl/gststructure.sgml:
5730 * docs/gst/tmpl/gstsystemclock.sgml:
5731 * docs/gst/tmpl/gsttag.sgml:
5732 * docs/gst/tmpl/gsttaginterface.sgml:
5733 * docs/gst/tmpl/gsttee.sgml:
5734 * docs/gst/tmpl/gstthread.sgml:
5735 * docs/gst/tmpl/gsttrace.sgml:
5736 * docs/gst/tmpl/gsttrashstack.sgml:
5737 * docs/gst/tmpl/gsttypefind.sgml:
5738 * docs/gst/tmpl/gsttypes.sgml:
5739 * docs/gst/tmpl/gsturi.sgml:
5740 * docs/gst/tmpl/gsturitype.sgml:
5741 * docs/gst/tmpl/gstutils.sgml:
5742 * docs/gst/tmpl/gstvalue.sgml:
5743 * docs/gst/tmpl/gstversion.sgml:
5744 * docs/gst/tmpl/gstxml.sgml:
5745 * docs/gst/tmpl/gstxmlregistry.sgml:
5746 * docs/gst/tmpl/gthread-cothreads.sgml:
5747 * docs/gst/tmpl/types.sgml:
5749 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
5751 * docs/pwg/other-sink.xml:
5752 * docs/pwg/other-source.xml:
5753 Documentation on how to write source and sink elements. Other
5754 stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
5755 manager, autoplugger) are all still pending.
5757 2004-03-25 Benjamin Otte <otte@gnome.org>
5759 * testsuite/elements/Makefile.am:
5760 * testsuite/elements/gst-compprep-check:
5761 add check to make sure gst-compprep works
5762 * testsuite/elements/gst-inspect-check.in:
5763 improve initialization output
5764 * testsuite/Makefile.am:
5765 * testsuite/gst-inspect-check:
5768 2004-03-24 David Schleef <ds@schleef.org>
5770 * testsuite/elements/Makefile.am:
5771 * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
5774 2004-03-24 Benjamin Otte <otte@gnome.org>
5776 * libs/gst/control/dparam.c: (gst_dparam_attach),
5777 (gst_dparam_detach):
5778 * libs/gst/control/dparammanager.c: (gst_dpman_init):
5779 fix lvalue casts for real
5781 2004-03-24 Benjamin Otte <otte@gnome.org>
5783 * gst/schedulers/gstbasicscheduler.c:
5784 (gst_basic_scheduler_src_wrapper):
5785 * gst/schedulers/gstoptimalscheduler.c:
5786 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
5787 (pad_clear_queued), (gst_opt_scheduler_add_element),
5788 (gst_opt_scheduler_remove_element):
5789 fix GStreamer to not have issues with lvalue casts anymore (fixes
5792 2004-03-24 Benjamin Otte <otte@gnome.org>
5795 add documentation about a gobject quirk where the object hasn't the
5796 correct class pointer set on initialization
5797 * gst/schedulers/gstbasicscheduler.c:
5798 (gst_basic_scheduler_src_wrapper):
5799 make sure to not run into an infinite loop
5801 2004-03-22 Benjamin Otte <otte@gnome.org>
5803 * gst/gstutils.c: (gst_util_dump_mem):
5805 first argument of gst_util_dump_mem should be const
5807 2004-03-22 Johan Dahlin <johan@gnome.org>
5809 * gst/gstvalue.h: Clean up a little bit.
5811 2004-03-21 Tim-Philipp Müller <t.i.m@zen.co.uk>
5813 reviewed by Benjamin Otte <otte@gnome.org>
5815 * gst/autoplug/gstspider.c: (gst_spider_dispose):
5816 * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
5817 (gst_aggregator_class_init), (gst_aggregator_init):
5818 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5819 (gst_filesrc_dispose), (gst_filesrc_set_location):
5820 * gst/elements/gstidentity.c: (gst_identity_finalize),
5821 (gst_identity_class_init), (gst_identity_chain):
5822 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5823 * gst/elements/gststatistics.c: (gst_statistics_finalize),
5824 (gst_statistics_class_init):
5825 * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
5826 (gst_tee_get_property):
5827 clean up used memory in this elements correctly on teardown (closes
5830 2004-03-20 Colin Walters <walters@redhat.com>
5832 * gst/registries/gstxmlregistry.c:
5833 (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
5834 registry saving atomic.
5836 2004-03-20 Colin Walters <walters@redhat.com>
5838 * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
5840 access() instead of actually creating and deleting files.
5842 2004-03-18 David Schleef <ds@schleef.org>
5844 * configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
5847 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5849 * po/sv.po: updated translation (Christian Rose)
5851 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5853 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5854 (gst_filesink_get_query_types), (_do_init),
5855 (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
5856 return FALSE silently
5857 * po/af.po: updated translation (Petri Jooste)
5859 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5863 dist common properly
5869 refreshing translations
5871 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5876 adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
5878 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5880 * Makefile.am: use common/release.mak
5882 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5884 * docs/faq/gst-uninstalled:
5885 adding gst-monkeysaudio to the list of possible plugin dirs
5887 2004-03-16 David Schleef <ds@schleef.org>
5889 * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
5890 (gst_init_check_with_popt_table): Fix some gettext strings to
5891 make them easier to translate. Required making the strings
5894 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5896 * configure.ac: bump nano to 1
5898 === release 0.8.0 ===
5900 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5902 * configure.ac: release 0.8.0, "Executive Slacks"
5904 2004-03-16 Johan Dahlin <johan@gnome.org>
5906 * gst/schedulers/gstoptimalscheduler.c
5907 (gst_opt_scheduler_pad_unlink): Remove double ;,
5908 spotted by Scott Wheeler
5910 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5912 * configure.ac: bump libtool version
5914 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5917 * gst/gststructure.h:
5918 add reserved padding
5920 2004-03-15 Benjamin Otte <otte@gnome.org>
5922 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
5923 set the first parameter for select call correctly.
5926 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5928 * *.c,*.h: don't mix tabs and spaces
5930 2004-03-15 Johan Dahlin <johan@gnome.org>
5932 * gst/schedulers/gstoptimalscheduler.c
5933 (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
5934 crash on MPEG playback. My boolean arithmetic is a bit rusty.
5936 * tools/Makefile.am (EXTRA_DIST): Add gst-indent
5938 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5941 fix gst-register rules
5943 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5946 use versioned gst-register
5948 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5950 * docs/libs/gstreamer-libs-sections.txt:
5951 remove </SUBSECTION>
5953 * gst/gstregistry.c: (gst_registry_add_plugin):
5954 * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
5955 (gst_xml_registry_open_func), (gst_xml_registry_close_func):
5956 add debugging and fix some comment blocks
5958 2004-03-15 Johan Dahlin <johan@gnome.org>
5960 * *.h: Revert indent changes.
5962 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5964 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
5965 g_error_free the g_error
5966 * tools/gst-feedback-m.m:
5967 check for other versions of gstreamer
5971 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5973 * tools/gst-register.c: do not spill paths when registries are not
5974 writable, until we fix the "user running gst-register" case.
5976 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5978 * *.c, *.h: commit of gst-indent run on core
5980 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5983 * tools/Makefile.am:
5984 add our indentation style as a script
5986 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5990 added Serbian translation
5992 2004-03-13 Benjamin Otte <otte@gnome.org>
5995 add documentation note about gst_element_found_tags_for_pad not
5996 being usable in getfunctions. (see #137042)
5998 2004-03-12 David Schleef <ds@schleef.org>
6000 * gst/gstcaps.h: jdahlin, what are you smoking? We can't just
6001 change API right now! Readd gst_caps_is_simple() macro.
6002 * gst/gstelement.c: (gst_element_base_class_finalize): Fix
6003 uninitialized variable. I'd bet this caused crashes.
6004 * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
6006 2004-03-12 Johan Dahlin <johan@gnome.org>
6008 * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
6009 * gst/gstcaps.h: Clean up
6011 * gst/gst.c (init_post): call gst_caps_get_type() instead of
6012 _gst_caps_initalize()
6014 * gst/gstcaps.c: Style fixes, stay closer to glib and friends
6015 (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
6017 * gst/gststructure.c (gst_structure_get_type): Ditto
6019 * gst/gststructure.h: Ditto
6021 2004-03-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
6023 * gst/gstqueue.c: (gst_queue_init):
6024 Reset default max. values in queues. Reason is simply to avoid
6025 braindead use. If you want wider values, use the properties. The
6026 default is supposed to always work. Wider values would make this
6027 beast a memory hog by default (250 full-PAL RGB32 video frames?
6028 That's 440 MB! No thank you).
6030 2004-03-10 David Schleef <ds@schleef.org>
6032 * tools/gst-run.c: (main): Fix crash when no relevant tools
6033 were found. (bug #136793)
6035 2004-03-10 Johan Dahlin <johan@gnome.org>
6037 * gst/schedulers/gstoptimalscheduler.c
6038 (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
6039 links to elements within the same group, so we can finally remove
6040 that annoying warning. Refactor the code a little bit
6041 (group_dec_links_for_element): Split out
6043 2004-03-09 David Schleef <ds@schleef.org>
6045 * docs/manual/dparams-app.xml: Fix to handle double dparams.
6048 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
6050 * configure.ac: first bug fix due to major/minor bump
6052 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
6054 * configure.ac: bump nano to 1
6056 === release 0.7.6 ===
6058 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
6063 releasing 0.7.6, "Almost"
6066 * tools/Makefile.am:
6067 * tools/gst-feedback-m.m:
6070 2004-03-09 Johan Dahlin <johan@gnome.org>
6072 Reviewed by: Thomas Vander Stichele
6074 * gst/gstelement.c (gst_element_class_init): register second
6075 parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
6076 language bindings can (de)marshall correctly.
6078 * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
6080 * gst/gsterror.c (gst_g_error_get_type): New function
6082 * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
6083 with VOID:OBJECT,OBJECT,STRING
6085 2004-03-10 Jan Schmidt <thaytan@mad.scientist.com>
6087 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
6088 Free a leaked g_timer on early returns.
6090 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
6092 * docs/pwg/advanced-types.xml:
6093 Add cinepak description.
6095 2004-03-07 David Schleef <ds@schleef.org>
6097 * docs/random/mimetypes: Added cinepak description
6099 2004-03-07 Andy Wingo <wingo@pobox.com>
6101 * gst/gstbin.c (gst_bin_remove): Debugging fixes.
6103 * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
6104 there are no links to other groups when a group is destroyed.
6105 (gst_opt_scheduler_pad_unlink): If the unlink means an element is
6106 removed from a group, make sure the link count to elements linked
6107 to other pads is appropriately decremented. This really fixes
6110 The 1.60->1.61 patch has been reapplied in light of this fix.
6112 * gst/gstelement.c (gst_element_dispose): Really protect against
6113 multiple invocations this time.
6115 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6117 * docs/gst/gstreamer-sections.txt:
6118 * docs/gst/tmpl/gsttag.sgml:
6119 remove some deprecated functions, document some existing ones
6120 * gst/gsttag.c: (gst_tag_get_flag):
6122 add accessor function
6124 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
6126 * docs/gst/gstreamer-sections.txt:
6127 * docs/gst/tmpl/gsttag.sgml:
6128 * docs/gst/tmpl/gstxml.sgml:
6129 * gst/gsttag.c: (gst_tag_get_flag):
6132 2004-03-06 Christophe Fergeau <teuf@gnome.org>
6134 * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
6137 2004-03-05 David Schleef <ds@schleef.org>
6139 * REQUIREMENTS: Add bison and flex.
6140 * configure.ac: Fix comment about bison.
6141 * docs/random/ds/0.9-suggested-changes: yer ma
6142 * tools/gst-inspect.c: (print_element_info): Fix warning.
6144 2004-03-05 Benjamin Otte <otte@gnome.org>
6146 * gst/gstelement.c: (gst_element_error_full):
6147 revert recent recursive state changing commit - messing with other
6148 elements' states is evil and should be done by apps only.
6150 2004-03-05 Benjamin Otte <otte@gnome.org>
6152 * gst/gstelement.c: (gst_element_get_compatible_pad_template):
6153 check for empty intersection instead of NULL caps
6154 (gst_element_get_compatible_pad_filtered):
6155 remove old workaround that is only a bug nowadays
6157 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6159 * gst/gstelement.c: (gst_element_error_full):
6160 make elements try to recursively change state to PAUSED on all
6161 parents after an error to suppress ensuing warnings
6162 * gst/parse/grammar.y:
6163 make it check if it was able to sync the state, and throw an error
6164 if not, so stuff like
6165 oggdemux ! vorbisdec ! osssink gets caught
6167 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
6169 * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
6170 it contains lib64; use AS_AC_EXPAND to handle it properly
6172 2004-03-05 David Schleef <ds@schleef.org>
6174 * gst/gstcpuid_i386.s: Remove unused code
6175 * libs/gst/getbits/getbits.c: (gst_getbits_init),
6176 (gst_getbits_newbuf): Remove MMX code
6177 * libs/gst/getbits/getbits.h: Remove MMX code
6179 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
6181 * debian/.cvsignore:
6182 * debian/README.Debian:
6185 * debian/control.in:
6187 * debian/gstreamer-core-libs-dev.files:
6188 * debian/gstreamer-core-libs.files:
6189 * debian/gstreamer-core.files:
6190 * debian/gstreamer-core.postinst:
6191 * debian/gstreamer-core.postrm:
6192 * debian/gstreamer-doc.files:
6193 * debian/gstreamer-doc.links:
6194 * debian/gstreamer-doc.lintian:
6195 * debian/gstreamer-runtime.files:
6196 * debian/gstreamer-runtime.manpages:
6197 * debian/gstreamer-runtime.postinst:
6198 * debian/gstreamer-runtime.postrm:
6199 * debian/gstreamer-tools.files:
6200 * debian/gstreamer-tools.manpages:
6201 * debian/libgstreamer-dev.files:
6202 * debian/libgstreamer0.4.1.files:
6203 * debian/libgstreamerVERSION.files:
6205 Debian package info not maintained here.
6207 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
6209 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
6210 * gst/gstbin.c: (gst_bin_class_init):
6211 * gst/gstelement.c: (gst_element_class_init):
6212 * gst/gstindex.c: (gst_index_class_init):
6213 * gst/gstobject.c: (gst_object_class_init),
6214 (gst_signal_object_class_init):
6215 * gst/gstpad.c: (gst_pad_template_class_init):
6216 * gst/gstregistry.c: (gst_registry_class_init):
6217 * gst/gsturi.c: (gst_uri_handler_base_init):
6218 * gst/gstxml.c: (gst_xml_class_init):
6219 * libs/gst/control/dparam.c: (gst_dparam_class_init):
6220 * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
6221 make all signal names use dashes instead of underscore
6223 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
6225 * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
6227 2004-03-03 Benjamin Otte <otte@gnome.org>
6229 * gst/schedulers/gstoptimalscheduler.c:
6230 revert last commit by Andy Wingo. It causes segfaults on unreffing
6231 in Rhythmbox. (see bug #135672)
6233 2004-03-02 Christophe Fergeau <teuf@gnome.org>
6235 * po/fr.po: fix typo
6237 2004-03-02 Christophe Fergeau <teuf@gnome.org>
6239 * tools/gst-inspect.c: (main):
6240 * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
6242 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6245 get GLIB_ONLY and POPT flags for the nonversioned binaries
6246 * tools/Makefile.am:
6249 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6251 * gst/gst.c: (init_post):
6252 change so that GST_REGISTRY now is where the global registry gets
6253 saved, since that is where plugins now get attached to first, and
6254 spilled over to the user registry. Note that in the case of using
6255 GST_REGISTRY env var, we don't want to affect any real registries
6256 beyond the one given by this var, and thus we don't set a user
6257 registry to spill to. So make sure GST_REGISTRY is writable.
6259 2004-03-01 David Schleef <ds@schleef.org>
6261 * AUTHORS: Added some names. Add yourself if you're missing.
6263 2004-03-01 David Schleef <ds@schleef.org>
6267 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6271 * docs/gst/tmpl/gstbuffer.sgml:
6272 * docs/gst/tmpl/gstdata.sgml:
6273 * docs/gst/tmpl/gstreamer-unused.sgml:
6274 * docs/gst/tmpl/gstxml.sgml:
6278 * docs/pwg/intro-preface.xml:
6281 * gst/gst.c: (init_post):
6282 try GST_PLUGIN_PATH paths for the _global_registry first
6284 add the error message as well, otherwise (null) debug info doesn't
6286 * tools/gst-register.c: (main):
6287 spill paths to next registry if this registry is not writable
6292 2004-03-01 Johan Dahlin <johan@gnome.org>
6294 * gst/gstbuffer.c (_gst_buffer_initialize):
6295 * gst/gstdata.c (gst_data_get_type):
6296 * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
6297 instead of ref, since some applications that uses GBoxed
6298 routines depends on a function that actually returns a copy.
6300 2004-02-27 Benjamin Otte <otte@gnome.org>
6303 remove gst_buffer_free, use gst_data_unref
6304 * gst/gstdata.c: (gst_data_get_type):
6305 use refcounting in GstData GBoxed registration
6307 remove gst_data_free, use gst_data_unref
6309 2004-02-27 Johan Dahlin <johan@gnome.org>
6311 * gst/gstdata.c (gst_data_get_type): New function, register
6312 GstData as a GBoxed type.
6314 * gst/gstdata.h (GST_TYPE_DATA): New macro
6316 2004-02-27 Thomas Vander Stichele <thomas at apestaart dot org>
6319 * gstreamer.spec.in:
6322 clean up non-disting of built files
6323 * testsuite/debug/commandline.c:
6324 test fix for option rename
6326 2004-02-26 David Schleef <ds@schleef.org>
6328 * configure.ac: We don't really need glib-2.3. Also remove
6329 some unneeded checks for library functions.
6330 * gst/Makefile.am: Instead, we need to not dist files created
6333 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6336 bump glib required version to 2.3.0 for g_value_takes_boxed
6338 2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
6340 * common/m4/gst-docs.m4
6341 change flavour text from enable to disable as enable is our default
6342 closes bug Bug 135304
6344 === release 0.7.5 ===
6346 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6351 * gstreamer.spec.in:
6355 * docs/random/release:
6358 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6360 * gst/gsttag.c: (_gst_tag_initialize):
6363 remove hyphen from codec tags
6365 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6367 * gst/parse/Makefile.am:
6368 fix dependency so that a make from a clean build works the first
6371 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6373 * docs/random/release:
6374 update release strategy
6378 update dutch translation
6380 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6382 * docs/manual/debugging.xml:
6383 fix manual for new debugging system
6385 2004-02-25 Andy Wingo <wingo@pobox.com>
6387 * gst/gstpad.c (gst_pad_link_prepare): Re-add
6388 gst_pad_link_prepare. Please email the list with specific reasons
6391 2004-02-24 Andy Wingo <wingo@pobox.com>
6393 * gst/gstelement.c (gst_element_dispose): Protect against multiple
6396 * gst/schedulers/gstoptimalscheduler.c:
6397 I added a mess of prototypes at the top of the file by way of
6398 documentation. Some of the operations on chains and groups were
6401 (create_group): Added a type argument so if the group is enabled,
6402 the setup_group_scheduler knows what to do.
6403 (group_elements): Added a type argument here, too, to be passed on
6405 (group_element_set_enabled): If an unlinked PLAYING element is
6406 added to a bin, we have to create a new group to hold the element,
6407 and this function will be called before the group is added to the
6408 chain. Thus we have a valid case for group->chain==NULL. Instead
6409 of calling chain_group_set_enabled, just set the flag on the group
6410 (the chain's status will be set when the group is added to it).
6411 (gst_opt_scheduler_state_transition, chain_group_set_enabled):
6412 Setup the group scheduler when the group is enabled, not
6413 specifically when an element goes PAUSED->PLAYING. This means
6414 PLAYING elements can be added, linked, and scheduled into a
6415 PLAYING pipeline, as was intended.
6416 (add_to_group): Don't ref the group twice. I don't know when this
6417 double-ref got in here. Removing it has the potential to cause
6418 segfaults if other parts of the scheduler are buggy. If you find
6419 that the scheduler is segfaulting for you, put in an extra ref
6420 here and see if that hacks over the underlying issue. Of course,
6421 then find out what code is unreffing a group it doesn't own...
6422 (create_group): Make the extra refcount floating, and remove it
6423 after adding the element. This means that...
6424 (unref_group): Destroy when the refcount reaches 0, not 1, like
6425 every other refcounted object in the known universe.
6426 (remove_from_group): When a group becomes empty, set it to be not
6427 active, and remove it from its chain. Don't unref it again,
6428 there's no floating reference any more.
6429 (destroy_group): We have to remove the group from the chain in
6430 remove_from_group (rather than here) to break refcounting cycles
6431 (the chain always has a ref on the group). So assert that
6433 (ref_group_by_count): Removed, it was commented out anyway.
6434 (merge_chains): Use the remove_from_chain and add_to_chain
6435 primitives to do the reparenting, instead of rolling our own
6437 (add_to_chain): The first non-disabled group in the chain's group
6438 list will be the entry point for the chain. Because buffers can
6439 accumulate in loop elements' peer bufpens, we preferentially
6440 schedule loop groups before get groups to avoid unnecessary
6441 execution of get-based groups when the bufpens are already full.
6442 (gst_opt_scheduler_schedule_run_queue): Debug fixes.
6443 (get_group_schedule_function): Ditto.
6444 (loop_group_schedule_function): Ditto.
6445 (gst_opt_scheduler_loop_wrapper): Ditto.
6446 (gst_opt_scheduler_iterate): Ditto.
6448 I understand the opt scheduler now, yippee!
6450 * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
6451 (gst_pad_get_name, gst_pad_set_chain_function)
6452 (gst_pad_set_get_function, gst_pad_set_event_function)
6453 (gst_pad_set_event_mask_function, gst_pad_get_event_masks)
6454 (gst_pad_get_event_masks_default, gst_pad_set_convert_function)
6455 (gst_pad_set_query_function, gst_pad_get_query_types)
6456 (gst_pad_get_query_types_default)
6457 (gst_pad_set_internal_link_function)
6458 (gst_pad_set_formats_function, gst_pad_set_link_function)
6459 (gst_pad_set_fixate_function, gst_pad_set_getcaps_function)
6460 (gst_pad_set_bufferalloc_function, gst_pad_unlink)
6461 (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent)
6462 (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps)
6463 (gst_pad_proxy_pad_link, gst_pad_proxy_fixate)
6464 (gst_pad_get_pad_template_caps, gst_pad_check_compatibility)
6465 (gst_pad_get_peer, gst_pad_get_allowed_caps)
6466 (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull)
6467 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
6468 (gst_pad_event_default_dispatch, gst_pad_event_default)
6469 (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default)
6470 (gst_pad_convert, gst_pad_query_default, gst_pad_query)
6471 (gst_pad_get_formats_default, gst_pad_get_formats): Better
6472 argument checks, and some doc fixes.
6474 (gst_pad_custom_new_from_template): Um, does anyone
6475 use these functions? Actually make a custom pad instead of a
6477 (gst_pad_try_set_caps): Transpose some checks.
6478 (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
6479 the pad is in negotiation.
6480 (gst_pad_try_relink_filtered): Use pad_link_prepare.
6482 * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
6485 * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
6488 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
6490 * gst/gstbin.c: (gst_bin_add):
6491 add error for not being able to add elements
6493 2004-02-22 Julien MOUTTE <julien@moutte.net>
6495 * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
6496 audio-codec and video-codec.
6498 2004-02-22 Benjamin Otte <otte@gnome.org>
6500 reported by: Padraig O'Briain <padraig.obriain@sun.com>
6503 replace test -e with test -x for mkinstalldirs to be more portable.
6506 2004-02-22 Benjamin Otte <otte@gnome.org>
6509 revert last patch from Andy, it makes gst_pad_can_link_filtered much
6511 * gst/gsttag.c: (_gst_tag_initialize):
6513 add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
6514 * libs/gst/control/dparam.c: (gst_dparam_attach):
6515 * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
6516 check that types for attached dparams match
6518 2004-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
6520 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6521 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6522 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
6525 2004-02-20 Andy Wingo <wingo@pobox.com>
6530 * gst/registries/gstxmlregistry.c:
6531 * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
6533 * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
6534 (gst_element_add_pad): DEBUG->INFO, some fixes.
6535 (gst_element_get_compatible_pad_template): Just see if the
6536 templates' caps intersect, not if one is a strict subset of the
6537 other. This conforms more to what gst_pad_link_intersect() does.
6538 (gst_element_class_add_pad_template): Don't memcpy the pad
6539 template, just ref it.
6540 (gst_element_get_compatible_pad_filtered): Clean up debug messages
6542 * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
6543 (gst_pad_link_filtered): Debug changes.
6544 (gst_pad_link_prepare): New function, consolidated from
6545 can_link_filtered and link_filtered.
6547 * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
6548 look more like that of the functions in gstelement.c
6550 * gst/gstinfo.c (gst_debug_print_object): Put a space before the
6551 object, and return the empty string if object is NULL.
6553 * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
6554 * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
6555 LOG, not DEBUG. We still get flex info on debug.
6557 * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
6558 debug string more verbose.
6559 (plugin_times_older_than): DEBUG->LOG.
6561 2004-02-20 Julien MOUTTE <julien@moutte.net>
6563 * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
6564 will emit found_tag for each stream they demux with the codec.
6566 2004-02-20 Benjamin Otte <otte@gnome.org>
6568 * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
6569 copy navigation event correctly. Check freeing tag lists.
6570 * gst/gstthread.c: (gst_thread_change_state):
6571 don't abort() on state changing mess - it might happen because of
6573 * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
6576 fix GST_VALUE_HOLDS_CAPS
6578 2004-02-19 David Schleef <ds@schleef.org>
6580 * gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4
6581 and use it for GST_FUNCTION. (bug #134750)
6583 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
6587 updating translations
6589 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
6591 * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
6593 2004-02-18 kost@imn.htwk-leipzig.de
6595 reviewed by: David Schleef <ds@schleef.org>
6597 * docs/libs/gstreamer-libs-sections.txt: Add missing sections
6600 2004-02-18 David Schleef <ds@schleef.org>
6602 * libs/gst/control/dparam.c: (gst_dparam_class_init):
6603 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6604 (gst_dpsmooth_new): Additional fixes to get double dparams working.
6605 * tools/gst-inspect.c: (print_element_info): Support dumping of
6606 double dparam information.
6608 2004-02-17 David Schleef <ds@schleef.org>
6610 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
6611 Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
6612 * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
6613 Use GST_TYPE_CAPS in signal prototype.
6614 * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
6615 Convert GST_TYPE_CAPS to boxed.
6616 * gst/gstelement.c: (gst_element_class_init):
6617 Use GST_TYPE_TAG_LIST in signal prototype.
6618 * gst/gstindex.c: (gst_index_class_init):
6620 Add GST_TYPE_INDEX_ENTRY type.
6621 * gst/gstmarshal.list:
6622 Add necessary marshal types.
6623 * gst/gstpad.c: (gst_real_pad_class_init),
6624 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6625 (gst_pad_recover_caps_error):
6626 Use GST_TYPE_CAPS in signal prototypes. Fix some debugging strings.
6627 * gst/gststructure.c: (_gst_structure_initialize),
6628 (gst_structure_copy), (_gst_structure_copy_conditional):
6629 * gst/gststructure.h:
6630 Convert GST_TYPE_STRUCTURE to boxed.
6631 * gst/gsttag.c: (gst_tag_list_get_type):
6633 Add GST_TYPE_TAG_LIST type.
6635 2004-02-17 Julien MOUTTE <julien@moutte.net>
6637 * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
6638 to what we agreed with david.
6639 * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
6641 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6643 * po/nl.po: update translation
6645 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6647 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
6648 throw an error if spider is trying to play a mime type there is
6651 add gst/autoplug/gstspider.c for translation
6653 2004-02-17 Julien MOUTTE <julien@moutte.net>
6655 * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return
6656 silently when the pad is negotiating.
6658 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6660 * docs/faq/Makefile.am:
6661 add script to run gstreamer uninstalled
6663 * docs/faq/developing.xml:
6664 * docs/faq/gst-uninstalled:
6665 extract script to run gstreamer uninstalled
6667 add EXTRA_SOURCES variable for Makefile.am's to set to
6668 use additional SOURCE files for the doc build
6670 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6672 * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
6674 2004-02-15 Julien MOUTTE <julien@moutte.net>
6676 * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
6677 bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
6678 an error was thrown by osssink. Basically a state change failure for
6679 an element in a different scheduling group was considered as
6680 successful, which means that caps nego was going on and weird stuff
6681 happened. Like I wrote in the comment there, if someone wants to
6682 revert that please drop me a mail explaining why because I really see
6683 no point in keeping that broken behaviour there.
6684 * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
6685 be empty, we then return NULL which will trigger a nice error when
6686 pulling from the pad.
6688 2004-02-13 David Schleef <ds@schleef.org>
6690 * libs/gst/control/dparam.c: (gst_dparam_class_init),
6691 (gst_dparam_get_property), (gst_dparam_set_property),
6692 (gst_dparam_do_update_default):
6693 * libs/gst/control/dparam.h:
6694 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6695 (gst_dpsmooth_new), (gst_dpsmooth_set_property),
6696 (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
6697 (gst_dpsmooth_do_update_double):
6698 * libs/gst/control/dparam_smooth.h:
6699 * libs/gst/control/dparammanager.c:
6700 (gst_dpman_inline_direct_update):
6701 Add support for double dparams.
6703 2004-02-13 David Schleef <ds@schleef.org>
6705 * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
6706 * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
6708 2004-02-13 Mattias Wadman <mattias@sudac.org>
6710 reviewed by: David Schleef <ds@schleef.org>
6712 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
6713 (gst_fdsrc_init), (gst_fdsrc_set_property),
6714 (gst_fdsrc_get_property), (gst_fdsrc_get):
6715 * gst/elements/gstfdsrc.h: Adds timeout property to fdsrc,
6716 and sends an EOS event if file descriptor reading times out.
6718 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6721 add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
6723 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6725 * configure.ac: pass required libxml version as argument
6726 (bug reported by Christophe Fergeau)
6728 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6730 * docs/gst/gstreamer-docs.sgml:
6731 * docs/gst/tmpl/gstxml.sgml:
6732 * docs/libs/gstreamer-libs-docs.sgml:
6735 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6738 * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
6739 (gst_registry_pool_feature_filter):
6740 * gst/gstthread.c: (gst_thread_class_init):
6742 add includes exposed by building without libxml
6743 * gst/indexers/Makefile.am:
6744 do not build fileindex when LOADSAVE disabled; we should have
6745 a better libxml check later since fileindex depends on xml, not
6746 LOADSAVE or REGISTRY
6747 * libs/gst/control/Makefile.am:
6749 * tools/Makefile.am:
6750 fix wrong source code for gst-xmlinspect
6752 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6755 fix gcov help output
6756 move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
6757 * docs/random/release:
6758 some updated releasing notes
6759 * gstreamer.spec.in:
6762 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6765 * docs/manual/manual.xml:
6767 * docs/pwg/titlepage.xml:
6768 put version in documentation
6770 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6772 * tools/Makefile.am: fix man page installation
6774 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6777 don't check for libxml when load/save and registry disabled (#105844)
6778 * gstreamer.spec.in:
6779 sync with fedora candidate spec
6781 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6785 replace multidisksrc with multifilesrc
6787 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6790 update to multidisksrc => multifilesrc file renaming (#134145)
6792 2004-02-11 David Schleef <ds@schleef.org>
6794 * docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps
6795 * docs/gst/tmpl/gstpadtemplate.sgml: same
6796 * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
6797 * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
6799 * gst/gstutils.c: Remove disabled code that uses GstProps.
6800 * gst/registries/gstxmlregistry.h: same
6801 * docs/random/ds/0.9-suggested-changes: random notes
6803 2004-02-11 kost@imn.htwk-leipzig.de
6805 reviewed by: David Schleef <ds@schleef.org>
6807 * gst/gstclock.c: (gst_clock_entry_new): fixes structure
6808 initialisation of clock (bug #134128)
6810 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6813 * gst/elements/Makefile.am:
6814 * gst/elements/gstelements.c:
6815 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
6816 (gst_multifilesrc_class_init), (gst_multifilesrc_init),
6817 (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
6818 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
6819 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
6820 * gst/elements/gstmultifilesrc.h:
6821 rename multidisksrc to multifilesrc (part of #122200)
6823 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6826 fix automake complaints
6827 * gst-element-check.m4:
6830 2004-02-11 David Schleef <ds@schleef.org>
6832 * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
6833 * gst/gstatomic_impl.h: Disable sparc implementation.
6835 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6837 * gst-element-check.m4:
6838 fix underquoted macros as reported by automake 1.8.x (#133800)
6840 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6841 by autopoint (fixes #132996)
6843 2004-02-10 Andy Wingo <wingo@pobox.com>
6845 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
6846 way to do inheritance.
6847 (gst_pad_get_event_masks, gst_pad_get_event_masks_default)
6848 (gst_pad_get_query_types, gst_pad_get_query_types_default):
6850 (gst_pad_set_link_function, gst_pad_set_fixate_function)
6851 (gst_pad_set_getcaps_function): Doc from Dave's negotation random
6853 (gst_pad_unlink, gst_pad_is_linked): Docs.
6854 (gst_pad_renegotiate): A brief description of capsnego.
6855 (gst_pad_try_set_caps): Document.
6856 (gst_pad_try_set_caps_nonfixed): Document.
6857 (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
6858 (gst_pad_set_parent): Deprecated (although not out of the API).
6859 (gst_pad_get_parent): Deprecated, although many plugins use this.
6860 (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
6861 are private and will go away in 0.9.
6862 (gst_pad_perform_negotiate): Doc.
6863 (gst_pad_link_unnegotiate): I think this is meant to be static.
6864 (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps)
6865 (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility)
6866 (gst_pad_get_peer): Doc updates.
6867 (gst_pad_caps_change_notify): Doc.
6868 (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get)
6869 (gst_ghost_pad_new): Doc fixes.
6871 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
6872 (gst_object_check_uniqueness):
6874 * gst/gstelement.c (gst_element_add_pad)
6875 (gst_element_add_ghost_pad, gst_element_remove_pad)
6876 (gst_element_remove_ghost_pad, gst_element_get_pad)
6877 (gst_element_get_static_pad, gst_element_get_pad_list)
6878 (gst_element_class_get_pad_template_list)
6879 (gst_element_class_get_pad_template): Work on the docs.
6880 (gst_element_get_pad_template_list): Uses the class method.
6881 (gst_element_get_compatible_pad_template): Docs, and consolidate
6882 some test conditions.
6883 (gst_element_get_pad_from_template): New static function.
6884 (gst_element_request_compatible_pad): Docs, and work with
6885 non-request compatible templates.
6886 (gst_element_get_compatible_pad_filtered): Docs and remove
6888 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
6889 (gst_element_link_filtered, gst_element_link_many)
6890 (gst_element_link, gst_element_link_pads)
6891 (gst_element_unlink_many): Docs.
6893 2004-02-05 Andy Wingo <wingo@pobox.com>
6895 * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
6898 * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
6900 * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
6901 marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
6902 with the type=GST_TYPE_CAPS. This allows language bindings to know
6903 what kind of data they're dealing with.
6905 * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
6906 to NULL when g_value_init is called. GstCaps, which rolls its own
6907 type implementation, now does the same instead of allocating empty
6909 (_gst_caps_initialize, _gst_caps_collect_value,
6910 _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
6911 table methods. This allows G_VALUE_COLLECT to work.
6913 2004-02-05 Andy Wingo <wingo@pobox.com>
6916 * testsuite/Makefile.am (SUBDIRS):
6917 * testsuite/ghostpads/Makefile.am:
6918 * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
6920 * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
6921 These two routines are the only ones that set
6922 GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
6923 pad template. They should be made static, depending on ABI needs.
6924 (gst_real_pad_dispose): Handle the case of ghost pads without a
6925 parent. Assert after dealing with ghost pads that the ghost pad
6927 (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
6929 (gst_ghost_pad_dispose): Set ::real-pad to NULL.
6930 (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
6931 functions. set_property will call add_ghost_pad/remove_ghost_pad
6933 (gst_ghost_pad_new): All the work is offloaded to g_object_new.
6935 * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
6936 (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
6937 (gst_element_remove_pad): Handle ghost pads as well.
6938 (gst_element_remove_ghost_pad): Deprecated (could be removed,
6939 depending on API-stability needs).
6941 2004-02-05 Andy Wingo <wingo@pobox.com>
6943 * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
6944 of course they're const
6946 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6948 * tools/Makefile.am:
6949 * tools/gst-feedback:
6950 * tools/gst-feedback-0.7:
6951 make gst-feedback versioned too for consistency
6953 2004-02-11 David Schleef <ds@schleef.org>
6955 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6956 (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
6958 2004-02-10 Julien MOUTTE <julien@moutte.net>
6960 * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
6961 the structure does not contain a valid tag list. Adding a safety check
6962 to remove a noisy warning in that case.
6964 2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
6966 * gst/gst.c: fix name to be in line with others
6968 2004-02-09 Julien MOUTTE <julien@moutte.net>
6970 * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
6971 not shout that loud when len is 0. Just return 0 silently.
6973 2004-02-09 Julien MOUTTE <julien@moutte.net>
6975 * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
6976 because data_unref has one and I prefer the debug to be symetric.
6977 * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
6978 were refed when added to the queue and unrefed only once when the queue
6979 was flushed. Now the flush handler unref the buffers two times : first
6980 unref for the ref added when pushing in the queue's tail and second
6981 unref to destroy the flushed buffer.
6983 2004-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
6985 * docs/pwg/building-boiler.xml: fix cvs checkout documentation
6987 2004-02-06 David Schleef <ds@schleef.org>
6989 * docs/random/ds/0.9-suggested-changes: Random ramblings
6990 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
6991 to int before printing.
6992 * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
6993 * gst/parse/parse.l: same. See bug #129600
6995 2004-02-06 David Schleef <ds@schleef.org>
6997 * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
6998 (gst_index_add_entry), (gst_index_add_associationv),
6999 (gst_index_add_association): Add gst_index_add_associationv()
7000 and clean up gst_index_add_association(). #127133
7002 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
7004 * autogen.sh: check out common with right tag if CVS/Tag exists
7006 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
7008 * testsuite/ghostpads/ghostpads.c: (main):
7009 fix testsuite from segfaulting
7011 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
7013 * Makefile.am: add release target
7014 * configure.ac: bump nano to 1
7015 * docs/random/release:
7017 2004-02-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
7020 * gst/gstelement.c: (gst_element_base_class_init),
7021 (gst_element_class_set_details), (gst_element_clear_pad_caps):
7022 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
7023 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
7024 (gst_real_pad_dispose):
7025 * gst/gststructure.c: (gst_structure_free),
7026 (gst_structure_from_string):
7027 put reverted patch back in
7028 * gst/gstelement.c: (gst_element_remove_pad):
7029 free explicit caps if they're set
7030 * gst/gstpad.c: (_gst_pad_default_fixate_func):
7031 copy the structure when fixating
7033 2004-02-05 David Schleef <ds@schleef.org>
7035 * gst/gstmarshal.list:
7036 * gst/gstpad.c: (gst_real_pad_class_init),
7037 (_gst_real_pad_fixate_accumulator):
7038 Revert POINTER->BOXED change in signal marshaller.
7040 === release 0.7.4 ===
7042 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
7044 * NEWS: GStreamer 0.7.4 "Wooden Eels" released
7045 * configure.ac: changed for release
7047 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
7049 * gstreamer.spec.in:
7050 bump required version of gtk-doc
7052 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
7055 * gst/gstelement.c: (gst_element_base_class_init),
7056 (gst_element_class_set_details), (gst_element_clear_pad_caps):
7057 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
7058 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
7059 (gst_real_pad_dispose):
7060 * gst/gststructure.c: (gst_structure_free),
7061 (gst_structure_from_string):
7062 revert patch that breaks applications, reapply after release
7063 to get this fixed properly
7065 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
7067 * gst/gsttag.c: (_gst_tag_initialize):
7069 remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
7071 2004-02-04 David Schleef <ds@schleef.org>
7074 * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
7075 (gst_spider_plug_from_srcpad):
7076 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
7078 2004-02-04 David Schleef <ds@schleef.org>
7080 * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
7081 a GstRealPad before accessing its structure members.
7083 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7085 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
7086 (gst_clock_get_speed):
7088 reset padding, remove unused fields
7090 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7092 * gst/autoplug/gstspideridentity.c:
7093 (gst_spider_identity_sink_loop_type_finding):
7094 use get_allowed_caps, not get_caps (fixes #132519)
7095 * gst/elements/gsttypefind.c: (stop_typefinding):
7096 use correct order when sending buffers and seeking
7098 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
7104 upgrade libtool CURRENT, reset padding
7106 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
7110 put back AM_PROG_LIBTOOL to make libtoolize stop complaining
7112 2004-02-04 David Schleef <ds@schleef.org>
7114 * docs/random/ds/0.9-suggested-changes: random notes
7115 * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
7116 (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
7117 Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
7119 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
7120 (gst_filesink_get_query_types): same
7121 * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
7122 (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
7123 * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
7124 to use new GST_PTR_FORMAT.
7125 * gst/gstelement.h: deprecate function factory macros
7126 GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
7127 These are our last variadic macros that can't be replaced with
7128 inlines. Celebrate! Also fix a typo in an #ifdef that was
7129 attempting to deprecate gst_element_clock_wait().
7130 * gst/gstevent.h: same
7131 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
7132 (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
7133 * gst/gstpad.h: deprecate function factory macros similar to above.
7135 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
7138 * tools/Makefile.am:
7139 * tools/gst-run.c: (popt_callback), (hash_print_key),
7140 (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
7141 (get_candidates), (main):
7142 add new source file to generate non-versioned wrapper binaries
7145 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7147 * gst/gstevent.c: (_gst_event_free):
7148 actually break; inside the switch statement
7149 * gst/parse/grammar.y:
7150 fix memleak where GValues weren't unset
7152 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7154 * gst/gststructure.c: (gst_structure_from_string):
7156 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
7157 (new_entry), (gst_type_find_element_chain):
7158 * gst/gstelement.c: (gst_element_base_class_init),
7159 (gst_element_class_set_details):
7160 * gst/gstpad.c: (gst_pad_can_link_filtered):
7161 fix smaller memleaks
7162 * gst/gstpad.c: (gst_real_pad_dispose):
7163 check that explicit caps are gone
7164 * gst/gststructure.c: (gst_structure_free):
7165 actually free the structure
7166 * gst/gstelement.c: (gst_element_clear_pad_caps):
7169 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7171 * tools/Makefile.am:
7172 use AM_CFLAGS since all the CFLAGS are the same
7175 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7177 * docs/manual/gnome.xml:
7178 expand example a little
7179 * gst/gst.c: (gst_init_with_popt_table),
7180 (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
7181 make sure popt option displays are done with right textdomain
7182 use GstPoptOption type
7184 create GstPoptOption type
7186 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7188 * gst/gsterror.c: (_gst_stream_errors_init):
7190 adding error type for no codec
7194 update dutch translation
7195 * tools/gst-inspect.c: (print_element_list), (main):
7196 do proper internationalization
7197 * tools/gst-launch.c: (idle_func):
7198 remove commented out function call
7200 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7203 add some error fixing notes
7204 * docs/gst/gstreamer-sections.txt:
7205 remove double entries
7206 * docs/gst/tmpl/gstbin.sgml:
7207 * docs/gst/tmpl/gstclock.sgml:
7209 * docs/gst/tmpl/gstelement.sgml:
7210 * docs/gst/tmpl/gstindex.sgml:
7211 * docs/gst/tmpl/gstobject.sgml:
7212 * docs/gst/tmpl/gstpadtemplate.sgml:
7213 * docs/gst/tmpl/gstreamer-unused.sgml:
7214 * docs/gst/tmpl/gsttag.sgml:
7215 * docs/gst/tmpl/gstthread.sgml:
7216 * docs/gst/tmpl/gstxml.sgml:
7218 sync header prototypes with c decls
7219 * gst/gsttaginterface.c:
7222 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7224 * gst/parse/Makefile.am:
7226 get rid of gstmarshal.h dependency. It's not needed.
7228 * gst/elements/gstfakesink.c:
7229 * gst/elements/gstfakesrc.c:
7230 * gst/elements/gstidentity.c:
7238 * libs/gst/control/dparam.c:
7239 * libs/gst/control/dparammanager.c:
7240 include gstmarshal.h.
7243 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7245 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
7246 (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
7247 (gst_filesrc_map_region), (gst_filesrc_get_mmap):
7248 * gst/elements/gstfilesrc.h:
7249 don't ref the filesrc when creating mmaped buffers. Don't keep a
7250 list of not-yet-destroyed buffers.
7252 Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
7254 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7256 * gst/gst.c: (init_pre):
7259 2004-02-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
7261 * docs/pwg/advanced-events.xml:
7262 * docs/pwg/advanced-scheduling.xml:
7263 * docs/pwg/intro-basics.xml:
7264 * docs/pwg/other-manager.xml:
7265 * docs/pwg/other-nton.xml:
7266 * docs/pwg/other-ntoone.xml:
7267 * docs/pwg/other-oneton.xml:
7269 All sort of documentation... Forgot what. Point is that I want this
7270 in before I leave. The 'other-*' will be the last section and will
7271 explain issues specific to these type of elements.
7273 2004-02-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
7275 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
7276 (gst_filesrc_get_read):
7277 set all the values on buffers that we can
7279 2004-02-02 David Schleef <ds@schleef.org>
7281 Change usage of isblah() to g_ascii_isblah() to be more locale
7282 independent. (#133076)
7283 * gst/gsturi.c: (gst_uri_protocol_check_internal):
7285 * gst/parse/parse.l:
7287 2004-02-02 Jon Trowbridge <trow@gnu.org>
7289 reviewed by: David Schleef <ds@schleef.org>
7292 * gst/gstcaps.c: (gst_caps_to_string):
7293 * gst/registries/gstxmlregistry.c:
7294 (gst_xml_registry_add_path_list_func),
7295 (gst_xml_registry_parse_padtemplate):
7297 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7299 * gst/gstelement.c: (gst_element_default_error):
7300 suffix error messages with period
7302 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7304 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7305 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7306 * gst/gsterror.c: (gst_error_get_message):
7310 Update translation files
7312 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7314 * gst/autoplug/gstspideridentity.c:
7315 (gst_spider_identity_sink_loop_type_finding):
7316 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7317 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7318 (gst_filesink_close_file), (gst_filesink_handle_event),
7319 (gst_filesink_chain):
7320 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
7321 (gst_filesrc_get_read), (gst_filesrc_open_file):
7322 * gst/elements/gstidentity.c: (gst_identity_chain):
7323 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7324 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7325 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7326 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7327 * gst/gsterror.c: (_gst_core_errors_init),
7328 (_gst_library_errors_init), (_gst_resource_errors_init),
7329 (_gst_stream_errors_init), (gst_error_get_message):
7330 * gst/gstpad.c: (gst_pad_set_explicit_caps),
7331 (gst_pad_recover_caps_error), (gst_pad_pull):
7332 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7333 * gst/schedulers/gstbasicscheduler.c:
7334 (gst_basic_scheduler_chainhandler_proxy),
7335 (gst_basic_scheduler_gethandler_proxy),
7336 (gst_basic_scheduler_cothreaded_chain):
7337 Suffix error messages with period.
7338 Use (NULL) instead of NULL
7340 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7342 * docs/gst/tmpl/gstelement.sgml:
7343 * docs/gst/tmpl/gstxml.sgml:
7344 * gst/gstelement.c: (gst_element_error_full):
7345 add element path to error
7347 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7349 * docs/random/mimetypes:
7350 update raw int/float info
7351 * gst/gsttag.c: (_gst_tag_initialize):
7355 2004-01-30 David Schleef <ds@schleef.org>
7357 * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
7360 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net>
7362 reviewed by Benjamin Otte
7363 parts of the patch submitted in bug #113913
7366 use AC_C_INLINE. Use = instead of == with test
7367 * examples/plugins/example.c:
7368 * gst/autoplug/gstspideridentity.c:
7369 * gst/elements/gstfdsrc.c:
7370 * gst/elements/gstfilesrc.c:
7371 * gst/elements/gstidentity.c:
7372 * gst/elements/gstmultidisksrc.c:
7373 * gst/elements/gststatistics.c:
7377 * gst/gstpipeline.c:
7379 don't end enums with a comma
7380 * gst/gstindex.c: (gst_index_compare_func):
7381 do explicit casting to gint
7382 * gst/gsttrace.c: (gst_trace_text_flush):
7383 #define strsize as a macro
7385 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7388 * docs/gst/gstreamer-docs.sgml:
7389 * docs/gst/gstreamer-sections.txt:
7390 * docs/gst/tmpl/gstelement.sgml:
7391 * docs/gst/tmpl/gsterror.sgml:
7392 * docs/gst/tmpl/gstinterface.sgml:
7393 * docs/gst/tmpl/gstreamer-unused.sgml:
7394 * docs/gst/tmpl/gststructure.sgml:
7395 * docs/gst/tmpl/gsttag.sgml:
7396 * docs/gst/tmpl/gsttaginterface.sgml:
7397 * docs/gst/tmpl/gstvalue.sgml:
7398 make sure all API ends up in the built docs
7399 * gst/gstinterface.c:
7400 * gst/gststructure.c: (gst_structure_id_set_value),
7401 (gst_structure_set_value), (gst_structure_id_get_value):
7402 * gst/gststructure.h:
7404 sync .h with .c declarations
7406 2004-01-30 Julien Moutte <julien@moutte.net>
7408 * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
7409 Ronald will fix riffread.
7411 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7413 * docs/pwg/advanced-interfaces.xml:
7414 Added tuner interface docs.
7416 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7418 * docs/random/mimetypes:
7419 correct Theora information
7421 make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
7423 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7425 * gst/gstelement.c: (gst_element_error_full):
7427 GST_ELEMENT_ERROR in enum -> _IN_ERROR
7429 2004-01-29 Julien MOUTTE <julien@moutte.net>
7431 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
7432 (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
7433 again and even before DISCONT.
7434 * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
7435 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
7436 bytestream so that it's not stopping to fill the bytestream if events
7437 different than EOS or DISCONT are received. Instead it process them so
7438 that they go downstream.
7440 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7442 * docs/gst/tmpl/gstelement.sgml:
7443 * docs/gst/tmpl/gstreamer-unused.sgml:
7444 * docs/gst/tmpl/gstxml.sgml:
7445 * gst/autoplug/gstspideridentity.c:
7446 (gst_spider_identity_sink_loop_type_finding):
7447 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7448 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7449 (gst_filesink_close_file), (gst_filesink_handle_event),
7450 (gst_filesink_chain):
7451 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
7452 (gst_filesrc_get_read), (gst_filesrc_open_file):
7453 * gst/elements/gstidentity.c: (gst_identity_chain):
7454 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7455 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7456 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7457 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7459 * gst/gstpad.c: (gst_pad_set_explicit_caps),
7460 (gst_pad_recover_caps_error), (gst_pad_pull):
7461 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7462 * gst/schedulers/gstbasicscheduler.c:
7463 (gst_basic_scheduler_chainhandler_proxy),
7464 (gst_basic_scheduler_gethandler_proxy),
7465 (gst_basic_scheduler_cothreaded_chain):
7466 gst_element_error -> GST_ELEMENT_ERROR
7468 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7471 * docs/gst/tmpl/gstelement.sgml:
7472 * docs/gst/tmpl/gstxml.sgml:
7474 * docs/pwg/advanced-request.xml:
7475 * docs/pwg/advanced-scheduling.xml:
7476 * docs/pwg/advanced-tagging.xml:
7477 fix non-validating docbook using CDATA
7478 make sure make check-local gets run first to check if it validates
7480 2004-01-29 Julien MOUTTE <julien@moutte.net>
7482 * docs/pwg/advanced-events.xml: Adding documentation on advanced event
7483 handling (up and downstream).
7484 * docs/pwg/advanced-interfaces.xml: Make it coherent with the
7487 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7489 * docs/pwg/advanced-tagging.xml:
7490 Add docs about tag writing.
7492 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7494 * docs/pwg/advanced-tagging.xml:
7495 Add a part about tag reading and application signalling... Tag
7496 writing still needs to be documented.
7497 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7498 We can set file locations in READY, too.
7500 2004-01-29 Julien MOUTTE <julien@moutte.net>
7502 * docs/random/ds/element-checklist: Adding some notes about src
7505 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7507 * docs/random/mimetypes:
7508 Update docs to point to correct elements for various mimetypes, and
7509 some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
7510 <stephane.loeuillet@tiscali.fr>.
7512 2004-01-28 David Schleef <ds@schleef.org>
7514 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
7516 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
7518 * docs/random/mimetypes:
7519 update docs for audio/x-raw-float. Add "buffer-frames=0 means
7521 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7522 make it only work in NULL.
7524 don't posion NULL caps
7525 * gst/gstelement.c: (gst_element_set_time):
7526 add debugging statement
7527 * gst/gstelement.c: (gst_element_emit_found_tag),
7528 (gst_element_found_tag_func), (gst_element_found_tags):
7530 These functions take const taglists
7531 * gst/gstpad.c: (gst_pad_proxy_getcaps):
7533 * gst/gstpad.c: (gst_pad_event_default):
7534 make more effort on handling discont and clocks, g_warn if everything
7536 * gst/gststructure.c: (gst_structure_remove_fields),
7537 (gst_structure_remove_fields_valist):
7538 * gst/gststructure.h:
7539 add gst_structure_remove_fields(_valist)
7543 2004-01-28 David Schleef <ds@schleef.org>
7545 * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
7546 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
7547 Fix memory leakage of gst_caps_to_string().
7549 Use GST_PTR_FORMAT instead of gst_caps_to_string():
7550 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
7551 * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
7552 (gst_spider_identity_sink_loop_type_finding):
7553 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
7555 * gst/gstpad.c: (gst_pad_try_relink_filtered),
7556 (gst_pad_set_explicit_caps):
7557 * gst/parse/grammar.y:
7559 2004-01-28 David Schleef <ds@schleef.org>
7561 * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
7562 GST_PRINTF_EXTENSION_FORMAT_DEFINE.
7563 * docs/random/ds/0.9-suggested-changes: Notes from Company.
7564 * gst/gstcaps.c: (gst_caps_to_string): Add comment.
7565 * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
7566 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
7567 (gst_debug_log_default), (_gst_info_printf_extension),
7568 (_gst_info_printf_extension_arginfo): Add printf extension.
7569 * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
7570 * gst/gststructure.c: (gst_structure_to_string),
7571 (_gst_structure_parse_value): Use gst_value_deserialize() and
7573 * gst/gstvalue.c: (gst_value_deserialize_fourcc),
7574 (gst_value_deserialize_boolean), (gst_strtoi),
7575 (gst_value_deserialize_int), (gst_value_deserialize_double),
7576 (gst_value_deserialize_string), (gst_value_deserialize): Implement
7577 a bunch of deserialize functions and gst_value_deserialize.
7578 * gst/gstvalue.h: er, _de_serialize, not unserialize
7579 * testsuite/caps/string-conversions.c: (main): We don't currently
7580 handle (float) in caps, so convert these to (double).
7581 * testsuite/debug/Makefile.am: Add new test for the printf extension
7582 * testsuite/debug/printf_extension.c: (main): same
7584 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
7586 * docs/random/company/time:
7587 Add some docs about clocking and time
7589 2004-01-28 Julien MOUTTE <julien@moutte.net>
7591 * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
7593 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7595 * docs/pwg/advanced-clock.xml:
7596 * docs/pwg/advanced-dparams.xml:
7597 * docs/pwg/advanced-events.xml:
7598 * docs/pwg/advanced-interfaces.xml:
7599 * docs/pwg/advanced-midi.xml:
7600 * docs/pwg/advanced-request.xml:
7601 * docs/pwg/advanced-scheduling.xml:
7602 * docs/pwg/advanced-tagging.xml:
7603 * docs/pwg/advanced-types.xml:
7604 * docs/pwg/appendix-checklist.xml:
7605 * docs/pwg/building-boiler.xml:
7606 * docs/pwg/building-chainfn.xml:
7607 * docs/pwg/building-filterfactory.xml:
7608 * docs/pwg/building-pads.xml:
7609 * docs/pwg/building-props.xml:
7610 * docs/pwg/building-signals.xml:
7611 * docs/pwg/building-state.xml:
7612 * docs/pwg/building-testapp.xml:
7613 * docs/pwg/intro-basics.xml:
7614 * docs/pwg/intro-preface.xml:
7615 * docs/pwg/other-autoplugger.xml:
7616 * docs/pwg/other-sink.xml:
7617 * docs/pwg/other-source.xml:
7618 * docs/pwg/titlepage.xml:
7621 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7626 * docs/building-the-docs-on-debian:
7627 collect relevant bits of doc info
7629 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7631 * docs/pwg/advanced_tagging.xml:
7632 Half-assed commit so Thomas can re-arrange document IDs here to be
7635 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7637 * docs/manual/autoplugging.xml:
7638 * docs/manual/bins-api.xml:
7639 * docs/manual/bins.xml:
7640 * docs/manual/buffers-api.xml:
7641 * docs/manual/buffers.xml:
7642 * docs/manual/clocks.xml:
7643 * docs/manual/components.xml:
7644 * docs/manual/cothreads.xml:
7645 * docs/manual/debugging.xml:
7646 * docs/manual/dparams-app.xml:
7647 * docs/manual/dynamic.xml:
7648 * docs/manual/elements-api.xml:
7649 * docs/manual/elements.xml:
7650 * docs/manual/factories.xml:
7651 * docs/manual/gnome.xml:
7652 * docs/manual/goals.xml:
7653 * docs/manual/helloworld.xml:
7654 * docs/manual/helloworld2.xml:
7655 * docs/manual/init-api.xml:
7656 * docs/manual/intro.xml:
7657 * docs/manual/links-api.xml:
7658 * docs/manual/links.xml:
7659 * docs/manual/manual.xml:
7660 * docs/manual/motivation.xml:
7661 * docs/manual/pads-api.xml:
7662 * docs/manual/pads.xml:
7663 * docs/manual/plugins-api.xml:
7664 * docs/manual/plugins.xml:
7665 * docs/manual/programs.xml:
7666 * docs/manual/queues.xml:
7667 * docs/manual/quotes.xml:
7668 * docs/manual/schedulers.xml:
7669 * docs/manual/states-api.xml:
7670 * docs/manual/states.xml:
7671 * docs/manual/threads.xml:
7672 * docs/manual/typedetection.xml:
7673 * docs/manual/xml.xml:
7674 use chapter, part, section or misc as id starts for all bits
7676 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7678 * docs/gst/gstreamer-sections.txt:
7679 Fix up TITLE of the sections
7681 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7683 * docs/pwg/advanced_interfaces.xml:
7684 Add documentation on propertyprobing.
7685 * docs/pwg/advanced_events.xml:
7686 * docs/pwg/advanced_tagging.xml:
7687 * docs/pwg/building_boiler.xml:
7688 * docs/pwg/building_filterfactory.xml:
7690 Move filterfactory and tagging into their own chapter, add a chapter
7691 on events. all these are empty placeholders that will be filled in
7694 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7696 * docs/pwg/advanced_interfaces.xml:
7697 Docs for mixer interface. Also a check for website uploading.
7699 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7703 * docs/faq/Makefile.am:
7704 * docs/gst/Makefile.am:
7705 * docs/gst/tmpl/gstelement.sgml:
7706 * docs/gst/tmpl/gstplugin.sgml:
7707 * docs/gst/tmpl/gstreamer-unused.sgml:
7708 * docs/libs/Makefile.am:
7709 * docs/manual/Makefile.am:
7711 * docs/pwg/Makefile.am:
7713 Separate out upload target and make it similar for
7714 both docbook and gtk-doc docs
7716 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7719 Fix upload target to work with freedesktop
7721 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7723 * docs/pwg/advanced_types.xml:
7724 Add notes on creating your own types.
7725 * docs/pwg/building_boiler.xml:
7726 * docs/pwg/building_pads.xml:
7727 * docs/pwg/building_state.xml:
7728 Add some stuff about how to retrieve values from structures, how
7729 that relates to types and change layout slightly again to be almost
7732 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7734 * docs/pwg/advanced_dparams.xml:
7735 * docs/pwg/advanced_scheduling.xml:
7736 Change index layout slightly.
7738 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7740 * docs/pwg/advanced_clock.xml:
7741 * docs/pwg/advanced_interfaces.xml:
7742 * docs/pwg/advanced_midi.xml:
7743 General placeholders for now.
7744 * docs/pwg/advanced_request.xml:
7745 Explanation about sometimes and request pads.
7746 * docs/pwg/advanced_scheduling.xml:
7747 Concept of bytestream, loopfunctions and schedulers.
7748 * docs/pwg/building_boiler.xml:
7749 Add something about plugin-init.
7751 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7753 * docs/pwg/building_pads.xml:
7756 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
7758 * docs/pwg/advanced_interfaces.xml:
7760 Add as a placeholder for future filling-in.
7761 * docs/pwg/basics_autoplugging.xml:
7762 * docs/pwg/basics_buffers.xml:
7763 * docs/pwg/basics_elements.xml:
7764 * docs/pwg/basics_events.xml:
7765 * docs/pwg/basics_plugins.xml:
7766 * docs/pwg/basics_types.xml:
7767 Remove, because unused (this is all in intro_basics.xml).
7768 * docs/pwg/building_signals.xml:
7769 Short intro to signals + reference to GObject docs - we really
7770 shouldn't go into these sort of things to deply because we don't
7771 use them that extensively anyway.
7772 * docs/pwg/building_state.xml:
7773 Explanation of states. Benjamin, please check.
7774 * docs/pwg/building_testapp.xml:
7775 Put everything in one page - putting only a few lines of content
7776 per page doesn't really make sense.
7778 Time to get into the advanced topics. ;).
7780 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
7782 * docs/pwg/advanced_types.xml:
7783 Finish documenting the current state of mimetypes.
7784 * docs/pwg/building_boiler.xml:
7785 * docs/pwg/building_chainfn.xml:
7786 * docs/pwg/building_pads.xml:
7787 * docs/pwg/building_props.xml:
7788 * docs/pwg/building_testapp.xml:
7789 Start documenting the "how to build a simple audio filter" part
7790 of the PWG. Most stuff is ready by now. Stuff remaining: signals,
7791 states and (maybe?) a short introduction to capsnego in the chapter
7792 on pads (building_pads.xml). Capsnego should probably be explained
7793 fully in advanced_capsnego.xml or so.
7795 2004-01-26 David Schleef <ds@schleef.org>
7797 * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
7798 * gst/gstpad.h: Add new function to allow element to (somewhat)
7799 specify non-fixed caps on a pad.
7800 * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
7801 that I added a few weeks ago.
7803 2004-01-26 David Schleef <ds@schleef.org>
7805 * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
7806 making try_set_caps() work with non-fixed caps.
7808 2004-01-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
7810 * docs/pwg/advanced_types.xml:
7811 * docs/pwg/intro_basics.xml:
7812 * docs/pwg/intro_preface.xml:
7814 * docs/pwg/titlepage.xml:
7815 First try to resurrect the PWG. I'm halfway integrating the mimetypes
7816 in here (docs/random/mimetypes), and will from there on work on both
7817 updating outdated parts and adding missing parts.
7818 That doesn't mean I'll fix it completely, but I'll try at least. ;).
7820 2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
7822 * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
7825 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
7828 remove gst_element_factory_get_version. It doesn't exist anymore.
7831 remove gst_plugin_set_name and change gst_plugin_get_longname to
7832 gst_plugin_get_description to match code.
7834 remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
7835 * gst/gstpad.c: (gst_pad_try_set_caps):
7836 make it work with nonfixed caps.
7837 Note that even in the nonfixed case the link function of the pad
7838 that tries to set caps isn't called.
7840 2004-01-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
7842 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
7843 fix bug where buffer was not assembled correctly
7844 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
7846 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7847 only seek if there's no more buffers that could work without seeking
7849 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7851 * gst/gsttag.c: (_gst_tag_initialize):
7853 Add application tag (for encoding/muxing app).
7855 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7858 make autopoint force, and libtoolize not copy
7859 * common/m4/as-docbook.m4:
7860 added docbook xml catalog setup check
7861 * common/m4/gst-doc.m4:
7864 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7866 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
7870 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7872 * docs/gst/gstreamer-sections.txt:
7873 * docs/gst/tmpl/gst.sgml:
7874 * docs/gst/tmpl/gstbuffer.sgml:
7875 * docs/gst/tmpl/gstclock.sgml:
7876 * docs/gst/tmpl/gstelement.sgml:
7877 * docs/gst/tmpl/gstreamer-unused.sgml:
7878 * docs/gst/tmpl/gstxml.sgml:
7879 sync latest API changes to docs
7881 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7883 * gst/gstpluginfeature.c:
7885 * tools/gst-inspect.c: (print_element_list):
7886 fix output of typefind
7888 * tools/gst-launch.c:
7891 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7893 * gst/elements/Makefile.am:
7894 * gst/elements/gstelements.c:
7895 * gst/elements/gsttypefindelement.c:
7896 * gst/elements/gsttypefindelement.h:
7900 renamed gsttypefindelement to gsttypefind, conserving CVS history
7902 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7904 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
7906 add some tags used in ogg as well
7907 fix _ in replaygain tags
7909 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7912 fix wrong GST_LIBRARY_ERROR_ENCODE addition
7914 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7916 * gst/gstelement.c: (gst_element_error_full):
7918 change _extended to _full
7920 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7922 reviewed by: <delete if not using a buddy>
7924 * docs/gst/tmpl/gst.sgml:
7925 * docs/gst/tmpl/gstbuffer.sgml:
7926 * docs/gst/tmpl/gstclock.sgml:
7927 * docs/gst/tmpl/gstelement.sgml:
7928 * docs/gst/tmpl/gstreamer-unused.sgml:
7929 * docs/gst/tmpl/gstxml.sgml:
7930 * gst/gstelement.c: (gst_element_error_full):
7933 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7935 * gst/gstelement.h: fix _gst_element_error_printf prototype
7937 2004-01-20 David Schleef <ds@schleef.org>
7939 * gst/gststructure.c: (gst_structure_to_string):
7940 Convert function to use gst_value_serialize().
7941 * gst/gstvalue.c: (gst_value_serialize_list),
7942 (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
7943 (gst_value_serialize_double_range), (gst_value_serialize_boolean),
7944 (gst_value_serialize_int), (gst_value_serialize_double),
7945 (gst_string_wrap), (gst_value_serialize_string),
7946 (gst_value_serialize), (gst_value_deserialize):
7948 Add implementations for serialize.
7950 2004-01-20 Julien MOUTTE <julien@moutte.net>
7952 * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
7953 we want to keep that one in the future or change xvidenc.c to use
7956 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7958 * gst/gstelement.c: (_gst_element_error_printf):
7962 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7964 * docs/random/error:
7965 doc explaining error system
7966 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7969 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7971 * gst/gst-i18n-app.h:
7972 * gst/gst-i18n-lib.h:
7973 remove inclusion of config.h
7976 add gst/gstelement.c
7978 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7980 * po/nl.po: updated Dutch translation
7982 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7984 * gst/gsterror.c: (_gst_core_errors_init),
7985 (_gst_library_errors_init), (_gst_resource_errors_init),
7986 (_gst_stream_errors_init):
7987 remove ending punctuation dots
7989 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7991 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
7992 * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
7993 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7994 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7995 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7996 use GST_ERROR_SYSTEM
7998 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8000 * gst/gstelement.c: (gst_element_error_printf),
8001 (gst_element_error_extended):
8003 add a helper printf function so we can have NULL values passed.
8005 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8008 add G_STMT macros to gst_element_error, which isn't strictly
8009 necessary but people tell me to anyway.
8011 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
8014 * gst/autoplug/gstspideridentity.c:
8015 (gst_spider_identity_sink_loop_type_finding):
8016 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
8017 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
8018 (gst_filesink_close_file), (gst_filesink_handle_event),
8019 (gst_filesink_chain):
8020 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
8021 (gst_filesrc_map_region), (gst_filesrc_get_read),
8022 (gst_filesrc_open_file):
8023 * gst/elements/gstidentity.c: (gst_identity_chain):
8024 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
8025 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
8026 (gst_pipefilter_chain), (gst_pipefilter_open_file):
8027 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
8029 * gst/gst_private.h:
8030 * gst/gstelement.c: (gst_element_class_init),
8031 (gst_element_default_error), (gst_element_error_func),
8032 (gst_element_error_extended):
8034 * gst/gsterror.c: (_gst_core_errors_init),
8035 (_gst_library_errors_init), (_gst_resource_errors_init),
8036 (_gst_stream_errors_init), (gst_error_get_message):
8038 * gst/gstinfo.c: (_gst_debug_init):
8039 * gst/gstmarshal.list:
8040 * gst/gstpad.c: (gst_pad_set_explicit_caps),
8041 (gst_pad_recover_caps_error), (gst_pad_pull):
8042 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
8043 * gst/schedulers/gstbasicscheduler.c:
8044 (gst_basic_scheduler_chainhandler_proxy),
8045 (gst_basic_scheduler_gethandler_proxy),
8046 (gst_basic_scheduler_cothreaded_chain):
8051 add error categories
8053 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
8055 * gst/gsttag.c: (_gst_tag_initialize):
8059 2004-01-18 Colin Walters <walters@verbum.org>
8061 * examples/retag/retag.c: Call gst_init before processing
8062 program args. Add g_assert to _link_many call.
8064 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
8066 * gst/gstpad.c: (gst_pad_alloc_buffer):
8067 Return a newly allocated buffer when the pad has no peer.
8069 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
8071 * gst/gstclock.c: (gst_clock_get_time):
8072 make it compile with gcc 2.95 again.
8073 Patch by Scott Wheeler
8075 2004-01-15 David Schleef <ds@schleef.org>
8078 Added gst_caps_is_simple() macro.
8079 * testsuite/caps/caps.c: (test1):
8080 * testsuite/caps/intersect2.c: (main):
8081 * testsuite/caps/intersection.c: (main):
8082 Fixes to make 'make check' work again after removing
8083 gst_caps_is_chained().
8085 2004-01-15 Leif Johnson <leif@ambient.2y.net>
8087 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
8088 and additions to the MIDI document.
8090 2004-01-15 David Schleef <ds@schleef.org>
8092 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
8093 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
8094 of GST_RPAD_, since we don't know if it's a real or ghost pad.
8096 2004-01-15 David Schleef <ds@schleef.org>
8100 Fix the spelling of "treshold" and make min_threshold actually
8103 2004-01-15 David Schleef <ds@schleef.org>
8106 Add lots of documentation.
8108 Deprecate a few functions.
8110 Removed use of deprecated functions.
8112 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8114 * gst/gstpad.c: (gst_pad_is_linked):
8116 implement gst_pad_is_linked
8118 reserve space for initiate_state_change
8120 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8122 * gst/autoplug/gstspideridentity.c:
8123 (gst_spider_identity_sink_loop_type_finding):
8124 break infinite loop by just returning instead of looping
8125 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
8126 set event time difference correctly. Set it to 1 second instead
8127 of 100ms to be more tolerant
8128 * gst/gstelement.c: (gst_element_set_time):
8129 add debugging output
8131 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8133 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
8134 query if buffers are inside the pool, ignore events
8136 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
8138 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
8139 (gst_clock_set_speed), (gst_clock_set_active),
8140 (gst_clock_is_active), (gst_clock_reset),
8141 (gst_clock_handle_discont):
8143 deprecate old interface and disable functions that aren't in use
8146 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
8147 (gst_element_set_time), (gst_element_adjust_time):
8148 add concept of "element time" and functions to get/set this time.
8149 * gst/gstelement.c: (gst_element_change_state):
8150 update element time correctly.
8151 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
8152 This is a debug message, not a g_critical.
8153 * gst/gstpad.c: (gst_pad_event_default):
8154 handle discontinuous events right with element time.
8155 * gst/gstscheduler.c: (gst_scheduler_state_transition):
8156 update to clocking fixes.
8157 set clocks on elements in READY=>PAUSED. The old behaviour caused
8158 a wrong element time on the first element that started playing.
8159 * gst/schedulers/gstbasicscheduler.c:
8160 (gst_basic_scheduler_class_init):
8161 * gst/schedulers/gstoptimalscheduler.c:
8162 (gst_opt_scheduler_class_init):
8163 remove code that just implements the default behaviour.
8164 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
8165 update to use new clocking functions
8166 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
8167 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
8168 update to test new element time.
8169 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
8170 use _get_allowed_caps instead of _get_caps. This catches filtered
8172 * testsuite/debug/commandline.c:
8173 update for new GST_DEBUG syntax.
8174 * testsuite/threads/Makefile.am:
8175 disable a test that only works sometimes.
8177 2004-01-13 Julien MOUTTE <julien@moutte.net>
8179 * po/LINGUAS: Adding fr.
8180 * po/fr.po: Adding french translation.
8182 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8184 * gst/parse/grammar.y:
8187 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
8188 translate parsing error messages
8190 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8192 * po/POTFILES.in: adding gst-launch
8193 * po/nl.po: updated translation, all 99 strings translated
8194 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
8195 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
8196 fix strings for translation
8198 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8201 - capitalize beginnings of popt options
8202 - fix strings for translation
8203 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
8205 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8207 * po/README: add some notes on how to update translations
8209 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8211 * ABOUT-NLS: removed, is autogenerated from autopoint
8212 * autogen.sh: add autopoint stuff
8213 * configure.ac: fix up gettext stuff
8214 * gst/Makefile.am: add i18n headers to noinst_HEADERS
8215 * gst/elements/gsttypefindelement.c: add header include
8216 * gst/gettext.h: add header, copy from system-installed header
8217 * gst/gst-i18n-app.h: to be included by each app having translations
8218 * gst/gst-i18n-lib.h: to be included by each lib having translations
8219 * gst/gst.c: (init_pre): fix up gettext calls
8220 * gst/gst_private.h: remove i18n stuff, moving to separate headers
8221 * po/LINGUAS: the new way to specify translations present
8222 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
8223 * po/Makevars: the variables filled in for GStreamer
8224 * po/POTFILES.in: added new files with translations
8225 * po/de.po: has new strings
8226 * po/nl.po: readded, has new strings
8228 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
8230 * gst/gsttag.c: fix some strings marked for translation
8232 2004-01-13 Iain <iain@prettypeople.org>
8234 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
8235 group when we add an element to it, cos we unref it when we remove one
8237 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8239 * testsuite/debug/commandline.c: (debug_not_reached):
8240 * testsuite/debug/output.c: (check_message):
8243 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8245 * examples/cutter/.cvsignore:
8246 * examples/helloworld/.cvsignore:
8247 * examples/launch/.cvsignore:
8248 * examples/manual/.cvsignore:
8249 * examples/mixer/.cvsignore:
8250 * examples/pingpong/.cvsignore:
8251 * examples/plugins/.cvsignore:
8252 * examples/queue/.cvsignore:
8253 * examples/queue2/.cvsignore:
8254 * examples/queue3/.cvsignore:
8255 * examples/queue4/.cvsignore:
8256 * examples/retag/.cvsignore:
8257 * examples/thread/.cvsignore:
8258 * examples/typefind/.cvsignore:
8259 * examples/xml/.cvsignore:
8261 * gst/autoplug/.cvsignore:
8262 * gst/elements/.cvsignore:
8263 * gst/indexers/.cvsignore:
8264 * gst/parse/.cvsignore:
8265 * gst/registries/.cvsignore:
8266 * gst/schedulers/.cvsignore:
8267 * libs/gst/bytestream/.cvsignore:
8268 * libs/gst/control/.cvsignore:
8269 * libs/gst/getbits/.cvsignore:
8271 * tests/bufspeed/.cvsignore:
8272 * tests/instantiate/.cvsignore:
8273 * tests/memchunk/.cvsignore:
8274 * tests/muxing/.cvsignore:
8275 * tests/sched/.cvsignore:
8276 * tests/seeking/.cvsignore:
8277 * tests/threadstate/.cvsignore:
8278 * testsuite/.cvsignore:
8279 * testsuite/caps/.cvsignore:
8280 * testsuite/cleanup/.cvsignore:
8281 * testsuite/dynparams/.cvsignore:
8282 * testsuite/plugin/.cvsignore:
8284 update - this is huge, because it includes *.bb, *.bbg and *.da files
8285 which are generated for gcov.
8287 2004-01-11 David Schleef <ds@schleef.org>
8289 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
8290 a function to parse integers in ways that strto[u]l() does not.
8292 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8294 * tools/gst-inspect.c: (print_caps):
8295 improve output of caps a bit
8297 2004-01-11 David Schleef <ds@schleef.org>
8299 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
8300 inherit correct flags (READONLY and DONTKEEP).
8302 2004-01-11 David Schleef <ds@schleef.org>
8304 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
8305 (gst_filesrc_map_region):
8306 * gst/gstbuffer.c: (_gst_buffer_initialize),
8307 (_gst_buffer_sub_free), (gst_buffer_default_copy),
8308 (gst_buffer_new), (gst_buffer_create_sub),
8309 (gst_buffer_is_span_fast), (gst_buffer_span):
8311 Change GstBuffer private structure element names. (all files)
8312 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
8315 Implement getcaps/pad_link functions that handle the case where
8316 there are data in the queue.
8318 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8320 * gst/elements/gstbufferstore.c:
8321 initialize debugging structure correctly
8322 * gst/elements/gsttee.c: (gst_tee_set_property):
8323 g_object_notify when property was changed
8324 * gst/elements/gsttypefindelement.c:
8325 (gst_type_find_element_change_state):
8326 clear caps correctly
8328 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8330 * gst/gstqueue.c: (gst_queue_init):
8331 Use better defaults for when a queue should block. This
8332 gets rid of jerky playback for quite a few files.
8333 It takes more memory.
8335 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
8337 (gst_xml_registry_parse_padtemplate):
8338 make critical message slightly more useful
8340 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
8342 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
8343 (gst_debug_message_get), (gst_debug_log_default):
8345 Change gst_debug_log(_valist) to take a const format string.
8346 Change prototype of log function and functions using those to
8347 take a GstDebugMessage instead of a string that requires using
8348 gst_debug_message_get.
8350 2004-01-08 David Schleef <ds@schleef.org>
8354 Add option --enable-gcov to build GStreamer with -fprofile-arcs
8355 and -ftest-coverage, which allows gcov to show information about
8358 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
8361 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
8362 GST_PARENT_CALL_WITH_DEFAULT
8363 * gst/elements/gstaggregator.c:
8364 * gst/elements/gstbufferstore.c:
8365 * gst/elements/gstfakesink.c:
8366 * gst/elements/gstfakesrc.c:
8367 * gst/elements/gstfdsink.c:
8368 * gst/elements/gstfdsrc.c:
8369 * gst/elements/gstfilesink.c:
8370 * gst/elements/gstfilesrc.c:
8371 * gst/elements/gstidentity.c:
8372 * gst/elements/gstmd5sink.c:
8373 * gst/elements/gstmultidisksrc.c:
8374 * gst/elements/gstpipefilter.c:
8375 * gst/elements/gstshaper.c:
8376 * gst/elements/gststatistics.c:
8377 * gst/elements/gsttee.c:
8378 * gst/elements/gsttypefindelement.c:
8381 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
8383 * docs/gst/gstreamer-docs.sgml: remove props
8384 * docs/gst/gstreamer-sections.txt: remove props
8385 * docs/gst/tmpl/gst.sgml:
8386 * docs/gst/tmpl/gstbin.sgml:
8387 * docs/gst/tmpl/gstbuffer.sgml:
8388 * docs/gst/tmpl/gstcaps.sgml:
8389 * docs/gst/tmpl/gstclock.sgml:
8390 * docs/gst/tmpl/gstelement.sgml:
8391 * docs/gst/tmpl/gstindex.sgml:
8392 * docs/gst/tmpl/gstobject.sgml:
8393 * docs/gst/tmpl/gstpad.sgml:
8394 * docs/gst/tmpl/gstpadtemplate.sgml:
8395 * docs/gst/tmpl/gstreamer-unused.sgml:
8396 * docs/gst/tmpl/gstthread.sgml:
8397 * docs/gst/tmpl/gstxml.sgml:
8398 sync with code reorganization
8400 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
8402 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
8403 Make the 'Could not find compatible pad' message more informative.
8405 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
8407 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
8408 Fix for if we pass NULL as property to location.
8409 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
8410 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
8411 Fix for instantiate-test (see below).
8412 * gst/gststructure.c: (_gst_structure_parse_value):
8413 Fix compile error on gcc-2.96.
8415 * tests/Makefile.am:
8416 * tests/instantiate/Makefile.am:
8417 * tests/instantiate/create.c: (create_all_elements), (main):
8418 Add a test that instantiates all elements. This makes it easy to
8419 track dead code for old API/design (like setting event functions
8420 on sink pads and so on).
8422 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
8424 * gst/gstcaps.c: (gst_caps_append_structure):
8425 Move the poisoning to allow a NULL structure
8426 * gst/gstevent.c: (_gst_event_free):
8427 When freeing a navigation event, free the structure
8430 2004-01-04 David Schleef <ds@schleef.org>
8432 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8433 Remove usage of gst_pad_proxy_fixate.
8434 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
8435 (gst_caps_split_one), (gst_caps_replace):
8437 * gst/gstmarshal.list:
8438 Add pointer__pointer for fixate signal
8439 * gst/gstpad.c: (gst_real_pad_class_init),
8440 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
8441 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
8442 (gst_pad_set_explicit_caps), (gst_pad_template_new):
8443 Add poisoning code. Add fixate signal on RealPad. Change
8444 set_explicit_caps() to take const GstCaps, like try_set_caps().
8446 * testsuite/caps/Makefile.am:
8447 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
8449 2004-01-03 David Schleef <ds@schleef.org>
8451 * gst/elements/gsttypefindelement.c:
8452 (gst_type_find_element_have_type), (gst_type_find_element_init):
8453 Use gst_pad_use_explicit_caps for src pad.
8454 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
8457 2004-01-03 David Schleef <ds@schleef.org>
8459 * gst/gstelement.c: (gst_element_link_pads_filtered),
8460 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
8461 that linking was successful.
8462 * gst/gstpad.c: (gst_pad_link_free),
8463 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
8464 (gst_pad_link_try), (gst_pad_link_unnegotiate),
8465 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
8466 GstPadLinkReturn correctly between functions, and don't fail
8467 when DELAYED is used (DELAYED is very important). Better
8468 cleanup on unlinking and unnegotiation. Should fix some spider
8471 2004-01-02 David Schleef <ds@schleef.org>
8473 * gst/gstelement.c: (gst_element_class_init),
8474 (gst_element_base_class_init): ->padtemplates should be cleared
8475 in base_init, since we need to have a fresh list for every
8476 class. (Alternately, we chould copy the list and share the
8477 actual pad templates (not the list), but that would require
8478 changing every plugin to move pad template registration from
8479 base_init to class_init.)
8481 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
8483 * gst/gstelement.c: (gst_element_class_add_pad_template):
8484 Refuse registering a pad template if another pad template
8485 with the same name already exists (#114715).
8487 2004-01-02 David Schleef <ds@schleef.org>
8489 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
8490 (gst_caps_is_equal_fixed): Add new function.
8491 * gst/gstcaps.h: ditto.
8492 * gst/gstpad.c: (gst_real_pad_class_init),
8493 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
8494 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
8495 check new caps against existing caps -- if they're the same, return
8496 OK without renegotiating. caps-nego-failed signal fixed so that
8497 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
8498 to save an extra caps copy. Don't complete negotiation if a pad
8499 link function returns DELAYED.
8501 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
8503 * gst/gstpad.c: (gst_pad_try_relink_filtered):
8504 Fix wrong g_return_if_fail
8506 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
8508 * gst/gstbin.c: (gst_bin_class_init):
8509 Change the marshalling of element_added/element_removed
8510 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
8511 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
8513 2004-01-01 David Schleef <ds@schleef.org>
8515 * gst/gstpad.c: (gst_pad_set_explicit_caps),
8516 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
8517 (gst_pad_use_explicit_caps):
8519 Add new functions. gst_pad_use_explicit_caps() sets up a pad
8520 to use an internal getcaps and link fuction so that negotiation
8521 always results in the explicitly set caps.
8522 gst_pad_set_explicit_caps() sets the explicit caps. These functions
8523 are particularly useful for decoders.
8525 2003-12-31 David Schleef <ds@schleef.org>
8527 * gst/elements/gstidentity.c: (gst_identity_class_init),
8528 (gst_identity_init), (gst_identity_chain),
8529 (gst_identity_set_property), (gst_identity_get_property):
8530 * gst/elements/gstidentity.h:
8531 * gst/gstqueue.c: (gst_queue_init):
8534 2003-12-31 David Schleef <ds@schleef.org>
8536 * gst/gstcaps.c: (gst_caps_intersect),
8537 (_gst_caps_normalize_foreach), (gst_caps_normalize):
8538 Implement gst_caps_normalize().
8539 * testsuite/caps/normalisation.c: (main):
8540 Add an additional test
8542 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
8544 * gst/gstqueue.c: (gst_queue_init):
8545 use gst_pad_proxy_getcaps()
8547 2003-12-31 David Schleef <ds@schleef.org>
8549 * gst/elements/gstshaper.c: (gst_shaper_link):
8550 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8551 * gst/gstqueue.c: (gst_queue_link):
8554 2003-12-31 David Schleef <ds@schleef.org>
8556 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
8557 * gst/gstpad.h: Add functions that are useful as default pad
8558 link and fixate functions for elements.
8560 2003-12-30 David Schleef <ds@schleef.org>
8562 * gst/gstpad.c: (gst_pad_link_try):
8563 Fix segfault when attempting to return to old caps
8565 2003-12-29 David Schleef <ds@schleef.org>
8567 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
8568 (gst_caps_structure_simplify), (gst_caps_simplify):
8570 Add simplify function
8571 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
8572 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
8574 Copy over srcnotify, sinknotify when calling old pad_link
8575 functions. Add new is_negotiated() function.
8576 * gst/gststructure.c: (gst_structure_copy):
8577 Fix an incredibly stupid bug that should have been noticed
8578 weeks ago. _copy() returned the argument, not the new copy.
8580 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
8582 * gst/gstcaps.c: (gst_caps_append):
8584 * gst/gstcaps.h: (gst_caps_debug):
8585 remove, it doesn't exist anymore.
8586 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
8587 (gst_element_threadsafe_properties_post_run):
8588 make debugging messages not clutter up THREAD debug category
8589 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
8590 (gst_element_change_state):
8591 update to new caps API
8592 * gst/gstinterface.c: (gst_implements_interface_cast):
8593 don't put vital code in g_return_if_fail
8594 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
8595 (gst_pad_link_filtered):
8596 add pst_pad_try_link and use it.
8597 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
8598 implement correctly, deprecate first one.
8599 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
8601 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
8603 (gst_pad_get_negotiated_caps):
8604 add and implement. Make GST_PAD_CAPS call this function.
8606 remove unneeded check..
8607 (gst_pad_recover_caps_error):
8608 disable, always return FALSE.
8609 (gst_real_pad_dispose):
8610 don't free caps and appfilter anymore, they're unused.
8612 Reflect changes mentioned above.
8613 * gst/gstsystemclock.c: (gst_system_clock_wait):
8614 Make 'clock is way behind' a debugging message.
8615 * gst/gstthread.c: (gst_thread_change_state):
8616 Fix debugging message
8618 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
8621 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
8622 * docs/gst/tmpl/gstreamer-unused.sgml:
8623 removed all traces of cvs conflicts
8625 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8628 * gst/schedulers/cothreads_compat.h:
8630 remove last instances of wingo cothread usage
8632 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8635 * gst/gstversion.h.in:
8636 * gst/parse/grammar.y:
8637 change comment block from /** to /* when not gtk-doc comments
8639 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8641 * gst/gst.c: whitespace and doc style fixes
8643 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8645 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
8647 2003-12-24 Colin Walters <walters@verbum.org>
8649 * gst/elements/gsttypefindelement.c:
8650 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
8651 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
8652 Don't double-free caps.
8654 2003-12-23 David Schleef <ds@schleef.org>
8656 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
8657 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
8658 Many little fixes and additions of debug statements to
8659 get rhythmbox working.
8661 2003-12-23 Colin Walters <walters@verbum.org>
8663 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
8664 Use GST_PAD_LINK_SUCCESSFUL.
8666 2003-12-23 David Schleef <ds@schleef.org>
8668 * gst/elements/gstaggregator.c:
8669 * gst/elements/gsttee.c:
8670 Use gst_pad_proxy_getcaps().
8673 Add gst_pad_proxy_getcaps(), which filter elements can use
8674 as a generic getcaps implementation.
8675 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
8678 2003-12-23 David Schleef <ds@schleef.org>
8681 Rearrange/rewrite much of the pad negotiation code, since it
8682 resembled pasta. This actually changes the way some
8683 negotiation works, since the previous code was inconsistent
8684 depending on how it was invoked. Add (internal) structure
8685 GstPadLink, which is used to hold some information (more in
8686 the future) about the link between two pads. Fixes a number
8687 of bugs, including random lossage of filter caps when the
8688 initial negotiation is delayed. A few functions are still
8691 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
8692 these when testing GstPadLinkReturn values instead of comparing
8695 2003-12-23 David Schleef <ds@schleef.org>
8699 Rearrange lots of code. Change registration of compare function
8700 into registration of compare/serialize/deserialize functions.
8701 Doesn't include implementation of gst_value_[de]serialize(),
8702 but that should be easy.
8704 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
8706 * docs/gst/gstreamer-sections.txt:
8707 * docs/gst/tmpl/gstprops.sgml: removed
8708 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
8709 David removed props and caps code, so let's remove their docs as well.
8710 Removed all no longer existing symbols from gstreamer-sections.txt
8712 2003-12-22 Colin Walters <walters@verbum.org>
8714 * gst/gsttaginterface.c, gst/gsttaginterface.h,
8715 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
8718 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
8720 * gst/elements/gstelements.c:
8721 Set ranks of elements to NONE, so the autoplugger doesn't use them.
8722 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
8723 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
8726 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
8728 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
8729 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
8730 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
8731 (gst_spider_identity_sink_loop_type_finding):
8732 * gst/autoplug/gstspideridentity.h:
8733 Fix autoplugging in spider element, so it works with new caps.
8734 This was mainly caused by identifying empty caps incorrectly.
8736 2003-12-22 David Schleef <ds@schleef.org>
8738 * gststructure.c, gstvalue.c, gstvalue.h: Add
8739 gst_value_init_and_copy() and use it, to avoid silly mistakes in
8740 using g_value_copy()
8742 2003-12-21 David Schleef <ds@schleef.org>
8744 * many, many files: Merge CAPS branch. This includes:
8745 - implemention of GstValue and several GstValue types
8746 - implemention of GstStructure
8747 - entire rewrite of GstCaps
8748 - removal of GstProps
8749 - many changes to GstPad to compensate for new caps paradigm
8750 - removal of GstBufferpool
8751 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
8752 gstvalue.h, gst/gstcaps[2]*.[ch]:
8753 - rename gstcaps2.[ch] to gstcaps.[ch]
8755 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
8757 * gst/gstqueue.c: (gst_queue_handle_pending_events),
8758 (gst_queue_chain), (gst_queue_handle_src_event):
8759 implement timeout for sending events. Workaround for if the
8760 pipeline on this queue is not passing any data.
8762 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
8764 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
8765 * moved CVS to freedesktop.org