summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-11-23gl/contextglx: error out on more invalid display/window combinationsMatthew Waters1-2/+30
2016-11-23gl: add necessary context_egl.h #includes to the source filesMatthew Waters2-0/+2
2016-11-23gl/memoryegl: remove access to private header gstglcontext_egl.hMatthew Waters1-1/+0
2016-11-21opencv: forward declare opencv typesPhilippe Renon2-2/+8
2016-11-21interfaces: photography: clean up header indentationTim-Philipp Müller1-133/+146
2016-11-21gl: add gstreamer-video to pkg-config pathDavid Evans1-0/+2
2016-11-18videoaggregator: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+6
2016-11-17meson: wayland: wl_scanner is required: falseScott D Phillips1-1/+1
2016-11-17meson: wayland: move dep checks to the libMatthew Waters2-15/+23
2016-11-17meson: gl/egl: add missing source fileMatthew Waters1-0/+1
2016-11-17gl/egl: remove EGLImage functions from egl contextMatthew Waters5-120/+194
2016-11-17glcontext: add vfunc to retrieve the OpenGL platform versionMatthew Waters4-0/+69
2016-11-17gl/egl: move get_error_string() into gsteglMatthew Waters5-48/+73
2016-11-17display/egl: implement getting the EGLDisplay of a specific platformMatthew Waters4-23/+198
2016-11-16gl/egl: check the feature in the extensions listVíctor Manuel Jáquez Leal1-1/+1
2016-11-16glcontext/cocoa: implement empty swap_buffersMatthew Waters1-0/+8
2016-11-15meson: Build waylandsinkThibault Saunier2-4/+16
2016-11-16glwindow/cocoa: remove unneeded window code in NSWindowMatthew Waters1-11/+0
2016-11-16glwindow/cocoa: remove our view from the parent when closingMatthew Waters1-0/+1
2016-11-15gl/caopengllayer: add a debug categoryMatthew Waters1-0/+18
2016-11-15glbufferpool: introduce check for GLMemory allocatorsMatthew Waters1-2/+12
2016-11-15Fix some MSVC warnings about const-nessScott D Phillips1-1/+1
2016-11-15Cast away const from GstMetaInfo in *_get_meta_info() functionsScott D Phillips1-2/+3
2016-11-15adaptivedemux: Fix startup SEGMENT seeking and setting for liveSeungha Yang1-5/+11
2016-11-14opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon6-3/+600
2016-11-11gl: x11-xcb is not a required dependencyTim-Philipp Müller1-1/+1
2016-11-11adaptivedemux: reset the manifest failure count after a successful retrievalMatthew Waters1-0/+1
2016-11-11adaptivedemux: call the subclass for duration queries for live sourcesMatthew Waters1-2/+1
2016-11-11adaptivedemux: restart the manifest update task after a seekMatthew Waters1-0/+7
2016-11-10mpegts: fix typo in GstMpegtsDescriptorDongil Park1-1/+1
2016-11-10gl/utils: move gen_shader() to the plugin and remove del_shader()Matthew Waters3-95/+1
2016-11-10glwindow: remove unused field in public structMatthew Waters1-2/+0
2016-11-10glwindow: remove is_running() functionMatthew Waters5-38/+14
2016-11-08meson/gl: XCB changes also need x11-xcb as a dependencyNirbheek Chauhan1-2/+3
2016-11-08gl/x11: fix meson buildPhilippe Normand1-1/+1
2016-11-08glwindow: remove the navigation threadMatthew Waters2-227/+51
2016-11-08gl/x11: use xcb instead of libX11Matthew Waters6-204/+273
2016-11-08gldisplay: add a list of glwindow'sMatthew Waters3-2/+99
2016-11-08gldisplay: add a dedicated event threadMatthew Waters2-0/+91
2016-11-08gl: don't expose OpenGL prototypesMatthew Waters1-3/+0
2016-11-08gl/cocoa: don't install the gstglcontext_cocoa.h headerMatthew Waters1-1/+1
2016-11-08gl/android: don't install the android window headerMatthew Waters1-4/+1
2016-11-08gl: add padding to all exposed winsys/platform-specific structsMatthew Waters5-0/+20
2016-11-08gl/wayland: install the gstgldisplay_wayland.h headerMatthew Waters2-0/+8
2016-11-08gl/egl: don't install the gstglcontext_egl.h headerMatthew Waters2-3/+2
2016-11-08glfilter: remove display_init/resetMatthew Waters3-35/+21
2016-11-03gldisplay: Fix inverted preconditionMatthew Waters1-1/+1
2016-11-03gl/gi: some annotation updates for called functionsMatthew Waters8-22/+20
2016-11-03gl/gi: also include GstVideoMatthew Waters1-0/+1
2016-11-03glfeature: move internal functions into a private headerMatthew Waters5-56/+113