summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2017-11-27gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters2-10/+10
2017-11-27Revert "gl: cocoa: sprinkle some GST_EXPORT"Matthew Waters1-2/+0
2017-11-26gl: cocoa: sprinkle some GST_EXPORTTim-Philipp Müller1-0/+2
2017-11-26codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller2-255/+0
2017-11-25videoaggregator: Don't leak stringEdward Hervey1-2/+4
2017-11-24viv-fb: Don't destroy the native FB displayJan Schmidt1-2/+2
2017-11-24Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVI...Jan Schmidt3-9/+95
2017-11-23meson: remove outdated comment in build fileTim-Philipp Müller1-4/+1
2017-11-22aggregator: Remove klass->sinkpads_typeMathieu Duponchelle3-24/+15
2017-11-20all: Fix left-shift undefined behaviourEdward Hervey1-1/+1
2017-11-07glbasefilter: actually indicate start internallyMatthew Waters1-6/+8
2017-11-02aggregator: add doc blurb for gst_aggregator_pad_is_eos()Tim-Philipp Müller1-0/+6
2017-11-02aggregator: also remove now-unused PadForeachFunc declarationTim-Philipp Müller1-5/+0
2017-11-02aggregator: Remove pad iterator functionOlivier Crête2-86/+0
2017-11-02aggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller1-15/+21
2017-11-02videoaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller1-16/+17
2017-11-02videoaggregator: add CAST macrosTim-Philipp Müller2-0/+2
2017-11-02audioaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller1-11/+8
2017-11-02videoaggregator: drop ABI compat in padding for new struct memberTim-Philipp Müller2-7/+7
2017-11-02audioaggregator: make class padding largerTim-Philipp Müller1-2/+2
2017-11-01aggregator: add more commentsStefan Sauer1-0/+6
2017-10-28gl/shader: allow setting non-square matrices as uniforms on gles platformsMatthew Waters2-4/+0
2017-10-28gl/query: split tests and fix some corresponding issues in usageMatthew Waters1-5/+10
2017-10-26adaptivedemux: add replaced flag to not error out on bitrate changeThiago Santos2-1/+7
2017-10-23aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer1-11/+10
2017-10-21audioaggregator: Accept buffer with no data, but duration and gap flagOlivier Crête1-0/+12
2017-10-21aggregator: Don't take flush lock from output threadOlivier Crête1-7/+17
2017-10-20aggregator: Don't block if adding to the tail of the queueOlivier Crête1-1/+1
2017-10-20Use value instead of version macro when testing for mac OS versionJérôme Laheurte2-2/+2
2017-10-17aggregator: review code related to time levelStefan Sauer1-22/+24
2017-10-17aggregator: init latency values with 0 instead of FALSEStefan Sauer1-1/+1
2017-10-15aggregator: code cleanup for event and query funcStefan Sauer1-8/+8
2017-10-15aggregator: simplify pad_event_func for FLUSH_STOP eventsStefan Sauer1-13/+7
2017-10-15aggregator: drop special casing for eosStefan Sauer1-34/+3
2017-10-15aggregator: add a doc-blob for the event_funcStefan Sauer1-0/+4
2017-10-15aggregator: rename a local variableStefan Sauer1-5/+5
2017-10-15aggregator: remove commented codeStefan Sauer1-2/+2
2017-10-15aggregator: move the comment for the locks to the lock macrosStefan Sauer1-6/+4
2017-10-15aggregator: improve section docsStefan Sauer1-0/+6
2017-10-15audioaggregator: improve readability in offset calculationStefan Sauer1-8/+9
2017-10-14audioaggregator: move comment to the place it is meant to beStefan Sauer1-3/+1
2017-10-13videoaggregator: use GstFlowReturn for flow returnsTim-Philipp Müller1-1/+1
2017-10-05audioaggregator: remove buffer!=NULL checkStefan Sauer1-3/+3
2017-10-05audioaggreator: update docsStefan Sauer1-10/+14
2017-10-05meson: remove vs_module_defsHavard Graff12-12/+0
2017-10-05meson: Fix namespace and add some missing args in the gir generationRico Tzschichholz3-5/+5
2017-10-05audioaggregator: pass blocksize to mix_buffer()Stefan Sauer1-7/+3
2017-10-05audioaggregator: rename _fill_buffer() to _queue_new_buffer()Stefan Sauer1-2/+5
2017-10-05aggregator: cleanup event forwardingStefan Sauer1-22/+21
2017-10-05aggregator: simplify src_eventStefan Sauer1-18/+4