summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-07flowcombiner: add a gst_flow_combiner_update_pad_flow() methodMark Nauwelaerts2-0/+31
2015-03-07flowcombiner: add a gst_flow_combiner_reset() methodMark Nauwelaerts2-0/+26
2015-03-06basesrc: Fix typo in debug messageSebastian Dröge1-1/+1
2015-03-05info: avoid malloc/free if log object is NULLTim-Philipp Müller1-2/+3
2015-03-05info: move __FILE__ path shortening into default log handlerTim-Philipp Müller1-5/+10
2015-03-05info: shorten __FILE__ on all platformsPeter Urbanec1-4/+0
2015-03-04docs: clarify min-latency wording in part-latency.txtVincent Penquerc'h1-3/+3
2015-03-04win32/common/gstconfig.h: removed libxml include directiveMarcin Kolny1-8/+0
2015-03-03queue2: Signal the sinkpad thread if a flow error happenedSebastian Dröge1-0/+7
2015-03-03queue: Wake up the query function on errors from the loop functionSebastian Dröge1-2/+5
2015-03-02utils: improve warning when linking elements without common ancestorTim-Philipp Müller1-2/+18
2015-02-27input-selector: Drop custom latency query handlingArun Raghavan1-82/+0
2015-02-26gst-unsinstalled: Add ges-launch manuals path to MANPATH.Mathieu Duponchelle1-1/+1
2015-02-26pad: Don't fail latency query on unlinked padsArun Raghavan1-4/+13
2015-02-26baseparse: Don't emit errors on EOS if we saw GAP eventsEdward Hervey1-2/+6
2015-02-26gstvalue: Make sure GST_FOURCC_ARGS produces printable charactersEdward Hervey2-5/+25
2015-02-25gstutils: remove incorrect Fixme commentLuis de Bethencourt1-1/+0
2015-02-25gstutils: remove obsolete Fixme commentLuis de Bethencourt1-5/+0
2015-02-25gst-uninstalled: add adaptivedemux paths from -badMatthieu Bouron1-1/+1
2015-02-24docs: remove dead linkLuis de Bethencourt1-3/+1
2015-02-24helpers: Fix install of completion-helper.Mathieu Duponchelle1-1/+2
2015-02-23completion-helper: Add missing DESTDIRNicolas Dufresne1-2/+2
2015-02-23completion-helper: Add filtering by klass and sink caps.Mathieu Duponchelle1-7/+50
2015-02-23multiqueue: avoid returning downstream GST_FLOW_EOS from previous segment to ...Mark Nauwelaerts1-12/+67
2015-02-23flowcombiner: fix documentation comment typoMark Nauwelaerts1-1/+1
2015-02-23baseparse: drain segment upon SEGMENT_DONE to ensure proper event orderMark Nauwelaerts1-0/+11
2015-02-23baseparse: clean up some bogus commented codeMark Nauwelaerts1-2/+0
2015-02-23completion-helper: Append $(EXEEXT) to the name of the moved file.Mathieu Duponchelle1-2/+2
2015-02-23Fix distcheckTim-Philipp Müller1-1/+1
2015-02-23Dist new data directoryTim-Philipp Müller1-1/+2
2015-02-23bash-completion: Implement in a different way.Mathieu Duponchelle11-1/+560
2015-02-23GstDeviceMonitor: keep alphabetical orderLuis de Bethencourt2-2/+2
2015-02-20Revert "element: set pads need-parent flag to false when removing"Olivier Crête2-36/+0
2015-02-19check: cast element in ASSERT_SET_STATE.Mathieu Duponchelle1-1/+1
2015-02-19inputselector: Use a separate query for upstream pads and let it fail if one ...Sebastian Dröge1-5/+10
2015-02-19pad: If the latency query fails for one of the pads, it fails overallSebastian Dröge1-2/+4
2015-02-18queue: Remove unused boolean parameter from internal functionsSebastian Dröge1-24/+17
2015-02-18queue: Add unit test for buffer list and time level handlingSebastian Dröge1-0/+152
2015-02-18queue: Add support for buffer listsSebastian Dröge1-32/+212
2015-02-18queue2: Count the number of buffers in a buffer list for updating the current...Sebastian Dröge1-2/+2
2015-02-17message: revive async delivery message before bus thread can run unrefTim-Philipp Müller1-1/+3
2015-02-17tests: bus: add unit test for async message deliveryTim-Philipp Müller1-0/+81
2015-02-17message, bus: fix async message deliveryTim-Philipp Müller3-7/+37
2015-02-16info: nicer buffer offset printing when offsets are not setTim-Philipp Müller1-4/+19
2015-02-16pad: Only initialize GValue to a type once, not on every retrySebastian Dröge1-1/+2
2015-02-15gstutils: check uri before using it in gst_pad_create_stream_id_internalMatthieu Bouron1-3/+5
2015-02-13timedvaluecontrolsource: Do not wrongly send value-removedThibault Saunier1-0/+3
2015-02-13gst-uninstalled: Set GST_VALIDATE_PLUGIN_PATHThibault Saunier1-0/+1
2015-02-12basesrc: fix documentation and debug message after latency updatesThiago Santos1-4/+4
2015-02-12fdsrc: use g_ascii_strtoull() to convert size string in uriFrédéric Wang1-2/+4