Add support for short movies
Short movies can now be recorded (~30 seconds, depending on disk space), with audio. New button is added, for that, depending on state it shows "Rec" (you can record), "Stop" (you are recording) and "Busy" (movie is being converted).
This commit is contained in:

committed by
Martijn Braam

parent
fcba2b33c2
commit
1c9202c4cf
@@ -228,6 +228,12 @@
|
||||
<property name="margin-top">5</property>
|
||||
<property name="margin-bottom">5</property>
|
||||
<property name="spacing">5</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="movie">
|
||||
<property name="valign">start</property>
|
||||
<property name="label">Rec</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="action-name">app.open-last</property>
|
||||
|
Reference in New Issue
Block a user