diff options
author | Göran Jönsson <goranjn@axis.com> | 2014-03-06 13:55:17 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-03-10 17:28:40 +0100 |
commit | 0b30fdbfbe577fda0db9bcaf2d824a6cdbbf2ea1 (patch) | |
tree | 7654f3eee3b11a62eb31c2c8a567c955edf7bf1c /docs | |
parent | 6cd0d10d30569549ede31b15486ec387819f8550 (diff) |
rtspconnection: gst_rtsp_watch_wait_backlog
New method that wait until there is room in backlog queue.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725898
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 4ddd44bf8..e1df11190 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1490,6 +1490,7 @@ gst_rtsp_watch_send_message gst_rtsp_watch_write_data gst_rtsp_watch_get_send_backlog gst_rtsp_watch_set_send_backlog +gst_rtsp_watch_wait_backlog </SECTION> <SECTION> |