summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-08-27fakesink: keep properties in orderStefan Kost1-3/+3
2010-08-27queue: ARG_ -> PROP_ for property constantsStefan Kost1-39/+39
2010-08-26queue2: fix on-disk buffering againWim Taymans1-1/+1
2010-08-20queue: Push newsegment when linking in PLAYINGJonas Holmberg2-0/+31
2010-08-19queue2: Use G_GUINT64_FORMAT where neededEdward Hervey1-3/+4
2010-08-16plugins: add example launch lines and more explanation to the docs.Stefan Kost5-1/+44
2010-08-13queue2: fix compilationWim Taymans1-6/+8
2010-08-13queue2: Fix a special case during range managementRobert Swain1-9/+22
2010-08-13queue2: fix locking around init_rangesRobert Swain1-0/+5
2010-08-13queue2: More ring buffer fixesRobert Swain1-10/+38
2010-08-13queue2: ring buffer fixesRobert Swain1-8/+17
2010-08-13queue2: Fix bugsRobert Swain1-6/+12
2010-08-13queue2: extend ring buffer to support ram modeRobert Swain2-28/+74
2010-08-13queue2: merge write buffer functions and fix bugsRobert Swain1-181/+152
2010-08-13queue2: small cleanupWim Taymans1-1/+1
2010-08-13queue2: cleanup write_to_ring_bufferWim Taymans1-78/+26
2010-08-13queue2: cleanupsWim Taymans1-15/+17
2010-08-13queue2: remove unused variableWim Taymans2-4/+1
2010-08-13queue2: cleanupsWim Taymans1-30/+49
2010-08-13queue2: remove unneeded signalWim Taymans1-2/+0
2010-08-13queue2: set buffering mode correctlyWim Taymans1-1/+5
2010-08-13queue2: fix calculation of available ringbuffer dataWim Taymans1-4/+14
2010-08-13queue2: reading_pos is updated in create_read onlyWim Taymans1-7/+1
2010-08-13queue2: refactor and add debugWim Taymans1-9/+16
2010-08-13queue2: fix flushingWim Taymans1-0/+11
2010-08-13queue2: add debugWim Taymans1-2/+3
2010-08-13queue2: don't try to write 0 bytesWim Taymans1-6/+13
2010-08-13queue2; cleanups and fixesWim Taymans1-56/+47
2010-08-13queue2: refactoringsWim Taymans1-58/+65
2010-08-13queue2: Use ring-buffer-max-size prop to control ring bufferRobert Swain1-27/+9
2010-08-13queue2: Clean up and improve codeRobert Swain1-69/+107
2010-08-13queue2: Fix conditions where behaviour should differ between ringRobert Swain1-10/+12
2010-08-13queue2: add useful debug messages and fix an assumption in _have_data ()Robert Swain1-3/+35
2010-08-13queue2: fix buffering percentage in ring buffer modeRobert Swain1-1/+9
2010-08-13queue2: various ring buffer fixesRobert Swain1-5/+13
2010-08-13queue2: ring buffer work in progressRobert Swain2-71/+364
2010-08-13queue2: Add use-ring-buffer and ring-buffer-max-size propertiesRobert Swain2-0/+45
2010-08-13queue2: add ST-Ericsson copyrightRobert Swain1-0/+1
2010-08-06plugins: Add declarations for _get_type() functions to fix compiler warningsSebastian Dröge3-5/+7
2010-08-06plugins: Make *_get_type() in plugins/* thread safeShixin Zeng3-94/+8
2010-08-02typefind: add comment and more loggingStefan Kost1-0/+3
2010-07-29queue2: download mode; prevent range corruption due to raceMark Nauwelaerts1-5/+9
2010-06-29multiqueue: implement acceptcaps functionWim Taymans1-0/+20
2010-06-26Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller1-0/+4
2010-06-21queue2: fix merging of rangesWim Taymans1-3/+5
2010-06-18typefind: make sure buffers' metadata is writable before setting caps on themTim-Philipp Müller1-1/+6
2010-06-16fdsink: make sync property work correctlyWim Taymans1-2/+1
2010-06-14fakesink: use method to set sync propertyWim Taymans1-1/+2
2010-06-14filesink: use the default get_times functionWim Taymans1-1/+0
2010-06-14capsfilter: fix printf formatWim Taymans1-2/+2