Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
Commit message (Collapse)AuthorAgeFilesLines
* Add gst loggingAleksey Lim2010-04-031-0/+12
|
* Save ui state in jobjectAleksey Lim2009-04-251-8/+25
|
* Rewrite glive.pyAleksey Lim2009-04-201-6/+1
| | | | | | | * Use uuid and do not md5 video files * Fallback to ximagesink if xvimagesink is unaccessible * Use one pass for encodings * Remove glivex and add thumb_play to glive
* Fallback to ximagesink if xvimagesink is unaccessibledev.laptop.orgAleksey Lim2009-04-171-1/+7
|
* Replate tabs by spacesAleksey Lim2009-04-171-444/+444
|
* Fix permissionsDaniel Drake2008-12-121-0/+0
|
* Pipeline reworkDaniel Drake2008-11-231-1/+5
| | | | | | | | | | | | | Record-59 is broken in joyride because we moved to a gstreamer, which doesn't like these broken pipelines. This commit reworks the whole pipeline system, making it easier to read and generally better structured. This is the work I did this summer, which didn't quite work for 8.2. Now that we have upgraded to the newer gstreamer in F10, the bugs have disappeared. There are a couple of quirks with video recording but it works well.
* Patch to resolve trac #8580.Erik Garrison2008-09-261-5/+0
| | | | | | | | | | | Record was unmapping its window prior to close via a call to self.hide(), which resolves to gtk.Window.hide(). Then we attempted to capture a screenshot per trac #8432. This triggered a BadMatch X windows error when we tried to take a screenshot of it using XShmGetImage (in sugar-preview.c in _sugarext in sugar-toolkit). This commit simply removes the hide() calls in Record. This prevents the window from being unmapped and avoids this error.
* Revert pipeline reworkDaniel Drake2008-08-291-5/+1
| | | | | Revert to the old pipeline, which at least works 100% with the old gstreamer versions that we are now shipping.
* Restore P-I-P in video playback modeDaniel Drake2008-07-231-0/+5
|
* remove setPipeType callDaniel Drake2008-07-071-1/+0
| | | | this code is gone
* 51 final (?)erikb2008-01-211-3/+3
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
*