summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2010-02-01gstbytewriter: Fix different function names in .h and .cThiago Santos1-1/+1
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2-4/+5
2010-01-17basetransform: Only use suggested caps in buffer allocation if a size was sug...Sebastian Dröge1-1/+2
2010-01-14basetransform: Handle buffers with NULL caps correctlySebastian Dröge1-2/+3
2010-01-12typefind: add a new method that also uses the file extensionWim Taymans2-8/+91
2010-01-10check: remove some cruft from header fileTim-Philipp Müller1-40/+0
2010-01-05check: patch internal check copy some more so that failures actually failTim-Philipp Müller1-0/+4
2009-12-24collectpads: don't keep buffers reffed longer than neededWim Taymans1-8/+10
2009-12-24collectpads: avoid doing subbuffers when we canWim Taymans1-7/+12
2009-12-24collectpads: add ability to install clipping functionsWim Taymans2-40/+129
2009-12-19check: patch internal check copy so it works with our build systemРуслан Ижбулатов9-11/+41
2009-12-19check: update autotools and docs stuff for new check versionРуслан Ижбулатов1-1/+8
2009-12-17check: update internal libcheck to 0.9.8Tim-Philipp Müller13-268/+385
2009-12-11basesink: add some more debuggingWim Taymans1-1/+7
2009-12-08basesink: Allow update NEWSEGMENT events after EOSSebastian Dröge1-1/+5
2009-12-04basesrc: Shut down the pad task when the initial seek fails.Jan Schmidt1-2/+7
2009-12-01basesrc/basesink: Register debug funcptr only once.Edward Hervey2-32/+48
2009-11-28basesink: clip stepping boundariesWim Taymans1-0/+9
2009-11-27docs: fix broken xrefsStefan Kost2-78/+86
2009-11-27docs: fix broken xrefsStefan Kost5-7/+7
2009-11-21basesrc: Add gst_base_src_new_seamless_segment()Jan Schmidt2-0/+64
2009-11-20bytewriter: fix compiler warningTim-Philipp Müller1-1/+4
2009-11-19basesink: Clamp the base time correctly in position reportingJan Schmidt1-1/+1
2009-11-18check: fix symbol exporting when building under et_EE localePriit Laes1-4/+5
2009-11-18basesink: Handle the new sink-message eventSebastian Dröge1-0/+8
2009-11-18plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scannerTim-Philipp Müller3-7/+11
2009-11-16basesink: fix position reportingWim Taymans1-7/+8
2009-11-11basesink: Fix treating base_time as unsigned in position calculationJan Schmidt1-3/+5
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost2-5/+5
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey6-6/+6
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller5-17/+13
2009-10-24typefindhelper: Remove obsolete FIXMESebastian Dröge1-1/+0
2009-10-24typefind: Keep typefind factories sorted in the registry. Fixes #599147Edward Hervey1-19/+0
2009-10-18controller: just cast in internal API where we have checked parameters alreadyStefan Kost1-2/+3
2009-10-18controller: use g_slice for controlled property structuresStefan Kost1-10/+9
2009-10-18libs/base/typefindhelper: Remove useless typechecking in tight loopEdward Hervey1-8/+11
2009-10-15basesrc: fix race in PLAYING->PAUSED->PLAYINGWim Taymans1-6/+16
2009-10-14docs: fix controller sections docsStefan Kost1-1/+1
2009-10-13netclientclock: fix timestamp comparission, Fixes #597407Tommi Myöhänen1-1/+3
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-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-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-07docs: fix Since: tags in docs for newly-added APITim-Philipp Müller2-2/+2
2009-10-07pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost2-7/+7
2009-10-07dataqueue: fix API documentation typoMark Nauwelaerts1-1/+1
2009-10-07bytewriter: Add a generic byte writerSebastian Dröge3-0/+974
2009-10-07bitreader/bytereader: API: Add gst_(bit|byte)_reader_get_size()Sebastian Dröge4-0/+54