summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-29 16:29:57 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-29 16:29:57 -0400
commit217ae1539ad7333acacfa31b546259ca5e628c18 (patch)
treeb018185e8f3322f6d8b9bbe403015e43678ad9a1 /README
parentf5c228f61018b75d908e1c1ca586fdb00a587500 (diff)
downloadfarstream-217ae1539ad7333acacfa31b546259ca5e628c18.tar.gz
Revert "rtp: Release the request pads from gstrtpbin, require gst-p-bad 0.10.13 to match"
This reverts commit f5c228f61018b75d908e1c1ca586fdb00a587500. The session dispose then tries to remove the recv part of the gstrtpbin, which tries to stop the jitterbuffer stream. The session dispose could be called from a streaming thread (if it is disposed during a src-pad-added signal for example). We need to stop it from another thread in this case.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31941e64..f736b5ca 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ For the python module:
Run time for the RTP plugin:
All of the build time requirements (except gtk-doc) plus
- gst-plugins-good 0.10.7
- - gst-plugins-bad 0.10.13
+ - gst-plugins-bad 0.10.12
For the GUI example:
- PyGTK 2.10