ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read().
authorAndy Wingo <wingo@pobox.com>
Fri, 7 Oct 2005 15:24:24 +0000 (15:24 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 7 Oct 2005 15:24:24 +0000 (15:24 +0000)
Original commit message from CVS:
2005-10-07  Andy Wingo  <wingo@pobox.com>

* ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
block forever in a read().

common
ext/ladspa/gstsignalprocessor.c

diff --git a/common b/common
index 7d17546..eb0dd11 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 7d175466d3319fe55327608ea1f7a20619ab5634
+Subproject commit eb0dd118a086dd4aa405d3871131839d81306245
index 3c84e79..25200d4 100644 (file)
@@ -144,7 +144,7 @@ static gboolean gst_signal_processor_src_activate_pull (GstPad * pad,
 static gboolean gst_signal_processor_sink_activate_push (GstPad * pad,
     gboolean active);
 static GstStateChangeReturn gst_signal_processor_change_state (GstElement *
-    element);
+    element, GstStateChange transition);
 
 static gboolean gst_signal_processor_event (GstPad * pad, GstEvent * event);
 static GstFlowReturn gst_signal_processor_getrange (GstPad * pad,