Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basevideoencoder: Don't allow buffers after EOS | David Schleef | 2011-04-24 | 2 | -1/+13 |
| | | | | Fixes #647852. | ||||
* | basevideo: Don't duplicate code in basevideocodec | David Schleef | 2011-04-24 | 1 | -4/+0 |
| | | | | | Both basevideoencoder and basevideocodec were setting system_frame_number, leading to confusion. Fixes #647853. | ||||
* | basevideo: Check if caps are set directly | David Schleef | 2011-04-24 | 1 | -5/+5 |
| | | | | Fixes #647854. | ||||
* | basevideo: fix unused-but-set-variable warnings with gcc 4.6 | Tim-Philipp Müller | 2011-04-14 | 3 | -29/+1 |
| | |||||
* | basecamerasrc: add unstable-API warnings if GST_USE_UNSTABLE_API is not defined | Tim-Philipp Müller | 2011-04-14 | 3 | -0/+15 |
| | | | | | So people know this is unstable API even if it ends up right next to our other API. | ||||
* | libs: remove leftover media-info directory | Tim-Philipp Müller | 2011-04-14 | 1 | -1/+0 |
| | |||||
* | android: make it ready for androgenizer | Thibault Saunier | 2011-04-11 | 2 | -0/+30 |
| | | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git | ||||
* | baseparse: remove -bad version of baseparse library, now in core | Tim-Philipp Müller | 2011-04-09 | 4 | -4083/+2 |
| | |||||
* | basevideo: Fix negotiation errors | David Schleef | 2011-04-01 | 1 | -19/+24 |
| | |||||
* | basevideo: Add function to allocate src buffer | David Schleef | 2011-04-01 | 2 | -0/+28 |
| | |||||
* | basevideo: merge utils header into basevideocodec | David Schleef | 2011-03-23 | 6 | -106/+64 |
| | |||||
* | basecamerasrc: camerabin2: wrappercamerabinsrc: Add read-only max-zoom prop | Robert Swain | 2011-03-23 | 2 | -2/+19 |
| | | | | | | This is not implemented in any of our real sources to which wrappercamerabinsrc might connect but this is optional and can be implemented at any time. A limit on the software zoom level using video{crop,scale} would be arbitrary. | ||||
* | camerabin2: Improve idle property usage | Thiago Santos | 2011-03-23 | 1 | -0/+3 |
| | | | | | | Use resource warning messages to notify camerabin2 that a capture as aborted or couldn't be started, making it decrement the processing counter and making the idle property more reliable. | ||||
* | basecamerabinsrc: Check if set preview caps are the same | Lauri Lehtinen | 2011-03-23 | 1 | -5/+10 |
| | | | | | | Checks if the new received preview-caps are equal to what is already in use, skips the preview-caps setting logic in case new caps are same as current ones. | ||||
* | basecamerasrc: Set preview pipeline NULL | Thiago Santos | 2011-03-23 | 1 | -0/+1 |
| | | | | | Set preview pipeline to NULL when freed to be able to recreate it on the following lines | ||||
* | basecamerasrc: wrappercamerabinsrc: camerabin2: Expose/add floating point | Robert Swain | 2011-03-11 | 2 | -11/+13 |
| | | | | zoom property | ||||
* | basecamerasrc: add virtual function to notify subclass of changing preview caps | Lauri Lehtinen | 2011-03-10 | 2 | -7/+29 |
| | | | | | | | | Adds a virtual function to basecamerasrc in case subclasses want to be notified of changing preview caps. This is useful if the subclass wants to post the preview itself or if it wants to provide a preview buffer as close to as possible to the user's requested resolution to the preview generation pipeline. | ||||
* | camerabin2: Moving preview image properties to basecamerasrc | Thiago Santos | 2011-03-10 | 2 | -1/+122 |
| | | | | | Moves preview image related properties to basecamerasrc as that should be present on all camerasrcs | ||||
* | basecamerasrc: Fix getting element implementing photography iface | Lasse Laukkanen | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | camerabin2: Move preview helper functions to basecamerabinsrc | Thiago Santos | 2011-03-10 | 3 | -1/+273 |
| | | | | | Move preview helper functions to baseacamerabinsrc so they can be reused by multiple camerabin2 sources. | ||||
* | baseparse: make_metadata_writable() fix | David Schleef | 2011-02-25 | 1 | -0/+1 |
| | |||||
* | baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad | Tim-Philipp Müller | 2011-02-21 | 1 | -1/+1 |
| | | | | We use it for video as well now. | ||||
* | basevideocodec: remove parser in favor of baseparse | David Schleef | 2011-02-20 | 3 | -1008/+2 |
| | |||||
* | baseparse: trim trailing whitespace | Stefan Kost | 2011-02-18 | 1 | -7/+7 |
| | |||||
* | baseparse: use delta-unit flags instead of none | Stefan Kost | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | baseparse: update documentation for API changes | David Schleef | 2011-02-17 | 1 | -15/+1 |
| | |||||
* | baseparse: Create baseparse library | David Schleef | 2011-02-17 | 4 | -2/+4097 |
| | |||||
* | photography interface: update the noise_reduction type from guint to ↵ | Hu Gang | 2011-02-10 | 2 | -4/+4 |
| | | | | | | GstPhotographyNoiseReduction https://bugzilla.gnome.org/show_bug.cgi?id=616814 | ||||
* | basevideodecoder: Initialize some variables to make gcc 4.6 happy | Sebastian Dröge | 2011-01-27 | 1 | -1/+1 |
| | |||||
* | camerabin2: Add methods for preview image message posting | Thiago Santos | 2011-01-24 | 1 | -0/+2 |
| | | | | | Adds a helper struct and functions for implementing a preview message in camerabin2. | ||||
* | signalprocessor: don't leak the caps | Stefan Kost | 2011-01-07 | 1 | -0/+2 |
| | |||||
* | basecamerabinsrc: fix libs order in Makefile.am | Tim-Philipp Müller | 2011-01-03 | 1 | -2/+2 |
| | |||||
* | build: fix disting of experimental basecamerabinsrc lib used by camerabin2 | Tim-Philipp Müller | 2011-01-03 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=638604 | ||||
* | photography: fix typo in property description | Tim-Philipp Müller | 2010-12-26 | 1 | -1/+1 |
| | |||||
* | basecamerasrc: Notify earlier | Thiago Santos | 2010-12-23 | 1 | -1/+2 |
| | | | | | Notify about ready-for-capture changes earlier to allow camerabin2 to do the videobin state switching before the capture starts. | ||||
* | basecamerabinsrc: Fix makefile building order | Thiago Santos | 2010-12-23 | 1 | -2/+2 |
| | | | | | basecamerabinsrc must be built after photography interface as it depends on it. | ||||
* | basecamerasrc: Add some more logging | Thiago Santos | 2010-12-23 | 1 | -1/+6 |
| | | | | | | | Adds some more logging and always assume capture has started before start_capture is called. This helps on image captures that might call finish_capture directly from start_capture or before start_capture finishes. | ||||
* | basecamerasrc: More cleanup | Thiago Santos | 2010-12-23 | 2 | -93/+0 |
| | | | | | Remove old legacy code copied from camerabin(1) that should be handled by caps negotiation on camerabin2 | ||||
* | camerabin2: Move basecamerasrc to gst-libs | Thiago Santos | 2010-12-23 | 6 | -2/+826 |
| | | | | | Move the base camera src class to gst-libs/gst/basecamerabinsrc to allow it to be included from the tests. | ||||
* | photography: use a flags type instead of the uint | Stefan Kost | 2010-12-20 | 1 | -5/+3 |
| | | | | Also use 0 as default and let the implementation set something that they support. | ||||
* | photography: add missing property and cabability flag for noise reduction | Hu Gang | 2010-12-20 | 2 | -1/+12 |
| | |||||
* | signalprocessor: Remove dead assignments | Edward Hervey | 2010-11-25 | 1 | -7/+0 |
| | |||||
* | basevideo: Move common fields/functions to basecodec | David Schleef | 2010-10-15 | 6 | -145/+176 |
| | |||||
* | photography: actualy use the enum in the vmethods | Stefan Kost | 2010-10-14 | 1 | -2/+2 |
| | | | | | If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods | ||||
* | photography: retab interface struct fields | Stefan Kost | 2010-10-14 | 1 | -26/+26 |
| | |||||
* | photography: Avoid breaking ABI | Thiago Santos | 2010-10-14 | 1 | -5/+6 |
| | | | | Move the newly added functions/fields to the end of the structs | ||||
* | photography: extend photography iface | Hu Gang | 2010-09-28 | 2 | -1/+70 |
| | | | | | Add more color tone modes and add NoseReduction settings. Fixes #616814. | ||||
* | basevideodecoder: Don't use GST_FLOW_IS_SUCCESS() | Sebastian Dröge | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | photography: Add zoom property | Thiago Santos | 2010-09-20 | 2 | -0/+8 |
| | | | | Adds a property to set/get the zoom as a float | ||||
* | photography: Add image-preview-supported-caps interface property | Lasse Laukkanen | 2010-09-20 | 2 | -0/+9 |
| | | | | | | | Adds a readable property to gstphotography interface to query what are the allowed preview caps supported. Patch by Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com> |