summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* audioaggregator: remove, moved to -baseTim-Philipp Müller2018-02-134-2227/+3
* adaptivedemux: reject segment seeksMathieu Duponchelle2018-02-021-0/+8
* webrtcbin: an element that handles the transport aspects of webrtc connectionsMatthew Waters2018-02-0219-2/+1908
* codecparser: vp8: Fix range decoder initSreerenj Balachandran2018-01-301-1/+1
* videoaggregatorpad: implement skip_bufferMathieu Duponchelle2018-01-231-0/+24
* Update for renamed aggregator pad APITim-Philipp Müller2018-01-232-3/+3
* player: doc update for set_subtitle_uri()Philippe Normand2018-01-071-1/+3
* nalutils: Fix Exponential-Golomb 'ue' parsingEdward Hervey2018-01-021-1/+1
* player: transfer ownership of info propertiesPhilippe Normand2017-12-271-8/+4
* audioaggregator: Don't leak padsEdward Hervey2017-12-201-1/+3
* adaptivedemux: fix pending_segment logJun Xie2017-12-201-2/+2
* audioaggregator: implement input conversionMathieu Duponchelle2017-12-192-67/+687
* allocatorsbad: physmem moved to -baseTim-Philipp Müller2017-12-197-253/+3
* gl: remove GStreamer OpenGL integration library and move to -baseTim-Philipp Müller2017-12-19150-42255/+3
* adaptivedemux: fix log integer formatJun Xie2017-12-181-1/+1
* player: Fix-up set_seek_accurate() configuration to take a player config inst...Sebastian Dröge2017-12-162-4/+3
* player: Consistently use GstVideoMultiviewFramePacking instead of ModeSebastian Dröge2017-12-162-6/+8
* cocoa: fix a warning when building in MacOS 10.12Josep Torra2017-12-121-2/+2
* gl: display: demote error level at display creation errorVíctor Manuel Jáquez Leal2017-12-113-3/+3
* gldisplay: Prefer wayland over X11Nicolas Dufresne2017-12-021-4/+4
* gldisplay: Add missing GL API to the docNicolas Dufresne2017-12-021-1/+1
* gldownload: Add dmabuf exportingMatt Fischer2017-12-022-0/+61
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-0210-3402/+7
* gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters2017-11-272-10/+10
* Revert "gl: cocoa: sprinkle some GST_EXPORT"Matthew Waters2017-11-271-2/+0
* gl: cocoa: sprinkle some GST_EXPORTTim-Philipp Müller2017-11-261-0/+2
* codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller2017-11-262-255/+0
* videoaggregator: Don't leak stringEdward Hervey2017-11-251-2/+4
* viv-fb: Don't destroy the native FB displayJan Schmidt2017-11-241-2/+2
* Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVI...Jan Schmidt2017-11-243-9/+95
* meson: remove outdated comment in build fileTim-Philipp Müller2017-11-231-4/+1
* aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-223-24/+15
* all: Fix left-shift undefined behaviourEdward Hervey2017-11-201-1/+1
* glbasefilter: actually indicate start internallyMatthew Waters2017-11-071-6/+8
* aggregator: add doc blurb for gst_aggregator_pad_is_eos()Tim-Philipp Müller2017-11-021-0/+6
* aggregator: also remove now-unused PadForeachFunc declarationTim-Philipp Müller2017-11-021-5/+0
* aggregator: Remove pad iterator functionOlivier Crête2017-11-022-86/+0
* aggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-15/+21
* videoaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-16/+17
* videoaggregator: add CAST macrosTim-Philipp Müller2017-11-022-0/+2
* audioaggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2017-11-021-11/+8
* videoaggregator: drop ABI compat in padding for new struct memberTim-Philipp Müller2017-11-022-7/+7
* audioaggregator: make class padding largerTim-Philipp Müller2017-11-021-2/+2
* aggregator: add more commentsStefan Sauer2017-11-011-0/+6
* gl/shader: allow setting non-square matrices as uniforms on gles platformsMatthew Waters2017-10-282-4/+0
* gl/query: split tests and fix some corresponding issues in usageMatthew Waters2017-10-281-5/+10
* adaptivedemux: add replaced flag to not error out on bitrate changeThiago Santos2017-10-262-1/+7
* aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer2017-10-231-11/+10
* audioaggregator: Accept buffer with no data, but duration and gap flagOlivier Crête2017-10-211-0/+12
* aggregator: Don't take flush lock from output threadOlivier Crête2017-10-211-7/+17