summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-12-31dtmf: Fix build failure caused by previous commitDavid Schleef1-0/+4
2010-12-30mpegdemux: Fix c99-ismDavid Schleef1-1/+2
2010-12-30legacyresample: Use math-compat headerDavid Schleef2-0/+3
2010-12-30change M_PI to G_PIDavid Schleef2-3/+3
2010-12-30frei0r: convert uint32_t to guint32David Schleef2-11/+11
2010-12-30dtmf: build fixes for MSVCDavid Schleef3-9/+11
2010-12-30dtmf: reindentDavid Schleef1-397/+380
2010-12-30dataurisrc: use g_ascii_strcasecmp()David Schleef1-2/+2
2010-12-31selector: move input-selector and output-selector to coreTim-Philipp Müller9-2319/+0
2010-12-31valve: move valve element/plugin to coreTim-Philipp Müller3-375/+0
2010-12-29camerabin2: Various leak fixesThiago Santos1-8/+19
2010-12-29wrappercamerabinsrc: Implement video capture renegotiateThiago Santos1-3/+21
2010-12-29camerabin2: Fix renegotiate event pushingThiago Santos1-1/+1
2010-12-29wrappercamerabinsrc: Refactor internal pipelineThiago Santos2-20/+80
2010-12-28camerabin: mode can be only image or videoThiago Santos1-2/+2
2010-12-28camerabin: Remove unused variableThiago Santos1-2/+0
2010-12-27asfmux: Fix plugin package name/originThiago Santos1-1/+1
2010-12-27dvbsuboverlay: fix compiler warningsAlessandro Decina1-1/+1
2010-12-27dvbsuboverlay: clean-up: allocate flat array of rectanglesTim-Philipp Müller3-22/+14
2010-12-25dvbsuboverlay: clean-up: merge private data struct into main structTim-Philipp Müller1-82/+50
2010-12-25dvbsuboverlay: clean-up: dvb sub parser helper doesn't need to be a GObjectTim-Philipp Müller3-99/+54
2010-12-24mve: do not use the pad buffer allocation functions in demuxersVincent Penquerc'h1-8/+5
2010-12-24mpegdemux: do not use the pad buffer allocation functions in demuxersVincent Penquerc'h1-5/+3
2010-12-23mpeg4videoparse: try harder to make buffer metadata writable before modifyingTim-Philipp Müller1-5/+6
2010-12-23videorecordingbin: Fix leaksThiago Santos1-2/+7
2010-12-23wrappercamerabinsrc: Add converters for viewfinder branchThiago Santos1-1/+12
2010-12-23viewfinderbin: Remove leaksThiago Santos1-1/+23
2010-12-23camerabin2: more logsThiago Santos1-0/+8
2010-12-23wrappercamerabinsrc: Handle camerabin2 custom renegotiate eventsThiago Santos2-11/+94
2010-12-23camerabin2: Use custom renegotiate eventThiago Santos1-2/+39
2010-12-23wrappercamerabinsrc: Add local modeThiago Santos2-3/+11
2010-12-23camerabin2: Adds properties for capture capsThiago Santos1-20/+61
2010-12-23camerabin2: remove abreviations from imagecapturebinTeemu Katajisto1-1/+0
2010-12-23basecamerasrc: More cleanupThiago Santos1-263/+3
2010-12-23wrappercamerabinsrc: Remove unused variableThiago Santos1-2/+1
2010-12-23camerabin2: Rename v4l2camerasrc to wrappercamerabinsrcThiago Santos5-97/+103
2010-12-23v4l2camerasrc: remove video filter property codeThiago Santos2-22/+0
2010-12-23viewfinderbin: Fix video-sink property againThiago Santos1-25/+6
2010-12-23v4l2camerasrc: add video-src propertyThiago Santos1-1/+6
2010-12-23camerabin2: adds PORTING documentThiago Santos1-0/+14
2010-12-23camerabin2: Move basecamerasrc to gst-libsThiago Santos8-803/+4
2010-12-23camerabin2: add videorecordingbin::video-muxer propertyTeemu Katajisto2-11/+55
2010-12-23camerabin2: add videorecordingbin::video-encoder propertyTeemu Katajisto2-14/+93
2010-12-23camerabin2: remove abbreviations from videorecordingbinTeemu Katajisto1-33/+34
2010-12-23camerabin2: imagecapturebin: release objects and memory allocationsTeemu Katajisto1-3/+29
2010-12-23camerabin2: Add camera-src propertyThiago Santos2-56/+119
2010-12-23camerabin2: Rename variablesThiago Santos2-89/+102
2010-12-23camerabin2: Add properties for supported capture capsThiago Santos2-2/+54
2010-12-23camerabin2: Put enums inside their classes .cThiago Santos3-59/+29
2010-12-23viewfinderbin: Fixes to video-sink handlingThiago Santos3-35/+67