summaryrefslogtreecommitdiff
path: root/libcheese/cheese-camera.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17cheese_camera_get_camera_devices: Allow calling before cheese_camera_setup()Hans de Goede1-4/+5
2013-09-16Fix video recording with GStreamer >= 1.1.4Hans de Goede1-3/+11
2013-06-26Show an error message if the camera state is NULLDavid King1-2/+5
2013-06-24Fix being paused when effect valves are closedHans de Goede1-1/+2
2013-06-24Set all valves open on playHans de Goede1-0/+8
2013-06-24Avoid setting the same effect againHans de Goede1-1/+17
2013-06-17Add documentation for CheeseCamera signalsDavid King1-0/+2
2013-06-16Downscale image for effects-preview pipelineHans de Goede1-8/+35
2013-06-16Do not block the main valve while recordingHans de Goede1-1/+2
2013-06-16Only add videoconvert elements where necessaryHans de Goede1-1/+4
2013-06-16Drop unused preview_caps variableHans de Goede1-2/+0
2013-06-16Remove unused GstCameraBinFlags enumHans de Goede1-12/+0
2013-06-16Fix video-source memleak when switching camerasHans de Goede1-0/+3
2013-06-16Improve error handling in CheeseCameraHans de Goede1-6/+2
2013-06-16Fix no-video-after-switching-resolution problemHans de Goede1-2/+2
2013-06-16Remove extranous csp_post_balance elementHans de Goede1-12/+7
2013-06-16Add a capsfilter to the video-source binHans de Goede1-2/+4
2013-04-20Use "autocluttersink" instead of "cluttersink"David King1-6/+12
2013-04-09cheese-camera: Fix creation of effects previewsLuciana Fujii Pontello1-1/+1
2013-04-09libcheese: Fix deprecated clutter sink creationLuciana Fujii Pontello1-3/+4
2012-10-30Return NULL rather than a const empty stringDavid King1-1/+1
2012-09-03Move variable declarations before code in C sourceDavid King1-2/+2
2012-09-03Fix comment about preset locationsBastien Nocera1-1/+1
2012-09-03Update to the new pad template nameThiago Santos1-1/+1
2012-09-03Rename ffmpegcolorspace to videoconvertThiago Santos1-4/+4
2012-09-03Update raw caps to new formatThiago Santos1-3/+2
2012-09-03Update to GStreamer 1.0 APIThiago Santos1-15/+20
2012-09-03Rename camerabin2 to camerabinThiago Santos1-5/+5
2012-09-03Do not set filter-caps property on camerabin2Luciana Fujii Pontello1-5/+1
2012-09-03Re-add GstCaps variable in CheeseCameraLuciana Fujii Pontello1-0/+1
2012-09-03Fix CheeseCamera recording time reportingThiago Santos1-29/+30
2012-09-03Encode WebM/VP8 instead of OGG/TheoraOleksij Rempel (Alexey Fisher)1-27/+54
2012-09-03Stop-capture is asynchronous in camerabin2Thiago Santos1-2/+5
2012-09-03Image-done message is posted by camerabin2Thiago Santos1-0/+4
2012-09-03Remove unused variables warnings in CheeseCameraThiago Santos1-2/+0
2012-09-03Split setting of CheeseCamera caps from playingRaluca Elena Podiuc1-2/+9
2012-09-03Set ClutterTextureVideoSink sync=falseRaluca Elena Podiuc1-0/+1
2012-09-03Do not switch mode when stopping video recordingRaluca Elena Podiuc1-2/+0
2012-09-03Set the video resolutionRaluca Elena Podiuc1-3/+2
2012-09-03Fix pixbuf-only captureRaluca Elena Podiuc1-2/+2
2012-09-03Enable post-preview property when neededLuciana Fujii Pontello1-1/+2
2012-09-03Remove camerabin workaroundLuciana Fujii Pontello1-2/+0
2012-09-03Convert image-done to a bus message, from a signalRaluca Elena Podiuc1-47/+23
2012-09-03Use definitions of MODE_IMAGE/VIDEO from camerabinRaluca Elena Podiuc1-6/+1
2012-09-03Rename filename and capture-start/stopRaluca Elena Podiuc1-7/+7
2012-09-03Video filter on camera_source applies to all modesRaluca Elena Podiuc1-5/+1
2012-09-03Minimal functionality based on camerabin2Raluca Elena Podiuc1-12/+27
2012-06-22Use a realtime preset for video encoder elementDavid King1-1/+5
2012-06-09Do not overwrite camerabin's default flagsHans de Goede1-12/+0
2012-03-28Show a timer when recording a videoPatricia Santana Cruz1-0/+52