summaryrefslogtreecommitdiffstats
path: root/ext/raw1394
diff options
context:
space:
mode:
Diffstat (limited to 'ext/raw1394')
-rw-r--r--ext/raw1394/gstdv1394src.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c
index 62028e5c..2ebfb962 100644
--- a/ext/raw1394/gstdv1394src.c
+++ b/ext/raw1394/gstdv1394src.c
@@ -620,6 +620,9 @@ gst_dv1394src_change_state (GstElement * element)
}
}
break;
+ case GST_STATE_PAUSED_TO_READY:
+ dv1394src->negotiated = FALSE;
+ break;
case GST_STATE_READY_TO_NULL:
if (dv1394src->use_avc) {
/* stop the VCR */