summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-09-15queue2: only post buffering message when percent changedWim Taymans1-25/+28
2010-09-15queue2: always update buffering statusWim Taymans1-3/+4
2010-09-09identity: identity is GAP flag aware, no need to let it be unset by basetrans...Sebastian Dröge1-0/+2
2010-09-03queue2: buffering_ranges query supportPhilippe Normand1-3/+35
2010-09-02fakesrc: fix use of empty subbuffersStefan Kost1-5/+1
2010-08-30queue: add silent property to suppress signal emissionStefan Kost2-17/+59
2010-08-27multiqueue: Don't do an infinite loop in the loop functionSebastian Dröge1-72/+70
2010-08-27multiqueue: Flush the data queue if downstream return WRONG_STATE tooSebastian Dröge1-5/+5
2010-08-27elements: Stop using GST_FLOW_IS_FATAL()Sebastian Dröge3-7/+5
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