summaryrefslogtreecommitdiff
path: root/libs/gst/base
AgeCommit message (Expand)AuthorFilesLines
2010-03-09build: Make some more rules silent if requestedSebastian Dröge1-2/+2
2010-03-03docs: fix up bytewriter doc chunks for float functions as wellTim-Philipp Müller1-4/+4
2010-03-03bytewriter: fix headers for float/double writing functionsTim-Philipp Müller1-4/+4
2010-02-26basesink: fix emergency rendering timestamp trackingMark Nauwelaerts1-1/+1
2010-02-18collectpads: Improve docs about 'data' attributeThiago Santos1-0/+2
2010-02-17basesrc: Don't use expensive cast checks in get_range.Edward Hervey1-1/+1
2010-02-12bytewriter: add _fill functionThiago Santos2-0/+28
2010-02-12basesrc: Make locking of the segment a bit more strict and update documentationSebastian Dröge2-21/+11
2010-02-12basesrc: Protect segment values from concurrent access from different threadsSebastian Dröge1-36/+102
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üller1-1/+2
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
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-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 Kost3-3/+3
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-18basesink: Handle the new sink-message eventSebastian Dröge1-0/+8
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 Hervey3-3/+3
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-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-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/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
2009-10-07bytereader,bitreader: Remove FIXME 0.11 to remove non-inlined functionsSebastian Dröge2-4/+0
2009-10-07gstdataqueue: new constructor which takes callbacks.Edward Hervey2-6/+46
2009-10-07bytereader: add inline version of gst_byte_reader_skipTim-Philipp Müller2-6/+13
2009-10-06dataqueue, elements: avoid unnecessary runtime type checksTim-Philipp Müller1-2/+2
2009-09-12introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATHSebastian Dröge1-1/+2