- Feb 22, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: try bot
-
Stefan Kost authored
Original commit message from CVS: more docs for the state of dparams
-
- Feb 21, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove whitespace
-
- Feb 20, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update
-
- Feb 19, 2005
-
-
Benjamin Otte authored
gst/: name objects by default, not in gst_element_factory_create. Allows using elements created with g_object_new. (f... Original commit message from CVS: * gst/gstelementfactory.c: (gst_element_factory_create): * gst/gstobject.c: (gst_object_init), (gst_object_set_name_default), (gst_object_set_name): name objects by default, not in gst_element_factory_create. Allows using elements created with g_object_new. (fixes #167283)
-
Benjamin Otte authored
Original commit message from CVS: * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default): make the time that debugging functions print relative to when gst_init was called
-
- Feb 18, 2005
-
-
Tim-Philipp Müller authored
Fix inline docs: tag setter vararg functions are NULL-termianted, GST_TAG_INVALID doesn't exist any more Original commit message from CVS: Fix inline docs: tag setter vararg functions are NULL-termianted, GST_TAG_INVALID doesn't exist any more
-
Zaheer Abbas Merali authored
Original commit message from CVS: 2005-02-18 Zaheer Abbas Merali <zaheerabbas at merali dot org> * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array): Allocate the 1 byte more memory that was forgotten!!!!!
-
- Feb 16, 2005
-
-
Stefan Kost authored
Original commit message from CVS: added some thoughts about scheduler doing a little profiling on elements
-
- Feb 15, 2005
-
-
Stefan Kost authored
fixed a few typos, relabeled introductionary list of types more notes abut dparam changes many comments and notes on ... Original commit message from CVS: fixed a few typos, relabeled introductionary list of types more notes abut dparam changes many comments and notes on dparam implementation new dparams are were not initialized to the default value from param specs
-
- Feb 14, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: adding russian translation
-
- Feb 11, 2005
-
-
Wim Taymans authored
Original commit message from CVS: file clock4.c was initially added on branch BRANCH-THREADED.
-
Thomas Vander Stichele authored
Original commit message from CVS: fix for #147782 - get POPT flags in gtk-doc build
-
Thomas Vander Stichele authored
Original commit message from CVS: flesh out error descriptions
-
- Feb 09, 2005
-
-
Tim-Philipp Müller authored
Original commit message from CVS: Fix typo in FAQ (artssink => artsdsink)
-
- Feb 08, 2005
-
-
Ronald S. Bultje authored
Original commit message from CVS: * tools/gst-launch.1.in: Fix typo (#166699).
-
Tim-Philipp Müller authored
Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up Original commit message from CVS: Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstthread.c: (gst_thread_change_state): Implement state-change error handling (#166073).
-
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
-
- Feb 07, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: unref data when probe function returns FALSE. Fixes #166362
-
- Feb 05, 2005
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gst.c: (gst_init_get_popt_table): Fix typo (#166269).
-
- Feb 04, 2005
-
-
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.
-
- Feb 03, 2005
-
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/manual/basics-elements.xml: Fix two typos.
-
- Feb 02, 2005
-
-
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.
-
- Feb 01, 2005
-
-
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.
-
- Jan 31, 2005
-
-
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
-