summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* testclock: remove unused variableTim-Philipp Müller2014-04-121-2/+0
* testclock: add support for waiting and releasing multiple GstClockIDsHavard Graff2014-04-123-68/+221
* baseparse: Fix memory leakJose Antonio Santos Cadenas2014-04-091-0/+1
* Revert "check: only call setpgid on valid child PIDs"Tim-Philipp Müller2014-04-071-2/+1
* check: only call setpgid on valid child PIDsVincent Penquerc'h2014-04-071-1/+2
* baseparse: Remove always-true-checksEdward Hervey2014-04-051-1/+0
* adapter: Remove always-true-checksEdward Hervey2014-04-051-2/+0
* baseparse: Make sure to set the DISCONT flag on the first buffer of each GOP ...Sebastian Dröge2014-04-031-0/+8
* basesrc: removing duplicated inner ifThiago Santos2014-04-031-11/+6
* baseparse: Fix splitting and reversing of GOPs in reverse playback modeSebastian Dröge2014-03-291-2/+4
* basesink: copy last_sample on DRAINWim Taymans2014-03-241-0/+10
* basesink: Update start time when we lose our stateSebastian Dröge2014-03-181-0/+40
* basesink: Don't clip the reported position in PAUSED to after the last buffer...Sebastian Dröge2014-03-181-13/+6
* collectpads: When seek flushed, immediately set eospads to 0Mathieu Duponchelle2014-03-161-1/+5
* collectpads: Unref peer padSebastian Dröge2014-03-161-1/+3
* collectpads: Forward seek events to the peer directlyMathieu Duponchelle2014-03-161-1/+6
* adapter: Adapt gst_adapter_copy() for bindingsSebastian Rasmussen2014-03-152-1/+29
* docs: Fix typos and remove unknown annotationsSebastian Rasmussen2014-03-021-1/+1
* basesrc: Do not send eos when seeking after last bufferThiago Santos2014-02-241-1/+3
* check: also use the glob on GST_CHECKS when forcing to run broken testsStefan Sauer2014-02-192-3/+9
* basesrc: in automatic_eos mode, don't modify the sizeWim Taymans2014-02-181-7/+9
* basesrc: Add gst_base_src_set_automatic_eos() APISebastian Dröge2014-02-132-1/+27
* check: add support for blacklisting checks via GST_CHECKS_IGNORETim-Philipp Müller2014-02-091-5/+28
* gst: clear floating references for GstTask, GstTaskPool and GstCollectPadsBrendan Long2014-02-061-0/+3
* docs: fix more gtk-doc warningsStefan Sauer2014-02-011-2/+2
* basesrc: do not forget to clear the forced_eos flagThiago Santos2014-01-241-0/+4
* basesrc: preserve seqnum of eos events sent by the userThiago Santos2014-01-241-20/+65
* baseparse: do not accumulate buffers on passthrough modeThiago Santos2014-01-131-0/+29
* basesrc: don't confuse GST_PAD_MODE_NONE and PULLStefan Sauer2014-01-091-20/+35
* baseparse: do not ignore TIME segmentsThiago Santos2014-01-081-0/+1
* collectpads: take offset into account for expected segment positionWim Taymans2014-01-081-2/+5
* basesrc: demote error to warningStefan Sauer2014-01-061-1/+2
* baseparse: remove pending_segment as it was being misusedThiago Santos2014-01-021-14/+12
* baseparse: push pending events before GAP eventThiago Santos2014-01-021-0/+3
* baseparse: refactor pending events pushingThiago Santos2014-01-021-31/+26
* nettimeprovider: remove unnecessary NULL checkTim-Philipp Müller2013-12-301-2/+1
* Revert "nettimeprovider: Remove dead code"Tim-Philipp Müller2013-12-301-0/+3
* nettimeprovider: Remove dead codeEdward Hervey2013-12-301-3/+0
* basesrc: use segment start if DTS for first buffer is unsetDavid Svensson Fors2013-12-171-1/+5
* bytereader: add inline variant of gst_byte_reader_init()Tim-Philipp Müller2013-12-141-0/+13
* docs: fix docs for gst_queue_array_peek_head()Tim-Philipp Müller2013-12-141-1/+1
* controller: Fix out-of-bounds detectionEdward Hervey2013-12-101-1/+1
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-0716-37/+38
* Fix some typos in code comments and debug messagesSebastian Rasmussen2013-12-073-4/+4
* basesrc: Set format to TIME if do-timestamp is TRUEOlivier Crête2013-12-051-0/+2
* docs: cosmetic changes in references/decriptionsSebastian Rasmussen2013-12-026-12/+7
* netclock: Fix docstring for round-trip-limit and uninit access warning.Jan Schmidt2013-11-271-12/+4
* netclock: Add round-trip-limit parameterCarlos Rafael Giani2013-11-271-6/+52
* netclock: Fix C99 commentJan Schmidt2013-11-261-1/+1
* netclock: Implement rolling-average filter on observations.Jan Schmidt2013-11-261-3/+33