Prevent continious UGET for eof attribute.
[rugen] / src / dv1394app.c
index 995539a..d367235 100644 (file)
@@ -244,10 +244,12 @@ static gboolean on_transport_pressed( GtkWidget *button, gpointer data )
                
                case 11:
                        mvcp_unit_set( dv, unit, "eof", "loop");
+                       this->eof = 0;
                        break;
 
                case 12:
                        mvcp_unit_set( dv, unit, "eof", "pause");
+                       this->eof = 0;
                        break;
 
                default: