summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-08adapter: unit test for new get_(buffer_)listHyunjun Ko1-0/+98
2015-07-08baseparse: put buffer in a correct state after gst_adapter_get_buffer callArnaud Vrac1-0/+2
2015-07-07harness: fix indentation and replace stress test function macrosTim-Philipp Müller1-119/+164
2015-07-07meta: transform_func: return FALSE if not supported or failedHyunjun Ko4-4/+16
2015-07-07identity: refactor and add tests using GstHarnessHavard Graff2-70/+130
2015-07-07harness: make sure g_assert() statements are always activeTim-Philipp Müller2-0/+6
2015-07-07harness: rename GstHarnessPrepareBuffer -> GstHarnessPrepareBufferFuncTim-Philipp Müller3-7/+14
2015-07-07docs: add GstHarness to documentationTim-Philipp Müller5-2/+139
2015-07-06check: Add GstHarness convenience API for unit testsHavard Graff3-0/+3153
2015-07-06baseparse: reverse playback in pull modeVineeth TM1-15/+23
2015-07-06baseparse: add reverse playback test in pull modeVineeth T M1-2/+140
2015-07-06Revert "scripts: Allow passing make flags to git-update.sh"Arun Raghavan1-5/+1
2015-07-06pad: Clarify pad probe return type documentationArun Raghavan1-7/+11
2015-07-06basesink: Shouldn't drop buffer when sync=falseSong Bing1-1/+1
2015-07-06scripts: Allow passing make flags to git-update.shArun Raghavan1-1/+5
2015-07-04queue: avoid slice allocs/frees for each itemTim-Philipp Müller1-34/+33
2015-07-04queuearray: allow storing of structs in addition to pointersTim-Philipp Müller4-68/+258
2015-07-03Automatic update of common submoduleStefan Sauer1-0/+0
2015-07-03pad: Enforce NEED_PARENT flag also for chainOlivier Crête2-4/+15
2015-07-03docs: update for two missing elementsStefan Sauer4-1/+31
2015-07-03docs: another sweep canonicalizing the plugin docs sections fileStefan Sauer4-27/+28
2015-07-03docs: order and canonicalize the -sections.txt fileStefan Sauer2-131/+133
2015-07-03memory: Add missing field initializers to GstMapInfoStian Selnes1-1/+1
2015-07-02inputselector: remove always-true checkLuis de Bethencourt1-15/+13
2015-07-01transform: Also copy POOL metas and make sure to copy over metas when creatin...Sebastian Dröge1-6/+1
2015-07-01adapter: Also copy POOL metas and make sure to copy over metas when creating ...Sebastian Dröge1-6/+3
2015-07-01buffer: Don't copy "memory" metas unconditionallySebastian Dröge1-1/+11
2015-07-01Revert "buffer: Don't copy POOLED and memory metadata unconditionally"Sebastian Dröge1-19/+1
2015-06-30buffer: Don't copy POOLED and memory metadata unconditionallySebastian Dröge1-1/+19
2015-06-30baseparse: Use new gst_adapter_get_buffer() API instead of gst_adapter_map()Sebastian Dröge1-9/+1
2015-06-30adapter: Add get variants of the buffer based take functionsSebastian Dröge4-48/+225
2015-06-30adapter: Copy over GstMeta from the input buffers to the outputSebastian Dröge1-0/+53
2015-06-29ptp: Init function can take a NULL interfaces arrayOlivier Crête1-1/+1
2015-06-29tests: caps: fix test_intersect_flagset failureVineeth TM1-1/+1
2015-06-29scripts: Fix GST_VALIDATE_PLUGIN_PATHThibault Saunier1-1/+1
2015-06-29basetransform: Fix up documentation of transform_meta vfuncSebastian Dröge1-3/+3
2015-06-29directcontrolbinding: fix ABI breakTim-Philipp Müller2-6/+9
2015-06-25task: guard against NULL task functionPrashant Gotarne1-0/+2
2015-06-25funnel: add "forward-sticky-events" propertyMiguel París Díaz2-1/+55
2015-06-25Back to developmentSebastian Dröge1-1/+1
2015-06-24Release 1.5.2Sebastian Dröge10-185/+955
2015-06-24Update .po filesSebastian Dröge39-39/+39
2015-06-24tests: gstutils: fix wrong description of test elementThiago Santos1-1/+1
2015-06-24bufferpool: Fixed compiler warningJonas Holmberg1-4/+2
2015-06-24po: Update translationsSebastian Dröge8-108/+99
2015-06-24win32: Update .def file for new APISebastian Dröge1-1/+1
2015-06-24basesink: need to deep-copy last buffer list in drainHyunjun Ko1-0/+7
2015-06-24bufferlist: Warn if copying a buffer fails in gst_buffer_list_copy_deep()Sebastian Dröge1-1/+10
2015-06-24bufferlist: add new api gst_buffer_list_copy_deepHyunjun Ko5-0/+83
2015-06-23gstcheck: Print newline in message handlerJonas Holmberg2-10/+10