Merge lp:~rakete/eidete/custom-recording-area-fix into lp:eidete
Status: | Merged |
---|---|
Merged at revision: | 48 |
Proposed branch: | lp:~rakete/eidete/custom-recording-area-fix |
Merge into: | lp:eidete |
Diff against target: |
108 lines (+47/-10) 3 files modified
src/Widgets/keyview.vala (+5/-0) src/Widgets/selectionarea.vala (+39/-7) src/eidete.vala (+3/-3) |
To merge this branch: | bzr merge lp:~rakete/eidete/custom-recording-area-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Beckmann (community) | Approve | ||
Review via email:
|
Description of the change
A few small fixes to make recording custom areas work for me on oneiric.
I couldn't record a custom area, it would always record the whole screen. Changing when the recording pipline is set to State.READY fixed that. I made the assumption that setting configuration values of the ximagesrc element needs to be able to allocate new resources, and that setting the pipeline to State.READY before would prevent that.
I made other small fixes like making sure the area coordinates are within a screen and to the discrete recantangle that marks the recording area after recording started, it shouldn't show up in the video.
I added a missing check to disable showing the super key when it is released in keyview.