- 25 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: another no-debug build fix
-
- 24 Feb, 2005 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: disable debug build fix
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-02-24 Andy Wingo <wingo@pobox.com> * tests/bench-complexity.scm: * tests/complexity.gnuplot: New files, good for running complexity benchmarks.
-
Andy Wingo Wingo authored
tests/: New test, sets up N elements, at each level teeing into M streams per element. Eeeenteresting. Original commit message from CVS: 2005-02-24 Andy Wingo <wingo@pobox.com> * tests/Makefile.am: * tests/complexity.c: New test, sets up N elements, at each level teeing into M streams per element. Eeeenteresting.
-
Andy Wingo Wingo authored
tests/mass_elements.gnuplot: gnuplot file for the mass_elements benchmark. Run as gnuplot mass_elements.gnuplot > foo... Original commit message from CVS: 2005-02-24 Andy Wingo <wingo@pobox.com> * tests/mass_elements.gnuplot: gnuplot file for the mass_elements benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after running bench-mass_elements.scm. * tests/bench-mass_elements.scm: New script, runs mass_elements for various numbers of identities, outputting the results to a file. Requires guile 1.6. Just for testing.
-
- 23 Feb, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: one more fix
-
Thomas Vander Stichele authored
Original commit message from CVS: compile with debug disabled
-
- 22 Feb, 2005 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: hunting season on 0.9 is now OPEN
-
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
-
- 21 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove whitespace
-
- 20 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update
-
- 19 Feb, 2005 2 commits
-
-
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
-
- 18 Feb, 2005 2 commits
-
-
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!!!!!
-
- 16 Feb, 2005 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: added some thoughts about scheduler doing a little profiling on elements
-
- 15 Feb, 2005 1 commit
-
-
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
-
- 14 Feb, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: adding russian translation
-
- 11 Feb, 2005 3 commits
-
-
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
-
- 09 Feb, 2005 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: Fix typo in FAQ (artssink => artsdsink)
-
- 08 Feb, 2005 10 commits
-
-
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
-
- 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 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: * testsuite/threads/threadi.c: (cb_data): Fix buglet in test.
-