summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-27design: Proposal for handling SKIP flag in demuxersdesignEdward Hervey1-0/+259
2014-08-23pad: add g-i 'transfer full' annotations to chain and chain_list functionsTim-Philipp Müller1-2/+2
2014-08-23pad: annotate GstPadEventFunction event with 'transfer full'Guillaume Desmottes1-1/+1
2014-08-23tests: add test that triggers deadlock in state change of queueLinus Svensson1-0/+44
2014-08-23queue: fix race when flush-stop event comes in whilst shutting downTim-Philipp Müller1-2/+7
2014-08-15bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader()Tim-Philipp Müller5-1/+172
2014-08-15docs: make explicit that the caps passed to gst_base_src_set_caps() are 'tran...Aurélien Zanelli1-1/+1
2014-08-14inputselector: always proxy caps queryThiago Santos1-0/+5
2014-08-14base: and fix build with new g-i againTim-Philipp Müller1-1/+1
2014-08-14base: remove g-i annotation that makes older g-ir-scanner crashTim-Philipp Müller1-1/+1
2014-08-13bus: destroy signal watch from the context it was mapped toPhilippe Normand1-16/+14
2014-08-13multiqueue: Not post BUFFERING message if one of the singlequeue doesn't need itThibault Saunier1-10/+40
2014-08-13multiqueue: Only handle flow returns < EOS as errors, not e.g. flushingSebastian Dröge1-1/+1
2014-08-13bin: Use allow-none instead of nullable until we depend on a new enough GI ve...Sebastian Dröge1-1/+1
2014-08-13bin: gst_bin_new() can accept NULL as nameSebastian Dröge1-1/+1
2014-08-13element: Clarify docs about gst_element_get_request_pad() and remove deprecat...Sebastian Dröge1-2/+3
2014-08-13queue2: Post errors if we receive EOS after downstream reported an errorSebastian Dröge1-0/+28
2014-08-13queue: Post errors when receiving EOS after downstream returned an errorSebastian Dröge1-3/+12
2014-08-13multiqueue: Post errors ourselves if they are received after EOSSebastian Dröge1-4/+30
2014-08-12docs: Trivial pad documentation fixArun Raghavan1-2/+2
2014-08-12concat: Add unit tests for concat elementSebastian Dröge3-0/+310
2014-08-12concat: Add documentation and integrate into documentation buildSebastian Dröge4-3/+60
2014-08-12concat: 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