summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-21gstcollectpads2: adds GstCollectPads2gstcollectpads2Thiago Santos7-5/+2279
2009-10-13netclientclock: fix timestamp comparission, Fixes #597407Tommi Myöhänen1-1/+3
2009-10-12check: Disable the test_fail_abstract_new() test entirely on OS/XJan Schmidt1-0/+2
2009-10-12debug: Mark the GST_POLL symbol as extern to avoid multiply-defined errorJan Schmidt1-1/+1
2009-10-12Update common to 6380d4b370f078f0cca7240428ea9f6639571ff5Jan Schmidt1-0/+0
2009-10-12gstpoll: Make the new GST_POLL debug completely privateJan Schmidt2-3/+7
2009-10-12checks: Disable a fairly silly gstobject test on OS/XJan Schmidt1-4/+5
2009-10-12libs/gst/check: Make writing threadsafe. Backported from libcheck trunkEdward Hervey1-1/+15
2009-10-12libs/gst/check: Run gst-indent on libcheck.Edward Hervey9-709/+830
2009-10-12gstpluginloader: Don't wait forever on gst_poll_wait.Edward Hervey1-1/+1
2009-10-12gstpoll: Only take into account active fdsEdward Hervey1-1/+1
2009-10-12gstpoll: Add some debugging statementsEdward Hervey1-0/+50
2009-10-12gstpoll: Use the error fdset when using select/pselect.Edward Hervey1-7/+16
2009-10-12gstpoll: Don't use poll on systems with broken pollEdward Hervey1-0/+7
2009-10-12gst: Add debugging category GST_POLL for gstpollEdward Hervey3-0/+7
2009-10-12configure.ac: Detect broken poll()Edward Hervey1-0/+30
2009-10-09basesink: lets keep -1 for segmenst as they are guint64 and not GstClockTimeStefan Kost1-2/+2
2009-10-09basesink: use GST_CLOCK_TIME_NONE and GST_CLOCK_TIME_IS_VALID moreStefan Kost1-41/+44
2009-10-08pluginloader: Fix valgrind warnings by zeroing padding bytes.Jan Schmidt1-0/+3
2009-10-08check: Hopefully fix an 'may be used uninitialized' warning on OS/XJan Schmidt1-2/+2
2009-10-08registrychunks: Fix a debug format string harder to satisfy OS/X's gcc.Jan Schmidt1-2/+2
2009-10-08registrychunks: Fix format string for debug error message.Jan Schmidt1-1/+2
2009-10-08pluginloader: Move stdin and stdout out of harm's wayJan Schmidt1-2/+29
2009-10-08plugin docs: Add GST_PLUGIN_SCANNER env var to the inspect environmentJan Schmidt1-0/+4
2009-10-08Automatic update of common submoduleJan Schmidt1-0/+0
2009-10-08gitignores: Ignore the bytewriter check binaryJan Schmidt1-0/+1
2009-10-08registry: Fix error handling in the registry loaderJan Schmidt1-2/+7
2009-10-08check: Fix test run in tests/examples/manualJan Schmidt1-0/+1
2009-10-08gstinfo: add back fix that shouldn't have been revertedTim-Philipp Müller1-1/+1
2009-10-08queue: more queue optimizationsStefan Kost1-48/+58
2009-10-08multiqueue: split gst_multi_queue_item_newStefan Kost1-14/+23
2009-10-08plugins/gstfilesrc: Make a fast-path for length == 0 buffer creation.Edward Hervey1-21/+23
2009-10-08gst/check/consistencychecker: Check type of miniobject in probeEdward Hervey1-1/+1
2009-10-08gst/base/basesink: Remove dead assignment.Edward Hervey1-12/+4
2009-10-08gstobject: Remove dead assignment.Edward Hervey1-1/+1
2009-10-08gstindex: Make sure writer is non-NULL.Edward Hervey1-0/+2
2009-10-08benchmarks: Clean up gstbufferstress.Edward Hervey1-14/+2
2009-10-08benchmarks: Fix the complexity and mass-elements benchmarksJan Schmidt2-2/+24
2009-10-08checks: Fix string leaks in the new childproxy testJan Schmidt1-0/+2
2009-10-08plugin: Ignore an empty dependency list.Jan Schmidt1-1/+7
2009-10-08registrychunks: Fix off-by-one error. Improve debug.Jan Schmidt1-5/+10
2009-10-07filesink: Use _wfopen on win32 to open files with non-ascii filenames correctly.Michael Smith1-5/+40
2009-10-07docs: fix Since: tags in docs for newly-added APITim-Philipp Müller3-4/+4
2009-10-07info: revert two of the changesStefan Kost1-5/+5
2009-10-07info: use a "%s" format string when printing the memory dump lineStefan Kost1-5/+5
2009-10-07parse: don't format the string twiceRob Clark1-6/+2
2009-10-07pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost8-21/+97
2009-10-07tests: add ghostpad test for setting target again after pad is linkedStefan Kost1-0/+46
2009-10-07tests: remove empty lines from wrong indent runStefan Kost1-30/+0
2009-10-07check: Fix compilation of the bytewriter testJan Schmidt1-10/+13