summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.c
Commit message (Expand)AuthorAgeFilesLines
* video-sink: delay subtitle upload until the frame is uploadedLionel Landwerlin2015-10-101-2/+2
* video-sink: use uniform for yuv->rgb matrix conversionLionel Landwerlin2015-10-101-75/+87
* video-sink: deal with cropped videosLionel Landwerlin2015-10-091-2/+27
* video-sink: nv12: use macros rather than structure fieldsLionel Landwerlin2015-10-091-8/+8
* video-sink: fix missing resolution infoLionel Landwerlin2015-09-271-0/+5
* video-sink: fix memory leak with color balanceLionel Landwerlin2015-09-261-55/+27
* video-sink: fix setup_pipeline() not setting its argumentLionel Landwerlin2015-09-261-3/+3
* video-sink: forward navigation event upstreamLionel Landwerlin2015-09-261-2/+14
* video-sink: set pixel format to premultiplied for ayuvLionel Landwerlin2015-09-041-1/+1
* video-sink: fix CoglError leakLionel Landwerlin2015-09-041-1/+2
* video-sink: force upload of video frames when creating texturesLionel Landwerlin2015-07-091-31/+6
* video-sink: print out renderer name in debug messagesLionel Landwerlin2015-06-191-2/+4
* 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-02-111-2/+2
* video-sink: do not advertise anything but RGBA for texture uploadLionel Landwerlin2015-01-121-3/+6
* video-sink: remove unused functionLionel Landwerlin2014-12-061-10/+0
* video-sink: add empty navigation interface implementationLionel Landwerlin2014-12-061-2/+22
* video-sink: add RGBx/BGRx supportLionel Landwerlin2014-12-061-2/+7
* 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
* 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
* plugins: reorganize debug topicsLionel Landwerlin2014-06-211-17/+44
* video-sink: fix documentation sectionLionel Landwerlin2014-06-091-2/+2
* video-sink: subclass GstVideoSink rather than GstBaseSinkLionel Landwerlin2014-06-091-1/+11
* 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
* video-sink: add overlay supportLionel Landwerlin2014-06-071-0/+142
* video-sink: add gl texture upload supportLionel Landwerlin2014-05-281-4/+84
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-0/+2317
* remove ClutterGstVideoSink as we know it, we rely on CoglSink nowLionel Landwerlin2013-03-181-1729/+0
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-181-219/+275
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-52/+52
* Use shared template materials for multiple sinksSunjin Yang2013-03-181-34/+65
* Bump Cogl dependency to 1.10Lionel Landwerlin2013-01-311-8/+6
* remove usage of ClutterContainerLionel Landwerlin2013-01-301-3/+3
* remove clutter_stage_get_default() callsLionel Landwerlin2013-01-301-1/+1
* Do not use deprecated gstreamer symbolsJavier Jardón2013-01-031-1/+1
* sink: Remove unused enumDamien Lespiau2012-09-261-7/+0
* video-sink: Use GstVideoInfo/GstVideoFrame for more consistencyEdward Hervey2012-09-251-78/+102
* video-sink: Remove usage of GL_TEXTURE_2DEdward Hervey2012-09-251-4/+0
* video-sink: Detect errors, propagate them, add debugEdward Hervey2012-09-251-45/+128
* video-sink: Don't use GL* valuesEdward Hervey2012-09-251-2/+5
* gst-indent codeEdward Hervey2012-09-251-580/+477