summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools/gst-launch.c: When buffering goes from a two digit to a single digit nu...Wim Taymans2007-05-242-1/+7
* libs/gst/base/gstdataqueue.c: Eliminate tabs and trailing comma in enum list;...Tim-Philipp Müller2007-05-242-22/+27
* tests/check/gst/gstbin.c: Allow refcount of 3 and 4 because some state thread...Wim Taymans2007-05-242-1/+9
* plugins/elements/: These are not installed headers, no need for padding.Tim-Philipp Müller2007-05-244-9/+8
* gst/gstbin.c: Enable latency for next release.Wim Taymans2007-05-242-16/+29
* tests/check/gst/gstsystemclock.c: Improve test_async_order to also work when ...Wim Taymans2007-05-232-8/+24
* gst/gstbin.*: 'private' is a c++ keyword, let's not use that in header files,...Tim-Philipp Müller2007-05-223-11/+20
* plugins/: Use #ifdef for HAVE_XYZ for consistency.Tim-Philipp Müller2007-05-227-8/+341
* plugins/elements/gstfilesink.*: Fix position reporting; rename data_written m...Mark Nauwelaerts2007-05-223-18/+24
* Add a property for bins that handle the state change of their childs.Edward Hervey2007-05-224-5/+99
* add quoteThomas Vander Stichele2007-05-222-1/+19
* libs/gst/controller/gstinterpolation.c: Use an array of the correct type when...Sebastian Dröge2007-05-222-1/+7
* gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst...Stefan Kost2007-05-225-88/+109
* libs/gst/controller/gstinterpolation.c: Add support for retrieving value arra...Sebastian Dröge2007-05-212-11/+71
* libs/gst/controller/gstcontroller.*: Clarify the docs of gst_controller_get_v...Sebastian Dröge2007-05-214-40/+81
* tests/check/gst/gstbuffer.c: Disable part of the gst_buffer_try_new_and_alloc...Jan Schmidt2007-05-212-0/+15
* tests/check/gst/gstpad.c: Add unit test for the improved caps checking from b...Sebastian Dröge2007-05-212-0/+58
* docs/design/part-synchronisation.txt: Small addition.Wim Taymans2007-05-215-9/+37
* gst/gstpad.c: Added simple version of improved caps checking. It was previous...Wim Taymans2007-05-212-22/+25
* libs/gst/base/gstbasetransform.h: Fix macro for locking/unlocking the transfo...Wim Taymans2007-05-212-2/+7
* docs/plugins/tmpl/.cvsignore: Ignore more.Tim-Philipp Müller2007-05-192-0/+6
* plugins/elements/gstqueue.c: Hello, I am Mr Taymans' personal debugger. Today...Edward Hervey2007-05-182-0/+9
* plugins/elements/gstqueue.c: Release the queue lock !Edward Hervey2007-05-182-0/+6
* docs/libs/gstreamer-libs-sections.txt: Add the two new controller functions t...Sebastian Dröge2007-05-172-0/+7
* libs/gst/controller/: API: gst_controller_suggest_next_sync(), gst_object_sug...Sebastian Dröge2007-05-174-21/+108
* libs/gst/controller/: Save last synced value from the list to continue search...Sebastian Dröge2007-05-174-19/+28
* libs/gst/controller/: Add a new private GstControlPoint struct which "inherit...Sebastian Dröge2007-05-176-69/+135
* gst/gstsegment.c: Small doc fix.Edward Hervey2007-05-172-3/+8
* gst/gstplugin.c: If we fail to load a plugin because of unresolved symbols or...Tim-Philipp Müller2007-05-162-1/+8
* docs/Makefile.am: the gtk-doc makefile snippet correctly handles the case whe...David Schleef2007-05-132-13/+8
* gst/gstutils.h: Reword some documentation.David Schleef2007-05-132-12/+16
* gst/gstplugin.c: gst_plugin_register_func() doesn't actually do anything with...David Schleef2007-05-132-8/+13
* gst/gstplugin.c: Using sigaction should depend on HAVE_SIGACTION, not HAVE_WI...David Schleef2007-05-132-3/+9
* gst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order to disable option parsing...David Schleef2007-05-123-2/+34
* tools/gst-launch.c: Give more interesting info when buffering starts and stops.Wim Taymans2007-05-122-4/+15
* plugins/elements/gstqueue.*: Refactor an cleanup queue a bit.Wim Taymans2007-05-124-310/+415
* gst/gsturi.c: Don't leak plugin feature.Tim-Philipp Müller2007-05-115-1/+68
* gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563).Jeroen Wouters2007-05-113-2/+9
* gst/: Don't print a g_warning for any failure to load a shared object.Michael Smith2007-05-113-17/+18
* gst/gstplugin.c (gst_plugin_load_file): gst/gstregistry.c (GST_CAT_DEFAULT, g...Stefan Kost2007-05-113-7/+32
* plugins/elements/gstqueue.*: Be smarter when calculating the current amount o...Wim Taymans2007-05-103-21/+177
* plugins/elements/gstqueue.c (_do_init, gst_queue_signals, gst_queue_base_init...Stefan Kost2007-05-103-38/+16
* win32/common/libgstreamer.def: Add new exported functions.Sébastien Moutte2007-05-094-4/+18
* gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt2007-05-099-37/+136
* tests/benchmarks/: Set a good example and don't leak messages.Tim-Philipp Müller2007-05-093-2/+12
* docs/: Correct fixxrefs options.Stefan Kost2007-05-0611-45/+128
* libs/gst/controller/: Don't crash if someone tries to set an interpolation mo...Tim-Philipp Müller2007-05-044-0/+53
* libs/gst/base/gstbasetransform.c: Properly set the last_stop position on GstS...Edward Hervey2007-05-032-0/+20
* libs/gst/base/gstbasetransform.c: always_in_place does not mean that the sink...Wim Taymans2007-05-032-2/+9
* API: gst_base_src_query_latency(). Added method so that subclasses can easily...Wim Taymans2007-05-034-7/+57