summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Collapse)AuthorAgeFilesLines
* basevideoencoder: Don't allow buffers after EOSDavid Schleef2011-04-242-1/+13
| | | | Fixes #647852.
* basevideo: Don't duplicate code in basevideocodecDavid Schleef2011-04-241-4/+0
| | | | | Both basevideoencoder and basevideocodec were setting system_frame_number, leading to confusion. Fixes #647853.
* basevideo: Check if caps are set directlyDavid Schleef2011-04-241-5/+5
| | | | Fixes #647854.
* basevideo: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-143-29/+1
|
* basecamerasrc: add unstable-API warnings if GST_USE_UNSTABLE_API is not definedTim-Philipp Müller2011-04-143-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 directoryTim-Philipp Müller2011-04-141-1/+0
|
* android: make it ready for androgenizerThibault Saunier2011-04-112-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 coreTim-Philipp Müller2011-04-094-4083/+2
|
* basevideo: Fix negotiation errorsDavid Schleef2011-04-011-19/+24
|
* basevideo: Add function to allocate src bufferDavid Schleef2011-04-012-0/+28
|
* basevideo: merge utils header into basevideocodecDavid Schleef2011-03-236-106/+64
|
* basecamerasrc: camerabin2: wrappercamerabinsrc: Add read-only max-zoom propRobert Swain2011-03-232-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 usageThiago Santos2011-03-231-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 sameLauri Lehtinen2011-03-231-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 NULLThiago Santos2011-03-231-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 pointRobert Swain2011-03-112-11/+13
| | | | zoom property
* basecamerasrc: add virtual function to notify subclass of changing preview capsLauri Lehtinen2011-03-102-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 basecamerasrcThiago Santos2011-03-102-1/+122
| | | | | Moves preview image related properties to basecamerasrc as that should be present on all camerasrcs
* basecamerasrc: Fix getting element implementing photography ifaceLasse Laukkanen2011-03-101-1/+1
|
* camerabin2: Move preview helper functions to basecamerabinsrcThiago Santos2011-03-103-1/+273
| | | | | Move preview helper functions to baseacamerabinsrc so they can be reused by multiple camerabin2 sources.
* baseparse: make_metadata_writable() fixDavid Schleef2011-02-251-0/+1
|
* baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBadTim-Philipp Müller2011-02-211-1/+1
| | | | We use it for video as well now.
* basevideocodec: remove parser in favor of baseparseDavid Schleef2011-02-203-1008/+2
|
* baseparse: trim trailing whitespaceStefan Kost2011-02-181-7/+7
|
* baseparse: use delta-unit flags instead of noneStefan Kost2011-02-181-1/+1
|
* baseparse: update documentation for API changesDavid Schleef2011-02-171-15/+1
|
* baseparse: Create baseparse libraryDavid Schleef2011-02-174-2/+4097
|
* photography interface: update the noise_reduction type from guint to ↵Hu Gang2011-02-102-4/+4
| | | | | | GstPhotographyNoiseReduction https://bugzilla.gnome.org/show_bug.cgi?id=616814
* basevideodecoder: Initialize some variables to make gcc 4.6 happySebastian Dröge2011-01-271-1/+1
|
* camerabin2: Add methods for preview image message postingThiago Santos2011-01-241-0/+2
| | | | | Adds a helper struct and functions for implementing a preview message in camerabin2.
* signalprocessor: don't leak the capsStefan Kost2011-01-071-0/+2
|
* basecamerabinsrc: fix libs order in Makefile.amTim-Philipp Müller2011-01-031-2/+2
|
* build: fix disting of experimental basecamerabinsrc lib used by camerabin2Tim-Philipp Müller2011-01-031-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=638604
* photography: fix typo in property descriptionTim-Philipp Müller2010-12-261-1/+1
|
* basecamerasrc: Notify earlierThiago Santos2010-12-231-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 orderThiago Santos2010-12-231-2/+2
| | | | | basecamerabinsrc must be built after photography interface as it depends on it.
* basecamerasrc: Add some more loggingThiago Santos2010-12-231-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 cleanupThiago Santos2010-12-232-93/+0
| | | | | Remove old legacy code copied from camerabin(1) that should be handled by caps negotiation on camerabin2
* camerabin2: Move basecamerasrc to gst-libsThiago Santos2010-12-236-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 uintStefan Kost2010-12-201-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 reductionHu Gang2010-12-202-1/+12
|
* signalprocessor: Remove dead assignmentsEdward Hervey2010-11-251-7/+0
|
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-156-145/+176
|
* photography: actualy use the enum in the vmethodsStefan Kost2010-10-141-2/+2
| | | | | If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods
* photography: retab interface struct fieldsStefan Kost2010-10-141-26/+26
|
* photography: Avoid breaking ABIThiago Santos2010-10-141-5/+6
| | | | Move the newly added functions/fields to the end of the structs
* photography: extend photography ifaceHu Gang2010-09-282-1/+70
| | | | | Add more color tone modes and add NoseReduction settings. Fixes #616814.
* basevideodecoder: Don't use GST_FLOW_IS_SUCCESS()Sebastian Dröge2010-09-211-1/+1
|
* photography: Add zoom propertyThiago Santos2010-09-202-0/+8
| | | | Adds a property to set/get the zoom as a float
* photography: Add image-preview-supported-caps interface propertyLasse Laukkanen2010-09-202-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>