summaryrefslogtreecommitdiff
path: root/libs/gst/controller
AgeCommit message (Expand)AuthorFilesLines
2017-05-17gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge3-3/+20
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge1-1/+1
2017-05-15libs: controller: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller9-10/+37
2017-05-04g-i: no need to load registry in g-i scannerTim-Philipp Müller1-1/+1
2017-04-13meson: A couple for GIR-generation fixesRico Tzschichholz1-1/+2
2017-04-12meson: Add controller enum file as generated sourcesThibault Saunier1-1/+1
2017-04-11controller: include new proxycontrolbinding headerTim-Philipp Müller1-0/+1
2017-04-10controller: Fix build with srcdir!=builddirSebastian Dröge1-2/+4
2017-04-10controller: Add missing sources/headers to the GIR buildRico Tzschichholz1-2/+2
2017-04-09meson: And actually make the controller mkenums rules workSebastian Dröge1-3/+3
2017-04-09controller: Generate GLib enums automaticallySebastian Dröge7-56/+98
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller3-3/+3
2017-01-27meson: libs: Add gir to the source list of the dependencyThibault Saunier1-1/+5
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier7-0/+7
2016-11-23controllers: add new proxy control bindingMatthew Waters4-0/+286
2016-11-09meson: Advertise dependency on gst_dep generating girsThibault Saunier1-1/+1
2016-10-13argbcontrolbinding: gst_object_replace() is transfer noneSebastian Dröge1-4/+4
2016-10-13directcontrolbinding: Clarify in the documentation what the difference betwee...Sebastian Dröge1-4/+9
2016-08-19Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+63
2016-05-24g-i: pass compiler env to g-ir-scannerTim-Philipp Müller1-0/+1
2016-02-02controller: Do not unset uninitiallized GValueThibault Saunier1-1/+2
2016-01-05controller: rename new cubic interpolation modeStefan Sauer3-21/+21
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens6-0/+24
2015-12-02Drop usage of deprecated g-ir-scanner --strip-prefix flagReynaldo H. Verdejo Pinochet1-1/+2
2015-11-20controller: fix annotation to make g-ir-scanner happyTim-Philipp Müller1-1/+2
2015-10-02timedvaluecontrolsource: Use g_sequence_lookup where possibleJan Alexander Steffens (heftig)1-33/+15
2015-10-01interpolationcontrolsource: fix write over the array sizeStefan Sauer1-1/+1
2015-09-30controlpoint: change the padding to be of arch-independent sizeStefan Sauer1-3/+3
2015-09-28directcontrolbinding: fix formattingStefan Sauer1-1/+2
2015-09-28controller: add the missing abi paddingStefan Sauer1-2/+2
2015-09-27interpolationcontrolsource: add cubic_mono interpolationStefan Sauer3-4/+185
2015-09-27interpolationcontrolsource: refactor codeStefan Sauer1-100/+76
2015-06-29directcontrolbinding: fix ABI breakTim-Philipp Müller2-6/+9
2015-06-16gi: Use INTROSPECTION_INIT for --add-init-sectionNicolas Dufresne1-1/+1
2015-06-14doc: Include and fix GstControlPointNicolas Dufresne1-3/+5
2015-06-13doc: Fix Since: marksNicolas Dufresne1-3/+3
2015-06-13doc: Make ..._source_find_control_point_iter transfer noneNicolas Dufresne1-1/+1
2015-06-12controller: Added absolute direct control binding, example and testLazar Claudiu2-25/+77
2015-05-16timedvaluecontrolsource: Check that the only iter is the end iter in the GSeq...Thibault Saunier1-11/+14
2015-05-16timedvaluecontrolsource: Fix removing all keyframes, and adding one backThibault Saunier1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-12/+0
2015-03-31introspection: Don't use g-ir-scanner cache at compile timeEdward Hervey1-1/+1
2015-02-13timedvaluecontrolsource: Do not wrongly send value-removedThibault Saunier1-0/+3
2014-11-25triggercontrolsource: Fix short description for the docsSebastian Dröge1-1/+1
2014-10-22timedvaluecontrolsource: Add some signals about values changesThibault Saunier2-8/+108
2014-04-17libs: g-ir-scanner: do not hardcode libtool pathAntoine Jacoutot1-1/+1
2013-12-10controller: Fix out-of-bounds detectionEdward Hervey1-1/+1
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen1-1/+1
2013-09-10controlbindings: fix pspec relaxation for control source propertiesRico Tzschichholz2-5/+10
2013-08-08controller: fixes int overflow with properties that span +-INT_MAXAdrian Pardini1-2/+2