diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-04-16 12:12:44 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-04-16 12:14:43 +0200 |
commit | f83f57b6486dca3582c9754b1d31dbc1dfb3d4b1 (patch) | |
tree | 6b9658c6ed23fb4a0a029cc4420286c98ab5b9cc /docs | |
parent | 03d6509f7fb00b6e518150b30a9970efe0c8c232 (diff) |
app: add trivial cast macros
Add trivial cast macros for appsrc and appsink. Mark them as being since 0.10.23
and add the macros to the standard macros in the docs.
Fixes #579130
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index f63937840..2d4a76652 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -24,6 +24,7 @@ gst_app_src_end_of_stream <SUBSECTION Standard> GstAppSrcClass GST_APP_SRC +GST_APP_SRC_CAST GST_IS_APP_SRC GST_TYPE_APP_SRC gst_app_src_get_type @@ -65,6 +66,7 @@ gst_app_sink_set_callbacks GstAppSinkPrivate GstAppSinkClass GST_APP_SINK +GST_APP_SINK_CAST GST_IS_APP_SINK GST_TYPE_APP_SINK gst_app_sink_get_type |