diff options
author | Nicola Murino <nicola.murino@gmail.com> | 2014-09-05 11:14:51 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-09-12 14:07:49 +0300 |
commit | 617f72b526087a21679a9d71af88259f65c2a1f6 (patch) | |
tree | 45af14a8db1136694ca958343d1b48798479559e /docs | |
parent | 7e78fe0d1e3ef24a56695926a3e560c7fd1b1956 (diff) |
appsrc: Add push_sample() convenience function for easy appsink -> appsrc use
https://bugzilla.gnome.org/show_bug.cgi?id=728379
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 65a8b3fb5..6dee9c09b 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -34,6 +34,7 @@ gst_app_src_set_emit_signals GstAppSrcCallbacks gst_app_src_set_callbacks gst_app_src_push_buffer +gst_app_src_push_sample gst_app_src_end_of_stream <SUBSECTION Standard> GstAppSrcClass |