- 08 Feb, 2005 7 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get): Release interrupt after handling (#166250).
-
Thomas Vander Stichele authored
Original commit message from CVS: update release notes
-
Thomas Vander Stichele authored
Original commit message from CVS: back to head
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing
-
Thomas Vander Stichele authored
Original commit message from CVS: added vietnamese translation
-
Thomas Vander Stichele authored
Original commit message from CVS: rebuilt po files
-
Thomas Vander Stichele authored
Original commit message from CVS: build fix
-
- 07 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: unref data when probe function returns FALSE. Fixes #166362
-
- 05 Feb, 2005 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gst.c: (gst_init_get_popt_table): Fix typo (#166269).
-
- 04 Feb, 2005 1 commit
-
-
Andy Wingo Wingo authored
gst/gstelement.c (gst_element_get_compatible_pad_template): Fix the debugging on whether the caps are compatible. Original commit message from CVS: 2005-02-04 Andy Wingo <wingo@pobox.com> * gst/gstelement.c (gst_element_get_compatible_pad_template): Fix the debugging on whether the caps are compatible.
-
- 03 Feb, 2005 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/manual/basics-elements.xml: Fix two typos.
-
- 02 Feb, 2005 2 commits
-
-
Wim Taymans authored
gst/schedulers/gstoptimalscheduler.c: Remove some FIXMEs after analysing and commenting why they are not issues. Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (remove_decoupled), (schedule_chain), (get_invalid_call), (chain_invalid_call), (loop_group_schedule_function), (gst_opt_scheduler_iterate): Remove some FIXMEs after analysing and commenting why they are not issues.
-
Wim Taymans authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_class_init), (gst_opt_scheduler_init), (gst_opt_scheduler_finalize), (remove_decoupled), (schedule_chain), (get_invalid_call), (chain_invalid_call), (get_group_schedule_function), (loop_group_schedule_function), (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper), (gst_opt_scheduler_state_transition), (gst_opt_scheduler_add_element), (gst_opt_scheduler_remove_element), (gst_opt_scheduler_interrupt), (gst_opt_scheduler_error), (gst_opt_scheduler_pad_link), (gst_opt_scheduler_pad_unlink), (gst_opt_scheduler_iterate), (gst_opt_scheduler_show): Added lock to protect scheduler data structures.
-
- 01 Feb, 2005 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * testsuite/threads/threadi.c: (cb_data): Fix buglet in test.
-
Ronald S. Bultje authored
testsuite/threads/: On Wim's request, split the test in three separately-compiled tests that each test a very specifi... Original commit message from CVS: * testsuite/threads/Makefile.am: * testsuite/threads/threadi.c: (cb_data), (cb_play), (main): On Wim's request, split the test in three separately-compiled tests that each test a very specific bug. Two of them still fail, will create bugs for those. threadi.c indicates why they fail.
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (get_group_schedule_function): Try to work with the threading mess that queue_link is.
-
- 31 Jan, 2005 7 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstbin.c: (gst_bin_remove_func): Explicitely make an element release locks in a group when being remove from a bin. * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get): If there's no scheduler, always return immediately (similar to gst_element_interrupt).
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstbin.c: (gst_bin_child_state_change_func): Remove a piece of code that could never be reached. * docs/gst/gstreamer-sections.txt: * gst/gstpad.c: (gst_pad_push), (gst_pad_pull), (gst_pad_call_get_function): * gst/gstpad.h: * testsuite/pad/Makefile.am: Fix #150546, enable tests.
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/pwg/advanced-types.xml: Fix description for buffer-frames=0. * docs/gst/tmpl/gstbin.sgml: * gst/gstbin.c: (gst_bin_child_state_change_func), (gst_bin_change_state), (gst_bin_change_state_norecurse): * gst/gstbin.h: * testsuite/threads/Makefile.am: * testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos), (cb_state), (cb_play), (main): Fix non-recursive state changes to *really* change the state of the object, and not just call parent_class->state_change. Fix a lot of lockups caused by this. Fixes #132775. Add test for the problem. Also enable test to show #142588 (fixed). * gst/gstthread.c: (gst_thread_change_state), (gst_thread_child_state_change): Don't exit the thread if we go to NULL and are inside thread context. Instead, return control to the main thread context and exit from there. * gst/gstelement.c: (gst_element_disable_threadsafe_properties): Don't unset virtual functions, since those may still be used. That's not necessarily correct, but suffices for now. * configure.ac: * testsuite/Makefile.am: * testsuite/pad/Makefile.am: * testsuite/pad/chainnopull.c: (gst_test_sink_class_init), (gst_test_sink_base_init), (gst_test_sink_chain), (gst_test_sink_init), (main): * testsuite/pad/getnopush.c: (gst_test_src_class_init), (gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init), (main): * testsuite/pad/link.c: (gst_test_element_class_init), (gst_test_element_base_init), (gst_test_src_get), (gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain), (gst_test_filter_loop), (gst_test_filter_init), (gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init), (cb_error), (main): Add tests to show #150546. Pass, but should fail (currently disabled from the testsuite). * gst/gstscheduler.c: (gst_scheduler_dispose): Dereference child schedulers on dispose (#94464). * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init): Fix typo. * testsuite/threads/thread.c: (main): Add more debug.
-
Christian Schaller authored
Original commit message from CVS: add link to full advisory
-
Christian Schaller authored
Original commit message from CVS: add licensing advisory information to plugin writers guide
-
Christian Schaller authored
Original commit message from CVS: fixing line-widths to make thomas happy
-
Christian Schaller authored
Original commit message from CVS: adding licensing advisory to application writers guide
-
- 29 Jan, 2005 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstpad.c: (gst_pad_push): Oops, revert previous commit, broke testsuite...
-
Ronald S. Bultje authored
gst/gstpad.c: Add check that the pad on which the push is performed is not a get-based pad (#150546). Original commit message from CVS: * gst/gstpad.c: (gst_pad_push): Add check that the pad on which the push is performed is not a get-based pad (#150546).
-
- 28 Jan, 2005 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/elements/gsttypefindelement.c: (gst_type_find_element_handle_event): Fix buffer pushing if stream EOSes during typefinding.
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/gstvalue.c: (gst_string_wrap): Allow NULL-strings as argument (#165365).
-
- 27 Jan, 2005 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/schedulers/faircothreads.c: (gst_fair_scheduler_cothread_queue_show): Fix build without debug enabled.
-
- 26 Jan, 2005 2 commits
-
-
Stefan Kost authored
Original commit message from CVS: restructured DParam docs added some thoughts about dparams ng
-
Wim Taymans authored
Original commit message from CVS: file stress.c was initially added on branch BRANCH-THREADED.
-
- 25 Jan, 2005 2 commits
-
-
Tim-Philipp Müller authored
Original commit message from CVS: Only check for gst-inspect if we haven't already found it in previous element check runs
-
Stefan Kost authored
Original commit message from CVS: fixed install rules to treat style.css as optional
-
- 24 Jan, 2005 2 commits
-
-
Stefan Kost authored
Original commit message from CVS: install style.css along with docs fixing incomplete docs
-
Tim-Philipp Müller authored
Original commit message from CVS: Don't unref seek event twice in case where fflush() fails
-
- 23 Jan, 2005 1 commit
-
-
David Schleef authored
Original commit message from CVS: * configure.ac: Add --disable-valgrind. (partial fix for #164890)
-
- 21 Jan, 2005 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: added params for deprecation guards documented some more enums
-
- 18 Jan, 2005 4 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/autoplug/gstspideridentity.c: Cosmetic fix - spider_find_peek should be static * gst/parse/parse.l: Applying fix for #164261
-
Stefan Kost authored
Original commit message from CVS: trying to fix build error with GstPoptOption again
-
Stefan Kost authored
Original commit message from CVS: added docs for the TAG defines
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (schedule_group): Only unref entry if there is an entry.
-