projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c0586
)
rtspsrc: also go into the loop function after connect
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 27 Sep 2013 13:05:04 +0000
(15:05 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 27 Sep 2013 13:08:31 +0000
(15:08 +0200)
When we have opened the stream, go into the loop function so that we can
receive messages from the server.
gst/rtsp/gstrtspsrc.c
patch
|
blob
|
history
diff --git
a/gst/rtsp/gstrtspsrc.c
b/gst/rtsp/gstrtspsrc.c
index 0f3a0e649d7d1ecf4abd91bd3e484617e033cf09..77162742302d728b8347463ef8506fcb91eb2dde 100644
(file)
--- a/
gst/rtsp/gstrtspsrc.c
+++ b/
gst/rtsp/gstrtspsrc.c
@@
-6971,7
+6971,7
@@
gst_rtspsrc_thread (GstRTSPSrc * src)
GST_OBJECT_LOCK (src);
cmd = src->pending_cmd;
if (cmd == CMD_RECONNECT || cmd == CMD_PLAY || cmd == CMD_PAUSE
- || cmd == CMD_LOOP)
+ || cmd == CMD_LOOP
|| cmd == CMD_OPEN
)
src->pending_cmd = CMD_LOOP;
else
src->pending_cmd = CMD_WAIT;