summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-04-25 22:09:00 +0000
committerOlivier Crete <olivier.crete@collabora.co.uk>2008-04-25 22:09:00 +0000
commitd850f924eb2039293d039efea44807d10813c346 (patch)
tree3a8a3cea5bd5032c8ba8e54deba9c99cb5ff956e /gst
parent4c5fabc4c587ec0110db7bd23711c5c901fb16f8 (diff)
downloadlibnice-d850f924eb2039293d039efea44807d10813c346.tar.gz
Separate stream creating from candidate gathering
darcs-hash:20080425220943-3e2dc-6de15f6302cd5e71f34c22f9fcb75f2971f32363.gz
Diffstat (limited to 'gst')
-rw-r--r--gst/gstnicesrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstnicesrc.c b/gst/gstnicesrc.c
index 27bf965..a6b64af 100644
--- a/gst/gstnicesrc.c
+++ b/gst/gstnicesrc.c
@@ -284,6 +284,7 @@ gst_nice_src_create (
*buffer = nicesrc->outbuf;
return nicesrc->flow_ret;
} else {
+ GST_LOG_OBJECT (nicesrc, "Got interrupting, returning wrong-state");
return GST_FLOW_WRONG_STATE;
}