diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-01-20 17:04:38 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-01-20 17:04:38 +0000 |
commit | a017143695a98c99002d596efe0b6d55896179ba (patch) | |
tree | c3288508b883bb6adadf1f697850fd7a3f759898 /ext/neon | |
parent | 5e2f8a3736ddbafbd81ebe93e9c36b17caf1a5c9 (diff) | |
download | gst-plugins-bad-a017143695a98c99002d596efe0b6d55896179ba.tar.gz gst-plugins-bad-a017143695a98c99002d596efe0b6d55896179ba.tar.bz2 gst-plugins-bad-a017143695a98c99002d596efe0b6d55896179ba.zip |
Fixed state transictions PLAYING->NULL->PLAYING.
Original commit message from CVS:
Fixed state transictions PLAYING->NULL->PLAYING.
Diffstat (limited to 'ext/neon')
-rw-r--r-- | ext/neon/gstneonhttpsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index a7c8a192..6c0f2b0e 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -377,8 +377,6 @@ gst_neonhttp_src_unlock (GstBaseSrc * bsrc) GST_OBJECT_FLAG_UNSET (src, GST_NEONHTTP_SRC_OPEN); - ne_end_request (src->request); - return TRUE; } |