summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-27pad: Deprecate GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()Sebastian Dröge1-0/+10
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-26basetransform: recover from invalid downstream suggestionsWim Taymans1-11/+33
2010-08-26gstplugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY.Alessandro Decina1-1/+11
2010-08-24tag: Adds GST_TAG_APPLICATION_DATAThiago Santos3-0/+15
2010-08-24gst-launch: Fix OIL_CPU_FLAGS docs for OrcDavid Schleef1-0/+7
2010-08-24man: remove OIL_CPU_FLAGS from man pageStefan Kost1-5/+0
2010-08-23Valgrind define is HAVE_VALGRIND_VALGRIND_HDavid Schleef1-2/+2
2010-08-23Allow gst_debug_set_default_threshold() before gst_init()David Schleef1-5/+6
2010-08-23queue: fix segfault in testJonas Holmberg1-2/+2
2010-08-23registrychunks: intern all GstPluginDesc members when unpackingMark Nauwelaerts1-1/+1
2010-08-23gstobject: fix leak when naming parented objectMark Nauwelaerts1-0/+1
2010-08-20gst: Add a gst_is_initialized() APIArun Raghavan4-0/+19
2010-08-20bin: relax the source element checkWim Taymans1-3/+4
2010-08-20queue: added unit test for newsegment eventsJonas Holmberg1-19/+156
2010-08-20queue: Push newsegment when linking in PLAYINGJonas Holmberg2-0/+31
2010-08-19element: link_many should activate pads if neededThiago Santos1-0/+10
2010-08-19datetime: Fix memory leak in the unit test by unreffing GstDateTime instance ...Sebastian Dröge1-0/+2
2010-08-19tests: fix comments in testWim Taymans1-4/+4
2010-08-19queue2: Use G_GUINT64_FORMAT where neededEdward Hervey1-3/+4
2010-08-18check: enable queue test againWim Taymans1-3/+2
2010-08-18queue: fixed racy unit testsJonas Holmberg1-123/+219
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