summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gl/cocoa: reduce custom main loop latencyJulien Isorce2015-02-221-1/+1
* glmixer: fix some compiler warningsJulien Isorce2015-02-221-3/+3
* docs: updateTim-Philipp Müller2015-02-218-356/+576
* docs: add opus elements to documentationTim-Philipp Müller2015-02-212-0/+71
* mxf-example: don't quit on WarningLuis de Bethencourt2015-02-211-3/+20
* mxf-example: always show gtk windowLuis de Bethencourt2015-02-211-0/+1
* mxf-example: merge returns in g_value_to_string()Luis de Bethencourt2015-02-211-12/+6
* mxf-example: make bus_callback consistentLuis de Bethencourt2015-02-211-4/+4
* mxf-example: fix usage of argc and argvLuis de Bethencourt2015-02-211-4/+4
* camerabin examples: remove unneeded variableLuis de Bethencourt2015-02-211-4/+4
* gstglmemory: Remove now unused transfer_upload function.Mathieu Duponchelle2015-02-211-39/+0
* glmemory: disable automatic pbo uploadMatthew Waters2015-02-211-7/+0
* hlsdemux: select correct starting position for live streamsAlex Ashley2015-02-203-5/+18
* glememory: only store and act on the map flags on first/last map/unmapMatthew Waters2015-02-202-4/+9
* aggregator: Use src_lock to protect latency related membersOlivier Crete2015-02-191-30/+21
* aggregator: Remove untrue commentOlivier Crête2015-02-191-1/+0
* aggregator: Don't try to push tags while flush seekingOlivier Crête2015-02-191-1/+1
* hlssink: reduce playlist's EXT-X-VERSION to 3Guillaume Seguin2015-02-191-1/+5
* rtpopuspay: default encoding name to OPUSVincent Penquerc'h2015-02-191-2/+1
* rtpopuspay: make caps writable before truncating themVincent Penquerc'h2015-02-191-1/+1
* rtpopuspay: negotiate the encoding nameVincent Penquerc'h2015-02-191-1/+18
* simplevideomarkdetect: move offset calculations out of inner loopsVineeth T M2015-02-191-16/+10
* aggregator: Use the sinkpads iterator directly to query upstream latenciesSebastian Dröge2015-02-191-12/+38
* aggregator: Move gst_aggregator_get_latency_unlocked() a bitSebastian Dröge2015-02-191-43/+43
* rsninputselector: Fail the latency query if one of the upstream queries failsSebastian Dröge2015-02-191-3/+4
* liveadder: Fail the latency query if one of the upstream queries failsSebastian Dröge2015-02-191-2/+6
* aggregator: Fail the latency query if one of the upstream queries failsSebastian Dröge2015-02-191-1/+6
* avfvideosrc: Only set latency if we already know our capsSebastian Dröge2015-02-191-1/+4
* aggregator: Document locking orderOlivier Crête2015-02-181-0/+13
* aggregator: Rename confusinly named SRC_STREAM_LOCK macros to SRC_LOCKOlivier Crête2015-02-181-53/+53
* aggregator: Rename confusingly named stream lock to flush lockOlivier Crête2015-02-181-13/+16
* aggregator: Fix macro indendationOlivier Crête2015-02-181-10/+10
* gltransform: Fix includes of graphene headersNicolas Dufresne2015-02-182-3/+4
* mxfdemux: remove unneeded valuesLuis de Bethencourt2015-02-181-17/+10
* mxfdemux: renaming GstFlowReturn variableLuis de Bethencourt2015-02-181-28/+28
* mxfdemux: remove ignored valueLuis de Bethencourt2015-02-181-2/+2
* opusenc: Remove g_warnings() for the deprecated audio propertySebastian Dröge2015-02-181-4/+0
* dashdemux: protect against malformed isombff formatThiago Santos2015-02-182-13/+27
* d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when...Sebastian Dröge2015-02-181-0/+4
* hlsdemux: remove unused defineThiago Santos2015-02-171-1/+0
* mssdemux: use correct function to clear fragment infoThiago Santos2015-02-171-3/+1
* dashdemux: depracate bandwidth-usage in favor of bitrate-limitThiago Santos2015-02-172-8/+7
* adaptivedemux: add bitrate-limit propertyThiago Santos2015-02-176-47/+26
* hlssink: allow creation of 'infinite' playlistThiago Santos2015-02-172-3/+4
* hlssink: remove unused attributeThiago Santos2015-02-173-11/+4
* adaptivedemux: add connection-speed propertyThiago Santos2015-02-176-54/+32
* basecamerabinsrc: don't use private GMutex implementation detailsTim-Philipp Müller2015-02-171-8/+3
* audiovisualizer: don't use private GMutex implementation detailsTim-Philipp Müller2015-02-171-8/+7
* gl/cocoa: don't deadlock if the dispatch_sync is called from the main threadMatthew Waters2015-02-173-51/+70
* gl/calayer: only start drawing if the parent gl context is readyMatthew Waters2015-02-172-0/+19