summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-12concat: Add unit tests for concat elementconcatSebastian Dröge3-0/+310
2014-08-11concat: Add documentation and integrate into documentation buildSebastian Dröge4-3/+60
2014-08-11concat: Add new element that concatenates multiple streamsSebastian Dröge4-0/+752
2014-08-09tests: caps: add check for caps with features intersectionThiago Santos1-0/+1
2014-08-07examples: controller: fix typo in commentsTim-Philipp Müller2-2/+2
2014-08-06bytereader: use unchecked inline variant for get_remaining in more placesTim-Philipp Müller1-3/+3
2014-08-06utils: Ghostpads can be request pads too but check if the pad has a templateSebastian Dröge1-8/+6
2014-08-06tests: Add missing unrefs of objects after useSebastian Rasmussen4-0/+5
2014-08-06utils: Fix unititialized variable compiler warningSebastian Dröge1-0/+4
2014-08-06tests: Add test verifying gst_element_link_pads_full()Sebastian Rasmussen1-0/+230
2014-08-06utils: Unref/release pads in error cases when linking padsSebastian Rasmussen1-19/+75
2014-08-03gstcheck: add docs for gst_check_setup_src_pad_by_name()Tiago Cesar Katcipis1-4/+38
2014-07-31Makefile: Add usage of build-checks stepEdward Hervey2-0/+6
2014-07-30bufferpool: Add missing error checking to default_alloc_buffer()Mohammed Sameer1-0/+3
2014-07-29multiqueue: avoid using infinite buffers limit if finite is requestedThiago Santos1-1/+8
2014-07-28parse: Unref reference to enclosing binsSebastian Rasmussen1-0/+3
2014-07-28gst-launch: Support SIGINT (Ctrl+C) on W32Руслан Ижбулатов1-2/+24
2014-07-28poll: Prevent false-negative from WAKE_EVENT() on W32Руслан Ижбулатов1-1/+1
2014-07-26gst: include atomicqueue.h again in gst.hTim-Philipp Müller1-0/+1
2014-07-25typefindelement: remove prototype for function that no longer existsTim-Philipp Müller1-4/+0
2014-07-24bytereader: add gst_byte_reader_masked_scan_uint32_peekThiago Santos4-35/+99
2014-07-24bufferlist: pre-allocate buffer array in one go with the buffer listTim-Philipp Müller1-42/+104
2014-07-23private: allow internal access to the debug base-timeStefan Sauer2-2/+2
2014-07-23scripts: Use git pull --rebaseArun Raghavan1-2/+2
2014-07-21Revert "tests: taglist: add basic test for taglists serialization"Thiago Santos2-59/+0
2014-07-21tests: tag: add the empty taglist serialization testThiago Santos1-0/+20
2014-07-21tests: taglist: add basic test for taglists serializationThiago Santos2-0/+59
2014-07-21tests: gststructure: serialization of tag event structureThiago Santos1-0/+43
2014-07-21gstvalue: add GstTagList compare functionThiago Santos1-1/+11
2014-07-21funnel: Fix for racy EOS event handlingSrimanta Panda1-20/+112
2014-07-21pipeline: Add unit test for resetting of the start timeSebastian Dröge1-0/+84
2014-07-21pipeline: Reset the start time when going from PAUSED to READY tooSebastian Dröge1-0/+2
2014-07-21pipeline: Reset start time in READY->PAUSED before chaining upSebastian Dröge1-4/+3
2014-07-19elements: improve buffer flags to string utility functionTim-Philipp Müller1-10/+14
2014-07-19Back to developmentSebastian Dröge1-2/+2
2014-07-19Release 1.4.0Sebastian Dröge8-40/+145
2014-07-19Update .po filesSebastian Dröge39-39/+39
2014-07-19po: Update translationsSebastian Dröge2-116/+37
2014-07-17baseparse: Return FLOW_FLUSHING when pushing a frame on a pad that has been f...Thibault Saunier1-0/+3
2014-07-17typefindelement: Propagate input buffer PTS and DTSEdward Hervey1-0/+5
2014-07-16debugutils: Unref pad template after useSebastian Rasmussen1-0/+1
2014-07-14gst: init taglist gtype to use it in gstvalueThiago Santos1-1/+1
2014-07-11Release 1.3.91Sebastian Dröge8-20/+194
2014-07-11Update .po filesSebastian Dröge39-39/+39
2014-07-11po: Update translationsSebastian Dröge2-49/+48
2014-07-09docs: Fix documentation typos and inconsistenciesSebastian Rasmussen11-16/+49
2014-07-09docs: Cleanup interface references in docsSebastian Rasmussen2-15/+19
2014-07-08docs: There is no decodebin2 anymore, don't pretend otherwiseSebastian Dröge3-3/+3
2014-07-07fdsrc: fix error setting when uri is invalidThiago Santos1-1/+6
2014-07-06libs: gstcheck: check that mutex is locked before g_cond_wait*() is calledTim-Philipp Müller1-0/+2