summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-03ptp: Add median based pre-filtering of delaysptpSebastian Dröge1-0/+63
2015-06-03ptp: Add #define to only use SYNC messages for which we can send DELAY_REQSebastian Dröge1-0/+12
2015-06-03ptp: Add #defines to enable/disable improvements for unreliable networksSebastian Dröge1-6/+81
2015-06-03ptp: Initial implementation of a PTP clockSebastian Dröge15-10/+3450
2015-06-03clock: Add GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC and related APISebastian Dröge2-1/+146
2015-06-03memory: provide a mem_unmap function that takes the flags to unmapMatthew Waters3-10/+24
2015-06-03memory: gst_memory_share may fail to exclusively lock the parent memoryMatthew Waters2-0/+28
2015-06-03buffer: locking memory exclusively may failMatthew Waters2-16/+54
2015-06-03miniobject: disallow a double write/exclusive lockMatthew Waters2-4/+44
2015-06-02uri: match return type of get_uri_type() implementation to declarationTim-Philipp Müller1-2/+2
2015-06-03gstbuffer: Add a note about metas needing to be copied lastJan Schmidt1-0/+3
2015-06-03gstvalue: Implement gst_value_is_subset() for flagsetsJan Schmidt2-0/+38
2015-06-02check: Use GST_CHECK_MAIN macroEdward Hervey1-16/+1
2015-06-01downloadbuffer: release lock before posting msgeunhae choi1-18/+50
2015-05-31structure: add note about missing field creation on _set()Reynaldo H. Verdejo Pinochet1-1/+2
2015-05-30tests: fix some leaks in new flagset checksTim-Philipp Müller2-0/+2
2015-05-30queuearray: remove duplicate assignmentTim-Philipp Müller1-1/+0
2015-05-27gst/gst.c: Add a warning about DllMain to prevent misuseNirbheek Chauhan1-0/+11
2015-05-27funnel: Improve debug output a bitSebastian Dröge1-4/+8
2015-05-26docs: fix typo in draft-klass.txtLuis de Bethencourt1-1/+1
2015-05-26code-reviews: remove obsolete code reviewsLuis de Bethencourt2-220/+0
2015-05-25basesink: use the slightly more correct take_sample for last-sampleMatthew Waters1-1/+1
2015-05-25gstvalue: Add GstFlagSet typeJan Schmidt10-83/+969
2015-05-20gstvalue: Add a comparision function for GstStructuresThibault Saunier1-1/+13
2015-05-19net: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller2-0/+15
2015-05-18Revert "doc: Workaround gtkdoc issue"Tim-Philipp Müller1-2/+0
2015-05-18sparsefile: small cleanupWim Taymans1-3/+2
2015-05-16doc: Workaround gtkdoc issueNicolas Dufresne1-0/+2
2015-05-16docs/design/part-negotiation.txt: minor correctionsReynaldo H. Verdejo Pinochet1-4/+4
2015-05-16timedvaluecontrolsource: Check that the only iter is the end iter in the GSeq...Thibault Saunier1-11/+14
2015-05-16timedvaluecontrolsource: Fix removing all keyframes, and adding one backThibault Saunier1-1/+1
2015-05-15fakesrc: fix property descriptionTim-Philipp Müller1-1/+1
2015-05-15pad: bump chain function call logs from LOG to DEBUGVincent Penquerc'h1-4/+4
2015-05-15gstobject: add gst_object_has_as_ancestor and deprecate previous functionStefan Sauer5-15/+46
2015-05-15gstobject: rename gst_object_has_parent to gst_object_has_as_parentStefan Sauer5-28/+28
2015-05-14basesink: Fix QoS/lateness checking if subclass implements prepare/prepare_li...Jian1-4/+22
2015-05-12fdsrc: docs: fix and update documentationVíctor Manuel Jáquez Leal1-3/+3
2015-05-10Add removed example directories to CRUFT_DIRSTim-Philipp Müller1-0/+4
2015-05-10docs: gst-launch -> gst-launch-1.0 in example pipelinesTim-Philipp Müller7-11/+15
2015-05-09docs/design/part-conventions.txt: minor correctionsReynaldo H. Verdejo Pinochet1-2/+2
2015-05-09docs/design/part-context.txt: minor correctionsReynaldo H. Verdejo Pinochet1-2/+2
2015-05-09docs/design/part-clocks.txt: minor correctionsReynaldo H. Verdejo Pinochet1-1/+1
2015-05-02docs: update porting guides to mention new device probing APITim-Philipp Müller2-6/+12
2015-05-01docs/design/part-states.txt: minor correctionsReynaldo H. Verdejo Pinochet1-4/+4
2015-05-01event: remove duplicated includeJimmy Ohn1-1/+0
2015-04-28tests: remove some pointless ancient code examplesTim-Philipp Müller14-620/+3
2015-04-28baseparse: fix GST_BASE_PARSE_FLAG_LOST_SYNCIlya Konstantinov1-20/+23
2015-04-28baseparse: respect DISCONT flag on buffersThiago Santos1-4/+8
2015-04-28taglist: Copy the tag scope too when copying tag listsSebastian Dröge1-5/+6
2015-04-27identity: Also synchronize GAP events in sync=1Olivier Crête1-43/+59