Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call: Fix GstCaps leak | Sjoerd Simons | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | Use videorate max-rate property | Sjoerd Simons | 2011-11-08 | 1 | -22/+20 |
| | | | | | Using the max-rate property is simpler and less racy, so do that instead. Does require (currently unreleased) gst-plugins-base 0.10.36 | ||||
* | When reset the source remove and re-insert it | Sjoerd Simons | 2011-11-08 | 1 | -7/+16 |
| | | | | | | Setting an element to NULL resets various internal values (the clock, the base time etc). To make sure everything is reset as expected simply yank it from the bin and re-insert it (which will reset the values) | ||||
* | Drop EOS from the src | Sjoerd Simons | 2011-11-08 | 1 | -0/+11 |
| | |||||
* | Ignore dynamic framerate if videomaxrate is missing | Nicolas Dufresne | 2011-11-08 | 1 | -7/+16 |
| | |||||
* | Use framerate range instead of fix range | Nicolas Dufresne | 2011-11-08 | 1 | -6/+4 |
| | | | | | | | Using framerate range reduce the chance that changing the framerate breaks the pipline. We also always set an initial range to support src like videotestsrc that does not allow changing framerate dynamically and would default to a "as fast as possible" mode. | ||||
* | Reset clock after changing video resolution | Nicolas Dufresne | 2011-11-08 | 1 | -0/+8 |
| | | | | | This workaround issue with videotestsrc when the test src does not have a a clock after going to NULL state while changing resolution. | ||||
* | Add resultion and framerate changing to video src | Nicolas Dufresne | 2011-11-08 | 1 | -0/+52 |
| | |||||
* | dup_color_balance: check that element currently implements GstColorBalance | Guillaume Desmottes | 2011-09-09 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | video-src: factor out dup_color_balance() | Guillaume Desmottes | 2011-09-09 | 1 | -24/+23 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | Reset all the necessary elements when switching cameras | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | VideoSrc: add API to get the input device | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+11 |
| | |||||
* | VideoSrc: add API to change the input device | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+13 |
| | |||||
* | VideoSrc: use v4l2src instead of gconfvideosrc | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -2/+2 |
| | |||||
* | Turn g_prints into DEBUGs | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+4 |
| | |||||
* | Move farsight-using sources to src | Emilio Pozuelo Monfort | 2011-02-21 | 1 | -0/+360 |
And only build them for empathy-av, since they use farsight. |