Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/glive.py
Commit message (Collapse)AuthorAgeFilesLines
* Pipeline reworkDaniel Drake2008-11-231-166/+158
|
* Revert pipeline reworkDaniel Drake2008-08-291-148/+164
| | | | | Revert to the old pipeline, which at least works 100% with the old gstreamer versions that we are now shipping.
* Also stop pipeline when stopping recordingDaniel Drake2008-07-081-5/+15
| | | | Otherwise we get a really spooky live video lag
* Stop pipeline while linking in video recording elementsDaniel Drake2008-07-081-6/+2
| | | | | | | | | When you add the video recording elements (theora + wav writing) on-the-fly, there is a very visible freeze to the recorded video output (several seconds). This delay completely goes away if you stop the pipeline while doing the reshuffling, and the visual glitch caused by this is minimal.
* fix playing and pausingDaniel Drake2008-07-081-1/+2
| | | | Must have missed these hunks somehow
* Old v4l2src does not have queue-sizeDaniel Drake2008-07-071-1/+6
|
* Pipeline reworkDaniel Drake2008-07-011-162/+134
| | | | | | | | | | Move to a model where the pipeline core is fixed, and we can plug in photo and video bins to the tee element, and/or add an audiobin separated from the rest for recording audio. Fixes problems caused by not doing pad blocking and having unconnected elements lying around in the pipeline. Video recording is not quite working right... Audio and photo seem OK.
* don't use gst.Element.set_state as an idle handlerDaniel Drake2008-07-011-2/+6
| | | | | It returns True on success, which results in the idle handler calling the function again...
* Remove gst signal watch before disabling sync message emissionDaniel Drake2008-06-301-2/+2
| | | | A gstreamer assertion suggests this is the correct order of operations.
* done for the dayerikb2008-01-171-8/+3
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1016 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* 51erikb2008-01-161-57/+43
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1013 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* switching media fixes much more robusterikb2008-01-081-3/+31
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1006 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* remove extraneous prints from v49erikb2007-12-221-2/+0
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/49@995 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* testing active notifications with success on joyride!erikb2007-12-211-11/+4
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/48@987 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
*