summaryrefslogtreecommitdiff
path: root/clutter-gst
Commit message (Expand)AuthorAgeFilesLines
* video-sink: force upload of video frames when creating texturesLionel Landwerlin2015-07-101-31/+6
* video-sink: clear buffer in flushWim Taymans2015-05-191-0/+26
* video-sink: advertize the GstVideoOverlayComposition feature in capsMatthieu Bouron2015-05-091-0/+16
* memory leaks at loggingVíctor Manuel Jáquez Leal2015-05-091-2/+2
* introspection: disable display initializationLionel Landwerlin2015-01-241-2/+2
* video-sink: do not advertise anything but RGBA for texture uploadLionel Landwerlin2015-01-151-3/+6
* playback: remove deprecated flag from propertiesLionel Landwerlin2015-01-151-12/+6
* player: remove deprecated flag from propertiesLionel Landwerlin2015-01-151-4/+2
* introspection: prevent loading all the gst pluginsLionel Landwerlin2015-01-151-1/+3
* auto-video-sink: check initialization value properlyLionel Landwerlin2015-01-051-2/+2
* auto-video-sink: fix crash when clutter is not initializedLionel Landwerlin2015-01-041-19/+15
* video-sink: remove unused functionLionel Landwerlin2014-12-061-10/+0
* video-sink: add empty navigation interface implementationLionel Landwerlin2014-12-061-2/+22
* content: add set_frame()Lionel Landwerlin2014-12-062-0/+61
* util: remove commented plugin registrationLionel Landwerlin2014-12-061-20/+0
* video-sink: add RGBx/BGRx supportLionel Landwerlin2014-12-061-2/+7
* content: rename video-sink property to sinkLionel Landwerlin2014-12-061-7/+7
* build: Add -lm dependency to clutter-gst-3.0.laPhilip Withnall2014-12-011-1/+2
* plugin: don't register cluttervideosinkLionel Landwerlin2014-07-171-7/+0
* configure.ac: add opportunity to disable gl texture upload supportLionel Landwerlin2014-06-261-2/+11
* video-sink: keep GstBuffer around until the next frameLionel Landwerlin2014-06-261-8/+28
* video-sink: only bind required number of layersLionel Landwerlin2014-06-261-1/+1
* video-sink: expose overlay composition support in capsLionel Landwerlin2014-06-221-22/+25
* content: fix color alpha when no frameLionel Landwerlin2014-06-211-0/+3
* video-sink: use filter when responding to get_caps()Lionel Landwerlin2014-06-211-2/+5
* video-sink: clear textures when new caps are detectedLionel Landwerlin2014-06-211-0/+1
* content: paint background color when no frame is availableLionel Landwerlin2014-06-211-3/+15
* contents: use different paint node namesLionel Landwerlin2014-06-212-3/+3
* plugins: reorganize debug topicsLionel Landwerlin2014-06-213-30/+52
* types: add missing Since declarationsLionel Landwerlin2014-06-091-0/+10
* aspectratio: fix aspect ratio with fill_allocation caseLionel Landwerlin2014-06-091-4/+4
* content: fix return descriptionLionel Landwerlin2014-06-091-1/+1
* playback: silent unused variables warningsLionel Landwerlin2014-06-091-9/+1
* util: fix wrong type link in commentLionel Landwerlin2014-06-091-1/+1
* camera-manager: mark class/instance internals as privateLionel Landwerlin2014-06-092-0/+3
* video-sink: fix documentation sectionLionel Landwerlin2014-06-091-2/+2
* video-sink: subclass GstVideoSink rather than GstBaseSinkLionel Landwerlin2014-06-092-4/+14
* Revert "VAAPI DEBUG"Lionel Landwerlin2014-06-071-21/+3
* VAAPI DEBUGLionel Landwerlin2014-06-071-3/+21
* sink: position RGBA GL upload as first capLionel Landwerlin2014-06-071-9/+9
* contents: add overlay supportLionel Landwerlin2014-06-074-65/+412
* video-sink: add overlay supportLionel Landwerlin2014-06-075-17/+288
* utils: remove deprecation warningLionel Landwerlin2014-06-071-5/+6
* auto-video-sink: rename to avoid GType name conflict with 2.0 versionLionel Landwerlin2014-06-022-21/+20
* introspection: use same pkg as compile flagsLionel Landwerlin2014-06-021-1/+1
* plugin: add debug category for video sinkLionel Landwerlin2014-06-021-0/+5
* ClutterGstFrame: copy pipeline instead of taking refLionel Landwerlin2014-06-011-1/+1
* content: add some padding to classLionel Landwerlin2014-06-013-0/+6
* introspection: do not depend on Cogl 2.0 API as Clutter hasn't switched yetLionel Landwerlin2014-05-281-2/+2
* video-sink: add gl texture upload supportLionel Landwerlin2014-05-281-4/+84