mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read().
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().
This commit is contained in:
parent
6099eb2abb
commit
cda0cf8733
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 7d175466d3319fe55327608ea1f7a20619ab5634
|
||||
Subproject commit eb0dd118a086dd4aa405d3871131839d81306245
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue