summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
* avfvideosrc: element requests camera permissions even with capture-screen pro...Roman Shpuntov2019-12-111-0/+4
* avfvideosrc: Explicitly request device video permissions for macOS 10.14+o0Ignition0o2019-12-021-0/+39
* build: Don't forget to dist applemedia/avfdeviceprovider.hNirbheek Chauhan2019-03-011-0/+1
* applemedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-194-5/+5
* Add device provider for AVFoundation capture devices.Josh Matthews2019-02-087-103/+443
* avfvideosrc: add device-name propertyVaL Doroshchuk2019-01-251-2/+14
* sys: applemedia: meson: Add dependencies by using appleframeworksJustin Kim2018-12-141-1/+1
* applemedia: install plugin pkg-config fileMatthew Waters2018-11-061-0/+1
* meson: Fix applemedia dependencies on iOSNirbheek Chauhan2018-09-011-4/+2
* meson: host_system is 'ios' when building for iOSNirbheek Chauhan2018-08-171-2/+2
* meson: Add an option for the applemedia pluginNirbheek Chauhan2018-08-141-12/+16
* meson: enable applemediaAlessandro Decina2018-08-031-0/+88
* Fix code indentationTim-Philipp Müller2018-04-221-1/+1
* applemedia: don't include private cocoa gl headerTim-Philipp Müller2017-12-191-1/+0
* applemedia: fix build after gl move to -baseTim-Philipp Müller2017-12-191-1/+3
* gl: update plugins to use GstGL from -baseTim-Philipp Müller2017-12-191-6/+6
* vtenc: fix a warning when building in MacOS 10.12Josep Torra2017-12-121-1/+1
* vtdec: destroy and create the GL context on start()/stop()Matthew Waters2017-10-301-2/+11
* vtdec: flush decoder on stopNicola Murino2017-10-301-0/+2
* vtenc: flush encoder on stopNicola Murino2017-10-301-0/+4
* vtenc: fix memory leakNicola Murino2017-10-201-22/+55
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-9/+9
* gl: fix build for ios/win32/android after 2fd84a6cMatthew Waters2017-08-283-2/+2
* applemedia: fix build after commit 2fd84a6cPhilippe Normand2017-08-221-0/+1
* vtenc: assume 25 fps for unknown framerateNicola Murino2017-08-091-2/+9
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-173-0/+3
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+1
* qtkit: drop the qtkitvideosrc elementJosep Torra2017-05-034-818/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-8/+8
* applemedia/iosurfacememory: Fix missing variable name changeMatthew Waters2017-03-141-1/+1
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-136-26/+21
* avfvideosrc: Use AVCaptureDeviceTypeBuiltInDuoCamera instead of DualCamera fo...Sebastian Dröge2017-03-091-1/+1
* applemedia/gl: Fix compile issues for OSXNick Kallen2017-03-081-0/+10
* applemedia: avfvideosrc supports position, device-type, and orientationNick Kallen2017-03-072-14/+215
* applemedia/gl: Update code to use ARCNick Kallen2017-03-0711-204/+126
* applemedia: Fix video texture cache build issue on MacOSNick Kallen2017-03-041-0/+5
* applemedia: ensure all textures are released before texturecache is releasedNick Kallen2017-03-041-15/+29
* Builds for MacOSNick Kallen2017-02-143-9/+14
* applemedia: free videotexturecache texture in gl threadNick Kallen2017-02-143-10/+10
* applemedia: Fix some compiler warnings on iOSSebastian Dröge2017-01-272-1/+3
* applemedia: Fail cleanly instead of crashing if obtaining a GL display failedSebastian Dröge2017-01-261-0/+11
* gl: update sys dependants for function removalsMatthew Waters2017-01-131-24/+2
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-031-0/+1
* vtdec: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-1/+8
* applemedia: error out if the uri property is not setMatthew Waters2016-11-171-0/+6
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-2/+2
* applemedia: Conditionally compile qtkitvideosrcSebastian Dröge2016-08-312-3/+12
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-2/+1
* applemedia: fix compiler warningAlessandro Decina2016-08-261-1/+1